/* DMC 1.0.0 BETA 201907041957 */
@-webkit-keyframes appear {
    0% {
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes spinner-turn {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-turn {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.color-white {
    color: #fff!important;
}

.color-black {
    color: #000!important;
}

.color-gray {
    color: #575756!important;
}

.color-gray-50 {
    color: #a9a8a7!important;
}

.color-gray-light {
    color: #efefef!important;
}

.color-primary {
    color: #00a6ed!important;
}

.color-secondary {
    color: #ea000e!important;
}

.color-success {
    color: #3adb76!important;
}

.color-warning {
    color: #ffae00!important;
}

.color-alert {
    color: #cc4b37!important;
}

.bg-color-white {
    background: #fff!important;
    background-color: #fff!important;
}

.bg-color-black {
    background: #000!important;
    background-color: #000!important;
}

.bg-color-gray {
    background: #575756!important;
    background-color: #575756!important;
}

.bg-color-gray-50 {
    background: #a9a8a7!important;
    background-color: #a9a8a7!important;
}

.bg-color-gray-light {
    background: #efefef!important;
    background-color: #efefef!important;
}

.bg-color-primary {
    background: #00a6ed!important;
    background-color: #00a6ed!important;
}

.bg-color-secondary {
    background: #ea000e!important;
    background-color: #ea000e!important;
}

.bg-color-success {
    background: #3adb76!important;
    background-color: #3adb76!important;
}

.bg-color-warning {
    background: #ffae00!important;
    background-color: #ffae00!important;
}

.bg-color-alert {
    background: #cc4b37!important;
    background-color: #cc4b37!important;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    font-smoothing: antialiased;
}

html,
ol,
p,
small,
ul {
    font-family: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

body,
h1,
h2,
h3 {
    font-style: inherit;
}

body {
    font-family: 'Maven Pro',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    color: #575756;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
figcaption,
footer,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
output,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

body,
em,
h1,
h2,
h3 {
    margin: 0;
    vertical-align: baseline;
    outline: 0;
}

h1,
h2,
h3 {
    font-size: 100%;
}

em,
html,
img,
ol,
p,
small,
ul {
    font-weight: inherit;
}

em {
    font-family: inherit;
}

em,
img,
strong {
    font-size: 100%;
}

img {
    padding: 0;
}

img,
strong,
sub,
sup {
    font-family: inherit;
    font-style: inherit;
    margin: 0;
    outline: 0;
}

strong {
    vertical-align: baseline;
}

sub,
sup {
    font-weight: inherit;
}

fieldset,
figure,
form,
legend {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    outline: 0;
}

body,
em,
figure,
form,
h1,
h2,
h3,
strong,
sub,
sup {
    padding: 0;
    border: 0;
}

legend {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body[data-smooth-scrolling='0'] {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -moz-appearance: none;
}

input[type=text]::-ms-clear {
    display: none;
}

sub,
sup {
    font-size: 10px;
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
}

a:active {
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

.brochures  span{
        display: block;
        font-size:20px;
        padding: 40px 0px 80px;
        font-weight: 500;
        font-style: italic;
}
img {
    width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.bloc-brochure{
    margin: 0 auto;
    margin-left: inherit  !important;
}
.img-brochures{
    width: 100%;
   
}
fieldset,
legend {
    padding: 0;
    border: 0;
}

fieldset,
figure,
form {
    margin: 0;
}

legend {
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    *vertical-align: middle;
}

button,
input,
select {
    vertical-align: baseline;
}

input,
select,
textarea {
    -webkit-appearance: none;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

select {
    text-indent: .01px;
    text-overflow: '';
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
html,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}

p:empty {
    display: none;
}

.row,
.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 16px;
}

.row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: -1rem;
    margin-left: -1rem;
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col.reverse,
.row.reverse {
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.col.reverse {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.col-xs-1,
.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
}

.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
}

.col-xs-10,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.col-xs-10,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}

.col-xs-10,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
}

.col-xs-10,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.col-xs-10,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
}

.col-xs-10,
.col-xs-8,
.col-xs-9 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
}

.col-xs-10,
.col-xs-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.col-xs-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
}

.col-xs-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
}

.col-xs-11,
.col-xs-12,
.col-xs-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.col-xs-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8.33333%;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 16.66667%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 25%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 33.33333%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 41.66667%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 50%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 58.33333%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-8,
.col-xs-offset-9 {
    margin-left: 66.66667%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    margin-left: 83.33333%;
}

.col-xs-offset-11,
.col-xs-offset-12 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs {
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.start-xs {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.center-xs {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.end-xs {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width:23.43em) {
    .container {
        width: 23.43rem;
    }

    .col-xs,
    .col-xs-1,
    .col-xs-10,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xs-1,
    .col-xs-10,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .col-xs-10,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .col-xs-10,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-xs-10,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col-xs-10,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .col-xs-10,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-xs-10,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .col-xs-10,
    .col-xs-8,
    .col-xs-9 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .col-xs-10,
    .col-xs-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-xs-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .col-xs-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .col-xs-11,
    .col-xs-12,
    .col-xs-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xs-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .col-xs-offset-1,
    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8.33333%;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 16.66667%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 25%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 33.33333%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 41.66667%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 50%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 58.33333%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-8,
    .col-xs-offset-9 {
        margin-left: 66.66667%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12,
    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12 {
        margin-left: 83.33333%;
    }

    .col-xs-offset-11,
    .col-xs-offset-12 {
        margin-left: 91.66667%;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs {
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .start-xs {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .center-xs {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
     }

    .end-xs {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-xs {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-xs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width:48em) {
    .container {
        width: 48rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .col-sm-10,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .col-sm-10,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-sm-10,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col-sm-10,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .col-sm-10,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-sm-10,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .col-sm-10,
    .col-sm-8,
    .col-sm-9 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .col-sm-10,
    .col-sm-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-sm-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .col-sm-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-sm-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8.33333%;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 25%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 50%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11,
    .col-sm-offset-12 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm {
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .start-sm {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .center-sm {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .end-sm {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width:62em) {
    .container {
        width: 62rem;
    }

    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-md-1,
    .col-md-10,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .col-md-10,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .col-md-10,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-md-10,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col-md-10,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .col-md-10,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-md-10,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .col-md-10,
    .col-md-8,
    .col-md-9 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .col-md-10,
    .col-md-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-md-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .col-md-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .col-md-11,
    .col-md-12,
    .col-md-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-md-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8.33333%;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 16.66667%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 25%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 33.33333%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 41.66667%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 50%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 58.33333%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-8,
    .col-md-offset-9 {
        margin-left: 66.66667%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11,
    .col-md-offset-12 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md {
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .start-md {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .center-md {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .end-md {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 75rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .col-lg-10,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .col-lg-10,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-lg-10,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col-lg-10,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .col-lg-10,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-lg-10,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .col-lg-10,
    .col-lg-8,
    .col-lg-9 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .col-lg-10,
    .col-lg-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-lg-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .col-lg-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-lg-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8.33333%;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 25%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 50%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11,
    .col-lg-offset-12 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg {
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .start-lg {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .center-lg {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .end-lg {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width:99.5em) {
    .container {
        width: 99.5rem;
    }

    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .col-xl-10,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .col-xl-10,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-xl-10,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col-xl-10,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .col-xl-10,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-xl-10,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        max-width: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .col-xl-10,
    .col-xl-8,
    .col-xl-9 {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .col-xl-10,
    .col-xl-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-xl-10 {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .col-xl-11 {
        max-width: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .col-xl-11,
    .col-xl-12,
    .col-xl-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xl-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 8.33333%;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 25%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 50%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11,
    .col-xl-offset-12 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl {
        max-width: 100%;
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .start-xl {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }

    .center-xl {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .end-xl {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.main {
    z-index: 0;
}

.main.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
}

.main .header {
    position: fixed;
    z-index: 100;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2,1,.3,1);
    transition: transform .3s cubic-bezier(.2,1,.3,1);
    transition: transform .3s cubic-bezier(.2,1,.3,1),-webkit-transform .3s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main .main-container {
    display: block;
    overflow-x: hidden;
    min-height: 100%;
}

.main .main-container,
.main .main-container .main-section {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.main .main-container .main-section .wrapper {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
}

@media (min-width:48em) {
    .main .main-container .main-section .wrapper .section {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.main .main-container .main-section .wrapper .section .btn {
    margin-top: 0;
    margin-bottom: 40px;
}

.main .main-container .main-section .wrapper .section .col-xs-12.col-sm-6 > h2 {
    margin-top: 24px;
}

@media (min-width:48em) {
    .main .main-container .main-section .wrapper .section .col-xs-12.col-sm-6 > h2 {
        margin-top: 0;
    }
}

.main .main-container .footer {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    padding-top: 100px;
    background: #f3f3f3;
}

@media (min-width:48em) {
    .main .main-container .footer {
        margin-top: 0;
        padding-top: 200px;
    }
}

@media (min-width:62em) {
    .main .main-container .footer {
        padding-top: 250px;
    }
}

.main .main-container .footer-top {
    position: absolute;
    top: 0;
    left: -10vw;
    width: 120vw;
    height: 64px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #00a6ed;
}

@media (min-width:48em) {
    .main .main-container .footer-top {
        height: 150px;
    }
}

@media (min-width:62em) {
    .main .main-container .footer-top {
        height: 200px;
    }
}

.main .main-container .footer-top .line-blue,
.main .main-container .footer-top .line-red,
.main .main-container .footer-top .line-white {
    position: relative;
    display: block;
    width: 120vw;
    height: 3px;
}

.main .main-container .footer-top .line-white {
    top: calc(100% + 1px);
    background-color: #fff;
}

.main .main-container .footer-top .line-red {
    top: 100%;
    background-color: #ea000e;
}

.main .main-container .footer-top .line-blue {
    top: calc(100% + 2px);
    background-color: #00a6ed;
}

.main .main-container .footer img {
    max-width: 160px;
}

@media (min-width:48em) {
    .main .main-container .footer img + img {
        margin-left: 16px;
    }
}

.main .main-container .footer .wrapper .row .col-xs-12.col-sm-6,
.panel-container .panel-content h1,
.panel-container .panel-content h3 {
    text-align: center;
}

@media (min-width:48em) {
    .main .main-container .footer .wrapper .row .col-xs-12.col-sm-6 {
        text-align: left;
    }
}

.main .main-container .footer .wrapper .row .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 {
    padding-top: 16px;
    text-align: center;
}

@media (min-width:48em) {
    .main .main-container .footer .wrapper .row .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 {
        padding-top: 0;
        text-align: right;
    }
}

.main .main-container .copyright a,
.main .main-container .footer .wrapper .row .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 p {
    color: #000;
}

.main .main-container .footer .wrapper .row .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 a {
    text-decoration: none;
    color: #000;
}

.main .main-container .copyright {
    position: relative;
    width: 100%;
    padding: 16px 0;
}

.main .main-container .copyright p {
    font-size: 14px;
    padding-top: 16px;
    text-align: center;
    color: #000;
}

@media (min-width:48em) {
    .main .main-container .copyright p {
        padding-top: 0;
        text-align: right;
    }
 
}

strong {
    font-weight: 700;
}

small {
    font-size: 12px;
}

em {
    font-style: italic;
}

.h1,
.h2,
h1,
h2 {
    font-weight: 400;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'Maven Pro',Arial,sans-serif;
    line-height: 1;
}

.h1,
.h2,
a,
h1,
h2 {
    color: #00a6ed;
}

.h1,
h1 {
    margin-bottom: 8px;
}

.h2,
h2 {
    margin-bottom: 16px;
}

@media (min-width:62em) {
    .h2,
    h2 {
        margin-bottom: 24px;
    }
}

.h3,
h3 {
    font-weight: 700;
    margin-bottom: 24px;
    color: #575756;
}

@media (min-width:62em) {
    .h3,
    h3 {
        margin-bottom: 32px;
    }
}

p {
    font-size: 16px;
}

a {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
    color: #005f87;
}

hr,
ol,
ul {
    position: relative;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0;
    border: 0;
    background-color: rgba(0,166,237,.15);
}

ol,
ul {
    font-size: 16px;
}

ol li,
ul li {
    margin-left: 16px;
}

.page-title h2 + h3,
.page-title h3 + h4,
p + p,
ul {
    margin-top: 8px;
}

ul li:before {
    position: absolute;
    left: 0;
    content: '-';
}

ol li {
    list-style-type: decimal;
}

@media (min-width:23.43em) {
    .h1,
    h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .h3,
    h3 {
        font-size: 18px;
    }
}

@media (min-width:62em) {
    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }
}

.btn {
    font-family: 'Maven Pro',Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 3;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 40px 0 0;
    padding: 16px 48px;
    cursor: pointer;
    -webkit-transition: background .3s cubic-bezier(.15,.2,.1,1),color .3s cubic-bezier(.15,.2,.1,1),border-color .3s cubic-bezier(.15,.2,.1,1);
    transition: background .3s cubic-bezier(.15,.2,.1,1),color .3s cubic-bezier(.15,.2,.1,1),border-color .3s cubic-bezier(.15,.2,.1,1);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    text-overflow: ellipsis;
    color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #ea000e;
    -webkit-appearance: none;
}

@media (min-width:48em) {
    .btn {
        width: auto;
    }
}

.btn i,
.btn span {
    text-transform: uppercase;
}

.btn:not([disabled]):not(.is-disabled).is-active,
.btn:not([disabled]):not(.is-disabled):active,
.btn:not([disabled]):not(.is-disabled):focus,
.btn:not([disabled]):not(.is-disabled):hover {
    background: #b7000b;
}

.btn:not([disabled]):not(.is-disabled).is-active i,
.btn:not([disabled]):not(.is-disabled).is-active span,
.btn:not([disabled]):not(.is-disabled):active i,
.btn:not([disabled]):not(.is-disabled):active span,
.btn:not([disabled]):not(.is-disabled):focus i,
.btn:not([disabled]):not(.is-disabled):focus span,
.btn:not([disabled]):not(.is-disabled):hover i,
.btn:not([disabled]):not(.is-disabled):hover span {
    color: #fff;
}

.btn.is-disabled,
.btn.is-disabled:focus,
.btn.is-disabled:hover,
.btn[disabled],
.btn[disabled]:focus,
.btn[disabled]:hover {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6;
}

.btn.is-loading {
    pointer-events: none;
}

.btn.is-loading:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-animation: spinner-turn .6s linear infinite;
    animation: spinner-turn .6s linear infinite;
    border: 2px solid rgba(255,255,255,.01);
    border-top-color: #fff;
    border-radius: 50%;
}

.btn span {
    font-weight: 700;
    letter-spacing: .5px;
}

.btn i {
    font-size: 16px;
}

.panel {
    font-family: 'Maven Pro',Arial,sans-serif;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
}

.panel-container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #fff;
}

.panel-container .panel-content {
    position: relative;
    display: block;
    width: 100%;
    padding: calc(16px);
}

.panel-container .panel-content .btn {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.box,
.nav {
  /* position: absolute;*/
    width: 100%;
}

.nav {
    background: 0 0;
}

.nav .nav-container,
.nav .nav-container .left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav .nav-container .left {
    position: relative;
    display: block;
    height: 50px;
}

@media (min-width:62em) {
    .nav .nav-container .left {
        width: 100%;
        height: 90px;
    }
}

.nav .nav-container .left .brand {
    position: relative;
    z-index: 10;
    top: -10px;
    left: -8px;
    display: block;
    float: left;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.2,1,.3,1);
    transition: transform 1.5s cubic-bezier(.2,1,.3,1);
    transition: transform 1.5s cubic-bezier(.2,1,.3,1),-webkit-transform 1.5s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width:62em) {
    .nav .nav-container .left .brand {
        left: -12px;
    }
}

.nav .nav-container .left .brand.is-hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.nav .nav-container .left .brand span {
    display: none;
}

.nav .nav-container .left .brand .brand-logo {
    width: 100px;
    height: 86px;
    -webkit-transition: width .3s cubic-bezier(.2,1,.3,1),height .3s cubic-bezier(.2,1,.3,1);
    transition: width .3s cubic-bezier(.2,1,.3,1),height .3s cubic-bezier(.2,1,.3,1);
}

.lang {
    z-index: 2;
    width: 67px;
    height: 28px;
    background-color: #ffffff;
    border: 0px solid #000000;
    padding: 5px;
    line-height: 1.2;
    position: relative;
    letter-spacing: .5px;
    font-size: 12px;
    display: flex;
}
.lang a{
    padding: 2px;
}


.nav .nav-container .left .lang {
    padding: 185px;

}

    button:hover {
        background-color: #00a6ed;
        font-weight: 700;
}
    a:hover {
        color: #ffffff;
}
    button {
        position: absolute;
        align-items: left;
        width: 50px;
        height: 50px;
        background-color: #ffffff;
        border: 0px solid #000000;
        padding: 5px;

        font-family: 'Maven Pro',Arial,sans-serif;
        line-height: 1.2;
        position: relative;
        letter-spacing: .5px;
        font-size: 16px;
}

@media (min-width:62em) {
    .nav .nav-container .left .brand .brand-logo {
        width: 184px;
        height: 160px;
    }
}

.nav .nav-container .left .brand .brand-name {
    display: none;
}

.box {
    height: 100%;
    padding: 24px;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
}

.box-middle,
.box-middle .left,
.box-middle .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-middle .left,
.box-middle .right {
    flex-direction: column;
    min-height: 170px;
    padding: 16px;
    background-color: #efefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-middle .right {
    margin-left: 16px;
}

.box-middle .top img {
    width: 100%;
    min-height: 64px;
}

.box-middle .bottom {
    font-weight: 700;
    color: #00a6ed;
}

.sticky {
    position: fixed!important;
}

.m-0 {
    margin: 0!important;
}

.m-8 {
    margin: 8px!important;
}

.m-16 {
    margin: 16px!important;
}

.m-24 {
    margin: 24px!important;
}

.m-32 {
    margin: 32px!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-8 {
    margin-top: 8px!important;
}

.mt-16 {
    margin-top: 16px!important;
}

.mt-24 {
    margin-top: 24px!important;
}

.mt-32 {
    margin-top: 32px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-8 {
    margin-bottom: 8px!important;
}

.mb-16 {
    margin-bottom: 16px!important;
}

.mb-24 {
    margin-bottom: 24px!important;
}

.mb-32 {
    margin-bottom: 32px!important;
}

.ml-0 {
    margin-left: 0!important;
}

.ml-8 {
    margin-left: 8px!important;
}

.ml-16 {
    margin-left: 16px!important;
}

.ml-24 {
    margin-left: 24px!important;
}

.ml-32 {
    margin-left: 32px!important;
}

.mr-0 {
    margin-right: 0!important;
}

.mr-8 {
    margin-right: 8px!important;
}

.mr-16 {
    margin-right: 16px!important;
}

.mr-24 {
    margin-right: 24px!important;
}

.mr-32 {
    margin-right: 32px!important;
}

.p-0 {
    padding: 0!important;
}

.p-8 {
    padding: 8px!important;
}

.p-16 {
    padding: 16px!important;
}

.p-24 {
    padding: 24px!important;
}

.p-32 {
    padding: 32px!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pt-8 {
    padding-top: 8px!important;
}

.pt-16 {
    padding-top: 16px!important;
}

.pt-24 {
    padding-top: 24px!important;
}

.pt-32 {
    padding-top: 32px!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pb-8 {
    padding-bottom: 8px!important;
}

.pb-16 {
    padding-bottom: 16px!important;
}

.pb-24 {
    padding-bottom: 24px!important;
}

.pb-32 {
    padding-bottom: 32px!important;
}

.pl-0 {
    padding-left: 0!important;
}

.pl-8 {
    padding-left: 8px!important;
}

.pl-16 {
    padding-left: 16px!important;
}

.pl-24 {
    padding-left: 24px!important;
}

.pl-32 {
    padding-left: 32px!important;
}

.pr-0 {
    padding-right: 0!important;
}

.pr-8 {
    padding-right: 8px!important;
}

.pr-16 {
    padding-right: 16px!important;
}

.pr-24 {
    padding-right: 24px!important;
}

.pr-32 {
    padding-right: 32px!important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-right {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-8 {
    font-size: 8px!important;
}

.text-9 {
    font-size: 9px!important;
}

.text-10 {
    font-size: 10px!important;
}

.text-11 {
    font-size: 11px!important;
}

.text-12 {
    font-size: 12px!important;
}

.text-13 {
    font-size: 13px!important;
}

.text-14 {
    font-size: 14px!important;
}

.text-15 {
    font-size: 15px!important;
}

.text-16 {
    font-size: 16px!important;
}

.text-17 {
    font-size: 17px!important;
}

.text-18 {
    font-size: 18px!important;
}

.text-19 {
    font-size: 19px!important;
}

.text-20 {
    font-size: 20px!important;
}

.text-21 {
    font-size: 21px!important;
}

.text-22 {
    font-size: 22px!important;
}

.text-23 {
    font-size: 23px!important;
}

.text-24 {
    font-size: 24px!important;
}

.text-25 {
    font-size: 25px!important;
}

.text-26 {
    font-size: 26px!important;
}

.text-27 {
    font-size: 27px!important;
}

.text-28 {
    font-size: 28px!important;
}

.text-29 {
    font-size: 29px!important;
}

.text-30 {
    font-size: 30px!important;
}

.text-31 {
    font-size: 31px!important;
}

.text-32 {
    font-size: 32px!important;
}

.text-33 {
    font-size: 33px!important;
}

.text-34 {
    font-size: 34px!important;
}

.text-35 {
    font-size: 35px!important;
}

.text-36 {
    font-size: 36px!important;
}

.text-37 {
    font-size: 37px!important;
}

.text-38 {
    font-size: 38px!important;
}

.text-39 {
    font-size: 39px!important;
}

.text-40 {
    font-size: 40px!important;
}

.text-wrap {
    word-break: break-all!important;
}

.text-no-wrap {
    white-space: nowrap!important;
}

.text-lowercase {
    text-transform: lowercase!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.text-capitalize {
    text-transform: capitalize!important;
}

.text-italic {
    font-style: italic!important;
}

.text-normal {
    font-style: normal!important;
}

.text-light {
    font-weight: 300!important;
}

.text-bold {
    font-weight: 700!important;
}

.text-truncated {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.text-small {
    font-size: 12px;
}

.baner .panel,
.has-bck-pict {
    position: relative;
}

.has-bck-pict:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    max-height: 240px;
    content: '';
    background: url(../img/luxembourg-bridge.svg) no-repeat center center;
}

@media (min-width:62em) {
    .has-bck-pict:before {
        bottom: -60px;
        left: -30vw;
    }
}

.img-fullwidth {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.baner,
.baner img {
    width: 100%;
    -webkit-transition: height .3s cubic-bezier(.2,1,.3,1);
    transition: height .3s cubic-bezier(.2,1,.3,1);
}

.baner {
    position: relative;
    display: block;
    float: left;
    height: 480px;
    background-color: #fff;
}

@media (min-width:48em) {
    .baner {
        height: 360px;
    }
}

@media (min-width:62em) {
    .baner {
        height: 500px;
    }
}

.baner .panel {
    margin: 140px 1rem 0;
}

@media (min-width:62em) {
    .baner .panel {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(1232px - 300px);
        margin-top: 0;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.baner img {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: calc(100% - 200px);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width:48em) {
    .baner img {
        max-height: calc(100% - 100px);
    }
}

.page-title {
    position: relative;
    padding-bottom: 16px;
}

.page-title h2 {
    font-weight: 400;
}

.col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 .box,
.page-title h2 + p {
    margin-top: 16px;
}

.cta {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background: 0 0;
}

.cta:before {
    position: absolute;
    z-index: 0;
    top: 40px;
    left: -25vw;
    display: block;
    width: 250vw;
    height: calc(100% - 80px);
    content: '';
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #00a6ed;
}

.cta-container {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
}

@media (min-width:62em) {
    .cta-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cta-container .left,
.cta-container .right {
    position: relative;
    display: block;
}

.cta-container .left {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.cta-container .right {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width:62em) {
    .cta-container .right {
        margin-bottom: 0;
        padding-left: 32px;
    }
}

.cta-container .right h3 {
    font-weight: 400;
    margin-bottom: 8px;
    color: #fff;
}

@media (min-width:62em) {
    .cta-container .right h3 {
        margin-bottom: 16px;
    }
}

.cta-container .trip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta-container .trip .name {
    min-width: 120px;
}

.cta-container .trip .distance {
    width: 80px;
}

.cta-container .trip .picto,
.scroll,
.scroll .scroll-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cta-container .trip .picto [class*=' icon-'],
.cta-container .trip .picto [class^=icon-] {
    line-height: 1;
    display: block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cta-container .trip .picto .icon-plain {
    width: 50px;
    height: 20px;
    background: url(../img/plain.svg) center no-repeat;
}

.cta-container .trip .picto .icon-car {
    width: 50px;
    height: 20px;
    background: url(../img/car.svg) center no-repeat;
}

.cta-container .trip .picto .icon-tgv {
    width: 50px;
    height: 20px;
    background: url(../img/tgv.svg) center no-repeat;
}

.cta-container .trip .time {
    width: 50px;
}

.scroll,
.scroll .scroll-top {
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll {
    position: fixed;
    z-index: 200;
    right: -100px;
    bottom: 8px;
    -webkit-transition: right .8s cubic-bezier(.2,1,.3,1);
    transition: right .8s cubic-bezier(.2,1,.3,1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
}

@media (min-width:48em) {
    .scroll {
        bottom: 50px;
    }
}

.scroll.is-visible {
    right: 16px;
}

.scroll .scroll-top {
    -webkit-transition: background-color .3s cubic-bezier(.2,1,.3,1);
    transition: background-color .3s cubic-bezier(.2,1,.3,1);
    background-color: #fff;
}

.scroll .scroll-top:hover {
    background-color: #00a6ed;
}

.btn i,
.btn span,
.scroll .scroll-top:hover i,
.scroll .scroll-top:hover span {
    color: #fff;
}

.scroll .scroll-top i,
.scroll .scroll-top span {
    font-size: 16px;
    position: relative;
    color: #000;
}

@media (min-width:48em) {
    .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 .box {
        margin-top: 0;
    }
    
}
