﻿.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff
}

body,
button {
    font-size: 16px;
    line-height: 22px
}

body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    color: #000
}

a,
button,
input,
select,
textarea {
    transition: .2s ease
}

a {
    color: #1565d8;
    text-decoration: none
}

    a.a-classic {
        text-decoration: underline
    }

    a:hover,
    button:hover,
    input[type=checkbox]:hover,
    input[type=radio]:hover,
    label:hover,
    select:hover {
        cursor: pointer
    }

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

.cols > div,
p {
    margin-bottom: 20px
}

ul li {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #696f79;
    padding-left: 15px;
    margin-bottom: 5px
}

    ul li:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 4px;
        height: 4px;
        line-height: 4px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        background-color: #1565d8
    }

.h1,
h1 {
    font-size: 32px;
    line-height: 36px
}

@media (min-width: 960px) {
    .h1,
    h1 {
        font-size: 50px;
        line-height: 56px
    }
}

.h2,
h2 {
    font-size: 26px;
    line-height: 29px
}

@media (min-width: 720px) {
    .h2,
    h2 {
        font-size: 32px;
        line-height: 36px
    }
}

.h3,
h3 {
    font-size: 20px;
    line-height: 22px
}

@media (min-width: 480px) {
    .h3,
    h3 {
        font-size: 26px;
        line-height: 29px
    }
}

.h4,
h4 {
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 480px) {
    .h4,
    h4 {
        font-size: 20px;
        line-height: 22px
    }
}

.h5,
h5 {
    font-size: 14px;
    line-height: 16px
}

ol,
ul {
    list-style-type: none
}

img {
    width: auto;
    height: auto;
    margin: 0 auto
}

img,
svg {
    display: block;
    max-width: 100%
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.cols,
.row {
    margin-left: -10px;
    margin-right: -10px
}

    .row:after,
    .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .cols.cols--0:after,
    .cols.cols--0:before,
    .cols:after,
    .cols:before {
        content: " ";
        display: table
    }

    .cols.cols--0:after,
    .cols:after {
        clear: both
    }

    .cols > div {
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .cols:last-child {
        margin-bottom: -20px
    }

    .cols.cols--0 {
        margin-left: 0;
        margin-right: 0
    }

        .cols.cols--0 > div {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0
        }

        .cols.cols--0:last-child {
            margin-bottom: 0
        }

    .cols.cols--sm {
        margin-left: -5px;
        margin-right: -5px
    }

        .cols.cols--sm:after,
        .cols.cols--sm:before {
            content: " ";
            display: table
        }

        .cols.cols--sm:after {
            clear: both
        }

        .cols.cols--sm > div {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px
        }

        .cols.cols--sm:last-child {
            margin-bottom: -10px
        }

@media (max-width: 720px) {
    .cols.cols--scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        margin: 0 -20px -20px;
        padding: 0 20px 20px
    }

        .cols.cols--scroll > div {
            display: inline-block;
            vertical-align: top;
            width: 280px;
            white-space: normal;
            margin: 0;
            padding: 0 5px 0 0
        }

            .cols.cols--scroll > div:last-child {
                margin-right: 15px
            }

    .cols.cols--min {
        margin-left: -5px;
        margin-right: -5px
    }

        .cols.cols--min:after,
        .cols.cols--min:before {
            content: " ";
            display: table
        }

        .cols.cols--min:after {
            clear: both
        }

        .cols.cols--min > div {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px
        }

        .cols.cols--min:last-child {
            margin-bottom: -10px
        }
}

@media (min-width: 960px) {
    .cols.cols--md {
        margin-left: -20px;
        margin-right: -20px
    }

        .cols.cols--md:after,
        .cols.cols--md:before {
            content: " ";
            display: table
        }

        .cols.cols--md:after {
            clear: both
        }

        .cols.cols--md > div {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 40px
        }

        .cols.cols--md:last-child {
            margin-bottom: -40px
        }
}

.cols .col-xs-p20 {
    width: 20%;
    float: left
}

@media (min-width: 480px) {
    .cols .col-sm-p20 {
        width: 20%;
        float: left
    }
}

@media (min-width: 720px) {
    .cols .col-md-p20 {
        width: 20%;
        float: left
    }
}

@media (min-width: 960px) {
    .cols .col-lg-p20 {
        width: 20%;
        float: left
    }
}

.cols .col-xs-p12 {
    width: 12.5%;
    float: left
}

@media (min-width: 480px) {
    .cols .col-sm-p12 {
        width: 12.5%;
        float: left
    }
}

@media (min-width: 720px) {
    .cols .col-md-p12 {
        width: 12.5%;
        float: left
    }
}

@media (min-width: 960px) {
    .cols .col-lg-p12 {
        width: 12.5%;
        float: left
    }
}

@media (min-width: 1200px) {
    .cols .col-xl-6 {
        width: 50%;
        float: left
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 480px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 720px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 960px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes slideFadeUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes slideFadeUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes slideUpOut {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideUpOut {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slideFadeDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes slideFadeDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes slideDownOut {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideDownOut {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideFadeLeft {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes slideFadeLeft {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes slideLeftOut {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideLeftOut {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideFadeLeftSVG {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
}

@keyframes slideFadeLeftSVG {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
}

@-webkit-keyframes slideFadeRightSVG {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
}

@keyframes slideFadeRightSVG {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
}

@-webkit-keyframes slideFadeUpBack {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0
    }
}

@keyframes slideFadeUpBack {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideFadeRight {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes slideFadeRight {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes slideRightOut {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRightOut {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaleFadeIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes scaleFadeIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes scaleOut {
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaleOut {
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaleFadeOut {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
}

@keyframes scaleFadeOut {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes translateBg {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes translateBg {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes heightMd {
    0% {
        max-height: 0;
        overflow: hidden
    }

    to {
        max-height: 500px;
        overflow: hidden
    }
}

@keyframes heightMd {
    0% {
        max-height: 0;
        overflow: hidden
    }

    to {
        max-height: 500px;
        overflow: hidden
    }
}

@-webkit-keyframes bgIn {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes bgIn {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%)
    }

    30% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%)
    }

    60% {
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%)
    }

    to {
        -webkit-transform: translate(-50%, -90%);
        transform: translate(-50%, -90%)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%)
    }

    30% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%)
    }

    60% {
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%)
    }

    to {
        -webkit-transform: translate(-50%, -90%);
        transform: translate(-50%, -90%)
    }
}

article {
    position: relative;
    overflow: hidden;
    color: #151e2f;
    background-color: #fff
}

    article .article__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    article .article__title {
        font-weight: 500;
        margin-bottom: 20px
    }

    article .article__description {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px
    }

        article .article__description:last-child {
            margin-bottom: 0
        }

    article .article__content p {
        font-size: 16px;
        opacity: .7
    }

    article.article--box,
    article.article--feature {
        border-right: 1px solid rgba(0, 0, 0, .1);
        padding: 40px
    }

        .modal.modal--certification .modal__body ul,
        article.article--feature .article__icon {
            margin-bottom: 20px
        }

            article.article--feature .article__icon img {
                width: 50px;
                margin: initial
            }

    article.article--offert {
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
        margin: 40px 20px
    }

        article.article--offert .article__bg {
            position: relative;
            padding-bottom: 56.25%
        }

            article.article--offert .article__bg .article__tag {
                position: absolute;
                top: 0;
                right: 0;
                padding: 5px 20px;
                background-color: #1565d8;
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                line-height: 12px;
                border-radius: 0 0 0 10px
            }

        article.article--offert .article__body {
            position: relative;
            padding: 20px;
            color: #151e2f
        }

            .form__element.form__element--switch .form__content h5,
            article.article--offert .article__body .article__title {
                margin-bottom: 5px
            }

            article.article--offert .article__body .article__commune {
                text-decoration: underline;
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 10px
            }

            article.article--offert .article__body .article__desc {
                position: absolute;
                bottom: 10px;
                right: 10px;
                font-size: 48px;
                line-height: 52px;
                font-weight: 700;
                color: #e0eaf8
            }

            article.article--offert .article__body .article__date {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 10px
            }

                article.article--offert .article__body .article__date span {
                    display: block;
                    font-weight: 700;
                    color: #1565d8;
                    font-size: 18px;
                    line-height: 22px
                }

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    opacity: 0;
    display: block
}

    .bg.bg-loaded {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        opacity: 1
    }

    .bg img {
        display: none
    }

.btn {
    text-decoration: none;
    background-color: #1565d8;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    transition: .2s ease;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #1565d8;
    min-width: 200px
}

@media (min-width: 720px) {
    .btn {
        padding: 10px 30px;
        font-size: 20px;
        line-height: 24px
    }
}

.btn:hover {
    background-color: #fff;
    color: #1565d8
}

.btn.btn--sm {
    font-size: 16px;
    line-height: 24px
}

.btn.btn--gray {
    background-color: #878787;
    color: #fff;
    border-color: #878787
}

.btn.btn--red {
    background-color: #d03437;
    color: #fff;
    border-color: #d03437
}

@media (min-width: 720px) {
    .btn.btn--red {
        padding: 7px 20px;
        font-size: 16px;
        line-height: 22px
    }
}

.dscroll {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
    transition: none
}

    .dscroll.dscroll--in {
        -webkit-animation: slideFadeUp .8s ease-out backwards;
        animation: slideFadeUp .8s ease-out backwards;
        opacity: 1
    }

    .dscroll.dscroll--svg.dscroll--in {
        -webkit-animation: slideFadeRightSVG 2s ease-out backwards;
        animation: slideFadeRightSVG 2s ease-out backwards;
        opacity: 1
    }

    .dscroll.dscroll--svg-right.dscroll--in {
        -webkit-animation: slideFadeLeftSVG 2s ease-out backwards;
        animation: slideFadeLeftSVG 2s ease-out backwards;
        opacity: 1
    }

    .dscroll.dscroll--svgback.dscroll--in {
        -webkit-animation: slideFadeUpBack 3s ease-out backwards;
        animation: slideFadeUpBack 3s ease-out backwards;
        opacity: 1
    }

    .dscroll.dscroll--text .section__body > * {
        opacity: 0;
        -webkit-animation: none;
        animation: none;
        transition: none
    }

    .dscroll.dscroll--text.dscroll--in {
        -webkit-animation: none;
        animation: none
    }

        .dscroll.dscroll--text.dscroll--in .section__body > * {
            -webkit-animation: slideFadeUp 2s ease backwards;
            animation: slideFadeUp 2s ease backwards;
            opacity: 1
        }

        .dscroll.dscroll--text.dscroll--in .section__body > :nth-child(1) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

        .dscroll.dscroll--text.dscroll--in .section__body > :nth-child(2) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s
        }

        .dscroll.dscroll--text.dscroll--in .section__body > :nth-child(3) {
            -webkit-animation-delay: .6s;
            animation-delay: .6s
        }

        .dscroll.dscroll--text.dscroll--in .section__body > :nth-child(4) {
            -webkit-animation-delay: .8s;
            animation-delay: .8s
        }

        .dscroll.dscroll--text.dscroll--in .section__body > :nth-child(5) {
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }

.faq {
    radius: rad;
    overflow: hidden;
    text-align: left
}

    .faq .faq__item {
        background: #f6f4f4;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
        color: #151e2f;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, .05)
    }

        .faq .faq__item.faq__open .faq__question .fa {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .fa,
        .faq .faq__item .faq__icon {
            display: inline-block
        }

            .faq .faq__item .faq__icon img {
                width: 30px
            }

    .faq .faq__question {
        margin-bottom: 0;
        padding: 15px 20px;
        transition: .5s;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

@media (min-width: 720px) {
    .faq .faq__question {
        padding: 20px 30px;
        font-size: 14px;
        line-height: 16px
    }
}

.faq .faq__question .fa {
    transition: .5s;
    color: #1565d8;
    margin-left: 10px;
    float: right
}

.faq .faq__question:hover {
    cursor: pointer;
    color: #1565d8
}

.faq .faq__answer {
    padding: 0 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}

@media (min-width: 720px) {
    .faq .faq__answer {
        padding: 25px 30px
    }
}

.faq .faq__answer li {
    font-weight: 500;
    margin-bottom: 20px;
    opacity: .8
}

@media (min-width: 720px) {
    .faq .faq__answer li {
        line-height: 26px;
        font-size: 16px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

footer {
    text-align: center;
    position: relative;
    background-color: #151e2f;
    color: #fff;
    border-top: 20px solid #263762
}

@media (min-width: 480px) {
    footer {
        text-align: left
    }
}

@media (min-width: 720px) {
    footer .footer__flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (min-width: 720px) {
    footer .footer__socials {
        margin-bottom: 0
    }
}

footer .footer__socials .footer__social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    color: #151e2f;
    margin: 0 10px
}

    footer .footer__socials .footer__social a {
        color: #151e2f;
        font-size: 22px;
        line-height: 22px
    }

footer .footer__infos,
footer .footer__infos .footer__info,
footer .footer__socials .footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

    footer .footer__infos .footer__info {
        position: relative;
        text-align: left
    }

        footer .footer__infos .footer__info:first-child {
            margin-right: 20px;
            padding-right: 20px
        }

            footer .footer__infos .footer__info:first-child:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 2px;
                background-color: #fff
            }

        footer .footer__infos .footer__info .footer__icon {
            margin-right: 20px;
            width: 23px
        }

            footer .footer__infos .footer__info .footer__icon img {
                width: 23px
            }

        footer .footer__infos .footer__info .footer__text .footer__title {
            margin-bottom: 10px;
            font-weight: 600
        }

        footer .footer__infos .footer__info .footer__text .footer__description {
            margin-bottom: 0;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600
        }

@media (min-width: 720px) {
    footer .footer__infos .footer__info .footer__text .footer__description {
        font-size: 20px;
        line-height: 20px
    }
}

footer .footer__wrap {
    position: relative;
    margin: 0 auto;
    padding: 30px 20px
}

@media (min-width: 720px) {
    footer .footer__wrap {
        padding: 30px 40px
    }
}

.form,
form {
    position: relative
}

input,
textarea {
    display: block;
    padding: 10px
}

input,
select,
textarea {
    width: 100%;
    vertical-align: top;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px
}

    input:focus,
    select:focus,
    textarea:focus {
        border-color: color
    }

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #696f79;
        opacity: .5
    }

    input::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #696f79;
        opacity: .5
    }

    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #696f79;
        opacity: .5
    }

    input::placeholder,
    select::placeholder,
    textarea::placeholder {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #696f79;
        opacity: .5
    }

    input::-webkit-inner-spin-button,
    input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    input[type=checkbox],
    input[type=radio] {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        padding: 0;
        background: #fff url(../img/icon-checked.png) 50% -100% no-repeat;
        border: 1px solid #8692a6;
        border-radius: 50px
    }

        input[type=checkbox]:checked,
        input[type=radio]:checked {
            background-color: #1565d8;
            background-position: 50% 50%
        }

select {
    display: inline-block;
    border: none;
    opacity: 1;
    padding: 10px 40px 10px 15px;
    margin-bottom: 0;
    background: url(../img/icon-select.png) 95% 50% no-repeat
}

textarea {
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.form__element__checkbox .form__checkboxs .form__checkbox,
.form__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .form__flex .form__input {
        width: 100%
    }

    .form__flex .form__icon,
    .form__message span {
        margin-right: 10px
    }

.form__element__checkbox {
    padding-top: 20px;
    position: relative;
    display: block
}

    .form__element__checkbox .form__checkboxs {
        padding: 5px;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

        .form__element__checkbox .form__checkboxs .form__checkbox {
            -ms-flex-pack: distribute;
            justify-content: space-around
        }

            .form__element__checkbox .form__checkboxs .form__checkbox:first-child {
                margin-right: 40px
            }

            .form__element__checkbox .form__checkboxs .form__checkbox .form__input,
            .form__element__checkbox .form__checkboxs .form__checkbox .form__input input {
                border-radius: 50px
            }

        .form__element__checkbox .form__checkboxs .form__text,
        .form__element__checkbox .form__title,
        .form__element__checkbox .form__title__notfocus {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            color: #696f79;
            -webkit-transform: scale(.85);
            transform: scale(.85)
        }

    .form__element__checkbox .form__title,
    .form__element__checkbox .form__title__notfocus {
        position: absolute;
        left: 0;
        transition: .2s ease;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        top: 0
    }

.form__element {
    position: relative;
    display: block
}

    .form__element:hover {
        cursor: text
    }

    .form__element.form__element--switch {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .form__element.form__element--switch .form__content {
            margin-left: 20px
        }

            .form__element.form__element--switch .form__content p {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 0
            }

    .form__element.form__element--abono {
        margin-bottom: 20px;
        padding-top: 0
    }

    .form__element .form__switch {
        position: relative;
        margin-bottom: 20px
    }

        .form__element .form__switch input[type=checkbox] {
            position: absolute;
            height: 0;
            width: 0;
            visibility: hidden
        }

        .form__element .form__switch label {
            cursor: pointer;
            text-indent: -9999px;
            width: 50px;
            height: 25px;
            background: gray;
            display: block;
            border-radius: 100px;
            position: relative;
        }

            .form__element .form__switch label:after {
                content: '';
                position: absolute;
                top: 4px;
                left: 5px;
                width: 17px;
                height: 17px;
                background: #fff;
                border-radius: 90px;
                transition: .3s
            }

        .form__element .form__switch input:checked + label {
            background: #1565d8
        }

            .form__element .form__switch input:checked + label:after {
                left: calc(100% - 5px);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
            }

        .form__element .form__switch label:active:after {
            width: 30px
        }


/*.switch {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 25px;
    visibility: hidden;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
        
    }

.slider,
.slider:before {
    position: absolute;
    transition: 0.4s;
    width: 50px;
    height: 25px;
    background: gray;
    display: block;
    border-radius: 100px;
}

.slider {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

    .slider:before {
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
    }

input:checked + .slider {
    background-color: #1565d8;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

.slider.round {
    border-radius: 40px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/

    .form__element .form__infocircle {
        position: absolute;
        top: -5px;
        right: 0;
        z-index: 3
    }

        .form__element .form__infocircle:hover .form__tooltip {
            display: block
        }

        .form__element .form__infocircle .form__circle,
        section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__circle {
            width: 23px;
            height: 23px;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #1565d8;
            background-color: #fff;
            color: #1565d8;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 0
        }

            .form__element .form__infocircle .form__circle span {
                font-weight: 700;
                line-height: 0;
                float: initial;
                margin-right: initial
            }

        .form__element .form__infocircle .form__tooltip,
        section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip {
            display: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 250px;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #8692a6;
            color: #151e2f;
            border-radius: 15px
        }

@media (min-width: 720px) {
    .form__element .form__infocircle .form__tooltip {
        width: 300px
    }
}

.form__element .form__infocircle .form__tooltip > * {
    margin-bottom: 5px
}

.form__element .form__infocircle .form__tooltip h1,
.form__element .form__infocircle .form__tooltip h2,
.form__element .form__infocircle .form__tooltip h3,
.form__element .form__infocircle .form__tooltip h4,
.form__element .form__infocircle .form__tooltip h5,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip h1,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip h2,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip h3,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip h4,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip h5 {
    color: #1565d8
}

.form__element .form__infocircle .form__tooltip p,
section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip p {
    font-size: 14px;
    line-height: 18px
}

.form__element .form__title {
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.form__element .form__subtitle,
.form__element .form__title,
.form__element .form__title__notfocus {
    line-height: 18px;
    color: #696f79;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.form__element .form__title__notfocus {
    transition: .2s ease;
    font-size: 14px;
    font-weight: 700
}

.form__element .form__subtitle {
    font-size: 13px;
    font-weight: 500;
    opacity: .8;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    margin-bottom: 10px
}

.form__element .form__resetpassword {
    text-align: right;
    padding: 5px 0
}

    .form__element .form__resetpassword p {
        font-size: 12px;
        line-height: 16px
    }

@media (min-width: 720px) {
    .form__element .form__resetpassword p {
        font-size: 14px;
        line-height: 18px
    }
}

.form__element .form__resetpassword p a {
    font-weight: 700;
    text-decoration: underline
}

.form__element .form__title__notfocus {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form__element .form__elemet__alert {
    font-size: 12px;
    line-height: 14px;
    display: none;
    padding: 10px;
    text-align: center;
    color: red
}

    .form__element .form__elemet__alert.show {
        display: block
    }

.form__element .form__input {
    position: relative;
    z-index: 2;
    opacity: 1;
    border: 1px solid #8692a6;
    border-radius: 6px;
    transition: .3s
}

    .form__element .form__input input,
    .form__element .form__input select,
    .form__element .form__input textarea {
        background-color: #fff;
        color: #151e2f;
        border: 0;
        padding-left: 20px;
        padding-right: 0;
        border-radius: 6px
    }

.form__element .form__select {
    position: relative;
    border-bottom: 1px solid #f6f4f4;
    cursor: pointer;
    color: #151e2f;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

    .form__element .form__select select {
        display: none
    }

.form__element .form__alert {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    color: red;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 5px
}

    .form__element .form__alert span {
        margin-left: 5px
    }

.form__element:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transition: .5s;
    z-index: 2
}

.form__element.form__element--focused .form__input {
    border-color: #1565d8
}

.form__element.form__element--file .form__input,
.form__element.form__element--filled .form__input,
.form__element.form__element--focused .form__input {
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, .11)
}

.form__element.form__element--error,
header {
    position: relative;
    width: 100%
}

    .form__element.form__element--error:after {
        content: '\f071';
        font-family: "FontAwesome";
        position: absolute;
        top: 5px;
        right: 20px;
        left: initial;
        color: red;
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        background-color: transparent
    }

.form__passwords {
    margin-bottom: 40px
}

    .form__passwords .form__password {
        margin-bottom: 10px
    }

        .form__passwords .form__password a {
            position: relative;
            display: block;
            font-size: 12px;
            line-height: 18px;
            color: #1565d8;
            font-weight: 500;
            text-decoration: underline
        }

.form__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

    .form__links .form__link a {
        color: #151e2f;
        font-weight: 700
    }

        .form__links .form__link a:hover {
            color: #1565d8;
            text-decoration: underline
        }

.form__button {
    text-align: left
}

.form__sms {
    width: 100%;
    text-align: center;
    min-height: 60px
}

@media (min-width: 720px) {
    .form__sms {
        min-height: 60px
    }
}

.form__sms .btn {
    display: inline;
    width: 100px;
    position: relative;
    top: 25px
}

@media (min-width: 720px) {
    .form__sms .btn {
        display: inline-block;
        max-width: 300px;
        top: 18px
    }
}

.form__info {
    margin: 10px 0;
    background: rgba(21, 101, 216, .15);
    padding: 20px;
    text-align: center;
    border-radius: 24px
}

    .form__info p,
    section.section--login .section__box .section__box__body .section__message p {
        font-size: 12px;
        line-height: 16px;
        color: #151e2f;
        margin-bottom: 0;
        font-weight: 700
    }

.form__typeuser {
    display: none
}

    .form__typeuser.form__typeuser--show,
    section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info:hover .section__tooltip,
    section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__text p strong,
    section.section--main .section__body .section__content .section__title strong {
        display: block
    }

.form__message {
    padding: 10px;
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex
}

    .form__message p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        margin-bottom: 0
    }

header {
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    color: #151e2f;
    transition: .5s;
    background-color: #fff;
    border-top: 15px solid #151e2f
}

@media (min-width: 960px) {
    header {
        border-top: 22px solid #151e2f;
        height: 100px;
        line-height: 100px
    }
}

header .header__primary {
    position: relative;
    z-index: 20;
    height: 100%;
    transition: .5s
}

header .header__wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%
}

header .header__inner {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header__logo {
    display: inline-block;
    margin-left: 20px;
    position: relative
}

    header .header__logo img {
        width: 110px
    }

header .header__actions {
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 720px) {
    header .header__actions {
        height: 70px
    }
}

header .header__actions .header__action__button,
header .header__dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #263762;
    color: #fff;
    padding: 10px
}

header .header__actions .header__action__button {
    font-size: 12px;
    line-height: 18px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    border: 2px solid #263762;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 720px) {
    header .header__actions .header__action__button {
        font-size: 14px;
        line-height: 22px;
        padding: 7px 15px
    }
}

header .header__actions .header__action__button:hover {
    background-color: #fff;
    color: #263762;
    border-color: #263762
}

header .header__actions .header__action__button .header__action__text {
    display: none
}

@media (min-width: 720px) {
    header .header__actions .header__action__button .header__action__text {
        display: inline
    }
}

header .header__actions .header__action__button a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

header .header__actions .header__action__button span {
    font-size: 16px
}

@media (min-width: 720px) {
    header .header__actions .header__action__button span {
        margin-left: 10px;
        font-size: 20px
    }
}

header .header__dates {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    header .header__dates .header__date {
        padding: 0 10px
    }

        header .header__dates .header__date p {
            margin-bottom: 0;
            font-size: 11px;
            line-height: 16px;
            font-weight: 400;
            color: #fff
        }

            header .header__dates .header__date p span {
                font-weight: 600;
                margin-left: 5px
            }

header .header__body {
    max-width: 70%
}

@media (min-width: 720px) {
    header .header__body {
        max-width: 100%
    }
}

header .header__body .header__title {
    color: #1565d8;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 480px) {
    header .header__body .header__title {
        font-size: 20px;
        line-height: 22px
    }
}

header .header__body .header__description {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #696f79
}

@media (min-width: 720px) {
    header .header__body .header__description {
        font-size: 14px;
        line-height: 16px
    }
}

header .header__body .header__infos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    header .header__body .header__infos .header__info {
        font-weight: 500;
        margin-right: 10px;
        font-size: 10px;
        line-height: 14px;
        color: #696f79
    }

@media (min-width: 720px) {
    header .header__body .header__infos .header__info {
        font-size: 14px;
        line-height: 16px
    }
}

header .header__body .header__infos .header__info span {
    font-weight: 700
}

header .header__contact {
    display: none
}

@media (min-width: 720px) {
    header .header__contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        line-height: 16px
    }
}

header .header__contact .header__text {
    color: #1565d8;
    font-weight: 700;
    margin-bottom: 5px
}

header .header__contact .header__button .btn {
    background-color: #151e2f;
    color: #fff;
    padding: 2px 10px;
    font-size: 24px;
    line-height: 32px;
    border: none
}

    header .header__contact .header__button .btn span {
        float: left;
        margin-right: 5px;
        position: relative;
        top: 4px
    }

@media (min-width: 960px) {
    header {
        height: 90px;
        line-height: 90px;
        background-color: #fff
    }

        header .header__wrap {
            padding: 0 40px
        }

        header .header__logo {
            margin-left: 0
        }

            header .header__logo img {
                width: 140px
            }

        header .header__dates {
            position: initial;
            width: initial;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff
        }

            header .header__dates .header__date {
                padding: 0 10px
            }

                header .header__dates .header__date p {
                    margin-bottom: 0;
                    font-size: 12px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #1565d8
                }

                    header .header__dates .header__date p span {
                        font-weight: 600;
                        margin-left: 5px
                    }
}

.loader-space {
    height: 300px;
    position: relative
}

.loader {
    z-index: 18;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-animation: fadeIn .4s ease;
    animation: fadeIn .4s ease;
    background: rgba(0, 0, 0, .7)
}

    .loader.out {
        -webkit-animation: fadeOut .2s ease both;
        animation: fadeOut .2s ease both
    }

    .loader.loader-fixed,
    .modal {
        position: fixed
    }

    .loader svg,
    .loader.loader-sm .loader-svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -10px;
        padding: 0
    }

    .loader svg {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -50px;
        border-radius: 50%;
        padding: 10px;
        overflow: hidden;
        z-index: 1;
        -webkit-animation: loaderRotate 2s linear infinite;
        animation: loaderRotate 2s linear infinite;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

        .loader svg circle {
            -webkit-animation: loaderDash 2s ease-in-out infinite;
            animation: loaderDash 2s ease-in-out infinite;
            stroke-linecap: round;
            stroke-width: 5;
            stroke: #1565d8;
            fill: none
        }

@-webkit-keyframes loaderRotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loaderRotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loaderDash {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -20px
    }

    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px
    }
}

@keyframes loaderDash {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -20px
    }

    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px
    }
}

.modal {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
    display: none
}

    .modal,
    .modal .modal__table {
        width: 100%
    }

        .modal .modal__table table {
            width: 100%;
            text-align: left;
            border-collapse: collapse
        }

            .modal .modal__table table thead {
                background-color: #fff;
                color: #414141
            }

                .modal .modal__table table thead th {
                    padding: 10px;
                    font-size: 14px;
                    line-height: 22px;
                    color: #414141;
                    font-weight: 700
                }

            .modal .modal__table table tbody tr:nth-child(odd),
            .modal.modal--certifications-2 .modal__table table tbody tr:nth-child(even) {
                background-color: #f6f4f4
            }

            .modal .modal__table table tbody td {
                padding: 7px 10px;
                font-size: 14px;
                line-height: 18px;
                color: #414141;
                font-weight: 500
            }

        .modal.modal--in {
            display: table;
            -webkit-animation: fadeIn .5s ease;
            animation: fadeIn .5s ease
        }

            .modal.modal--in .modal__box {
                -webkit-animation: scaleFadeIn .5s .2s ease backwards;
                animation: scaleFadeIn .5s .2s ease backwards
            }

        .modal.modal--out {
            display: table;
            -webkit-animation: fadeOut .2s ease both;
            animation: fadeOut .2s ease both
        }

            .modal.modal--out .modal__box {
                -webkit-animation: scaleFadeOut .2s ease both;
                animation: scaleFadeOut .2s ease both
            }

        .modal.modal--certifications-2 .modal__box {
            max-width: 800px;
            padding: 15px
        }

@media (min-width: 720px) {
    .modal.modal--certifications-2 .modal__box {
        padding: 30px
    }
}

.modal.modal--certifications-2 .modal__table,
.modal.modal--certifications-2 .modal__table table thead tr {
    width: 100%
}

    .modal.modal--certifications-2 .modal__table table {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        border: 1px solid rgba(0, 0, 0, .1)
    }

        .modal.modal--certifications-2 .modal__table table thead {
            display: inherit;
            width: 100%;
            background-color: #1565d8;
            color: #fff
        }

            .modal.modal--certifications-2 .modal__table table tbody td,
            .modal.modal--certifications-2 .modal__table table thead th {
                padding: 12px 8px;
                width: 33%
            }

        .modal.modal--certifications-2 .modal__table table tbody {
            display: block;
            width: 100%;
            height: 400px;
            overflow-y: auto;
            overflow-x: hidden
        }

            .modal.modal--certifications-2 .modal__table table tbody tr {
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                width: 33%
            }

            .modal.modal--certifications-2 .modal__table table tbody td a {
                color: #151e2f;
                text-decoration: underline
            }

                .modal.modal--certifications-2 .modal__table table tbody td a span {
                    color: #1565d8;
                    margin-right: 10px
                }

.modal .modal__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.modal .modal__front {
    position: relative;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.modal .modal__body {
    text-align: left
}

    .modal .modal__body .form__element {
        padding-bottom: 0
    }

    .modal .modal__body .form__button,
    .modal .modal__box .form__buttons {
        text-align: center
    }

.modal .modal__icon,
section .section__content ul {
    margin-bottom: 20px
}

    .modal .modal__icon img {
        width: 80px
    }

.modal .modal__box {
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #c4c4c4;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

@media (min-width: 720px) {
    .modal .modal__box {
        padding: 30px
    }
}

.modal .modal__header {
    text-align: left;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

    .modal .modal__header .modal__subtitle {
        color: #c4c4c4;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700
    }

    .modal .modal__header .modal__title {
        color: #1565d8;
        margin-bottom: 10px
    }

.modal .modal__content .modal__title {
    margin-bottom: 10px
}

.modal .modal__content .modal__message:last-child {
    margin-bottom: 0
}

.modal .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    color: #1565d8
}

    .modal .modal__close:hover {
        cursor: pointer
    }

.modal .modal__form .form__element {
    text-align: left
}

.modal.modal--aval .modal__front {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 720px) {
    .modal.modal--aval .modal__front {
        padding: 80px 0
    }
}

.modal.modal--aval .modal__front .modal__box,
.modal.modal--change .modal__front .modal__box,
.modal.modal--pdf .modal__front .modal__box,
.modal.modal--register .modal__front .modal__box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto
}

.modal.modal--aval .modal__box {
    position: relative;
    min-height: auto;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    overflow-y: scroll
}

.modal.modal--change .modal__front,
.modal.modal--register .modal__front {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 720px) {
    .modal.modal--change .modal__front,
    .modal.modal--register .modal__front {
        padding: 80px 0
    }
}

.modal.modal--change .modal__box,
.modal.modal--register .modal__box {
    position: relative;
    min-height: auto;
    text-align: center;
    z-index: 2;
    overflow-y: scroll;
    margin: 0 auto 80px
}

@media (min-width: 720px) {
    .modal.modal--change .modal__box,
    .modal.modal--register .modal__box {
        margin-bottom: 0
    }
}

.modal.modal--pdf .modal__front {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 720px) {
    .modal.modal--pdf .modal__front {
        padding: 80px 0
    }
}

.modal.modal--pdf .modal__box {
    position: relative;
    min-height: auto;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    overflow-y: scroll;
    max-width: 1200px
}

.modal.modal--conditionsPCM.modal__body,
.modal.modal--conditionsPTV.modal__body,
.modal.modal--conditionsPTD.modal__body,
.modal.modal--conditionsPCM .modal__header,
.modal.modal--conditionsPTV .modal__header,
.modal.modal--conditionsPTD .modal__header,
.modal.modal--conditions .modal__body,
.modal.modal--conditions .modal__header {
    text-align: center
}

    .modal.modal--conditionsPCM .modal__body .modal__content p,
    .modal.modal--conditionsPTV .modal__body .modal__content p,
    .modal.modal--conditionsPTD .modal__body .modal__content p,
    .modal.modal--conditions .modal__body .modal__content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }

.modal.modal--conditionsPCM .modal__buttons,
.modal.modal--conditionsPTV .modal__buttons,
.modal.modal--conditionsPTD .modal__buttons,
.modal.modal--conditions .modal__buttons {
    margin-top: 40px;
    text-align: center
}

    .modal.modal--conditionsPCM .modal__buttons .btn,
    .modal.modal--conditionsPTV .modal__buttons .btn,
    .modal.modal--conditionsPTD .modal__buttons .btn,
    .modal.modal--conditions .modal__buttons .btn {
        margin-bottom: 10px
    }

.modal.modal--sendemail .form__button {
    margin-top: 40px
}

section {
    position: relative;
    background-color: transparent;
    color: #151e2f;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

    section .section__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    section .section__title {
        font-weight: 700;
        color: #1565d8
    }

    section .section__description {
        font-weight: 300;
        margin-bottom: 25px;
        opacity: .8
    }

@media (min-width: 720px) {
    section .section__description {
        line-height: 30px;
        font-size: 18px
    }
}

section .section__header {
    text-align: center;
    padding-bottom: 20px;
    max-width: 800px;
    margin: 0 auto
}

@media (min-width: 720px) {
    section .section__header {
        padding-bottom: 40px
    }
}

section .section__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    opacity: .3
}

    section .section__video video {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

section .section__content {
    position: relative;
    color: #151e2f;
    line-height: 26px;
    font-size: 15px
}

    section .section__content > * {
        -webkit-animation: slideFadeUp .5s ease backwards;
        animation: slideFadeUp .5s ease backwards
    }

    section .section__content > :nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    section .section__content > :nth-child(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    section .section__content > :nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    section .section__content > :nth-child(4) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    section .section__content > :nth-child(5) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    section .section__content.section--left {
        text-align: left
    }

    section .section__content.section--right {
        text-align: right
    }

    section .section__content.section--center {
        text-align: center
    }

    section .section__content.section--justify {
        text-align: justify
    }

    section .section__content blockquote p {
        line-height: 26px;
        font-size: 16px;
        color: #151e2f
    }

@media (min-width: 720px) {
    section .section__content blockquote p {
        font-size: 18px
    }
}

section .section__content ul li {
    padding: 5px 0
}

    section .section__content ul li:before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: -1px;
        width: 10px;
        height: 10px;
        line-height: 21px;
        text-align: center;
        border-radius: 50%;
        overflow: initial;
        background-color: #1565d8
    }

@media (min-width: 480px) {
    section .section__content.section__content--2col,
    section .section__content.section__content--3col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width: 720px) {
    section .section__content.section__content--3col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    section .section__flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

section .section__wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 10px
}

@media (min-width: 720px) {
    section .section__wrap {
        padding: 60px 40px
    }
}

section .section__wrap.section__wrap--main {
    padding: 100px 20px 50px
}

section .section__wrap.section__wrap--header {
    padding: 30px 20px
}

@media (min-width: 720px) {
    section .section__wrap.section__wrap--header {
        padding: 160px 40px 100px
    }

    section .section__wrap.section__wrap--sm {
        padding: 40px
    }

    section .section__wrap.section__wrap--xs {
        padding: 20px
    }

    section .section__wrap.section__wrap--lg {
        padding: 60px 40px
    }
}

@media (min-width: 960px) {
    section .section__wrap.section__wrap--lg {
        padding: 80px 40px
    }
}

section .section__wrap.section--sm {
    max-width: 900px
}

section .section__wrap.section--md {
    max-width: 1060px
}

section .section__wrap.section--lg {
    max-width: 1200px
}

section.section--dark {
    background: #151e2f;
    color: #fff
}

section.section--light {
    background: #f6f4f4;
    color: #151e2f
}

    section.section--light .section__back {
        background-color: #fff !important
    }

section.section--lighter {
    background: #f4f4f4;
    color: #151e2f
}

section.section--white {
    background: #fff;
    color: #151e2f
}

section.section--color-primary,
section.section--color-secundary {
    background: #1565d8;
    color: #fff
}

section.section--gray {
    background: #414141;
    color: #fff
}

section.section--grayten {
    background: grayter;
    color: #fff
}

section.section--main {
    border-top: 14px solid #151e2f;
    border-bottom: 14px solid #263762
}

@media (min-width: 720px) {
    section.section--main {
        height: 95vh;
        border-top: 20px solid #151e2f;
        border-bottom: 20px solid #263762
    }
}

section.section--main .section__bg {
    position: relative;
    padding-bottom: 62.5%;
    margin-top: 80px
}

@media (min-width: 720px) {
    section.section--main .section__bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 56.25%;
        max-width: 50%;
        right: 0;
        left: initial;
        margin-top: 0
    }
}

section.section--main .section__body {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (min-width: 720px) {
    section.section--main .section__body {
        height: 90vh;
        max-width: 50%;
        text-align: left
    }
}

section.section--main .section__body .section__logo {
    position: absolute;
    top: 20px;
    left: 20px
}

@media (min-width: 720px) {
    section.section--main .section__body .section__logo {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: initial;
        transform: initial;
        top: 40px;
        left: 40px
    }
}

section.section--main .section__body .section__logo img {
    margin: initial;
    width: 110px
}

@media (min-width: 720px) {
    section.section--main .section__body .section__logo img {
        width: 190px
    }
}

section.section--main .section__body .section__content {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto
}

    section.section--main .section__body .section__content .section__title {
        position: relative;
        font-weight: 300;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 32px;
        line-height: 38px;
        color: #151e2f
    }

@media (min-width: 720px) {
    section.section--main .section__body .section__content .section__title {
        font-size: 42px;
        line-height: 48px
    }
}

section.section--main .section__body .section__content .section__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 60px;
    height: 2px;
    background-color: #151e2f
}

@media (min-width: 720px) {
    section.section--main .section__body .section__content .section__title:after {
        bottom: 0;
        left: 0
    }
}

section.section--main .section__body .section__content .section__description {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #878787;
    margin-bottom: 40px
}

section.section--main .section__body .section__content .section__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 720px) {
    section.section--main .section__body .section__content .section__buttons {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

section.section--main .section__body .section__content .section__buttons .btn {
    margin-bottom: 20px;
    min-width: 250px
}

section.section--considerations {
    margin-top: 70px;
    background-color: #263762
}

@media (min-width: 720px) {
    section.section--considerations {
        margin-top: 90px
    }
}

section.section--considerations .section__wrap {
    height: 90vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 720px) {
    section.section--considerations .section__wrap {
        height: 95vh
    }
}

section.section--considerations .section__body {
    max-width: 350px
}

@media (min-width: 720px) {
    section.section--considerations .section__body {
        max-width: 600px
    }
}

section.section--considerations .section__box {
    position: relative;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 720px) {
    section.section--considerations .section__box {
        height: 500px;
        padding: 40px
    }
}

section.section--considerations .section__box .section__box__header {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c4c4
}

    section.section--considerations .section__box .section__box__header .section__title {
        margin-bottom: 0
    }

section.section--considerations .section__box .section__box__body .section__subtitle {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    display: block;
    max-width: 80%;
    margin: 0 auto 40px
}

section.section--considerations .section__box .section__box__body .section__infos {
    margin-top: 60px
}

    section.section--considerations .section__box .section__box__body .section__infos .section__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }

        section.section--considerations .section__box .section__box__body .section__infos .section__info .section__number {
            width: 43px;
            height: 43px;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
            min-width: 43px;
            background-color: #1565d8;
            color: #fff;
            font-size: 24px;
            line-height: 24px;
            margin-right: 20px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center
        }

        section.section--considerations .section__box .section__box__body .section__infos .section__info .section__description {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            color: #151e2f;
            margin-bottom: 0
        }

@media (min-width: 720px) {
    section.section--considerations .section__box .section__box__body .section__infos .section__info .section__description {
        font-size: 16px;
        line-height: 22px
    }
}

section.section--considerations .section__box .section__box__body .section__box__features {
    max-width: 350px;
    margin: 0 auto
}

    section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

        section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__icon {
            margin-right: 20px
        }

            section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__icon img {
                width: 35px
            }

        section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__text p {
            font-size: 14px;
            line-height: 19px;
            font-weight: 500;
            margin-bottom: 0
        }

        section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 3;
            cursor: pointer
        }

            section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__circle span {
                font-weight: 700;
                line-height: 0;
                position: relative;
                top: -3px
            }

@media (min-width: 720px) {
    section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip {
        width: 320px
    }
}

section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip > * {
    margin-bottom: 5px
}

section.section--considerations .section__box .section__box__body .section__box__features .section__box__feature .section__info .section__tooltip ul li {
    color: #151e2f
}

section.section--considerations .section__box .section__box__body .section__box__content {
    height: 190px;
    overflow-y: scroll;
    margin-bottom: 40px
}

    section.section--considerations .section__box .section__box__body .section__box__content::-webkit-scrollbar {
        width: 6px;
        order-radius: 5px
    }

    section.section--considerations .section__box .section__box__body .section__box__content::-webkit-scrollbar-track {
        background-color: #f2f2f2;
        order-radius: 5px
    }

    section.section--considerations .section__box .section__box__body .section__box__content::-webkit-scrollbar-thumb {
        background-color: #828282;
        border-radius: 5px
    }

section.section--considerations .section__box .section__box__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 720px) {
    section.section--considerations .section__box .section__box__footer {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

section.section--considerations .section__box .section__box__footer .btn {
    margin: 5px
}

@media (min-width: 720px) {
    section.section--considerations .section__box .section__box__footer .btn {
        margin: 0 5px
    }
}

section.section--login {
    padding-top: 200px;
    background-color: #f6f4f4
}

@media (min-width: 720px) {
    section.section--login {
        padding-top: 0;
        margin-top: 90px
    }
}

section.section--login .section__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 720px) {
    section.section--login .section__wrap {
        height: 90vh
    }
}

section.section--login .section__box {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background-color: #fff;
    max-width: 600px;
    border-radius: 24px;
    padding: 20px
}

@media (min-width: 480px) {
    section.section--login .section__box {
        width: 600px;
        max-width: 600px;
        padding: 40px;
        margin: initial
    }
}

section.section--login .section__box .section__box__header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

    section.section--login .section__box .section__box__header .section__title {
        margin-bottom: 0;
        color: #151e2f
    }

section.section--login .section__box .section__box__body .section__box__table table {
    width: 100%;
    margin: 0 auto;
    color: #151e2f;
    font-size: 13px;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    text-align: left
}

@media (min-width: 720px) {
    section.section--login .section__box .section__box__body .section__box__table table {
        font-size: 16px
    }
}

section.section--login .section__box .section__box__body .section__box__table table thead {
    background-color: transparent;
    color: #1565d8;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

    section.section--login .section__box .section__box__body .section__box__table table tbody tr td,
    section.section--login .section__box .section__box__body .section__box__table table thead th {
        padding: 10px
    }

section.section--login .section__box .section__box__body .section__box__table table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

section.section--login .section__box .section__box__body .section__box__table table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    width: 100%
}

    section.section--login .section__box .section__box__body .section__box__table table tbody tr:last-child td,
    section.section--login .section__box .section__box__body .section__box__table table tbody tr:last-child th {
        border-bottom: 0
    }

section.section--login .section__box .section__box__body .section__message {
    margin: 10px 0;
    background: rgba(21, 101, 216, .15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 20px;
    text-align: center;
    border-radius: 24px
}

section.section--login .section__box .section__box__body .form__element {
    margin-bottom: 20px;
    min-width: 320px
}

section.section--login .section__box .section__box__footer {
    margin-top: 40px;
    text-align: center
}

section.section--login .section__box .form__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

    section.section--login .section__box .form__buttons .btn {
        margin: 0 5px
    }

section.section--step {
    margin-top: 150px;
    background-color: #f6f4f4
}

@media (min-width: 480px) {
    section.section--step {
        margin-top: 90px
    }
}

section.section--step .form {
    width: 100%
}

@media (min-width: 720px) {
    section.section--step .section__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px
    }
}

section.section--step .section__header {
    margin-bottom: 40px
}

@media (min-width: 720px) {
    section.section--step .section__header {
        margin-bottom: 20px
    }
}

section.section--step .section__header .section__steps {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

    section.section--step .section__header .section__steps:after {
        content: '';
        position: absolute;
        top: 22%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%;
        height: 5px;
        background-color: #c4c4c4;
        z-index: 0
    }

@media (min-width: 720px) {
    section.section--step .section__header .section__steps:after {
        top: 45%
    }
}

section.section--step .section__header .section__steps .section__step {
    padding: 5px;
    z-index: 1;
    height: 110px
}

@media (min-width: 720px) {
    section.section--step .section__header .section__steps .section__step {
        padding: 20px
    }
}

section.section--step .section__header .section__steps .section__step.section__step--current .section__cirlce {
    background-color: #1565d8;
    border-color: #1565d8;
    color: #fff
}

section.section--step .section__header .section__steps .section__step.section__step--current .section__text {
    color: #1565d8;
    max-width: 80px
}

section.section--step .section__header .section__steps .section__step .section__cirlce {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    border: 5px solid #c4c4c4;
    color: #c4c4c4;
    margin: 0 auto 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 720px) {
    section.section--step .section__header .section__steps .section__step .section__cirlce {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden
    }
}

section.section--step .section__header .section__steps .section__step .section__cirlce span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    position: relative
}

@media (min-width: 720px) {
    section.section--step .section__header .section__steps .section__step .section__cirlce span {
        font-size: 24px;
        line-height: 28px
    }
}

section.section--step .section__header .section__steps .section__step .section__text {
    color: #c4c4c4;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}

@media (min-width: 720px) {
    section.section--step .section__header .section__steps .section__step .section__text {
        font-size: 14px;
        line-height: 18px
    }
}

section.section--step .section__body {
    max-width: 600px;
    margin: 0 auto 40px
}

    section.section--step .section__body.section__body--contracts,
    section.section--step .section__body.section__body--max {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 40px
    }

    section.section--step .section__body .section__form {
        background-color: #f9f9f9;
        border: 1px solid #c4c4c4;
        border-radius: 22px;
        padding: 20px;
        box-shadow: 0 4px 22px -2px #e5e5e5
    }

@media (min-width: 720px) {
    section.section--step .section__body .section__form {
        padding: 40px 25px
    }
}

section.section--step .section__body .section__form.section__form--total .section__total {
    max-width: 500px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    section.section--step .section__body .section__form.section__form--total .section__total .section__price span {
        color: #1565d8;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700
    }

@media (min-width: 480px) {
    section.section--step .section__body .section__form.section__form--total .section__total .section__price span {
        font-size: 26px;
        line-height: 29px
    }
}

section.section--step .section__body .section__form.section__form--total .section__subtitle {
    color: #696f79;
    font-weight: 600;
    text-align: center
}

section.section--step .section__body .section__form .section__form__option {
    display: none
}

    section.section--step .section__body .section__form .section__form__option.section__form__option--show {
        display: block
    }

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__action .section__form__attach__content h5,
    section.section--step .section__body .section__form .section__form__option .form__title,
    section.section--step .section__body .section__form .section__form__result .section__form__result__content h5 {
        margin-bottom: 5px
    }

section.section--step .section__body .section__form .section__form__title {
    text-align: center;
    margin-bottom: 40px
}

    section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip ul li,
    section.section--step .section__body .section__form .section__form__title .section__title {
        color: #151e2f
    }

section.section--step .section__body .section__form .section__form__header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

    section.section--step .section__body .section__form .section__form__header .section__title {
        margin-bottom: 10px
    }

section.section--step .section__body .section__form .section__form__body {
    margin-bottom: 40px
}

    section.section--step .section__body .section__form .section__form__body .section__form__value {
        position: relative;
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #494949;
        font-weight: 700;
        margin-bottom: 20px
    }

        section.section--step .section__body .section__form .section__form__body .section__form__value span,
        section.section--step .section__body .section__payment .section__payment__body .section__payment__value span {
            float: right;
            margin-right: 40px
        }

    section.section--step .section__body .section__form .section__form__body .section__form__prices {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

        section.section--step .section__body .section__form .section__form__body .section__form__prices .section__price {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            max-width: 90%;
            margin-bottom: 10px
        }

            section.section--step .section__body .section__form .section__form__body .section__form__prices .section__price .section__price__text,
            section.section--step .section__body .section__form .section__form__body .section__form__prices .section__price .section__price__value span {
                font-size: 16px;
                line-height: 22px;
                font-weight: 600;
                color: #696f79
            }

            section.section--step .section__body .section__form .section__form__body .section__form__prices .section__price .section__price__value .fa-exclamation {
                width: 18px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                border-radius: 50%;
                overflow: hidden;
                background-color: #fff;
                color: #1565d8;
                border: 1px solid #1565d8;
                font-size: 12px;
                margin-left: 10px;
                position: relative;
                top: 3px
            }

    section.section--step .section__body .section__form .section__form__body .section__form__total {
        padding: 10px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90%;
        margin-bottom: 40px
    }

        section.section--step .section__body .section__form .section__form__body .section__form__total.section__form__total--margin0 {
            margin-bottom: 0
        }

        section.section--step .section__body .section__form .section__form__body .section__form__total .section__price__text {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            color: #696f79
        }

        section.section--step .section__body .section__form .section__form__body .section__form__total .section__price__value span {
            font-size: 16px;
            line-height: 22px;
            font-weight: 700;
            color: #696f79
        }

    section.section--step .section__body .section__form .section__form__body .section__form__info {
        margin-bottom: 40px
    }

        section.section--step .section__body .section__form .section__form__body .section__form__info .section__text {
            font-size: 14px;
            line-height: 19px;
            color: #151e2f;
            margin-bottom: 10px;
            font-weight: 700
        }

            section.section--step .section__body .section__form .section__form__body .section__form__info .section__text span {
                font-weight: 500;
                margin-left: 5px
            }

section.section--step .section__body .section__form .section__form__attach .section__form__attach__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__action input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__action .section__form__attach__button {
        min-width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #d03437;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
        cursor: pointer
    }

        section.section--step .section__body .section__form .section__form__attach .section__form__attach__action .section__form__attach__button img,
        section.section--step .section__body .section__form .section__form__attach .section__form__attach__action .section__form__attach__content {
            cursor: pointer
        }

            section.section--step .section__body .section__form .section__form__attach .section__form__attach__action .section__form__attach__content p {
                margin-bottom: 0;
                font-size: 14px;
                line-height: 18px
            }

section.section--step .section__body .section__form .section__form__attach .section__form__attach__files .section__form__file {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__files .section__form__file .section__icon {
        margin-right: 20px
    }

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__files .section__form__file .section__name {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600
    }

    section.section--step .section__body .section__form .section__form__attach .section__form__attach__files .section__form__file .section__delete {
        position: absolute;
        top: 16px;
        right: 10px;
        cursor: pointer
    }

section.section--step .section__body .section__form .section__form__result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    section.section--step .section__body .section__form .section__form__result .section__form__result__content {
        max-width: 80%
    }

        section.section--step .section__body .section__form .section__form__result .section__form__result__content p {
            margin-bottom: 0;
            font-size: 11px;
            line-height: 16px
        }

    section.section--step .section__body .section__form .section__form__result .section__form__result__value {
        margin-right: 10px
    }

        section.section--step .section__body .section__form .section__form__result .section__form__result__value p {
            font-size: 10px;
            line-height: 16px;
            margin-bottom: 0;
            font-weight: 600
        }

            section.section--step .section__body .section__form .section__form__result .section__form__result__value p span,
            section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__value p span {
                font-size: 14px;
                line-height: 19px;
                font-weight: 700;
                display: block
            }

    section.section--step .section__body .section__form .section__form__result .section__form__result__right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    section.section--step .section__body .section__form .section__form__result .section__info {
        z-index: 3;
        cursor: pointer
    }

        section.section--step .section__body .section__form .section__form__result .section__info:hover .section__tooltip,
        section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info:hover .section__tooltip,
        section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info:hover .section__tooltip {
            display: block
        }

        section.section--step .section__body .section__form .section__form__result .section__info .section__circle,
        section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__circle {
            width: 23px;
            height: 23px;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #1565d8;
            background-color: #fff;
            color: #1565d8;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 0
        }

            section.section--step .section__body .section__form .section__form__result .section__info .section__circle span,
            section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__circle span,
            section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__circle span,
            section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__info .section__circle span {
                font-weight: 700;
                line-height: 0;
                float: initial;
                margin-right: initial
            }

        section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip,
        section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip {
            display: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 250px;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #8692a6;
            color: #151e2f;
            border-radius: 15px
        }

@media (min-width: 720px) {
    section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip {
        width: 300px
    }
}

section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip > * {
    margin-bottom: 5px
}

section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip h1,
section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip h2,
section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip h3,
section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip h4,
section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip h5,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip h1,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip h2,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip h3,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip h4,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip h5,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip h1,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip h2,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip h3,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip h4,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip h5 {
    color: #1565d8
}

section.section--step .section__body .section__form .section__form__result .section__info .section__tooltip p,
section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip p,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip p {
    font-size: 14px;
    line-height: 18px
}

section.section--step .section__body .section__payment {
    background-color: #f9f9f9;
    border: 1px solid #c4c4c4;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 4px 22px -2px #e5e5e5
}

@media (min-width: 960px) {
    section.section--step .section__body .section__payment {
        padding: 40px 25px;
        border-radius: 22px
    }
}

section.section--step .section__body .section__payment.section__payment--padding {
    padding: 20px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment.section__payment--padding {
        padding: 40px 80px
    }
}

section.section--step .section__body .section__payment.section__payment--scroll .section__description {
    margin-bottom: 0
}

section.section--step .section__body .section__payment.section__payment--scroll .section__payment__arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: #1565d8;
    color: #fff
}

@media (min-width: 960px) {
    section.section--step .section__body .section__payment.section__payment--scroll .section__payment__arrow {
        display: none
    }
}

section.section--step .section__body .section__payment .section__payment__title {
    text-align: center;
    margin-bottom: 40px
}

    section.section--step .section__body .section__payment .section__payment__title .section__title {
        color: #151e2f
    }

section.section--step .section__body .section__payment .section__payment__header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

    section.section--step .section__body .section__payment .section__payment__header .section__title {
        margin-bottom: 10px
    }

    section.section--step .section__body .section__payment .section__payment__body.section__payment__body--center,
    section.section--step .section__body .section__payment .section__payment__header.section__payment__header--center {
        text-align: center
    }

section.section--step .section__body .section__payment .section__payment__body {
    margin-bottom: 20px
}

    section.section--step .section__body .section__payment .section__payment__body .section__payment__header,
    section.section--step .section__body .section__payment .section__payment__options {
        margin-top: 40px
    }

    section.section--step .section__body .section__payment .section__payment__body .section__description {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        text-align: center
    }

    section.section--step .section__body .section__payment .section__payment__body .section__payment__value {
        position: relative;
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #494949;
        font-weight: 600;
        margin-bottom: 20px
    }

        section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info {
            position: absolute;
            top: -2px;
            right: 0;
            z-index: 3;
            cursor: pointer
        }

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip {
        width: 300px
    }
}

section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__content h5,
section.section--step .section__body .section__payment .section__payment__body .section__payment__value .section__info .section__tooltip > * {
    margin-bottom: 5px
}

section.section--step .section__body .section__payment .section__payment__body .section__form__result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__content {
        max-width: 80%
    }

        section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__content p {
            margin-bottom: 0;
            font-size: 11px;
            line-height: 16px
        }

    section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__value {
        margin-right: 10px
    }

        section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__value p {
            font-size: 10px;
            line-height: 16px;
            margin-bottom: 0;
            font-weight: 600
        }

    section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__form__result__right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info {
        z-index: 3;
        cursor: pointer
    }

        section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__circle {
            width: 23px;
            height: 23px;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #1565d8;
            background-color: #fff;
            color: #1565d8;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 0
        }

        section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip {
            display: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 250px;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #8692a6;
            color: #151e2f;
            border-radius: 15px
        }

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip {
        width: 300px
    }
}

section.section--step .section__body .section__payment .section__payment__body .section__form__result .section__info .section__tooltip > * {
    margin-bottom: 5px
}

section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts {
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract.section__payment__contract--check .section__icon {
    background-color: #61c115
}

section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract .section__icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #d03437;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract .section__icon {
        margin-right: 10px
    }
}

section.section--step .section__body .section__payment .section__payment__body .section__payment__contracts .section__payment__contract .section__text {
    color: #1565d8;
    font-weight: 700
}

section.section--step .section__body .section__payment .section__payment__options .section__payment__option {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #151e2f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    min-height: 100px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__options .section__payment__option {
        min-height: 120px;
        padding: 20px
    }
}

section.section--step .section__body .section__payment .section__payment__options .section__payment__option .section__payment__option__img img {
    width: 120px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__options .section__payment__option .section__payment__option__img img {
        width: 150px
    }
}

section.section--step .section__body .section__payment .section__payment__options .section__payment__option .form__checkbox input {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

section.section--step .section__body .section__payment .section__payment__options .section__payment__option .form__checkbox label {
    font-size: 12px;
    line-height: 18px;
    color: #414141;
    font-weight: 700
}

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__options .section__payment__option .form__checkbox label {
        font-size: 16px;
        line-height: 22px
    }
}

section.section--step .section__body .section__payment .section__payment__security {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 40px
}

    section.section--step .section__body .section__payment .section__payment__security .section__icon {
        margin-right: 10px
    }

section.section--step .section__body .section__payment .section__payment__footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding: 20px 0 0
}

    section.section--step .section__body .section__payment .section__payment__footer .section__payment__total {
        position: relative
    }

        section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__payment__value {
            font-size: 16px;
            line-height: 22px;
            font-weight: 700;
            color: #151e2f;
            margin-bottom: 20px
        }

            section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__payment__value span {
                float: right;
                margin-right: 40px
            }

        section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__info {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 3;
            cursor: pointer
        }

            section.section--step .section__body .section__card .section__card__body .section__description strong,
            section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__info:hover .section__tooltip {
                display: block
            }

            section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__info .section__circle {
                width: 23px;
                height: 23px;
                text-align: center;
                border-radius: 50%;
                overflow: hidden;
                border: 2px solid #1565d8;
                background-color: #fff;
                color: #1565d8;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 0
            }

        section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip {
            display: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 250px;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #8692a6;
            color: #151e2f;
            border-radius: 15px
        }

@media (min-width: 720px) {
    section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip {
        width: 300px
    }
}

section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip > * {
    margin-bottom: 5px
}

section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip h1,
section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip h2,
section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip h3,
section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip h4,
section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip h5 {
    color: #1565d8
}

section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip p {
    font-size: 14px;
    line-height: 18px
}

section.section--step .section__body .section__payment .section__payment__footer .section__payment__total .section__tooltip ul li {
    color: #151e2f;
    font-size: 12px;
    line-height: 16px
}

section.section--step .section__body .section__payment .section__payment__footer .section__button {
    padding: 20px 0;
    text-align: center
}

section.section--step .section__body .section__card {
    background-color: #f9f9f9;
    border: 1px solid #c4c4c4;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 4px 22px -2px #e5e5e5;
    max-width: 600px;
    margin: 0 auto 40px
}

@media (min-width: 720px) {
    section.section--step .section__body .section__card {
        padding: 40px 20px
    }
}

section.section--step .section__body .section__card .section__card__title {
    text-align: center;
    margin-bottom: 40px
}

    section.section--step .section__body .section__card .section__card__title .section__title {
        color: #151e2f
    }

section.section--step .section__body .section__card .section__card__header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    text-align: center
}

    section.section--step .section__body .section__card .section__card__header .section__title {
        margin-bottom: 10px
    }

section.section--step .section__body .section__card .section__card__body,
section.section--step .section__body .section__card .section__card__body .section__card__checkbox .form__checkbox {
    margin-bottom: 20px
}

    section.section--step .section__body .section__card .section__card__body.section__card__body--center,
    section.section--step .section__form__footer {
        text-align: center
    }

    section.section--step .section__body .section__card .section__card__body .section__card__header {
        margin-top: 40px
    }

    section.section--step .section__body .section__card .section__card__body .section__description {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        text-align: center
    }

    section.section--step .section__body .section__card .section__card__body .section__card__checkbox {
        max-width: 400px;
        text-align: center;
        margin: 0 auto 40px
    }

        section.section--step .section__body .section__card .section__card__body .section__card__checkbox .form__checkbox input {
            border-radius: 5px;
            margin-right: 10px
        }

        section.section--step .section__body .section__card .section__card__body .section__card__checkbox .form__checkbox label {
            font-size: 14px;
            line-height: 22px;
            font-weight: 700
        }

    section.section--step .section__body .section__card .section__card__body .section__card__aval {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 400px;
        margin: 0 auto
    }

        section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__button {
            min-width: 50px;
            height: 50px;
            border-radius: 5px;
            background-color: #d03437;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 20px
        }

            section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__button.section__card__button--check {
                background-color: #61c115
            }

            section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__button span {
                color: #fff;
                font-size: 24px;
                line-height: 24px
            }

        section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__edit,
        section.section--step .section__buttons {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center
        }

            section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__content h5,
            section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__edit .section__icon {
                margin-bottom: 5px
            }

                section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__edit .section__icon img {
                    width: 20px
                }

            section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__edit span {
                font-size: 12px;
                line-height: 16px;
                font-weight: 300
            }

        section.section--step .section__body .section__card .section__card__body .section__card__aval .section__card__aval__content p {
            margin-bottom: 0
        }

section.section--step .section__body .section__card .section__payment__footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding: 20px 0 0
}

    section.section--step .section__body .section__card .section__payment__footer .section__payment__total .section__payment__value {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #151e2f;
        margin-bottom: 20px
    }

        section.section--step .section__body .section__card .section__payment__footer .section__payment__total .section__payment__value span {
            float: right;
            margin-right: 40px
        }

    section.section--step .section__body .section__card .section__payment__footer .section__button {
        padding: 20px 0;
        text-align: center
    }

section.section--step .section__body .section__stage {
    display: none
}

    section.section--confirmation .section__wrap .section__card .section__card__body .section__description strong,
    section.section--step .section__body .section__stage.section__stage--show {
        display: block
    }

section.section--step .section__buttons {
    width: 100%
}

@media (min-width: 720px) {
    section.section--step .section__buttons {
        -ms-flex-direction: row;
        flex-direction: row
    }

        section.section--step .section__buttons .section__button {
            margin: 0 10px
        }
}

section.section--step .section__buttons .btn {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 720px) {
    section.section--step .section__buttons .btn {
        margin: 0 10px;
        min-width: 250px;
        max-width: 250px
    }
}

section.section--confirmation {
    padding-top: 200px;
    background-color: #f6f4f4
}

@media (min-width: 720px) {
    section.section--confirmation {
        padding-top: 0;
        margin-top: 90px
    }
}

section.section--confirmation .section__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 720px) {
    section.section--confirmation .section__wrap {
        height: 90vh
    }
}

section.section--confirmation .section__wrap .section__card {
    background-color: #f9f9f9;
    border: 1px solid #c4c4c4;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 4px 22px -2px #e5e5e5;
    max-width: 800px;
    margin: 0 auto 40px
}

@media (min-width: 720px) {
    section.section--confirmation .section__wrap .section__card {
        padding: 40px 20px
    }
}

section.section--confirmation .section__wrap .section__card .section__card__title {
    text-align: center;
    margin-bottom: 40px
}

    section.section--confirmation .section__wrap .section__card .section__card__title .section__title {
        color: #151e2f
    }

section.section--confirmation .section__wrap .section__card .section__card__header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    text-align: center
}

    section.section--confirmation .section__wrap .section__card .section__card__header .section__title {
        margin-bottom: 10px
    }

section.section--confirmation .section__wrap .section__card .section__card__body {
    padding: 10px
}

@media (min-width: 720px) {
    section.section--confirmation .section__wrap .section__card .section__card__body {
        padding: 20px
    }
}

section.section--confirmation .section__wrap .section__card .section__card__body.section__card__body--center,
section.section--confirmation .section__wrap .section__card .section__card__footer {
    text-align: center
}

section.section--confirmation .section__wrap .section__card .section__card__body .section__card__header {
    margin-top: 40px
}

section.section--confirmation .section__wrap .section__card .section__card__body .section__description {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #e0eaf8
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: initial;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

    .swiper-container-pointer-events.swiper-container-vertical {
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
        transition-property: -webkit-transform, height;
        transition-property: transform, height
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 24px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    background-color: #1565d8;
    color: #fff;
    box-shadow: rgba(9, 30, 66, .25) 0 8px 16px -4px, rgba(9, 30, 66, .31) 0 0 1px;
    transition: .2s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    top: 95%
}

@media (min-width: 720px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: 85%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden
    }
}

.swiper-button-prev:after {
    font-size: 14px
}

@media (min-width: 720px) {
    .swiper-button-prev:after {
        position: relative;
        top: 4px;
        left: -2px;
        font-size: 24px
    }
}

.swiper-button-next:after {
    font-size: 14px
}

@media (min-width: 720px) {
    .swiper-button-next:after {
        position: relative;
        top: 4px;
        left: -2px;
        font-size: 24px
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
    color: #1565d8
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 700;
    position: relative
}

.swiper-button-next:after {
    left: 1px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 2%
}

@media (min-width: 720px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 4%
    }
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 2%
}

@media (min-width: 720px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 4%
    }
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #c4c4c4
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #494949
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms -webkit-transform, 200ms top;
            transition: 200ms transform, 200ms top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 200ms -webkit-transform, 200ms left;
        transition: 200ms transform, 200ms left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms -webkit-transform, 200ms right;
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            -webkit-filter: blur(50px);
            filter: blur(50px)
        }

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tabs {
    text-align: center
}

@media (min-width: 720px) {
    .tabs {
        text-align: right
    }
}

.tabs .tabs__header {
    display: block;
    text-align: center;
    color: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 720px) {
    .tabs .tabs__header {
        padding: 0
    }
}

@media (min-width: 960px) {
    .tabs .tabs__header {
        overflow: visible;
        white-space: normal;
        display: -ms-flexbox;
        display: flex
    }
}

.tabs .tabs__header .tab {
    position: relative;
    padding: 10px 20px;
    margin: 2px 2px 2px 0;
    transition: .2s ease;
    display: inline-block;
    border: 1px solid #fff;
    opacity: .3
}

@media (min-width: 960px) {
    .tabs .tabs__header .tab {
        font-size: global_size_sm2
    }
}

.tabs .tabs__header .tab:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #e0eaf8;
    transition: .5s
}

.tabs .tabs__header .tab:hover {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .2)
}

.tabs .tabs__header .tab.tab--current {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, .2)
}

    .tabs .tabs__header .tab.tab--current:after {
        width: 100%
    }

.tabs .tabs__body {
    background: 0 0
}

    .tabs .tabs__body .tab {
        display: none
    }

        .tabs .tabs__body .tab.tab--current {
            display: block
        }

.wp {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    color: #151e2f
}

    .wp p {
        font-weight: 300
    }

@media (min-width: 480px) {
    .wp p {
        font-size: 16px;
        line-height: 26px
    }
}

.wp img {
    margin-bottom: 20px
}

@media (min-width: 960px) {
    .wp img.alignright {
        float: right;
        margin-left: 40px
    }

    .wp img.alignleft {
        float: left;
        margin-right: 40px
    }
}

.wp img.aligncenter {
    margin: 0 auto
}

.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp iframe,
.wp ol,
.wp p,
.wp pre,
.wp table {
    margin-bottom: sep
}

    .wp blockquote:last-child,
    .wp h1:last-child,
    .wp h2:last-child,
    .wp h3:last-child,
    .wp h4:last-child,
    .wp iframe:last-child,
    .wp ol:last-child,
    .wp p:last-child,
    .wp pre:last-child,
    .wp table:last-child,
    .wp ul:last-child {
        margin-bottom: 20px
    }

.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp h5 {
    padding-top: 10px
}

    .wp h1:first-child,
    .wp h2:first-child,
    .wp h3:first-child,
    .wp h4:first-child,
    .wp h5:first-child {
        padding-top: 0
    }

.wp ol {
    list-style-type: decimal;
    margin-left: 20px
}

.wp ul {
    margin: 10px 30px
}

    .wp ul li {
        padding-left: 25px;
        margin-bottom: 10px;
        position: relative
    }

        .wp ul li:before {
            content: "\f00c";
            font-family: "FontAwesome";
            position: absolute;
            top: 0;
            left: 0;
            color: #1565d8
        }

.wp blockquote {
    padding: 10px 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-style: italic;
    position: relative;
    border-left: 4px solid #1565d8;
    margin-bottom: 20px
}

.wp pre {
    background: rgba(0, 0, 0, .05);
    padding: 10px sep;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.wp a {
    text-decoration: none
}

    .wp a:hover:not(.btn) {
        text-decoration: underline
    }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.div-redocumentar {
    display: block;
}

/* Ocultar el div para pantallas de al menos 480px */
@media (min-width: 480px) {
    .div-redocumentar {
        display: none;
    }
}