/*------------------------------------------------------------------
* Project:        Togoby
* Author:         Crenoveative
* URL:            http://crenoveative.com or https://themeforest.net/user/crenoveative/portfolio
* Created:        08/03/2017
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
* Table of Content
* 1. Google Fonts
* 2. Font Icons
* 3. Reset
* 4. Default Typography
* 5. Margin Sets
* 6. Padding Sets
* 7. Border
* 8. Global
* 9. Image
* 10. List
* 11. Lighhight Box
* 12. Layout
* 13. Gap for Raw
* 14. Typography
* 15. Section Title
* 16. Background
* 17. Button
* 18. Label
* 19. Form
* 20. GridLex
* 21. Customized Flex Grid from FOundation
-------------------------------------------------------------------*/


/**
 * Google Fonts
 */

@import "https://fonts.googleapis.com/css?family=Signika:400,300,600,700";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900');

/**
 * Font Icons
 */

@import url(../font-icons/font-awesome/css/font-awesome.min.css);
@import url(../font-icons/pe-icon-7-stroke/css/pe-icon-7-stroke.css);
@import url(../font-icons/ionicons/css/ionicons.css);
@import url(../font-icons/elegant_font/style.css);
@import url(../font-icons/flaticon-ventures/flaticon-ventures.css);
@import url(../font-icons/flaticon-travel-icons/flaticon-travel-icons.css);
@import url(../font-icons/rivolicons/style.css);
@import url(../font-icons/stroke-gap-icons/style.css);
@import url(../font-icons/themify-icons/themify-icons.css);
@import url(../font-icons/simple-line-icons/css/simple-line-icons.css);

/**
 * Reset
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    zoom: 1;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    background-color: #FFF;
    letter-spacing: 0.5px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

img {
    -ms-interpolation-mode: bicubic;
}

object,
embed {
    max-width: 100%;
}


/**
 * Default Typography
 */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    color: #FE8800;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
    text-decoration: none;
}

a:hover {
    color: #E37900;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Signika', sans-serif;
    line-height: 1.4;
    color: #111
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #A1A1A1
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 42px;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 28px;
    font-weight: 400;
}

h2.font-lg,
.h2.font-lg {
    font-size: 34px;
    font-weight: 600;
}

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

h3.font-lg,
.h3.font-lg {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: 600;
}

h4.font-lg,
.h4.font-lg {
    font-size: 19px;
}

h5,
.h5 {
    font-size: 15px;
    font-weight: 700;
}

h6,
.h6 {
    font-size: 13px;
    font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 15px;
    }
    h6,
    .h6 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 31px;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 17px;
    }
    h4,
    .h4 {
        font-size: 15px;
    }
    h5,
    .h5 {
        font-size: 14px;
    }
    h6,
    .h6 {
        font-size: 13px;
    }
}

@media (max-width: 479px) {}

p {
    margin: 0 0 15px
}

p:last-child {
    margin-bottom: 0;
}

p.lead {
    margin-bottom: 21px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.45;
}

p.font-lg {
    font-size: 20px;
    margin-top: 20px;
    line-height: 26px;
}

p.font-lg:first-child {
    margin-top: 0;
}

p.font-md {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

p.font-sm {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
}

p.font-lg + p.font-sm {
    margin-top: -5px;
}

@media (min-width:768px) {
    .lead {
        font-size: 22.5px
    }
}

small,
.small {
    font-size: 86%
}

blockquote {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
    background: #EDEDED;
    padding: 32px;
    color: #777;
    font-weight: 300;
    border-radius: 0;
    border-left: 5px solid #E0E0E0;
    margin: 30px 0;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 479px) {}


/**
 * Margin Sets
 */

.mr-1 {
    margin-right: 1px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-1 {
    margin-left: 1px !important
}

.ml-3 {
    margin-left: 3px !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mmt-15 {
    margin-top: -15px;
}

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

.mmt-25 {
    margin-top: -25px;
}

.mmt-35 {
    margin-top: -35px;
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

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

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mv-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mh-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mh-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mh-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mh-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mh-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mh-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mh-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.no-magin,
ul.no-margin,
.margin-0 {
    margin: 0 !important
}

.no-mt,
.mt-0 {
    margin-top: 0 !important
}

.no-mb,
.mb-0 {
    margin-bottom: 0 !important
}

.no-ml,
.ml-0 {
    margin-left: 0 !important
}

.no-mr,
.mr-0 {
    margin-right: 0 !important
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .mb-5-sm {
        margin-bottom: 5px !important
    }
    .mb-10-sm {
        margin-bottom: 10px !important
    }
    .mb-15-sm {
        margin-bottom: 15px !important
    }
    .mb-20-sm {
        margin-bottom: 20px !important
    }
    .mb-25-sm {
        margin-bottom: 25px !important
    }
    .mb-30-sm {
        margin-bottom: 30px !important
    }
    .mb-40-sm {
        margin-bottom: 40px !important
    }
    .mb-50-sm {
        margin-bottom: 50px !important
    }
    .mt-5-sm {
        margin-top: 5px !important
    }
    .mt-10-sm {
        margin-top: 10px !important
    }
    .mt-15-sm {
        margin-top: 15px !important
    }
    .mt-20-sm {
        margin-top: 20px !important
    }
    .mt-25-sm {
        margin-top: 25px !important
    }
    .mt-30-sm {
        margin-top: 30px !important
    }
    .mt-40-sm {
        margin-top: 40px !important
    }
    .mt-50-sm {
        margin-top: 50px !important
    }
    .ml-0-sm {
        margin-left: 0 !important
    }
    .mr-0-sm {
        margin-right: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .mb-0-xs {
        margin-bottom: 0 !important
    }
    .mb-10-xs {
        margin-bottom: 10px !important
    }
    .mb-15-xs {
        margin-bottom: 15px !important
    }
    .mb-20-xs {
        margin-bottom: 20px !important
    }
    .mb-25-xs {
        margin-bottom: 25px !important
    }
    .mb-30-xs {
        margin-bottom: 30px !important
    }
    .mb-40-xs {
        margin-bottom: 40px !important
    }
    .mb-50-xs {
        margin-bottom: 50px !important
    }
    .mt-0-xs {
        margin-top: 0 !important
    }
    .mt-10-xs {
        margin-top: 10px !important
    }
    .mt-15-xs {
        margin-top: 15px !important
    }
    .mt-20-xs {
        margin-top: 20px !important
    }
    .mt-25-xs {
        margin-top: 25px !important
    }
    .mt-30-xs {
        margin-top: 30px !important
    }
    .mt-40-xs {
        margin-top: 40px !important
    }
    .mt-50-xs {
        margin-top: 50px !important
    }
    .ml-0-xs {
        margin-left: 0 !important
    }
    .ml-10-xs {
        margin-left: 10px !important
    }
    .ml-15-xs {
        margin-left: 15px !important
    }
    .ml-20-xs {
        margin-left: 20px !important
    }
    .ml-25-xs {
        margin-left: 25px !important
    }
    .ml-30-xs {
        margin-left: 30px !important
    }
    .ml-40-xs {
        margin-left: 40px !important
    }
    .ml-50-xs {
        margin-left: 50px !important
    }
}

@media (max-width: 479px) {
    .mb-0-xss {
        margin-bottom: 0 !important
    }
    .mb-5-xss {
        margin-bottom: 5px !important
    }
    .mb-10-xss {
        margin-bottom: 10px !important
    }
    .mb-15-xss {
        margin-bottom: 15px !important
    }
    .mb-20-xss {
        margin-bottom: 20px !important
    }
    .mb-25-xss {
        margin-bottom: 25px !important
    }
    .mb-30-xss {
        margin-bottom: 30px !important
    }
    .mb-40-xss {
        margin-bottom: 40px !important
    }
    .mb-50-xss {
        margin-bottom: 50px !important
    }
    .mt-5-xss {
        margin-top: 5px !important
    }
}


/**
 * Padding Sets
 */

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-0,
.no-pr {
    padding-right: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-0,
. no-pl {
    padding-left: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-0,
.no-pt {
    padding-top: 0px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-0,
.no-pb {
    padding-bottom: 0 !important
}

.pv-5 {
    padding-top: 5px !important;
    padding-bottom: 5px!important;
}

.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px!important;
}

.pv-15 {
    padding-top: 15px !important;
    padding-bottom: 15px!important;
}

.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}

.pv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px!important;
}

.pv-40 {
    padding-top: 40px !important;
    padding-bottom: 40px!important;
}

.pv-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.pv-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.pv-70 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}

.no-pv,
.pv-0 {
    padding-pv: 0 !important;
    padding-bottom: 0 !important;
}

.ph-5 {
    padding-left: 5px !important;
    padding-right: 5px!important;
}

.ph-10 {
    padding-left: 10px !important;
    padding-right: 10px!important;
}

.ph-15 {
    padding-left: 15px !important;
    padding-right: 15px!important;
}

.ph-20 {
    padding-left: 20px !important;
    padding-right: 20px!important;
}

.ph-30 {
    padding-left: 30px !important;
    padding-right: 30px!important;
}

.ph-40 {
    padding-left: 40px !important;
    padding-right: 40px!important;
}

.ph-50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.ph-60 {
    padding-left: 60px!important;
    padding-right: 60px!important;
}

.ph-70 {
    padding-left: 70px!important;
    padding-right: 70px!important;
}

.no-ph,
.ph-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-30 {
    padding: 30px !important
}

.no-padding,
.padding-0 {
    padding: 0 !important
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .pt-5-xs {
        padding-top: 5px !important
    }
    .pt-10-xs {
        padding-top: 10px !important
    }
    .pt-15-xs {
        padding-top: 15px !important
    }
    .pt-20-xs {
        padding-top: 20px !important
    }
    .pt-25-xs {
        padding-top: 25px !important
    }
    .pt-30-xs {
        padding-top: 30px !important
    }
    .pt-40-xs {
        padding-top: 40px !important
    }
    .pt-50-xs {
        padding-top: 50px !important
    }
    .pt-60-xs {
        padding-top: 60px !important
    }
    .pt-0-xs,
    .no-pt-xs {
        padding-top: 0px !important
    }
    .pr-5-xs {
        padding-right: 5px !important
    }
    .pr-10-xs {
        padding-right: 10px !important
    }
    .pr-15-xs {
        padding-right: 15px !important
    }
    .pr-20-xs {
        padding-right: 20px !important
    }
    .pr-25-xs {
        padding-right: 25px !important
    }
    .pr-30-xs {
        padding-right: 30px !important
    }
    .pr-40-xs {
        padding-right: 40px !important
    }
    .pr-50-xs {
        padding-right: 50px !important
    }
    .pr-60-xs {
        padding-right: 60px !important
    }
    .pr-0-xs,
    .no-pr-xs {
        padding-right: 0px !important
    }
}

@media (max-width: 479px) {}


/**
 * Border
 */

.border {
    border: 1px solid #E5E5E5;
}

.bb,
.border-bottom {
    border-bottom: 1px solid #E5E5E5;
}

.bb-dotted {
    border-bottom: 1px dotted #E5E5E5;
}

.bt,
.border-top {
    border-top: 1px solid #E5E5E5;
}

.br,
.border-right {
    border-right: 1px solid #E5E5E5;
}

.bl,
.border-left {
    border-left: 1px solid #E5E5E5;
}

.no-border {
    border: 0 !important;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .no-br-sm,
    .no-br-sm .form-control {
        border-right: 0;
    }
    .bb-sm,
    .border-bottom-sm {
        border-bottom: 1px solid #E5E5E5;
    }
    .bt-sm,
    .border-top-sm {
        border-top: 1px solid #E5E5E5;
    }
}

@media only screen and (max-width: 767px) {
    .no-br-xs,
    .no-br-xs .form-control {
        border-right: 0 !important;
    }
    .bt-xs,
    .border-top-xs {
        border-top: 1px solid #E5E5E5;
    }
}

@media (max-width: 479px) {
    .no-bb-xss,
    .no-bb-xss .form-control {
        border-bottom: 0;
    }
    .no-br-xss,
    .no-br-xss .form-control {
        border-right: 0;
    }
}


/**
 * Global
 */

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.block {
    display: block;
}

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

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.sm-clear {
    display: none;
}

.map-wrapper img {
    max-width: none;
}

.hoover-pointer:hover,
.hover-pointer:hover {
    cursor: pointer;
}

.hoover-help:hover,
.hover-help:hover {
    cursor: help;
}

.overflow-x-hidden,
.hidden-x {
    overflow-x: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.map-wrapper img,
.widget-map img {
    max-width: none !important;
}

.border-shadow {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .clear-sm {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .block-sm,
    .sm-block {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .clear-xs {
        clear: both;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .block-xs,
    .xs-block {
        display: block;
    }
    .inline-block-xs {
        display: inline-block;
    }
    .pull-left-xs {
        float: left !important;
    }
}

@media (max-width: 479px) {
    .xss-hidden,
    .hidden-xss {
        display: none;
    }
    .block-xss,
    .xss-block {
        display: block;
    }
    .pull-left-xss {
        float: left !important;
    }
}


/**
 * Image
 */

.image-justified {
    overflow: hidden;
    height: 220px;
    text-align: center;
    background: #CCC;
}

.image-table {
    display: table;
    height: 220px;
}

.image-middle {
    display: table-cell;
    vertical-align: middle;
}

.image-middle img {
    display: block;
    width: 35vw;
    height: 35vh;
    object-fit: cover;
}

.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}

.image-object-fit.image-object-fit-contain img {
    object-fit: contain
}

.image-object-fit.image-object-fit-cover img {
    object-fit: cover
}

.image-object-fit.image-object-fit-none img {
    object-fit: none
}

.image-object-fit.image-object-fit-fill img {
    object-fit: fill
}

.image-object-fit.image-object-fit-scale-down img {
    object-fit: scale-down
}

.map-wrapper img,
.widget-map img {
    max-width: none !important;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    background: rgba(0, 0, 0, 0);
}

.overlay-box:hover .image-overlay {
    background: rgba(0, 0, 0, 0.5)
}

.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

.overlay-box:hover .overlay-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay-icon i {
    color: #fff;
    font-size: 56px
}

.border-shadow {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.image-hoover-zoom {
    overflow: hidden;
}

.image-hoover-zoom img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.image-hoover-zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**
 * List
 */

ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

ul.list-with-icon li:last-child {
    margin-bottom: 0;
}

ul.list-with-icon li i {
    position: absolute;
    top: 0;
    left: 0;
}

ul.list-with-icon.col-2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -13px;
}

ul.list-with-icon.col-2 li {
    float: left;
    width: 50%;
    padding: 0 15px;
    padding-left: 40px;
    margin-bottom: 13px;
}

ul.list-with-icon.col-2 li i {
    left: 15px;
}

ul.list-bullet-circle {
    margin-left: 15px;
}

ul.list-bullet-circle li {
    list-style-type: circle;
}

ul.list-bullet-circle.font-lg {
    font-size: 20px;
}

ul.list-bullet-circle.font-lg li + li {
    margin-top: 7px;
}

ul.list-bullet-circle-2 li {
    list-style-type: inherit;
}

ul.border-bottom {
    border-bottom: 0;
}

ul.border-bottom li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    line-height: 1.45;
    margin-bottom: 13px;
}

ul.border-bottom.dotted li {
    border-bottom: 1px dotted #CCC;
}

ul.border-bottom li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.list-inline-block {
    margin-top: -10px;
}

ul.list-inline-block li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

ul.list-yes-no li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 2px;
}

ul.list-yes-no li + li {
    margin-top: 5px;
}

ul.list-yes-no li:before {
    content: "\f3fe";
    font-family: 'Ionicons';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 24px;
    color: #FE8800;
}

ul.list-yes-no li.no {
    color: #AAA;
}

ul.list-yes-no li.no:before {
    content: "\f405";
    color: #AAA;
}

ul.list-col-2 li {
    width: 50%;
    float: left;
    padding-right: 15px;
}

ul.list-col-3 li {
    width: 33.3333%;
    float: left;
    padding-right: 15px;
}

.list-yes-no-box {
    background: #ECF0F1;
    border: 1px solid #DFDFDF;
    position: relative;
    padding: 30px 20px 20px;
    padding-left: 60px;
}

.list-yes-no-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 15px;
    width: 25px;
    background: #FE8800;
}

.list-yes-no-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: rgba(0, 0, 0, 0.04);
}

.list-yes-no-box ul {
    list-style: no;
    padding: 0;
    margin: 0;
    position: relative;
}

.list-yes-no-box ul:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 12.5px 12.5px;
    border-color: transparent transparent #ECF0F1 transparent;
}

.list-yes-no-box ul li {
    position: relative;
}

.list-yes-no-box ul li + li {
    margin-top: 5px;
}

.list-yes-no-box ul li:before {
    font-family: "Ionicons";
    content: "\f383";
    position: absolute;
    top: 0;
    left: -38px;
    color: #FFF;
    font-size: 17px;
}

.col-sm-4 .sidebar-wrapper .list-yes-no-box {
    padding-left: 70px;
}

.col-sm-4 .sidebar-wrapper .list-yes-no-box:before {
    left: 25px;
}

.col-sm-4 .sidebar-wrapper .list-yes-no-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: rgba(0, 0, 0, 0.04);
}


/**
 * Lighhight Box
 */

.lighhight-box {
    background: #7F4681;
    color: #FFF;
    padding: 20px 15px;
    padding-left: 50px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

.lighhight-box i {
    position: absolute;
    top: 6px;
    left: -2px;
    font-size: 44px;
}


/**
 * Layout
 */

.container-wrapper {
    position: relative;
    background: #FFF;
    padding-top: 76px;
}

.with-top-header .wrapper,
.with-top-header .container-wrapper {
    padding-top: 107px;
}

.transparent-header .wrapper,
.transparent-header .container-wrapper {
    padding-top: 0;
}

section,
.section {
    padding: 70px 0;
}

.main-wrapper {
    background: #FFF;
}

.home .main-wrapper {
    background: #ECF0F1;
}

.container {
    position: relative;
}

.full-width-wrapper {
    overflow-x: hidden;
}

.content-wrapper.pr {
    padding-right: 15px;
}

.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.two-column-css {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.col-5-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.col-5-wrapper:before,
.col-5-wrapper:after {
    display: table;
    content: " ";
}

.col-5-wrapper:after {
    clear: both;
}

.col-5 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.gap-10 .col-5-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.gap-10 .col-5 {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 1280px) {}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .xs-overflow {
        overflow: hidden;
    }
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    .content-wrapper.pr {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .content-wrapper.pr {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        overflow: hidden;
    }
    .container-wrapper {
        padding-top: 56px;
    }
}

@media (max-width: 479px) {}


/**
 * Gap for Raw
 */

.row.gap-50 {
    margin-right: -25px;
    margin-left: -25px;
}

.gap-50 .col-sm-1,
.gap-50 .col-sm-2,
.gap-50 .col-sm-3,
.gap-50 .col-sm-4,
.gap-50 .col-sm-5,
.gap-50 .col-sm-6,
.gap-50 .col-sm-7,
.gap-50 .col-sm-8,
.gap-50 .col-sm-9,
.gap-50 .col-sm-10,
.gap-50 .col-sm-11,
.gap-50 .col-sm-12,
.gap-50 .col-md-1,
.gap-50 .col-md-2,
.gap-50 .col-md-3,
.gap-50 .col-md-4,
.gap-50 .col-md-5,
.gap-50 .col-md-6,
.gap-50 .col-md-7,
.gap-50 .col-md-8,
.gap-50 .col-md-9,
.gap-50 .col-md-10,
.gap-50 .col-md-11,
.gap-50 .col-md-12 {
    padding-right: 25px;
    padding-left: 25px;
}

.row.gap-40 {
    margin-right: -20px;
    margin-left: -20px;
}

.gap-40 .col-sm-1,
.gap-40 .col-sm-2,
.gap-40 .col-sm-3,
.gap-40 .col-sm-4,
.gap-40 .col-sm-5,
.gap-40 .col-sm-6,
.gap-40 .col-sm-7,
.gap-40 .col-sm-8,
.gap-40 .col-sm-9,
.gap-40 .col-sm-10,
.gap-40 .col-sm-11,
.gap-40 .col-sm-12,
.gap-40 .col-md-1,
.gap-40 .col-md-2,
.gap-40 .col-md-3,
.gap-40 .col-md-4,
.gap-40 .col-md-5,
.gap-40 .col-md-6,
.gap-40 .col-md-7,
.gap-40 .col-md-8,
.gap-40 .col-md-9,
.gap-40 .col-md-10,
.gap-40 .col-md-11,
.gap-40 .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
}

.row.gap-25 {
    margin-right: -13px;
    margin-left: -12px;
}

.gap-25 .col-sm-1,
.gap-25 .col-sm-2,
.gap-25 .col-sm-3,
.gap-25 .col-sm-4,
.gap-25 .col-sm-5,
.gap-25 .col-sm-6,
.gap-25 .col-sm-7,
.gap-25 .col-sm-8,
.gap-25 .col-sm-9,
.gap-25 .col-sm-10,
.gap-25 .col-sm-11,
.gap-25 .col-sm-12,
.gap-25 .col-md-1,
.gap-25 .col-md-2,
.gap-25 .col-md-3,
.gap-25 .col-md-4,
.gap-25 .col-md-5,
.gap-25 .col-md-6,
.gap-25 .col-md-7,
.gap-25 .col-md-8,
.gap-25 .col-md-9,
.gap-25 .col-md-10,
.gap-25 .col-md-11,
.gap-25 .col-md-12 {
    padding-right: 13px;
    padding-left: 12px;
}

.row.gap-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.gap-20 .col-sm-1,
.gap-20 .col-sm-2,
.gap-20 .col-sm-3,
.gap-20 .col-sm-4,
.gap-20 .col-sm-5,
.gap-20 .col-sm-6,
.gap-20 .col-sm-7,
.gap-20 .col-sm-8,
.gap-20 .col-sm-9,
.gap-20 .col-sm-10,
.gap-20 .col-sm-11,
.gap-20 .col-sm-12,
.gap-20 .col-md-1,
.gap-20 .col-md-2,
.gap-20 .col-md-3,
.gap-20 .col-md-4,
.gap-20 .col-md-5,
.gap-20 .col-md-6,
.gap-20 .col-md-7,
.gap-20 .col-md-8,
.gap-20 .col-md-9,
.gap-20 .col-md-10,
.gap-20 .col-md-11,
.gap-20 .col-md-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.row.gap-15 {
    margin-right: -8px;
    margin-left: -7px;
}

.gap-15 .col-sm-1,
.gap-15 .col-sm-2,
.gap-15 .col-sm-3,
.gap-15 .col-sm-4,
.gap-15 .col-sm-5,
.gap-15 .col-sm-6,
.gap-15 .col-sm-7,
.gap-15 .col-sm-8,
.gap-15 .col-sm-9,
.gap-15 .col-sm-10,
.gap-15 .col-sm-11,
.gap-15 .col-sm-12,
.gap-15 .col-md-1,
.gap-15 .col-md-2,
.gap-15 .col-md-3,
.gap-15 .col-md-4,
.gap-15 .col-md-5,
.gap-15 .col-md-6,
.gap-15 .col-md-7,
.gap-15 .col-md-8,
.gap-15 .col-md-9,
.gap-15 .col-md-10,
.gap-15 .col-md-11,
.gap-15 .col-md-12 {
    padding-right: 8px;
    padding-left: 7px;
}

.row.gap-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.gap-10 .col-sm-1,
.gap-10 .col-sm-2,
.gap-10 .col-sm-3,
.gap-10 .col-sm-4,
.gap-10 .col-sm-5,
.gap-10 .col-sm-6,
.gap-10 .col-sm-7,
.gap-10 .col-sm-8,
.gap-10 .col-sm-9,
.gap-10 .col-sm-10,
.gap-10 .col-sm-11,
.gap-10 .col-sm-12,
.gap-10 .col-md-1,
.gap-10 .col-md-2,
.gap-10 .col-md-3,
.gap-10 .col-md-4,
.gap-10 .col-md-5,
.gap-10 .col-md-6,
.gap-10 .col-md-7,
.gap-10 .col-md-8,
.gap-10 .col-md-9,
.gap-10 .col-md-10,
.gap-10 .col-md-11,
.gap-10 .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.row.gap-5 {
    margin-right: -3px;
    margin-left: -2px;
}

.gap-5 .col-sm-1,
.gap-5 .col-sm-2,
.gap-5 .col-sm-3,
.gap-5 .col-sm-4,
.gap-5 .col-sm-5,
.gap-5 .col-sm-6,
.gap-5 .col-sm-7,
.gap-5 .col-sm-8,
.gap-5 .col-sm-9,
.gap-5 .col-sm-10,
.gap-5 .col-sm-11,
.gap-5 .col-sm-12,
.gap-5 .col-md-1,
.gap-5 .col-md-2,
.gap-5 .col-md-3,
.gap-5 .col-md-4,
.gap-5 .col-md-5,
.gap-5 .col-md-6,
.gap-5 .col-md-7,
.gap-5 .col-md-8,
.gap-5 .col-md-9,
.gap-5 .col-md-10,
.gap-5 .col-md-11,
.gap-5 .col-md-12 {
    padding-right: 3px;
    padding-left: 2px;
}

.row.gap-2 {
    margin-right: -1px;
    margin-left: -1px;
}

.gap-2 .col-sm-1,
.gap-2 .col-sm-2,
.gap-2 .col-sm-3,
.gap-2 .col-sm-4,
.gap-2 .col-sm-5,
.gap-2 .col-sm-6,
.gap-2 .col-sm-7,
.gap-2 .col-sm-8,
.gap-2 .col-sm-9,
.gap-2 .col-sm-10,
.gap-2 .col-sm-11,
.gap-2 .col-sm-12,
.gap-2 .col-md-1,
.gap-2 .col-md-2,
.gap-2 .col-md-3,
.gap-2 .col-md-4,
.gap-2 .col-md-5,
.gap-2 .col-md-6,
.gap-2 .col-md-7,
.gap-2 .col-md-8,
.gap-2 .col-md-9,
.gap-2 .col-md-10,
.gap-2 .col-md-11,
.gap-2 .col-md-12 {
    padding-right: 1px;
    padding-left: 1px;
}

.row.gap-1 {
    margin-right: -1px;
    margin-left: 0px;
}

.gap-1 .col-sm-1,
.gap-1 .col-sm-2,
.gap-1 .col-sm-3,
.gap-1 .col-sm-4,
.gap-1 .col-sm-5,
.gap-1 .col-sm-6,
.gap-1 .col-sm-7,
.gap-1 .col-sm-8,
.gap-1 .col-sm-9,
.gap-1 .col-sm-10,
.gap-1 .col-sm-11,
.gap-1 .col-sm-12,
.gap-1 .col-md-1,
.gap-1 .col-md-2,
.gap-1 .col-md-3,
.gap-1 .col-md-4,
.gap-1 .col-md-5,
.gap-1 .col-md-6,
.gap-1 .col-md-7,
.gap-1 .col-md-8,
.gap-1 .col-md-9,
.gap-1 .col-md-10,
.gap-1 .col-md-11,
.gap-1 .col-md-12 {
    padding-right: 1px;
    padding-left: 0;
}

.row.gap-0,
.row.no-gap {
    margin-right: 0;
    margin-left: 0;
}

.gap-0 .col-sm-1,
.gap-0 .col-sm-2,
.gap-0 .col-sm-3,
.gap-0 .col-sm-4,
.gap-0 .col-sm-5,
.gap-0 .col-sm-6,
.gap-0 .col-sm-7,
.gap-0 .col-sm-8,
.gap-0 .col-sm-9,
.gap-0 .col-sm-10,
.gap-0 .col-sm-11,
.gap-0 .col-sm-12,
.no-gap .col-sm-1,
.no-gap .col-sm-2,
.no-gap .col-sm-3,
.no-gap .col-sm-4,
.no-gap .col-sm-5,
.no-gap .col-sm-6,
.no-gap .col-sm-7,
.no-gap .col-sm-8,
.no-gap .col-sm-9,
.no-gap .col-sm-10,
.no-gap .col-sm-11,
.no-gap .col-sm-12,
.gap-0 .col-md-1,
.gap-0 .col-md-2,
.gap-0 .col-md-3,
.gap-0 .col-md-4,
.gap-0 .col-md-5,
.gap-0 .col-md-6,
.gap-0 .col-md-7,
.gap-0 .col-md-8,
.gap-0 .col-md-9,
.gap-0 .col-md-10,
.gap-0 .col-md-11,
.gap-0 .col-md-12,
.no-gap .col-md-1,
.no-gap .col-md-2,
.no-gap .col-md-3,
.no-gap .col-md-4,
.no-gap .col-md-5,
.no-gap .col-md-6,
.no-gap .col-md-7,
.no-gap .col-md-8,
.no-gap .col-md-9,
.no-gap .col-md-10,
.no-gap .col-md-11,
.no-gap .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .row.sm-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .sm-gap-20 .col-sm-1,
    .sm-gap-20 .col-sm-2,
    .sm-gap-20 .col-sm-3,
    .sm-gap-20 .col-sm-4,
    .sm-gap-20 .col-sm-5,
    .sm-gap-20 .col-sm-6,
    .sm-gap-20 .col-sm-7,
    .sm-gap-20 .col-sm-8,
    .sm-gap-20 .col-sm-9,
    .sm-gap-20 .col-sm-10,
    .sm-gap-20 .col-sm-11,
    .sm-gap-20 .col-sm-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .row.xs-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .xs-gap-20 .col-md-1,
    .xs-gap-20 .col-md-2,
    .xs-gap-20 .col-md-3,
    .xs-gap-20 .col-md-4,
    .xs-gap-20 .col-md-5,
    .xs-gap-20 .col-md-6,
    .xs-gap-20 .col-md-7,
    .xs-gap-20 .col-md-8,
    .xs-gap-20 .col-md-9,
    .xs-gap-20 .col-md-10,
    .xs-gap-20 .col-md-11,
    .xs-gap-20 .col-md-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row.xs-gap-15 {
        margin-right: -8px;
        margin-left: -7px;
    }
    .xs-gap-15 .col-md-1,
    .xs-gap-15 .col-md-2,
    .xs-gap-15 .col-md-3,
    .xs-gap-15 .col-md-4,
    .xs-gap-15 .col-md-5,
    .xs-gap-15 .col-md-6,
    .xs-gap-15 .col-md-7,
    .xs-gap-15 .col-md-8,
    .xs-gap-15 .col-md-9,
    .xs-gap-15 .col-md-10,
    .xs-gap-15 .col-md-11,
    .xs-gap-15 .col-md-12 {
        padding-right: 8px;
        padding-left: 7px;
    }
    .row.gap-10 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .gap-10 .col-md-1,
    .gap-10 .col-md-2,
    .gap-10 .col-md-3,
    .gap-10 .col-md-4,
    .gap-10 .col-md-5,
    .gap-10 .col-md-6,
    .gap-10 .col-md-7,
    .gap-10 .col-md-8,
    .gap-10 .col-md-9,
    .gap-10 .col-md-10,
    .gap-10 .col-md-11,
    .gap-10 .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row.gap-5 {
        margin-right: -3px;
        margin-left: -2px;
    }
    .gap-5 .col-md-1,
    .gap-5 .col-md-2,
    .gap-5 .col-md-3,
    .gap-5 .col-md-4,
    .gap-5 .col-md-5,
    .gap-5 .col-md-6,
    .gap-5 .col-md-7,
    .gap-5 .col-md-8,
    .gap-5 .col-md-9,
    .gap-5 .col-md-10,
    .gap-5 .col-md-11,
    .gap-5 .col-md-12 {
        padding-right: 3px;
        padding-left: 2px;
    }
}

@media (max-width: 479px) {
    .col-xss-12 {
        width: 100%;
    }
    .col-xss-7 {
        width: 58.33333333%;
    }
    .col-xss-8 {
        width: 66.66666667%;
    }
    .col-xss-6 {
        width: 50%;
    }
    .col-xss-5 {
        width: 41.66666667%;
    }
    .col-xss-4 {
        width: 33.33333333%;
    }
    .col-xss-3 {
        width: 25%;
    }
}


/**
 * Typography
 */

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

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

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

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

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

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

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

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

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

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

.font100 {
    font-weight: 100 !important;
}

.font200 {
    font-weight: 200 !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.line-1 {
    line-height: 1 !important;
}

.line-1-45 {
    line-height: 1.45 !important;
}

.line14 {
    line-height: 14px !important;
}

.line16 {
    line-height: 16px !important;
}

.line18 {
    line-height: 18px !important;
}

.line20 {
    line-height: 20px !important;
}

.line22 {
    line-height: 22px !important;
}

.line-1 {
    line-height: 1 !important;
}

.line-12 {
    line-height: 1.2 !important;
}

.line-13 {
    line-height: 1.3 !important;
}

.line-135 {
    line-height: 1.35 !important;
}

.line-14 {
    line-height: 1.4 !important;
}

.line-145 {
    line-height: 1.45 !important;
}

.line-15 {
    line-height: 1.5 !important;
}

.spacing-1 {
    letter-spacing: 1px !important;
}

.spacing-2 {
    letter-spacing: 2px !important;
}

.spacing-3 {
    letter-spacing: 3px !important;
}

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

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

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

.text-primary {
    color: #FE8800 !important;
}

.text-info {
    color: #3A679A !important;
}

.text-success {
    color: #358D44 !important;
}

.text-warning {
    color: #EDBA39 !important;
}

.text-danger {
    color: #DB0B23 !important;
}

.text-color-02 {
    color: #87495B !important;
}

.text-color-03 {
    color: #0B4D81 !important;
}

.text-white {
    color: #FFF !important;
}

.text-light,
.text-muted {
    color: #AAA !important;
}

.link-info {
    color: #2E8ED7 !important;
}

.link-info:hover {
    color: #287CBD !important;
}

.link-success {
    color: #358D44 !important;
}

.link-success:hover {
    color: #5CC72A !important;
}

.link-warning {
    color: #EDBA39 !important;
}

.link-warning:hover {
    color: #E6B332 !important;
}

.link-danger {
    color: #FF3755 !important;
}

.link-danger:hover {
    color: #E6324D !important;
}

.text-darker {
    color: #333 !important;
}

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

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

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

a.link-alt {
    color: #AB9F9D;
}

a.link-alt:hover {
    color: #F04F38;
}

.font-italic {
    font-style: italic !important;
    font-family: 'Open Sans', 'rsu_textregular', sans-serif;
}

.underline {
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
}

@media (max-width: 479px) {
    .text-left-xss {
        text-align: left !important;
    }
}


/**
 * Section Title
 */

.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}

.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}

.section-title h3 {
    text-transform: capitalize;
    position: relative;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

h3.section-title {
    text-transform: uppercase;
    line-height: 1;
    font-size: 40px;
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 30px;
    padding-bottom: 10px;
    font-weight: 600;
}

h4.section-title {
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
    font-size: 18px;
    border-bottom: 2px solid #E6E6E6;
    margin: 0 0 20px;
    padding-bottom: 5px;
    font-weight: 700;
}

h5.section-title {
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    font-size: 14px;
    border-bottom: 2px solid #E6E6E6;
    margin: 0 0 15px;
    padding-bottom: 5px;
}

.section-title p {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 15px 0 0;
    line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
    .section-title h2 {
        font-size: 50px;
    }
    .section-title p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 40px;
    }
    .section-title p {
        font-size: 17px;
    }
    .section-header-3 h2 {
        font-size: 20px;
    }
    .section-header-3 p {
        font-size: 16px;
    }
    .section-title-05 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 35px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }
    h3.section-title {
        font-size: 26px;
    }
}

@media (max-width: 479px) {
    .section-title h2 {
        font-size: 30px;
    }
}


/**
 * Background
 */

.bg-primary {
    background: #FE8800 !important;
    color: #FFF !important;
}

.bg-info {
    background: #006C95 !important;
    color: #FFF !important;
}

.bg-success {
    background: #358D44 !important;
    color: #FFF !important;
}

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

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.bg-color-02 {
    background: #F0B435 !important;
    color: #FFF !important;
}

.bg-color-03 {
    background: #729C2C !important;
    color: #FFF !important;
}

.bg-light {
    background: #F7F7F7 !important;
}

.bg-light-2 {
    background: #F0F0F2 !important;
    color: #333333;
}

.bg-light-3 {
    background: #F2F2F2 !important;
    color: #333333;
}

.bg-light-4 {
    background: #EEE !important;
}

.bg-light-primary {
    background: #FFFBF7 !important;
}

.bg-dark {
    background: #444 !important;
    color: #FFF;
}

.bg-dark-2 {
    background: #292E34 !important;
    color: #FFF;
}

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

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-color-02 h1,
.bg-color-02 h2,
.bg-color-02 h3,
.bg-color-02 h4,
.bg-color-02 h5,
.bg-color-02 h6,
.bg-bg-color-03 h1,
.bg-bg-color-03 h2,
.bg-bg-color-03 h3,
.bg-bg-color-03 h4,
.bg-bg-color-03 h5,
.bg-bg-color-03 h6 {
    color: #FFF !important;
}

.bg-primary a,
.bg-info a,
.bg-success a,
.bg-danger a {
    color: #FFF;
}

.bg-primary a:hover,
.bg-info a:hover,
.bg-success a:hover,
.bg-danger a:hover {
    text-decoration: underline;
}

.bg-img,
.image-bg {
    background-size: cover !important;
    background-repeat: no;
    background-position: center center;
}


/**
 * Button
 */

.btn + .btn {
    margin-top: 0;
}

.btn {
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-bottom: 1px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-search {
    padding-top: 9px;
    padding-bottom: 8px;
}

.btn-pure {
    padding: 0;
    font-size: inherit;
    padding: 0;
    background: none;
    line-height: 1;
}

.btn-default {
    color: #555;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.btn-default:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-primary {
    background: #FE8800;
    border-color: #FE8800;
    color: #FFF !important;
}

.btn-primary:hover {
    background: #E37900;
    border-color: #E37900;
}

.btn-info {
    background: #2E8ED7;
    border-color: #2E8ED7;
    color: #FFF !important;
}

.btn-info:hover {
    background: #4477B2;
    border-color: #4477B2;
}

.btn-success {
    background: #358D44;
    border-color: #358D44;
    color: #FFF !important;
}

.btn-success:hover {
    background: #52B545;
    border-color: #52B545;
}

.btn-warning {
    background: #EDBA39;
    border-color: #EDBA39;
    color: #FFF !important;
}

.btn-warning:hover {
    background: #EDC868;
    border-color: #EDC868;
}

.btn-danger {
    background: #EE001A;
    border-color: #EE001A;
    color: #FFF !important;
}

.btn-danger:hover {
    background: #F50C27;
    border-color: #F50C27;
}

.btn-color-02 {
    background: #87495B;
    border-color: #87495B;
    color: #FFF !important;
}

.btn-color-02:hover {
    background: #A1576C;
    border-color: #A1576C;
}

.btn-color-03 {
    background: #0B4D81;
    border-color: #0B4D81;
    color: #FFF !important;
}

.btn-color-03:hover {
    background: #0E5E9C;
    border-color: #0E5E9C;
}

.btn.btn-border {
    background: transparent;
    border-width: 2px;
}

.btn-primary.btn-border {
    color: #FE8800 !important;
}

.btn-info.btn-border {
    color: #2E8ED7 !important;
}

.btn-success.btn-border {
    color: #358D44 !important;
}

.btn-warning.btn-border {
    color: #EDBA39 !important;
}

.btn-danger.btn-border {
    color: #EE001A !important;
}

.btn-primary.btn-border:hover {
    color: #FFF !important;
    background: #FE8800;
    border-color: #FE8800;
}

.btn-info.btn-border:hover {
    color: #FFF !important;
    background: #287CBD;
    border-color: #287CBD;
}

.btn-success.btn-border:hover {
    color: #FFF !important;
    background: #5CC72A;
    border-color: #5CC72A;
}

.btn-warning.btn-border:hover {
    color: #FFF !important;
    background: #EDBA39;
    border-color: #EDBA39;
}

.btn-danger.btn-border:hover {
    color: #FFF !important;
    background: #E6324D;
    border-color: #E6324D;
}

.btn-more-less,
.btn-info-more-less {
    background: none;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F4681;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.btn-more-less:hover,
.btn-more-less:focus,
.btn-more-less:active,
.btn-info-more-less:hover,
.btn-info-more-less:focus,
.btn-info-more-less:active {
    color: #99549C;
}

.btn-more-less {
    background: none;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #F65C33;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.btn-more-less:hover,
.btn-more-less:focus,
.btn-more-less:active {
    color: #F65C33;
}

.btn-icon {
    position: relative;
    padding-right: 36px;
}

.btn-icon .icon {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    width: 36px;
    text-align: center;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    padding-top: 10px;
}

.btn-xs {
    padding: 0 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 10px;
    letter-spacing: 2px;
}

.btn-sm {
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-lg {
    padding-top: 16px;
    padding-bottom: 13px;
    font-size: 15px;
}

.btn-lg.btn-icon {
    padding-right: 66px;
}

.btn-lg.btn-icon .icon {
    width: 46px;
    font-size: 30px;
    padding-top: 5px;
}

.btn-lgg {
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 17px;
}

.btn.btn-xs.btn-border {
    padding-top: 3px;
    padding-bottom: 2px;
}

.btn.btn-sm.btn-border {
    padding-top: 6px;
    padding-bottom: 4px;
}

.btn.btn-lgg.btn-border {
    padding-top: 17px;
    padding-bottom: 14px;
}

.btn-round {
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-wide {
    padding-left: 50px;
    padding-right: 50px;
}


/**
 * Label
 */

.label {
    font-size: 13px;
    border-radius: 2px;
    padding: 2px 8px 1px;
    font-weight: 600;
    letter-spacing: 1px;
}

.label-primary {
    background: #FE8800;
}


/**
 * Form
 */

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #E7E7E7;
    height: 36px;
    font-size: 15px;
    padding-top: 6px;
    letter-spacing: 0.5px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-control:focus {
    border-color: #FE8800;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-icon,
.form-icon-right {
    position: relative;
}

.form-icon .form-control {
    padding-left: 28px;
}

.form-icon i {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #999;
}

.form-icon-right .form-control {
    padding-right: 28px;
}

.form-icon-right i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
}

.form-lg label {
    font-size: 18px;
}

.form-lg .form-control {
    height: 42px;
}

.form-lg i {
    font-size: 18px;
    bottom: 12px;
}

.form-control.width-auto {
    width: auto;
}

.form-group-sm .form-control {
    border-radius: 0;
    padding-top: 6px;
}

.form-group-lg .form-control {
    border-radius: 0;
    height: 50px;
    padding-top: 12px;
}

.form-control.form-control-light {
    border-color: #F2F2F2;
    background: #F2F2F2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #E6E6E6;
}

.form-control.form-control-light:focus,
.form-control.form-control-light:active {
    border-color: #DCDCDC;
    background: #FFF;
}

.form-control.form-control-primary {
    border-color: #FE8800;
    background: #FE8800;
    color: rgba(255, 255, 255, 1);
}

.form-control.form-control-primary::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.form-control.form-control-primary:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.form-control.form-control-primary::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.form-control.form-control-primary-border {
    border: 1px solid #FE8800;
    color: rgba(254, 136, 0, 1);
}

.form-control.form-control-primary-border::-moz-placeholder {
    color: rgba(254, 136, 0, 0.6);
}

.form-control.form-control-primary-border:-ms-input-placeholder {
    color: rgba(254, 136, 0, 0.6);
}

.form-control.form-control-primary-border::-webkit-input-placeholder {
    color: rgba(254, 136, 0, 0.6);
}

.input-group-addon {
    border-radius: 0;
}

.input-group .input-group-addon.bg-white {
    border-color: #E7E7E7;
}

.input-group-addon-icon {
    position: relative;
    padding-left: 30px;
}

.input-group-addon-icon i {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 16px;
}

.input-group.no-border .input-group-addon {
    border: 0;
    padding: 0;
    padding-right: 5px;
}

.input-group.no-border .form-control {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
    padding-right: 15px;
    margin-top: -1px;
}

.input-group.no-border select.form-control {
    margin-top: -1px !important;
}

.input-group.no-border.input-group-addon-icon {
    padding-left: 23px;
}

.input-group.no-border.input-group-addon-icon i {
    position: absolute;
    left: -23px;
}

.input-group .form-control {
    height: 36px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * GridLex
 * http://gridlex.devlint.fr/index.html
 */

[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0
}

.GridLex-col,
[class*=GridLex-col-] {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
}

.GridLex-col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.GridLex-grid.GridLex-col,
.GridLex-grid[class*=GridLex-col-] {
    margin: 0;
    padding: 0
}

[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0
}

[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0
}

[class*=GridLex-grid-][class*=-center] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

[class*=GridLex-grid-][class*=-right] {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto
}

[class*=GridLex-grid-][class*=-top] {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

[class*=GridLex-grid-][class*=-middle] {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

[class*=GridLex-grid-][class*=-bottom] {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

[class*=GridLex-grid-][class*=-reverse] {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[class*=GridLex-grid-][class*=-column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[class*=GridLex-grid-][class*=-column-reverse] {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

[class*=GridLex-grid-][class*=-spaceBetween] {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[class*=GridLex-grid-][class*=-spaceAround] {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

[class*=GridLex-col-][class*=-top] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

[class*=GridLex-col-][class*=-middle] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

[class*=GridLex-col-][class*=-bottom] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

[class*=GridLex-col-][class*=-first] {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

[class*=GridLex-col-][class*=-last] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

[class*=GridLex-grid-1]>[class*=GridLex-col] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

[class*=GridLex-grid-2]>[class*=GridLex-col] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

[class*=GridLex-grid-3]>[class*=GridLex-col] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

[class*=GridLex-grid-4]>[class*=GridLex-col] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

[class*=GridLex-grid-5]>[class*=GridLex-col] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

[class*=GridLex-grid-6]>[class*=GridLex-col] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

[class*=GridLex-grid-7]>[class*=GridLex-col] {
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
    max-width: 14.28571429%
}

[class*=GridLex-grid-8]>[class*=GridLex-col] {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
}

[class*=GridLex-grid-9]>[class*=GridLex-col] {
    -webkit-flex-basis: 11.11111111%;
    -ms-flex-preferred-size: 11.11111111%;
    flex-basis: 11.11111111%;
    max-width: 11.11111111%
}

[class*=GridLex-grid-10]>[class*=GridLex-col] {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%
}

[class*=GridLex-grid-11]>[class*=GridLex-col] {
    -webkit-flex-basis: 9.09090909%;
    -ms-flex-preferred-size: 9.09090909%;
    flex-basis: 9.09090909%;
    max-width: 9.09090909%
}

[class*=GridLex-grid-12]>[class*=GridLex-col] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

@media screen and (max-width:80em) {
    [class*=_lg-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_lg-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_lg-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_lg-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_lg-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_lg-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_lg-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_lg-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_lg-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_lg-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_lg-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_lg-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}

@media screen and (max-width:64em) {
    [class*=_md-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_md-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_md-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_md-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_md-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_md-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_md-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_md-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_md-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_md-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_md-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_md-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}

@media screen and (max-width:48em) {
    [class*=_sm-1]>[class*=col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_sm-2]>[class*=col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_sm-3]>[class*=col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_sm-4]>[class*=col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_sm-5]>[class*=col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_sm-6]>[class*=col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_sm-7]>[class*=col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_sm-8]>[class*=col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_sm-9]>[class*=col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_sm-10]>[class*=col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_sm-11]>[class*=col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_sm-12]>[class*=col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}

@media screen and (max-width:35.5em) {
    [class*=_xs-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_xs-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_xs-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_xs-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_xs-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_xs-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_xs-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_xs-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_xs-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_xs-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_xs-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_xs-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}

[class*=GridLex-grid]>[class*=GridLex-col-1] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

[class*=GridLex-grid]>[class*=GridLex-col-2] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

[class*=GridLex-grid]>[class*=GridLex-col-4] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

[class*=GridLex-grid]>[class*=GridLex-col-5] {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

[class*=GridLex-grid]>[class*=GridLex-col-6] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

[class*=GridLex-grid]>[class*=GridLex-col-7] {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

[class*=GridLex-grid]>[class*=GridLex-col-8] {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

[class*=GridLex-grid]>[class*=GridLex-col-9] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

[class*=GridLex-grid]>[class*=GridLex-col-10] {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

[class*=GridLex-grid]>[class*=GridLex-col-11] {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

[class*=GridLex-grid]>[class*=GridLex-col-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

[class*=GridLex-grid]>[push-left*=off-0] {
    margin-left: 0
}

[class*=GridLex-grid]>[push-left*=off-1] {
    margin-left: 8.33333333%
}

[class*=GridLex-grid]>[push-left*=off-2] {
    margin-left: 16.66666667%
}

[class*=GridLex-grid]>[push-left*=off-3] {
    margin-left: 25%
}

[class*=GridLex-grid]>[push-left*=off-4] {
    margin-left: 33.33333333%
}

[class*=GridLex-grid]>[push-left*=off-5] {
    margin-left: 41.66666667%
}

[class*=GridLex-grid]>[push-left*=off-6] {
    margin-left: 50%
}

[class*=GridLex-grid]>[push-left*=off-7] {
    margin-left: 58.33333333%
}

[class*=GridLex-grid]>[push-left*=off-8] {
    margin-left: 66.66666667%
}

[class*=GridLex-grid]>[push-left*=off-9] {
    margin-left: 75%
}

[class*=GridLex-grid]>[push-left*=off-10] {
    margin-left: 83.33333333%
}

[class*=GridLex-grid]>[push-left*=off-11] {
    margin-left: 91.66666667%
}

[class*=GridLex-grid]>[push-right*=off-0] {
    margin-right: 0
}

[class*=GridLex-grid]>[push-right*=off-1] {
    margin-right: 8.33333333%
}

[class*=GridLex-grid]>[push-right*=off-2] {
    margin-right: 16.66666667%
}

[class*=GridLex-grid]>[push-right*=off-3] {
    margin-right: 25%
}

[class*=GridLex-grid]>[push-right*=off-4] {
    margin-right: 33.33333333%
}

[class*=GridLex-grid]>[push-right*=off-5] {
    margin-right: 41.66666667%
}

[class*=GridLex-grid]>[push-right*=off-6] {
    margin-right: 50%
}

[class*=GridLex-grid]>[push-right*=off-7] {
    margin-right: 58.33333333%
}

[class*=GridLex-grid]>[push-right*=off-8] {
    margin-right: 66.66666667%
}

[class*=GridLex-grid]>[push-right*=off-9] {
    margin-right: 75%
}

[class*=GridLex-grid]>[push-right*=off-10] {
    margin-right: 83.33333333%
}

[class*=GridLex-grid]>[push-right*=off-11] {
    margin-right: 91.66666667%
}

@media screen and (max-width:80em) {
    [class*=GridLex-grid]>[class*=_lg-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_lg-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_lg-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_lg-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_lg-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_lg-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_lg-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_lg-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_lg-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_lg-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_lg-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_lg-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_lg-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-11] {
        margin-right: 91.66666667%
    }
}

@media screen and (max-width:64em) {
    [class*=GridLex-grid]>[class*=_md-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_md-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_md-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_md-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_md-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_md-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_md-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_md-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_md-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_md-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_md-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_md-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_md-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-11] {
        margin-right: 91.66666667%
    }
}

@media only screen and (max-width: 1199px) {
    [class*=GridLex-grid]>[class*=_mdd-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_mdd-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_mdd-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_mdd-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_mdd-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_mdd-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-11] {
        margin-right: 91.66666667%
    }
}

@media only screen and (max-width: 991px) {
    [class*=GridLex-grid]>[class*=_sm-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_sm-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_sm-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_sm-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_sm-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_sm-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_sm-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_sm-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_sm-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_sm-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_sm-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_sm-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_sm-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-11] {
        margin-right: 91.66666667%
    }
}

@media only screen and (max-width: 767px) {
    [class*=GridLex-grid]>[class*=_xs-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_xs-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xs-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_xs-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_xs-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_xs-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_xs-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_xs-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_xs-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_xs-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_xs-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_xs-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_xs-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-11] {
        margin-right: 91.66666667%
    }
}

@media (max-width: 479px) {
    [class*=GridLex-grid]>[class*=_xss-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_xss-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xss-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_xss-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_xss-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_xss-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_xss-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_xss-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_xss-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_xss-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_xss-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_xss-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_xss-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-11] {
        margin-right: 91.66666667%
    }
}

.GridLex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: -1px;
}

.GridLex-gap-1 > div > div > div,
.GridLex-gap-1 > div > div > a {
    margin-left: 1px;
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}

.GridLex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
}

.GridLex-gap-2 > div > div > div,
.GridLex-gap-5 > div > div > a {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 2px;
    width: 100%;
}

.GridLex-gap-5 {
    margin-left: -3px;
    margin-right: -2px;
    margin-bottom: -5px;
}

.GridLex-gap-5 > div > div > div,
.GridLex-gap-5 > div > div > a {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.GridLex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

.GridLex-gap-10 > div > div > div,
.GridLex-gap-10 > div > div > a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.GridLex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
    margin-bottom: -15px;
}

.GridLex-gap-15 > div > div > div,
.GridLex-gap-25 > div > div > a {
    margin-left: 8px;
    margin-right: 7px;
    margin-bottom: 15px;
    width: 100%;
}

.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.GridLex-gap-20 > div > div > div,
.GridLex-gap-20 > div > div > a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.GridLex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.GridLex-gap-30 > div > div > div,
.GridLex-gap-30 > div > div > a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.GridLex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

.GridLex-gap-40 > div > div > div,
.GridLex-gap-40 > div > div > a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.GridLex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
}

.GridLex-gap-50 > div > div > div,
.GridLex-gap-50 > div > div > a {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    width: 100%;
}

.GridLex-gap-30 .GridLex-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.GridLex-gap-30 .GridLex-grid > div {
    padding-left: 15px;
    padding-right: 15px;
}

.GridLex-gap-30 .GridLex-grid > div > div {}

.GridLex-gap-1.mb-5,
.GridLex-gap-2.mb-5,
.GridLex-gap-5.mb-5,
.GridLex-gap-10.mb-5,
.GridLex-gap-20.mb-5,
.GridLex-gap-30.mb-5,
.GridLex-gap-40.mb-5,
.GridLex-gap-50.mb-5 {
    margin-bottom: -5px;
}

.GridLex-gap-1.mb-5 > div > div > div,
.GridLex-gap-2.mb-5 > div > div > div,
.GridLex-gap-5.mb-5 > div > div > div,
.GridLex-gap-10.mb-5 > div > div > div,
.GridLex-gap-20.mb-5 > div > div > div,
.GridLex-gap-30.mb-5 > div > div > div,
.GridLex-gap-40.mb-5 > div > div > div,
.GridLex-gap-50.mb-5 > div > div > div {
    margin-bottom: 5px;
}

.GridLex-gap-1.mb-10,
.GridLex-gap-2.mb-10,
.GridLex-gap-5.mb-10,
.GridLex-gap-10.mb-10,
.GridLex-gap-20.mb-10,
.GridLex-gap-30.mb-10,
.GridLex-gap-40.mb-10,
.GridLex-gap-50.mb-10 {
    margin-bottom: -10px;
}

.GridLex-gap-1.mb-10 > div > div > div,
.GridLex-gap-2.mb-10 > div > div > div,
.GridLex-gap-5.mb-10 > div > div > div,
.GridLex-gap-10.mb-10 > div > div > div,
.GridLex-gap-20.mb-10 > div > div > div,
.GridLex-gap-30.mb-10 > div > div > div,
.GridLex-gap-40.mb-10 > div > div > div,
.GridLex-gap-50.mb-10 > div > div > div {
    margin-bottom: 10px;
}

.GridLex-gap-1.mb-15,
.GridLex-gap-2.mb-15,
.GridLex-gap-5.mb-15,
.GridLex-gap-10.mb-15,
.GridLex-gap-20.mb-15,
.GridLex-gap-30.mb-15,
.GridLex-gap-40.mb-15,
.GridLex-gap-50.mb-15 {
    margin-bottom: -15px;
}

.GridLex-gap-1.mb-15 > div > div > div,
.GridLex-gap-2.mb-15 > div > div > div,
.GridLex-gap-5.mb-15 > div > div > div,
.GridLex-gap-10.mb-15 > div > div > div,
.GridLex-gap-20.mb-15 > div > div > div,
.GridLex-gap-30.mb-15 > div > div > div,
.GridLex-gap-40.mb-15 > div > div > div,
.GridLex-gap-50.mb-15 > div > div > div {
    margin-bottom: 15px;
}

.GridLex-gap-1.mb-20,
.GridLex-gap-2.mb-20,
.GridLex-gap-5.mb-20,
.GridLex-gap-10.mb-20,
.GridLex-gap-20.mb-20,
.GridLex-gap-30.mb-20,
.GridLex-gap-40.mb-20,
.GridLex-gap-50.mb-20 {
    margin-bottom: -20px;
}

.GridLex-gap-1.mb-20 > div > div > div,
.GridLex-gap-2.mb-15 > div > div > div,
.GridLex-gap-5.mb-20 > div > div > div,
.GridLex-gap-10.mb-20 > div > div > div,
.GridLex-gap-20.mb-20 > div > div > div,
.GridLex-gap-30.mb-20 > div > div > div,
.GridLex-gap-40.mb-20 > div > div > div,
.GridLex-gap-50.mb-20 > div > div > div {
    margin-bottom: 20px;
}

.GridLex-gap-1.no-mb,
.GridLex-gap-2.no-mb,
.GridLex-gap-5.no-mb,
.GridLex-gap-10.no-mb,
.GridLex-gap-20.no-mb,
.GridLex-gap-30.no-mb,
.GridLex-gap-40.no-mb,
.GridLex-gap-50.no-mb {
    margin-bottom: 0;
}

.GridLex-gap-1.no-mb > div > div > div,
.GridLex-gap-2.no-mb > div > div > div,
.GridLex-gap-5.no-mb > div > div > div,
.GridLex-gap-10.no-mb > div > div > div,
.GridLex-gap-20.no-mb > div > div > div,
.GridLex-gap-30.no-mb > div > div > div,
.GridLex-gap-40.no-mb > div > div > div,
.GridLex-gap-50.no-mb > div > div > div {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .GridLex-gap-1-mdd {
        margin-left: -1px;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .GridLex-gap-1-mdd > div > div > div,
    .GridLex-gap-1-mdd > div > div > a {
        margin-left: 1px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .GridLex-gap-2-mdd {
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -2px;
    }
    .GridLex-gap-2-mdd > div > div > div,
    .GridLex-gap-2-mdd > div > div > a {
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 2px;
    }
    .GridLex-gap-5-mdd {
        margin-left: -3px;
        margin-right: -2px;
        margin-bottom: -5px;
    }
    .GridLex-gap-5-mdd > div > div > div,
    .GridLex-gap-5-mdd > div > div > a {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .GridLex-gap-10-mdd {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .GridLex-gap-10-mdd > div > div > div,
    .GridLex-gap-10-mdd > div > div > a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .GridLex-gap-15-mdd {
        margin-left: -8px;
        margin-right: -7px;
        margin-bottom: -15px;
    }
    .GridLex-gap-15-mdd> div > div > div,
    .GridLex-gap-25-mdd > div > div > a {
        margin-left: 8px;
        margin-right: 7px;
        margin-bottom: 15px;
    }
    .GridLex-gap-20-mdd {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .GridLex-gap-20-mdd > div > div > div,
    .GridLex-gap-20-mdd > div > div > a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .GridLex-gap-30-mdd {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .GridLex-gap-30-mdd > div > div > div,
    .GridLex-gap-30-mdd > div > div > a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .GridLex-gap-40-mdd {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .GridLex-gap-40-mdd > div > div > div,
    .GridLex-gap-40-mdd > div > div > a {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .GridLex-gap-50-mdd {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -50px;
    }
    .GridLex-gap-50-mdd > div > div > div,
    .GridLex-gap-50-mdd > div > div > a {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .GridLex-gap-1-sm {
        margin-left: -1px;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .GridLex-gap-1-sm > div > div > div,
    .GridLex-gap-1-sm > div > div > a {
        margin-left: 1px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .GridLex-gap-2-sm {
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -2px;
    }
    .GridLex-gap-2-sm > div > div > div,
    .GridLex-gap-2-sm > div > div > a {
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 2px;
    }
    .GridLex-gap-5-sm {
        margin-left: -3px;
        margin-right: -2px;
        margin-bottom: -5px;
    }
    .GridLex-gap-5-sm > div > div > div,
    .GridLex-gap-5-sm > div > div > a {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .GridLex-gap-10-sm {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .GridLex-gap-10-sm > div > div > div,
    .GridLex-gap-10-sm > div > div > a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .GridLex-gap-15-sm {
        margin-left: -8px;
        margin-right: -7px;
        margin-bottom: -15px;
    }
    .GridLex-gap-15-sm> div > div > div,
    .GridLex-gap-25-sm > div > div > a {
        margin-left: 8px;
        margin-right: 7px;
        margin-bottom: 15px;
    }
    .GridLex-gap-20-sm {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .GridLex-gap-20-sm > div > div > div,
    .GridLex-gap-20-sm > div > div > a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .GridLex-gap-30-sm {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .GridLex-gap-30-sm > div > div > div,
    .GridLex-gap-30-sm > div > div > a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .GridLex-gap-40-sm {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .GridLex-gap-40-sm > div > div > div,
    .GridLex-gap-40-sm > div > div > a {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .GridLex-gap-50-sm {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -50px;
    }
    .GridLex-gap-50-sm > div > div > div,
    .GridLex-gap-50-sm > div > div > a {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .GridLex-gap-1-xs {
        margin-left: -1px;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .GridLex-gap-1-xs > div > div > div,
    .GridLex-gap-1-xs > div > div > a {
        margin-left: 1px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .GridLex-gap-2-xs {
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -2px;
    }
    .GridLex-gap-2-xs > div > div > div,
    .GridLex-gap-2-xs > div > div > a {
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 2px;
    }
    .GridLex-gap-5-xs {
        margin-left: -3px;
        margin-right: -2px;
        margin-bottom: -5px;
    }
    .GridLex-gap-5-xs > div > div > div,
    .GridLex-gap-5-xs > div > div > a {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .GridLex-gap-10-xs {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .GridLex-gap-10-xs > div > div > div,
    .GridLex-gap-10-xs > div > div > a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .GridLex-gap-15-xs {
        margin-left: -8px;
        margin-right: -7px;
        margin-bottom: -15px;
    }
    .GridLex-gap-15-xs> div > div > div,
    .GridLex-gap-25-xs > div > div > a {
        margin-left: 8px;
        margin-right: 7px;
        margin-bottom: 15px;
    }
    .GridLex-gap-20-xs {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .GridLex-gap-20-xs > div > div > div,
    .GridLex-gap-20-xs > div > div > a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .GridLex-gap-30-xs {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .GridLex-gap-30-xs > div > div > div,
    .GridLex-gap-30-xs > div > div > a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .GridLex-gap-40-xs {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .GridLex-gap-40-xs > div > div > div,
    .GridLex-gap-40-xs > div > div > a {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .GridLex-gap-50-xs {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -50px;
    }
    .GridLex-gap-50-xs > div > div > div,
    .GridLex-gap-50-xs > div > div > a {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }
}

@media (max-width: 479px) {
    [class*=GridLex-grid]>[class*=_xss-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_xss-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xss-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_xss-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .GridLex-gap-1-xss {
        margin-left: -1px;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .GridLex-gap-1-xss > div > div > div,
    .GridLex-gap-1-xss > div > div > a {
        margin-left: 1px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .GridLex-gap-2-xss {
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: -2px;
    }
    .GridLex-gap-2-xss > div > div > div,
    .GridLex-gap-2-xss > div > div > a {
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 2px;
    }
    .GridLex-gap-5-xss {
        margin-left: -3px;
        margin-right: -2px;
        margin-bottom: -5px;
    }
    .GridLex-gap-5-xss > div > div > div,
    .GridLex-gap-5-xss > div > div > a {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .GridLex-gap-10-xss {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .GridLex-gap-10-xss > div > div > div,
    .GridLex-gap-10-xss > div > div > a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .GridLex-gap-15-xss {
        margin-left: -8px;
        margin-right: -7px;
        margin-bottom: -15px;
    }
    .GridLex-gap-15-xss> div > div > div,
    .GridLex-gap-25-xss > div > div > a {
        margin-left: 8px;
        margin-right: 7px;
        margin-bottom: 15px;
    }
    .GridLex-gap-20-xss {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .GridLex-gap-20-xss > div > div > div,
    .GridLex-gap-20-xss > div > div > a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .GridLex-gap-30-xss {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }
    .GridLex-gap-30-xss > div > div > div,
    .GridLex-gap-30-xss > div > div > a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .GridLex-gap-40-xss {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -40px;
    }
    .GridLex-gap-40-xss > div > div > div,
    .GridLex-gap-40-xss > div > div > a {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .GridLex-gap-50-xss {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -50px;
    }
    .GridLex-gap-50-xss > div > div > div,
    .GridLex-gap-50-xss > div > div > a {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }
}


/**
 * Customized Flex Grid from FOundation
 * http://foundation.zurb.com/forum/posts/36234-flex-grid-in-css
 */

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto
}

.flex-row .flex-row,
.flex-column-row .flex-row {
    margin-left: 0;
    margin-right: 0
}

.flex-column,
.flex-columns {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: .0;
    padding-right: 0
}

.flex-small-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.flex-small-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.flex-small-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.flex-small-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.flex-small-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.flex-small-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.flex-small-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.flex-small-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

@media screen and (min-width: 32em) {
    .flex-medium-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-medium-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-medium-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-medium-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-medium-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-medium-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-medium-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-medium-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-medium-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-medium-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-medium-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-medium-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 64em) {
    .flex-large-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-large-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-large-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-large-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-large-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-large-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-large-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-large-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-large-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-large-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-large-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-large-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 32em) {
    .flex-medium-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }
}

@media screen and (min-width: 64em) {
    .flex-large-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }
}

.flex-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex-row.flex-medium-unstack .flex-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 32em) {
    .flex-row.flex-medium-unstack .flex-column {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }
}

.flex-row.flex-large-unstack .flex-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 64em) {
    .flex-row.flex-large-unstack .flex-column {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }
}

.flex-small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.flex-small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.flex-small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.flex-small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.flex-small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.flex-small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media screen and (min-width: 32em) {
    .flex-medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .flex-medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .flex-medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .flex-medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .flex-medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 64em) {
    .flex-large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .flex-large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .flex-large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .flex-large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .flex-large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-row.flex-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-row.flex-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.flex-row.flex-align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-row.flex-align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-column.flex-align-top,
.flex-columns.flex-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex-row.flex-align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-column.flex-align-bottom,
.flex-columns.flex-align-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

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

.flex-column.flex-align-middle,
.flex-columns.flex-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flex-row.flex-align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-column.flex-align-stretch,
.flex-columns.flex-align-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.flex-md-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.flex-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.flex-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.flex-md-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.flex-md-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.flex-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.flex-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.flex-md-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.flex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
}

.flex-gap-1 > .flex-columns,
.flex-gap-1 > .flex-column {
    padding-left: 1px;
    padding-right: 0;
}

.flex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.flex-gap-2 > .flex-columns,
.flex-gap-2 > .flex-column {
    padding-left: 1px;
    padding-right: 1px;
}

.flex-gap-5 {
    margin-left: -3px;
    margin-right: -2px;
}

.flex-gap-5 > .flex-columns,
.flex-gap-5 > .flex-column {
    padding-left: 3px;
    padding-right: 2px;
}

.flex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.flex-gap-10 > .flex-columns,
.flex-gap-10 > .flex-column {
    padding-left: 5px;
    padding-right: 5px;
}

.flex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
}

.flex-gap-15 > .flex-columns,
.flex-gap-15 > .flex-column {
    padding-left: 8px;
    padding-right: 7px;
}

.flex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-gap-20 > .flex-columns,
.flex-gap-20 > .flex-column {
    padding-left: 10px;
    padding-right: 10px;
}

.flex-gap-25 {
    margin-left: -13px;
    margin-right: -12px;
}

.flex-gap-25 > .flex-columns,
.flex-gap-25 > .flex-column {
    padding-left: 13px;
    padding-right: 12px;
}

.flex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.flex-gap-30 > .flex-columns,
.flex-gap-30 > .flex-column {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.flex-gap-40 > .flex-columns,
.flex-gap-40 > .flex-column {
    padding-left: 20px;
    padding-right: 20px;
}

.flex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.flex-gap-50 > .flex-columns,
.flex-gap-50 > .flex-column {
    padding-left: 25px;
    padding-right: 25px;
}

[class*="flex-gap-"] .flex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
}

[class*="flex-gap-"] .flex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
}

[class*="flex-gap-"] .flex-gap-5 {
    margin-left: -3px;
    margin-right: -2px;
}

[class*="flex-gap-"] .flex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}

[class*="flex-gap-"] .flex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
}

[class*="flex-gap-"] .flex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}

[class*="flex-gap-"] .flex-gap-25 {
    margin-left: -13px;
    margin-right: -12px;
}

[class*="flex-gap-"] .flex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="flex-gap-"] .flex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}

[class*="flex-gap-"] .flex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) {
    .flex-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 1199px) {
    .flex-mdd-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-mdd-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-mdd-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-mdd-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-mdd-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-mdd-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-mdd-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-mdd-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-mdd-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-mdd-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-mdd-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-mdd-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .flex-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .flex-xs-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-xs-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-xs-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-xs-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-xs-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-xs-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-xs-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-xs-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-xs-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-xs-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-xs-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-xs-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 479px) {
    .flex-xss-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .flex-xss-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .flex-xss-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .flex-xss-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .flex-xss-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .flex-xss-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .flex-xss-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .flex-xss-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .flex-xss-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .flex-xss-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .flex-xss-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .flex-xss-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}