@charset 'UTF-8';

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
        opacity: 0;
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
        opacity: 0;
    }
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
        opacity: 0;
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        opacity: 0;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.color-white,
.table-style thead tr th p {
    color: #fff!important;
}

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

.color-grey {
    color: #3d3d3d!important;
}

.color-grey-light {
    color: #eeeaf4!important;
}

.color-primary {
    color: #5a2c91!important;
}

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

.color-blue {
    color: #00bcee!important;
}

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

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

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

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

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

.bg-color-grey {
    background-color: #3d3d3d!important;
}

.bg-color-grey-light {
    background-color: #eeeaf4!important;
}

.bg-color-primary {
    background-color: #5a2c91!important;
}

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

.bg-color-blue {
    background-color: #00bcee!important;
}

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

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

.bg-color-alert {
    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;
}

::-webkit-scrollbar {
    display: none;
}

html {
    font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-style: inherit;
}

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,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
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;
}

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

em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img {
    font-weight: inherit;
}

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

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,
h4,
h5,
h6,
html,
strong,
sub,
sup {
    padding: 0;
    border: 0;
}

legend {
    margin: 0;
}

:focus,
a:focus {
    outline: 0;
}

.panel .panel-container .panel-pict a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'proximus-light',verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 'proximus-regular';
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

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:active {
    cursor: pointer;
}

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

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

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;
    -o-text-overflow: '';
}

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;
}

.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
}

@media (min-width:48em) {
    .wrapper {
        padding: 0 16px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
/*tache derriere le logo telindus*/
.bg-logo{
    background: url(../img/logo-bg.svg) no-repeat 53% 76%;
    display: block;
    background-size: 215%;
    padding: 9%;
 }
.row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -.5rem;
    margin-left: -.5rem;
    -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: .5rem;
    padding-left: .5rem;
    -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: .5rem;
    padding-left: .5rem;
    -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: .5rem;
    padding-left: .5rem;
    -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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: .5rem;
        padding-left: .5rem;
        -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;
    }
}

.main {
    z-index: 0;
}

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

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

.main .header.is-small {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
}

@media (min-width:48em) {
    .main .header.is-small {
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }
  
}

.main .header.is-small + .main-container .floating-panel {
    top: 50px;
}

@media (min-width:48em) {
    .main .header.is-small + .main-container .floating-panel {
        top: 92px;
    }
}

.main .header .header-container {
    font-size: 12px;
    background-color: #fff;
}

.main .header .header-container .top-bar,
.main .header .header-container .top-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    background-color: #eeeaf4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main .header .header-container .top-bar .top-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:48em) {
    .main .header .header-container .top-bar .top-container {
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

.btn.has-icon:hover i,
.btn:hover span,
.main .header .header-container .top-bar .top-container .nav-menu .nav-menu-item .nav-link {
    color: #5a2c91;
}

.main .header .header-container .top-bar .top-container .nav-menu .nav-menu-item .nav-link:hover {
    color: #00bcee;
}

.main .header .header-container .top-bar .top-container .reveal-container .form-group input {
    width: 100%;
    opacity: 1;
}

.main .header .header-container .top-bar .top-container .form-group input {
    width: 0;
    height: 34px;
    min-height: 34px;
    opacity: 0;
    border-bottom: 0;
    background-color: #fff;
}

.main .header .header-container .top-bar .top-container .has-search.is-expand .form-group input,
.main .header .header-container .top-bar .top-container .has-search:hover .form-group input {
    width: auto;
    opacity: 1;
}

.main .header .header-container .top-nav {
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:48em) {
    .main .header .header-container .top-nav {
        height: 94px;
    }
}

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

.main .header .header-container .top-nav .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
}

@media only screen and (min-width:1300px) {
    .main .header .header-container .top-nav .nav-left {
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    
}

.main .header .header-container .brand-logo span,
.main .header .header-container .top-nav .nav-right {
    display: none;
}

@media (min-width:48em) {
    .main .header .header-container .top-nav .nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main .header .header-container .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.main .header .header-container .top-container .nav-menu:first-of-type {
    display: none;
}

@media (min-width:48em) {
    .main .header .header-container .top-container .nav-menu:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main .header .header-container .top-container .nav-menu:first-of-type .nav-link {
    font-family: 'proximus-regular';
}

.main .header .header-container .top-container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main .header .header-container .top-container .btn-top {
    text-decoration: none;
    background-color: #eeeaf4;
}

.main .header .header-container .brand-logo img {
    height: 100%;
    max-height: 32px;
}

.main .header .header-container .top-bar-title {
    font-family: 'proximus-bold';
    font-size: 20px;
    -webkit-transition: font-size .45s cubic-bezier(.2,1,.3,1);
    -o-transition: font-size .45s cubic-bezier(.2,1,.3,1);
    transition: font-size .45s cubic-bezier(.2,1,.3,1);
    text-decoration: none;
    color: #5a2c91;
}

@media (min-width:48em) {
    .main .header .header-container .top-bar-title {
        font-size: 32px;
    }
}

.main .main-container {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.main .main-container.is-sticky {
    position: fixed;
    overflow-y: hidden;
}

.main .main-container .side-nav {
    position: fixed;
    z-index: 101;
    top: 94px;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(.2,1,.3,1);
    -o-transition: transform 1.7s cubic-bezier(.2,1,.3,1);
    transition: transform 1.7s cubic-bezier(.2,1,.3,1);
    transition: transform 1.7s cubic-bezier(.2,1,.3,1),-webkit-transform 1.7s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    background-color: #fff;
}

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

.main .main-container .side-nav.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main .main-container .side-nav.is-open + .floating-panel + .main-section {
    position: fixed;
    pointer-events: none;
}

.main .main-container .side-nav.is-open + .floating-panel + .main-section:after {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: rgba(0,0,0,.5);
}

.main .main-container .main-section {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-top: 94px;
}

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

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

@media (min-width:48em) {
    .main .main-container .main-section .wrapper:first-of-type {
        min-height: calc(100vh - 410px);
    }
}

.main .main-container .footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 120px;
    background: rgba(206,192,222,.5);
}

.main .main-container .footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:48em) {
    .main .main-container .footer .reveal-container .social-menu li a i {
        font-size: 24px;
    }
}

.main .main-container .footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main .main-container .footer .footer-container .footer-left h6 {
    font-family: 'proximus-bold';
    display: none;
    color: #5a2c91;
}

@media (min-width:48em) {
    .main .main-container .footer .footer-container .footer-left h6 {
        display: block;
    }
}

.main .main-container .footer .footer-container .footer-left .brand-logo {
    display: block;
    margin: 10px 0;
}

.main .main-container .footer .footer-container .footer-left .brand-logo img {
    max-width: 108px;
}

@media (min-width:48em) {
    .main .main-container .footer .footer-container .footer-left .brand-logo {
        display: none;
    }
}

.checkbox-radio input,
.main .main-container .footer .footer-container .footer-left .brand-logo .brand-title,
.panel .panel-container .panel-pict img {
    display: none;
}

@media (min-width:48em) {
    .main .main-container .footer .footer-container .footer-right {
        text-align: right;
    }
}

.main .main-container .footer .footer-container .footer-right .copyright {
    font-size: 10px;
    margin-bottom: 10px;
}

.main .main-container .footer .footer-container .footer-right .nav-menu {
    float: right;
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item {
    margin: 0;
}

@media (min-width:48em) {
    .main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item {
        border-bottom: 1px solid #000;
    }
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item:after {
    right: 0;
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item:first-of-type .nav-link {
    margin: 0!important;
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item:first-of-type .nav-link span {
    padding-right: 8px;
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item:last-of-type .nav-link {
    margin-right: 0;
}

.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item .nav-link {
    font-size: 10px;
    margin: 0 8px;
    color: #000;
}

.h6 a,
.main .main-container .footer .footer-container .footer-right .nav-menu .nav-menu-item:hover .nav-link,
h6 a {
    text-decoration: none;
}

.main .main-container .footer .footer-container .footer-right .social-share {
    float: right;
    margin-top: 10px;
}

@font-face {
    font-family: 'proximus-light';font-weight: 400;font-style: normal;src: url(../fonts/proximus/proximuslight.eot?7s4oa3);src: url(../fonts/proximus/proximuslight.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximuslight.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximuslight.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximuslight.svg?7s4oa3#proximus) format('svg');
}

@font-face {
    font-family: 'proximus-lightItalic';font-weight: 400;font-style: italic;src: url(../fonts/proximus/proximuslightitalic.eot?7s4oa3);src: url(../fonts/proximus/proximuslightitalic.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximuslightitalic.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximuslightitalic.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximuslightitalic.svg?7s4oa3#proximus) format('svg');
}

@font-face {
    font-family: 'proximus-regular';font-weight: 400;font-style: normal;src: url(../fonts/proximus/proximusregular.eot?7s4oa3);src: url(../fonts/proximus/proximusregular.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximusregular.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximusregular.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximusregular.svg?7s4oa3#proximus) format('svg');
}

@font-face {
    font-family: 'proximus-regularItalic';font-weight: 400;font-style: italic;src: url(../fonts/proximus/proximusregularitalic.eot?7s4oa3);src: url(../fonts/proximus/proximusregularitalic.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximusregularitalic.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximusregularitalic.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximusregularitalic.svg?7s4oa3#proximus) format('svg');
}

@font-face {
    font-family: 'proximus-bold';font-weight: 700;font-style: normal;src: url(../fonts/proximus/proximusbold.eot?7s4oa3);src: url(../fonts/proximus/proximusbold.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximusbold.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximusbold.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximusbold.svg?7s4oa3#proximus) format('svg');
}

@font-face {
    font-family: 'proximus-boldItalic';font-weight: 700;font-style: italic;src: url(../fonts/proximus/proximusbolditalic.eot?7s4oa3);src: url(../fonts/proximus/proximusbolditalic.eot?7s4oa3#iefix) format('embedded-opentype'),url(../fonts/proximus/proximusbolditalic.ttf?7s4oa3) format('truetype'),url(../fonts/proximus/proximusbolditalic.woff?7s4oa3) format('woff'),url(../fonts/proximus/proximusbolditalic.svg?7s4oa3#proximus) format('svg');
}

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

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

.icon-mail:before {
    content: '';
}

.icon-behance:before {
    content: '';
}

.icon-google-plus:before {
    content: '';
}

.icon-pinterest:before {
    content: '';
}

.icon-twitter2:before {
    content: '';
}

.icon-vimeo:before {
    content: '';
}

.icon-youtube:before {
    content: '';
}

.icon-pin:before {
    content: '';
}

.checkbox-radio input[type=checkbox] + label:before,
.checkbox-radio input[type=radio] + label:before,
.icon-circle:before {
    content: '';
}

.icon-circle-full:before {
    content: '';
}

.icon-plus:before {
    content: '';
}

.icon-rss:before {
    content: '';
}

.icon-facebook:before {
    content: '';
}

.icon-flickr:before {
    content: '';
}

.icon-linkedin:before {
    content: '';
}

.icon-issuu:before {
    content: 'o';
}

.icon-twitter:before {
    content: '';
}

.icon-arrows:before {
    content: 'b';
}

.icon-arrow-h-full:before {
    content: 'e';
}

.icon-arrow-h:before {
    content: 'd';
}

.icon-cross:before {
    content: 'f';
}

.icon-cross-round:before {
    content: 'g';
}

.icon-search:before {
    content: 'i';
}

.icon-search-plus:before {
    content: '';
}

.icon-envelopes:before {
    content: 'j';
}

.icon-quotes-in:before {
    content: 'm';
}

.icon-quotes-out:before {
    content: 'l';
}

.icon-share-full:before {
    content: 'n';
}

.icon-share-thin:before {
    content: 'k';
}

.icon-share:before {
    content: 'r';
}

.icon-arrow-left:before {
    content: 'p';
}

.icon-arrow-right:before {
    content: 'q';
}

.icon-arrow-up:before {
    content: 's';
}

.icon-arrow-down:before {
    content: 'a';
}

.icon-chevrons:before {
    content: 't';
}

.icon-chevron-left:before {
    content: 'u';
}

.icon-chevron-right:before {
    content: 'w';
}

.icon-chevron-down:before {
    content: 'v';
}

.icon-chevron-up:before {
    content: 'x';
}

.icon-phone:before {
    content: '';
}

.icon-home:before {
    content: 'c';
}

.icon-currency:before {
    content: 'h';
}

strong {
    font-weight: 'proximus-bold';
}

em {
    font-family: proximus-lightItalic;
    font-style: italic;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
}

.h1,
.h4,
h1,
h4 {
    font-family: 'proximus-light',verdana,arial,helvetica,sans-serif;
}

.h1,
.h2,
h1,
h2 {
    margin-bottom: 30px;
    color: #5a2c91;
}

.h2,
h2 {
    font-family: 'proximus-regular';
}

.h3,
h3 {
    margin-bottom: 16px;
    color: #5a2c91;
}

.h3,
.h5,
.h6,
h3,
h5,
h6 {
    font-family: 'proximus-regular';
}

.h6,
h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    color: #5a2c91;
}

.h6 a,
h6 a {
    color: #5a2c91;
}

.h6 ~ h6,
h6 ~ h6,
p + h3 {
    margin-top: 20px;
}

p + p {
    margin-top: 10px;
}

a {
    text-decoration: underline;
    color: #00bcee;
}

a:hover {
    cursor: pointer;
}

.quotes,
hr,
time {
    display: block;
}

.quotes,
hr,
ul.list,
ul.list li {
    position: relative;
}

hr,
hr.is-small {
    width: 100%;
    margin: 30px 0;
}

hr {
    height: 6px;
    content: '';
    background: -webkit-gradient(linear,left top,right top,color-stop(60%,#5a2c91),to(#00bcee));
    background: -o-linear-gradient(left,#5a2c91 60%,#00bcee 100%);
    background: linear-gradient(to right,#5a2c91 60%,#00bcee 100%);
}

hr.is-small {
    position: relative;
    display: block;
    height: 1px;
    border-top: 0;
    border-bottom: 1px solid #beabd3;
}

.quotes,
ul.list {
    margin: 16px 0 16px 16px;
}

ul.list li {
    padding-left: 16px;
}

ul.list li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-color: #5a2c91;
}

time {
    margin-bottom: 24px;
    color: #cec0de;
}

.quotes {
    font-size: 20px;
    margin: 40px 20px;
}

@media (min-width:48em) {
    .quotes {
        max-width: 50%;
        margin-left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.quotes:after,
.quotes:before {
    position: absolute;
    display: block;
    width: 21px;
    height: 17px;
    content: '';
    background: url(../img/quotes.svg) no-repeat center center;
    background-size: cover;
}

.quotes:before {
    top: -17px;
    left: -21px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quotes:after {
    right: -21px;
    bottom: -17px;
}

.text-underline {
    text-decoration: underline;
}

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

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

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

    .h4,
    h4 {
        font-size: 30px;
    }

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

    .h6,
    h6 {
        font-size: 18px;
    }
    .bg-logo{
        background-size: 212%;
        background-position: 52% 71%;
    }
}

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

    .h2,
    .h3,
    h2,
    h3 {
        font-size: 30px;
    }

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

    .h5,
    h5 {
        font-size: 22px;
    }

    .h6,
    h6 {
        font-size: 20px;
    }
    .bg-logo{
        background-size: 202%;
        background-position: 52% 88%;
    }
}

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

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

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

    .h4,
    h4 {
        font-size: 30px;
    }

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

    .h6,
    h6 {
        font-size: 18px;
    }
    .bg-logo{
        background-size: 194%;
        background-position: 50% 84%;
    }
}

.show-for-large {
    display: none!important;
}

@media (min-width:48em) {
    .show-for-large {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .hide-for-large {
        display: none!important;
    }
}

.sticky {
    position: fixed!important;
}

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

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

.text-light {
    font-family: 'proximus-light';
}

.text-bold {
    font-family: 'proximus-bold';
}

.text-italic {
    font-family: 'proximus-regularItalic';
}

.text-light-italic {
    font-family: 'proximus-lightItalic';
}

.text-bold-italic {
    font-family: 'proximus-boldItalic';
}

.reveal .reveal-container button span,
.text-uppercase {
    text-transform: uppercase;
}

.text-12,
.text-14 {
    font-size: 12px;
    line-height: 1.2;
}

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

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-10,
.sidebar .sidebar-container .social-menu li {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-80 {
    paddhas-border-topng-bottom: 80px;
}

.btn {
    font-family: 'proximus-light',verdana,arial,helvetica,sans-serif;
    font-size: 'proximus-regular';
    font-weight: 'proximus-regular';
    line-height: 1;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    -o-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #5a2c91;
    border-radius: 0 0 10px 0;
    outline: 0;
    -webkit-appearance: none;
}

.btn.btn-outline,
.btn:hover {
    border-color: #5a2c91;
    background-color: transparent;
}

@media (min-width:62em) {
    .btn:focus span {
        color: #5a2c91;
    }
}

.btn,
.btn span,
.btn.has-icon i {
    position: relative;
}

.btn i + span,
.btn span + i {
    margin-left: 8px;
}

@media (min-width:62em) {
    .btn.has-icon:focus i {
        color: #5a2c91;
    }
}

.btn.has-icon i {
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff;
}

.btn.btn-outline {
    color: #5a2c91;
}

.btn,
.btn.btn-outline:hover {
    background-color: #5a2c91;
}

.btn,
.btn.btn-outline.has-icon:hover i,
.btn.btn-outline:hover span {
    color: #fff;
}

.btn.btn-outline.has-icon i,
.btn.btn-outline.outline-white:hover i,
.btn.btn-outline.outline-white:hover span {
    color: #5a2c91;
}

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

.btn.btn-outline.outline-blue:hover i,
.btn.btn-outline.outline-blue:hover span,
.btn.btn-outline.outline-white i,
.btn.btn-outline.outline-white span {
    color: #fff;
}

.btn.btn-outline.outline-white:hover {
    border-color: #5a2c91;
    background-color: #fff;
}

.btn.btn-outline.outline-blue {
    border-color: #00bcee;
}

.btn.btn-outline.outline-blue i,
.btn.btn-outline.outline-blue span,
.floating-panel .floating-panel-container ul li a:hover {
    color: #00bcee;
}

.btn.btn-outline.outline-blue:hover {
    background-color: #00bcee;
}

.btn.btn-link {
    color: #00bcee;
    border-color: transparent;
}

.btn.btn-link,
.btn.btn-link:hover,
.table-style tr td table tr td {
    background-color: transparent;
}

.btn.btn-link:hover i,
.btn.btn-link:hover span {
    color: #5a2c91;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item .nav-link span,
.btn.btn-link:hover span {
    text-decoration: underline;
}

.btn.btn-link.link-white i,
.btn.btn-link.link-white span {
    color: #fff;
}

.btn-close.btn-modal-close {
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #5a2c91;
}

.form {
    width: 100%;
}

.form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .form-group.is-success input,
.form .form-group.is-success textarea {
    border-color: #3adb76;
    background-color: #e6fbee;
}

.form .form-group.is-error input,
.form .form-group.is-error textarea {
    border-color: #cc4b37;
    background-color: #f5ddda;
}

.form .btn,
.form .form-group + .form-group {
    margin-top: 20px;
}

.form .form-group input,
.form .form-group textarea {
    font-family: inherit;
    font-size: 14px;
    width: 100%;
    color: #000;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form .form-group input {
    height: 44px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
}

.form .form-group input:focus {
    border: 1px solid #e1e1e1;
}

.form .form-group textarea {
    height: 160px;
    min-height: 160px;
    padding: 20px 16px 0;
    resize: none;
    border: 1px solid #e1e1e1;
}

.form .form-group label {
    font-family: 'proximus-light',verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 'proximus-regular';
    text-align: left;
    color: #000;
}

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

.notification {
    position: relative;
}

.notification.is-open .notification-container {
    height: 100px;
}

.checkbox-radio,
.notification .notification-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification .notification-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 0;
    -webkit-transition: height .45s cubic-bezier(.2,1,.3,1);
    -o-transition: height .45s cubic-bezier(.2,1,.3,1);
    transition: height .45s cubic-bezier(.2,1,.3,1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@font-face {
    font-family: 'checkbox-radio';font-weight: 400;font-style: normal;src: url(../fonts/checkbox-radio/checkbox-radio.ttf?7cr6gg) format('truetype'),url(../fonts/checkbox-radio/checkbox-radio.woff?7cr6gg) format('woff'),url(../fonts/checkbox-radio/checkbox-radio.svg?7cr6gg#checkbox-radio) format('svg');
}

.checkbox-radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    margin-right: 20px;
}

.checkbox-radio label {
    font-size: 14px;
    color: inherit;
}

@media (min-width:48em) {
    .checkbox-radio label {
        font-size: 14px;
    }
}

.checkbox-radio label,
.checkbox-radio label:before {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox-radio label:before {
    font-family: 'checkbox-radio',sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    margin-top: 1px;
    margin-right: 8px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    vertical-align: middle;
    text-transform: none;
    color: #5a2c91;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox-radio label:hover {
    cursor: pointer;
}

.checkbox-radio input[type=checkbox]:checked + label:before,
.checkbox-radio input[type=radio]:checked + label:before {
    content: '';
}

.checkbox-radio .label-title:before {
    margin-top: -3px;
}

@media (min-width:48em) {
    .checkbox-radio .label-title {
        margin-bottom: 8px;
    }

    .checkbox-radio .label-title:before {
        margin-top: 0;
    }
}

.breadcrumbs,
.carousel,
.panel {
    position: relative;
}

.panel.has-anim:hover .panel-content {
    top: 0;
}

.panel.has-anim:hover .panel-content .text-title {
    font-size: 20px;
    min-height: auto;
    padding-bottom: 10px;
}

.panel.has-anim .panel-content,
.panel.has-pict-left .panel-content,
.panel.has-pict-right .panel-content {
    top: calc(100% - 90px);
    -webkit-transition: top .45s cubic-bezier(.2,1,.3,1),background .45s cubic-bezier(.2,1,.3,1);
    -o-transition: top .45s cubic-bezier(.2,1,.3,1),background .45s cubic-bezier(.2,1,.3,1);
    transition: top .45s cubic-bezier(.2,1,.3,1),background .45s cubic-bezier(.2,1,.3,1);
}

.panel.has-anim .panel-content .text-title {
    -webkit-transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
    -o-transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
    transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
}

.panel.has-anim.bg-blue:hover .panel-content {
    background: rgba(90,44,145,.7);
}

.panel.has-anim.bg-red:hover .panel-content {
    background: rgba(0,188,238,.7);
}

.panel:not(.has-anim) {
    top: 0;
}

.panel:not(.has-anim) .panel-container .panel-content .text-title {
    padding-bottom: 10px;
}

.panel.has-pict-left:hover .panel-content,
.panel.has-pict-right:hover .panel-content {
    top: 0;
}

.panel.has-pict-left:hover .panel-content .text-title,
.panel.has-pict-right:hover .panel-content .text-title {
    padding-bottom: 10px!important;
}

@media (min-width:48em) {
    .panel.has-pict-left:hover .panel-content .text-title,
    .panel.has-pict-right:hover .panel-content .text-title {
        padding-bottom: 30px!important;
    }
}

.panel.has-pict-left.bg-blue:hover .panel-content,
.panel.has-pict-right.bg-blue:hover .panel-content {
    background: rgba(90,44,145,.7);
}

@media (min-width:48em) {
    .panel.has-pict-left.bg-blue:hover .panel-content,
    .panel.has-pict-right.bg-blue:hover .panel-content {
        background: #00bcee;
    }
}

.panel.has-pict-left.bg-red:hover .panel-content,
.panel.has-pict-right.bg-red:hover .panel-content {
    background: rgba(0,188,238,.7);
}

@media (min-width:48em) {
    .panel.has-pict-left.bg-red:hover .panel-content,
    .panel.has-pict-right.bg-red:hover .panel-content {
        background: #5a2c91;
    }
}

@media (min-width:48em) {
    .panel.has-pict-left .panel-content,
    .panel.has-pict-right .panel-content {
        top: initial;
    }
}

.panel.has-pict-left .panel-content .text-title,
.panel.has-pict-right .panel-content .text-title {
    font-size: 14px;
    padding-bottom: 30px!important;
    -webkit-transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
    -o-transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
    transition: padding-bottom .45s cubic-bezier(.2,1,.3,1);
}

@media (min-width:48em) {
    .panel.has-pict-left .panel-content .text-title,
    .panel.has-pict-right .panel-content .text-title {
        padding-bottom: initial;
    }

    .panel.has-pict-left .panel-container,
    .panel.has-pict-right .panel-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.panel.has-pict-left .panel-container .panel-content,
.panel.has-pict-right .panel-container .panel-content {
    min-height: 244px;
}

@media (min-width:48em) {
    .panel.has-pict-left .panel-container .panel-content,
    .panel.has-pict-right .panel-container .panel-content {
        position: relative;
    }
}

.panel.has-pict-left .panel-container .panel-content .text-body,
.panel.has-pict-right .panel-container .panel-content .text-body {
    height: 120px;
}

.panel.has-pict-right .panel-container {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

@media (min-width:48em) {
    .panel.bg-blue.has-pict-left .panel-container .panel-content:after,
    .panel.bg-blue.has-pict-right .panel-container .panel-content:after,
    .panel.bg-red.has-pict-left .panel-container .panel-content:after,
    .panel.bg-red.has-pict-right .panel-container .panel-content:after {
        position: absolute;
        z-index: 10;
        top: 30px;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }
}

.panel.bg-blue.has-pict-left .panel-container .panel-content .btn:hover,
.panel.bg-blue.has-pict-right .panel-container .panel-content .btn:hover,
.panel.bg-red.has-pict-left .panel-container .panel-content .btn:hover,
.panel.bg-red.has-pict-right .panel-container .panel-content .btn:hover {
    background-color: #fff;
}

.panel.bg-blue.has-pict-left .panel-container .panel-content:after,
.panel.bg-red.has-pict-left .panel-container .panel-content:after {
    left: -20px;
}

.panel.bg-blue.has-pict-right .panel-container .panel-content:after,
.panel.bg-red.has-pict-right .panel-container .panel-content:after {
    right: -20px;
    left: auto;
}

.panel.bg-blue.has-pict-left .panel-container .panel-content:after {
    border-right: 40px solid #00bcee;
}

.panel.bg-red.has-pict-left .panel-container .panel-content:after {
    border-right: 40px solid #5a2c91;
}

.panel.bg-blue.has-pict-right .panel-container .panel-content:after {
    border-left: 40px solid #00bcee;
}

.panel.bg-red.has-pict-right .panel-container .panel-content:after {
    border-left: 40px solid #5a2c91;
}

.panel.bg-blue .panel-container {
    background-color: #00bcee;
}

.panel.bg-blue .panel-content {
    background: rgba(0,188,238,.7);
}

.panel.bg-red .panel-container {
    background-color: #5a2c91;
}

.panel.bg-red .panel-content {
    background: rgba(90,44,145,.7);
}

.panel .panel-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 244px;
}

.panel .panel-container .panel-pict {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    min-height: 244px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.panel .panel-container .panel-content {
    position: absolute;
    z-index: 10;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 20px 20px;
    color: #fff;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.panel .panel-container .panel-content .text-title {
    position: relative;
    width: 100%;
    min-height: 60px;
    padding-bottom: 30px;
}

.panel .panel-container .panel-content .text-title a {
    text-decoration: none!important;
    color: #fff!important;
}

.panel .panel-container .panel-content .text-body {
    position: relative;
    display: block;
    overflow-y: auto;
    height: 100%;
    max-height: 120px;
}

.panel .panel-container .panel-content .btn-link.link-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.panel .panel-container .panel-content .btn-link.link-white.is-align-right {
    float: right;
    padding-right: 0;
    padding-left: initial;
}

.carousel .owl-carousel {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.carousel .owl-carousel.fullwidth .owl-carousel-item {
    min-height: 400px;
}

.carousel .owl-carousel.fullwidth .owl-carousel-item .owl-content {
    width: 100%;
    max-width: 1200px;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .carousel .owl-carousel.fullwidth .owl-carousel-item .owl-content {
        margin-top: 80px;
    }
}

.carousel .owl-carousel.owl-grid {
    width: 100%;
}

.carousel .owl-carousel.owl-grid .owl-carousel-item {
    height: 100%;
    min-height: 400px;
}

@media (min-width:48em) {
    .carousel .owl-carousel.owl-grid .owl-carousel-item {
        min-height: 574px;
    }
}

@media (min-width:62em) {
    .carousel .owl-carousel.owl-grid .owl-carousel-item {
        min-height: 560px;
    }
}

.carousel .owl-carousel .owl-carousel-item {
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:62em) {
    .carousel .owl-carousel .owl-carousel-item {
        padding: 60px;
    }
}

.carousel .owl-carousel .owl-carousel-item .quotes,
.carousel .owl-carousel .owl-carousel-item p {
    font-size: 30px;
    line-height: 34px;
    margin-left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    color: #fff;
}

.carousel .owl-carousel .owl-carousel-item p {
    margin-top: 100px;
}

@media (min-width:48em) {
    .carousel .owl-carousel .owl-carousel-item p {
        max-width: 50%;
    }
}

.carousel .owl-carousel .owl-carousel-item .quotes {
    margin-top: 0;
    margin-bottom: 100px;
}

.carousel .owl-carousel .owl-carousel-item .quotes:after,
.carousel .owl-carousel .owl-carousel-item .quotes:before {
    background: url(../img/quotes-white.svg) no-repeat center center;
}

.carousel .owl-carousel .owl-carousel-item .quotes:before {
    top: -17px;
    left: -21px;
}

.carousel .owl-carousel .owl-carousel-item .quotes:after {
    right: -21px;
    bottom: -17px;
}

.carousel .owl-carousel .owl-carousel-item .panel.is-small .panel-container {
    width: 260px;
}

.carousel .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.carousel .owl-carousel .owl-stage:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.carousel .owl-carousel .owl-item,
.carousel .owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.carousel .owl-carousel .owl-item {
    position: relative;
    float: left;
    min-width: 260px;
    height: 100%;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item .nav-link span:after,
.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:after,
.carousel .owl-carousel .owl-dots.disabled,
.carousel .owl-carousel .owl-nav.disabled {
    display: none;
}

.carousel .owl-carousel .owl-dot,
.carousel .owl-carousel .owl-nav .owl-next,
.carousel .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel .owl-carousel .owl-nav button.owl-next,
.carousel .owl-carousel .owl-nav button.owl-prev,
.carousel .owl-carousel button.owl-dot {
    font: inherit;
    padding: 0!important;
    color: inherit;
    border: 0;
    background: 0 0;
}

.carousel .owl-carousel .owl-nav button.owl-next.disabled,
.carousel .owl-carousel .owl-nav button.owl-prev.disabled,
.carousel .owl-carousel button.owl-dot.disabled {
    opacity: 0;
}

.carousel .owl-carousel.owl-loaded,
.social-share .nav-social li {
    display: block;
}

.carousel .owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.carousel .owl-carousel.owl-hidden,
.carousel .owl-dots button.owl-dot.disabled {
    opacity: 0;
}

.carousel .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.carousel .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel .owl-carousel.owl-rtl {
    direction: rtl;
}

.carousel .owl-carousel.owl-rtl .owl-item {
    float: right;
}

.carousel .owl-nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    display: none;
    width: 100%;
    max-width: calc(100% - 32px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:62em) {
    .carousel .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.carousel .owl-nav button.owl-next,
.carousel .owl-nav button.owl-prev {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    pointer-events: all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel .owl-nav button.owl-next i,
.carousel .owl-nav button.owl-prev i {
    font-size: 36px;
    color: #fff;
}

.carousel .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(100% - 32px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.carousel .owl-dots button.owl-dot {
    font: inherit;
    position: relative;
    display: block;
    padding: 0!important;
    color: #fff;
    border: 0;
    background: 0 0;
}

.carousel .owl-dots button.owl-dot.active:after {
    content: '';
    color: #00bcee;
}

.carousel .owl-dots button.owl-dot:after {
    font-family: 'icomoon';
    font-size: 18px;
    margin-right: 10px;
    content: '';
}

.carousel .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.carousel .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.carousel .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.carousel .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.carousel .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

.carousel .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

.carousel .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.breadcrumbs .breadcrumbs-container {
    position: relative;
    margin: 20px 0;
}

.breadcrumbs .breadcrumbs-container .nav-menu {
    font-size: 14px;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item {
    margin: 0 14px;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:first-of-type,
.social-menu li:first-of-type {
    margin-left: 0;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:first-of-type:hover .nav-link {
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:last-of-type .nav-link:after,
.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:last-of-type:after,
.nav-menu.is-horizontal .nav-menu-item:last-of-type:after {
    display: none;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:last-of-type .nav-link {
    margin-right: 0;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item:last-of-type .nav-link span {
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item .nav-link {
    color: #000;
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item .nav-link:after {
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 10px;
    height: 20px;
    content: '>';
}

.breadcrumbs .breadcrumbs-container .nav-menu .nav-menu-item .nav-link i {
    font-size: 21px;
    color: #5a2c91;
}

.grid {
    z-index: 1;
}

.grid .grid-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:48em) {
    .grid .grid-top {
        flex-direction: row-reverse;
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

.grid .grid-top .grid-top-left,
.grid .grid-top .grid-top-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.grid .grid-top .grid-top-left {
    overflow: hidden;
    margin-bottom: 20px;
}

@media (min-width:48em) {
    .grid .grid-top .grid-top-left {
        margin-bottom: 0;
        margin-left: 10px;
    }

    .grid .grid-top .grid-top-right {
        margin-right: 10px;
    }
}

.grid .grid-top .grid-top-right .panel {
    margin-bottom: 20px;
}

@media (min-width:48em) {
    .grid .grid-top .grid-top-right .panel:last-of-type {
        margin-bottom: 0;
    }
}

.grid .grid-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:48em) {
    .grid .grid-bottom {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.grid .grid-bottom .panel {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width:48em) {
    .grid .grid-bottom .panel {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .grid .grid-bottom .panel:last-of-type {
        margin-right: 0;
    }
}

.grid .grid-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid .grid-items .panel {
    margin-bottom: 20px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width:48em) {
    .grid .grid-items .panel {
        margin-right: 20px;
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }

    .grid .grid-items .panel:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width:62em) {
    .grid .grid-items .panel {
        -ms-flex-preferred-size: calc(33.333% - 15px);
        flex-basis: calc(33.333% - 15px);
    }

    .grid .grid-items .panel:nth-child(2n) {
        margin-right: 20px;
    }

    .grid .grid-items .panel:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width:75em) {
    .grid .grid-items .panel {
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    }

    .grid .grid-items .panel:nth-child(2n),
    .grid .grid-items .panel:nth-child(3n) {
        margin-right: 20px;
    }

    .grid .grid-items .panel:nth-child(4n) {
        margin-right: 0;
    }
}

.grid,
.social-share {
    position: relative;
}

@media (min-width:48em) {
    .social-share,
    .social-share:hover {
        -webkit-transition: all .45s cubic-bezier(.2,1,.3,1) .1s;
        -o-transition: all .45s cubic-bezier(.2,1,.3,1) .1s;
        transition: all .45s cubic-bezier(.2,1,.3,1) .1s;
        border-radius: 0 0 10px 0;
    }

    .social-share {
        overflow: hidden;
        width: 72px;
        height: 44px;
        border: 1px solid transparent;
        background-color: transparent;
    }

    .social-share:hover {
        width: 300px;
        min-width: 200px;
        border-color: #5a2c91;
        background-color: #fff;
    }
}

.social-share .btn-social,
.social-share .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-share .btn-social i {
    font-size: 20px;
    margin-right: 10px;
}

.social-share .btn-social span {
    margin-right: 10px;
}

.cookies .cookies-container .cookies-actions,
.social-share,
.social-share .nav-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-share .nav-social li a {
    position: relative;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    color: #5a2c91;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-share .nav-social li a i {
    font-size: 20px;
}

.social-share .nav-social li a i.icon-mail,
.social-share .nav-social li a i.icon-twitter {
    font-size: 22px;
}

.side-nav {
    z-index: 100;
    overflow-y: auto;
}

.side-nav .side-nav-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width:48em) {
    .side-nav .side-nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cookies {
    position: fixed;
    z-index: 200;
    bottom: 8px;
    left: 8px;
    width: 100%;
    max-width: calc(100% - 80px);
    height: auto;
    padding: 20px;
    -webkit-transition: opacity .45s cubic-bezier(.15,.2,.1,1),-webkit-transform .45s cubic-bezier(.15,.2,.1,1);
    -o-transition: transform .45s cubic-bezier(.15,.2,.1,1),opacity .45s cubic-bezier(.15,.2,.1,1);
    transition: transform .45s cubic-bezier(.15,.2,.1,1),opacity .45s cubic-bezier(.15,.2,.1,1);
    transition: transform .45s cubic-bezier(.15,.2,.1,1),opacity .45s cubic-bezier(.15,.2,.1,1),-webkit-transform .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    border-radius: 4px;
    background-color: rgba(0,0,0,.7);
}

@media (min-width:48em) {
    .cookies {
        max-width: 500px;
    }
}

.cookies.is-closed {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.cookies .cookies-container {
    display: block;
    color: #fff;
}

.cookies .cookies-container .cookies-actions {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cookies .cookies-container .cookies-actions .btn {
    padding: 10px 20px;
}

.cookies .cookies-container .cookies-actions .btn:hover {
    background-color: #fff;
}

.cookies .cookies-container .cookies-actions .btn + .btn {
    margin-left: 10px;
}

.cookies .cookies-container .btn-cookie-close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    color: #cec0de;
}

.floating-panel {
    position: fixed;
    z-index: 5;
    top: 94px;
    right: 0;
    display: block;
    -webkit-transition: top .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: top .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: top .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: top .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #eeeaf4;
}

@media (min-width:48em) {
    .floating-panel {
        top: 175px;
    }
}

@media (min-width:75em) {
    .floating-panel {
        top: 152px;
    }
}

.floating-panel.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.floating-panel.is-open i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@media (min-width:75em) {
    .floating-panel {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.floating-panel-open {
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 45px;
    cursor: pointer;
    border-radius: 0 0 0 10px;
    background-color: #eeeaf4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.floating-panel-open i {
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #5a2c91;
}

@media (min-width:75em) {
    .floating-panel-open {
        display: none;
    }
}

.floating-panel .floating-panel-container {
    min-width: 200px;
    height: auto;
    padding: 0 20px;
    background-color: #eeeaf4;
}

@media (min-width:75em) {
    .floating-panel .floating-panel-container {
        min-width: 120px;
        padding: 0 20px 0 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
        box-shadow: 0 0 5px rgba(0,0,0,.15);
    }
}

.floating-panel .floating-panel-container ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.floating-panel .floating-panel-container ul li a span {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #f3f3f3;
}

.floating-panel .floating-panel-container ul li:last-of-type a span {
    border-bottom: 0;
}

.search {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 0 10px 0;
    background-color: #cec0de;
}

.search .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:48em) {
    .search .search-container {
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.search .search-container .form-group {
    flex-direction: row;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

@media (min-width:48em) {
    .search .search-container .form-group {
        margin-right: 20px;
    }
}

.search .search-container .form-group input {
    margin-top: 0;
}

.search .search-container .form-group .btn {
    margin-top: 0;
    padding-right: 40px;
}

.search .search-container .form-group .btn:hover {
    background-color: #fff;
}

.sidebar {
    position: relative;
    margin-top: 20px;
}

@media (min-width:48em) {
    .sidebar {
        margin-top: 0;
    }
}

.sidebar .sidebar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 0 0 10px 0;
    background-color: #eeeaf4;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.sidebar .sidebar-container img {
    width: 100%;
    margin-bottom: 20px;
}

.sidebar .sidebar-container .btn,
.sidebar .sidebar-container h5 {
    color: #3d3d3d;
}

.sidebar .sidebar-container .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 6px 12px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post .post-container .post-actions button,
.sidebar .sidebar-container .btn i,
.sidebar .sidebar-container .categories li a:hover {
    color: #5a2c91;
}

.sidebar .sidebar-container .btn span {
    line-height: 1.3;
    text-align: left;
}

.sidebar .sidebar-container .btn + h5 {
    margin: 10px 0 20px;
}

.sidebar .sidebar-container .btn:hover span {
    text-decoration: none;
    color: #00bcee;
}

.sidebar .sidebar-container h5,
.sidebar .sidebar-container h6 {
    margin-bottom: 20px;
}

.sidebar .sidebar-container .social-menu {
    margin-left: 26px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar .sidebar-container .social-menu i {
    font-size: 24px;
    margin-right: 10px;
    padding: 0;
    color: #3d3d3d;
    border-right: 0;
}

.sidebar .sidebar-container .social-menu i.icon-instagram:before {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../img/instagram.svg) no-repeat center center;
}

.sidebar .sidebar-container .categories li a {
    display: block;
    padding: 6px 6px 6px 0;
    -webkit-transition: color .45s cubic-bezier(.2,1,.3,1);
    -o-transition: color .45s cubic-bezier(.2,1,.3,1);
    transition: color .45s cubic-bezier(.2,1,.3,1);
    text-decoration: none;
    color: #000;
}

.sidebar .sidebar-container .categories li a i {
    margin-right: 8px;
}

.nav-menu {
    position: relative;
}

.nav-menu:not(.is-horizontal) {
    font-family: 'proximus-light';
    z-index: 10;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 94px);
    background-color: #fff;
    -webkit-box-shadow: 3px 0 5px 0 rgba(0,0,0,.15);
    box-shadow: 3px 0 5px 0 rgba(0,0,0,.15);
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) {
        max-width: 400px;
        height: calc(100vh - 150px);
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu {
        -webkit-box-shadow: 3px 0 5px 0 rgba(0,0,0,.15);
        box-shadow: 3px 0 5px 0 rgba(0,0,0,.15);
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item {
    position: relative;
}

.nav-menu:not(.is-horizontal) .nav-menu-item.is-active > .nav-link {
    background-color: #f3f3f3;
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link:hover span,
.nav-menu:not(.is-horizontal) .nav-menu-item.is-active > .nav-link span {
    font-family: 'proximus-bold';
    text-decoration: underline;
    color: #00bcee;
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link:hover span:after,
.nav-menu:not(.is-horizontal) .nav-menu-item.is-active > .nav-link span:after {
    display: none;
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children.is-active > .nav-link:nth-child(1):after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children.is-active > .nav-link:nth-child(1):after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children > .nav-link:nth-child(1):after {
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    content: 'w';
    -webkit-transition: opacity .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: opacity .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    color: #00bcee;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children > .nav-link:nth-child(1):after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children > .nav-link:nth-child(1).is-active:after,
.nav-menu:not(.is-horizontal) .nav-menu-item.has-children > .nav-link:nth-child(1):hover:after {
    opacity: 1;
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children {
    position: relative;
    height: 0;
    -webkit-transition: height .45s cubic-bezier(.2,1,.3,1);
    -o-transition: height .45s cubic-bezier(.2,1,.3,1);
    transition: height .45s cubic-bezier(.2,1,.3,1);
    background-color: #f3f3f3;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children {
        position: fixed;
        z-index: -1;
        top: 0;
        width: 0;
        max-width: 400px;
        height: 100%;
        margin-left: 400px;
        -webkit-transition: width .45s cubic-bezier(.2,1,.3,1);
        -o-transition: width .45s cubic-bezier(.2,1,.3,1);
        transition: width .45s cubic-bezier(.2,1,.3,1);
        background-color: transparent;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children.is-open {
    height: 100%;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children.is-open {
        width: 100%;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .nav-link span {
    font-size: 16px;
    padding: 16px 20px 16px 30px;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .nav-link span {
        font-size: 18px;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children.is-active > .nav-link:first-of-type:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children.is-active > .nav-link:first-of-type:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children > .nav-link:first-of-type:after {
    width: 59px;
    height: 59px;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1);
    transition: transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children > .nav-link:first-of-type:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children .nav-menu-children .nav-link span {
    font-size: 14px;
    padding: 12px 20px 12px 40px;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item.has-children .nav-menu-children .has-children .nav-menu-children .nav-link span {
        font-size: 16px;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link {
    position: relative;
    display: block;
    -webkit-transition: background-color .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1);
    -o-transition: background-color .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1);
    transition: background-color .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1);
    text-decoration: none;
    color: #000;
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link:hover {
    background-color: #f3f3f3;
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link span {
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: color .45s cubic-bezier(.2,1,.3,1),font-family .45s cubic-bezier(.2,1,.3,1);
    -o-transition: color .45s cubic-bezier(.2,1,.3,1),font-family .45s cubic-bezier(.2,1,.3,1);
    transition: color .45s cubic-bezier(.2,1,.3,1),font-family .45s cubic-bezier(.2,1,.3,1);
    white-space: nowrap;
}

@media (min-width:48em) {
    .nav-menu:not(.is-horizontal) .nav-menu-item .nav-link span {
        font-size: 20px;
    }
}

.nav-menu:not(.is-horizontal) .nav-menu-item .nav-link span:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    content: '';
    background-color: #f0f0f0;
}

.nav-menu.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-menu.is-horizontal .nav-menu-item {
    position: relative;
    margin: 0 8px;
}

.nav-menu.is-horizontal .nav-menu-item:after {
    position: absolute;
    top: 4px;
    right: -8px;
    display: block;
    width: 1px;
    height: 70%;
    content: '';
    background-color: #000;
}

.nav-menu.is-horizontal .nav-menu-item:first-of-type {
    margin-left: 0;
    border-left: 0;
}

.nav-menu.is-horizontal .nav-menu-item:last-of-type,
.social-menu li:last-of-type {
    margin-right: 0;
}

.nav-menu.is-horizontal .nav-menu-item.is-active .nav-link,
.nav-menu.is-horizontal .nav-menu-item:hover .nav-link {
    text-decoration: underline;
}

.nav-menu.is-horizontal .nav-menu-item .nav-link {
    -webkit-transition: -webkit-text-decoration .45s cubic-bezier(.2,1,.3,1);
    -o-transition: text-decoration .45s cubic-bezier(.2,1,.3,1);
    transition: text-decoration .45s cubic-bezier(.2,1,.3,1);
    transition: text-decoration .45s cubic-bezier(.2,1,.3,1),-webkit-text-decoration .45s cubic-bezier(.2,1,.3,1);
    text-decoration: none;
}

.menu-top-anim {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:48em) {
    .menu-top-anim {
        width: 44px;
    }

    .menu-top-anim.is-expand,
    .menu-top-anim:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 250ms ease-in-out 0s;
        -o-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
    }

    .menu-top-anim.is-expand.has-social,
    .menu-top-anim:hover.has-social {
        width: 220px;
    }

    .menu-top-anim.is-expand.has-languages,
    .menu-top-anim:hover.has-languages {
        width: 88px;
    }

    .menu-top-anim.is-expand.has-contact,
    .menu-top-anim:hover.has-contact {
        width: 92px;
    }

    .menu-top-anim.is-expand.has-search,
    .menu-top-anim:hover.has-search {
        width: 250px;
    }

    .menu-top-anim.is-expand .nav-languages,
    .menu-top-anim.is-expand .nav-social,
    .menu-top-anim:hover .nav-languages,
    .menu-top-anim:hover .nav-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

.menu-top-anim .nav-languages,
.menu-top-anim .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width:48em) {
    .menu-top-anim .nav-languages,
    .menu-top-anim .nav-social {
        display: none;
    }
}

.menu-top-anim .nav-languages li a,
.menu-top-anim .nav-social li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #5a2c91;
}

.menu-top-anim .nav-languages li a i,
.menu-top-anim .nav-languages li a span,
.menu-top-anim .nav-social li a i,
.menu-top-anim .nav-social li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: calc(44px - 20px);
    border-right: 1px solid #5a2c91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-top-anim .nav-languages li a i,
.menu-top-anim .nav-social li a i {
    font-size: 20px;
}

.menu-top-anim .nav-languages li:nth-of-type(1) {
    display: none;
}

.menu-top-anim .btn-icons {
    padding: 0;
    color: #5a2c91;
    background-color: #eeeaf4;
}

.menu-top-anim .btn-icons i,
.menu-top-anim .btn-icons span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-top-anim .btn-icons i,
.reveal.reveal-top.is-open .btn-top i {
    font-size: 20px;
}

.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .btn-top {
    top: 0;
    right: 0;
    width: 44px;
    min-width: 44px;
    height: calc(44px - 20px);
    padding: 0;
    border-right: 1px solid #5a2c91;
}

.mobile-menu .btn-top i {
    font-size: 20px;
    color: #5a2c91;
}

.mobile-menu .btn-top.has-contact {
    text-decoration: none;
    color: #5a2c91;
}

.mobile-menu .btn-top.has-contact.is-expand,
.mobile-menu .btn-top.has-contact:hover {
    width: auto;
    min-width: 92px;
    padding: 0 8px;
}

.mobile-menu .btn-top.has-contact.is-expand span,
.mobile-menu .btn-top.has-contact:hover span {
    width: 100%;
}

@media (min-width:48em) {
    .mobile-menu .btn-top.has-contact.is-expand span,
    .mobile-menu .btn-top.has-contact:hover span {
        display: block;
    }
}

.mobile-menu .btn-top.has-contact span {
    display: none;
    width: 0;
}

@media (min-width:48em) {
    .mobile-menu .btn-top.has-contact span {
        margin-right: 10px;
    }
}

.mobile-menu .btn-top,
.social-menu {
    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;
}

.social-menu li a {
    font-size: 32px;
    display: block;
    text-decoration: none;
}

.social-menu li a:hover i.icon-twitter {
    color: #589bd3;
}

.social-menu li a:hover i.icon-facebook {
    color: #435cab;
}

.social-menu li a:hover i.icon-linkedin {
    color: #1074b1;
}

.social-menu li a:hover i.icon-issuu {
    color: #ee5325;
}

.social-menu li a:hover i.icon-flickr {
    color: #0062dd;
}

.social-menu li a:hover i.icon-rss {
    color: #ff7010;
}

.social-menu li a:hover i.icon-youtube {
    color: #cc181e;
}

.social-menu li a i {
    position: relative;
    display: block;
    padding: 0 9px;
    -webkit-transition: color .45s cubic-bezier(.2,1,.3,1);
    -o-transition: color .45s cubic-bezier(.2,1,.3,1);
    transition: color .45s cubic-bezier(.2,1,.3,1);
    color: #5a2c91;
    border-right: 1px solid #5a2c91;
}

@media (min-width:48em) {
    .social-menu li a i {
        color: #3d3d3d;
        border-right: 0;
    }
}

.social-menu li:last-of-type a i {
    padding-right: 0;
    border-right: 0;
}

.maps {
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 300px 0 40px;
    background-color: rgba(206,192,222,.5);
}

.maps .card .bg-color-secondary {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.maps,
.team-card {
    position: relative;
}

.team-card .team-card-container .team-card-content .team-cat {
    font-size: 16px;
    margin-top: 10px;
    color: #beabd3;
}

.team-card .team-card-container .team-card-content .team-title {
    font-size: 19px;
    margin-bottom: 15px;
    color: #5a2c91;
}

.modal {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0,0,0,.7);
}

.modal.is-open {
    margin-top: 0;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal .modal-container {
    position: relative;
    width: 100%;
    max-width: 80vw;
    height: 100%;
    min-height: 1px;
    max-height: 80vh;
    margin: 10vh auto;
    padding: 40px 20px;
    background-color: #fff;
}

.post,
.post .post-container .post-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.post {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width:48em) {
    .post {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .post .post-pict {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        min-width: 244px;
        margin-right: 20px;
    }
}

.post .post-container time {
    margin: 10px 0;
}

@media (min-width:48em) {
    .post .post-container time {
        margin-top: 0;
    }
}

.post .post-container h6 {
    margin-bottom: 10px;
    color: #5a2c91;
}

.post .post-container .post-actions {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:48em) {
    .post .post-container .post-actions {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.post .post-container .post-actions .social-share {
    position: relative;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width:48em) {
    .post .post-container .post-actions .social-share {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.post .post-container .post-actions .social-share .nav-social {
    width: auto;
}

.reveal {
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
}

@media (min-width:48em) {
    .reveal {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.reveal.reveal-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

@media (min-width:48em) {
    .reveal.reveal-top {
        display: none;
    }
}

.reveal.reveal-top .btn-top {
    display: none;
}

.reveal.reveal-top.is-open {
    height: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.reveal.reveal-top.is-open .btn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    min-width: 44px;
    height: 50px;
    background-color: #cdbfdd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reveal.reveal-footer {
    position: absolute;
    overflow: hidden;
}

@media (min-width:48em) {
    .reveal.reveal-footer {
        position: relative;
        height: auto;
        margin-left: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.reveal.reveal-footer + .footer-container {
    -webkit-transition: padding-top .45s cubic-bezier(.2,1,.3,1);
    -o-transition: padding-top .45s cubic-bezier(.2,1,.3,1);
    transition: padding-top .45s cubic-bezier(.2,1,.3,1);
}

.reveal.reveal-footer .btn-close-social {
    position: absolute;
}

.reveal.reveal-footer.is-open {
    overflow-x: visible;
    height: 50px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 1;
}

.reveal.reveal-footer.is-open:before {
    position: absolute;
    top: 0;
    left: -8px;
    display: block;
    width: 100vw;
    height: 48px;
    content: '';
    background-color: #cdbfdd;
}

@media (min-width:48em) {
    .reveal.reveal-footer.is-open:before {
        display: none;
    }
}

.reveal.reveal-footer.is-open .reveal-container {
    height: auto;
}

.reveal.reveal-footer.is-open + .footer-container {
    padding-top: 54px;
}

.reveal.reveal-footer.is-open .btn-close-social {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (min-width:48em) {
    .reveal.reveal-footer .reveal-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.reveal .reveal-container,
.reveal .reveal-container .contact,
.reveal .reveal-container .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reveal .reveal-container {
    padding: 8px 0;
    background-color: #cdbfdd;
}

@media (min-width:48em) {
    .reveal .reveal-container {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        background-color: transparent;
    }
}

.reveal .reveal-container .languages {
    text-transform: uppercase;
}

.reveal .reveal-container .contact,
.reveal .reveal-container .languages {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reveal .reveal-container .form-group {
    padding-left: 8px;
}

.reveal .reveal-container .form-group input {
    border-bottom: 0;
    background-color: #fff;
}

.collapse-button,
.collapse-button:after,
.reveal .btn-close-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reveal .btn-close-social {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    -o-transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1);
    transition: opacity .45s cubic-bezier(.2,1,.3,1),height .45s cubic-bezier(.2,1,.3,1),transform .45s cubic-bezier(.2,1,.3,1),color .45s cubic-bezier(.2,1,.3,1),-webkit-transform .45s cubic-bezier(.2,1,.3,1);
    text-decoration: none;
    color: #5a2c91;
    background-color: #cdbfdd;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:48em) {
    .reveal .btn-close-social {
        display: none;
    }
}

.reveal .btn-close-social:hover {
    color: #000;
}

.reveal .btn-close-social i {
    font-size: 24px;
}

.collapse-button,
.collapse-button:after {
    color: #fff;
}

.collapse-button {
    line-height: 1;
    position: relative;
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
}

@media (min-width:48em) {
    .collapse-button {
        margin-top: 0;
    }
}

.collapse-button:after {
    font-family: 'icomoon';
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    content: 'v';
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    pointer-events: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collapse-button.is-open span,
.collapse-button:hover,
.collapse-button:hover:after,
.scroll .scroll-top:hover i {
    color: #5a2c91;
}

.collapse-button.is-open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #5a2c91;
}

.collapse-button span {
    white-space: nowrap;
}

.collapse-container,
.collapse-container.is-open {
    -webkit-transition: max-height .45s cubic-bezier(.2,1,.3,1);
    -o-transition: max-height .45s cubic-bezier(.2,1,.3,1);
    transition: max-height .45s cubic-bezier(.2,1,.3,1);
}

.collapse-container {
    overflow: hidden;
    height: auto;
    max-height: 0;
}

.collapse-container.is-open {
    max-height: 2000px;
}

.collapse-container .collapse-content {
    padding: 0 24px 24px;
}

.table-style {
    width: 100%;
    margin-top: 30px;
    border-collapse: separate;
    border: 0;
    border-top: 4px solid #00bcee;
    border-bottom: 2px solid #8d67b9;
}

.table-style tr:nth-of-type(even) {
    background-color: #eeeaf4!important;
}

.table-style tr.alt,
.table-style tr.even,
.table-style tr:nth-of-type(odd) {
    background-color: #f7f4f9!important;
}

.table-style tr td.table {
    padding: 0;
}

.table-style tr td table {
    width: 100%;
    margin-bottom: 0;
    border: 0;
}

.table-style thead tr th,
.table-style tr td {
    font-weight: 400!important;
    border: 1px solid #fff;
}

.table-style thead tr th {
    padding: 18px 20px;
    vertical-align: top;
    color: #fff!important;
    border-top: none;
    background-color: #5c2d91!important;
}

.table-style tr td {
    height: 50px;
    padding: 20px;
    vertical-align: middle;
}

.table-style tr td p,
.table-style tr td ul li {
    font-family: 'Proximus-Regular',verdana,arial,helvetica,sans-serif;
}

.table-style tr td:first-child,
.table-style tr th:first-child {
    border-left: none;
}

.table-style tr td:last-child,
.table-style tr th:last-child {
    border-right: none;
}

.table-style tr:last-child td {
    border-bottom: none;
}

.table-style tr td img {
    margin-right: 4px;
    margin-bottom: 0!important;
    margin-left: 4px;
}

.scroll {
    position: fixed;
    z-index: 200;
    right: -100px;
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-transition: right .8s cubic-bezier(.2,1,.3,1);
    -o-transition: right .8s cubic-bezier(.2,1,.3,1);
    transition: right .8s cubic-bezier(.2,1,.3,1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

@media (min-width:48em) {
    .scroll.is-visible {
        right: 55px;
    }
}

.pict-container .pict-overlay,
.scroll .scroll-top {
    -webkit-transition: background-color .45s cubic-bezier(.2,1,.3,1);
    -o-transition: background-color .45s cubic-bezier(.2,1,.3,1);
    transition: background-color .45s cubic-bezier(.2,1,.3,1);
}

.scroll .scroll-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    background-color: #5a2c91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll .scroll-top:hover {
    background-color: rgba(90,44,145,.5);
}

.scroll .scroll-top i {
    font-size: 20px;
    position: relative;
    color: #fff;
}

.thumbnail {
    width: 100%;
    max-width: 100%;
}

.thumbnail-small {
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
}

.pict-container {
    position: relative;
    min-height: 400px;
}

.pict-container:hover .pict-overlay {
    display: block;
    background-color: rgba(90,44,145,.7);
}

.pict-container .pict-overlay {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
}

.pict-container .pict-overlay:after {
    font-family: 'icomoon';
    font-size: 60px;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    content: 'w';
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:62em) {
    .pict-container .pict-overlay:after {
        font-size: 120px;
    }
}

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

.gradient-bar {
    position: relative;
    z-index: 200;
    display: block;
    width: 100%;
    height: 6px;
    content: '';
    background: -webkit-gradient(linear,left top,right top,color-stop(60%,#5a2c91),to(#00bcee));
    background: -o-linear-gradient(left,#5a2c91 60%,#00bcee 100%);
    background: linear-gradient(to right,#5a2c91 60%,#00bcee 100%);
}

@media (min-width:48em) {
    .gradient-bar {
        height: 14px;
    }
}

.menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 44px;
    height: 44px;
    margin-top: 4px;
    margin-right: 10px;
    -webkit-transition: margin-top .45s cubic-bezier(.2,1,.3,1),margin-right .45s cubic-bezier(.2,1,.3,1),border-right .45s cubic-bezier(.2,1,.3,1);
    -o-transition: margin-top .45s cubic-bezier(.2,1,.3,1),margin-right .45s cubic-bezier(.2,1,.3,1),border-right .45s cubic-bezier(.2,1,.3,1);
    transition: margin-top .45s cubic-bezier(.2,1,.3,1),margin-right .45s cubic-bezier(.2,1,.3,1),border-right .45s cubic-bezier(.2,1,.3,1);
    border-right: 1px solid #5a2c91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (min-width:48em) {
    .menu-icon {
        margin-top: 10px;
        margin-right: 30px;
        border: 0;
    }
}

.menu-icon .burger-menu {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-icon .burger-menu:after {
    position: absolute;
    z-index: 20;
    top: -5px;
    left: -5px;
    display: block;
    width: 36px;
    height: 36px;
    content: '';
}

.menu-icon .burger-menu.is-open span:nth-child(1) {
    top: 6px;
    left: 50%;
    width: 0;
}

.menu-icon .burger-menu.is-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon .burger-menu.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon .burger-menu.is-open span:nth-child(4) {
    top: 9px;
    left: 50%;
    width: 0;
}

.menu-icon .burger-menu span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    background: #5a2c91;
}

.menu-icon .burger-menu span:nth-child(1) {
    top: 0;
}

.menu-icon .burger-menu span:nth-child(2),
.menu-icon .burger-menu span:nth-child(3) {
    top: 6px;
}

.menu-icon .burger-menu span:nth-child(4) {
    top: 12px;
}

.btn-open-social,
.menu-icon p {
    font-family: 'proximus-bold';
    display: block;
}

.menu-icon p {
    font-size: 8px;
    position: relative;
    margin-top: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #5a2c91;
}

.btn-open-social {
    position: absolute;
    top: 24px;
    right: 8px;
    text-align: right;
    text-decoration: none;
    color: #000;
}

@media (min-width:48em) {
    .btn-open-social {
        display: none;
    }
}

.contact-title {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #5a2c91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-title:not(:first-of-type) {
    margin-top: 16px;
}

.contact-title i {
    margin-right: 10px;
}

.home-baner {
    min-height: 250px;
    margin-bottom: 20px;
    background: url(../img/banner_PX_HOUSE.jpg) no-repeat center center;
    background-size: cover;
}

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

.wrapper div p > span.boldspan{
    font-weight:bold;
}

.wrapper div p > span.italicspan{
    font-style: italic;
}