@import url('../fonts/avenir/stylesheet.css');
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: inherit;
  vertical-align: baseline;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-0 {
  padding-right: 0;
  padding-left: 0;
  width: 0%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.start {
  justify-content: flex-start;
  text-align: start;
}
.center {
  justify-content: center;
  text-align: center;
}
.end {
  justify-content: flex-end;
  text-align: end;
}
.top {
  align-items: flex-start;
}
.middle {
  align-items: center;
}
.bottom {
  align-items: flex-end;
}
.around {
  justify-content: space-around;
}
.between {
  justify-content: space-between;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
@media only screen and (max-width: 1400px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-offset-xxl-0,
  .col-offset-xxl-1,
  .col-offset-xxl-2,
  .col-offset-xxl-3,
  .col-offset-xxl-4,
  .col-offset-xxl-5,
  .col-offset-xxl-6,
  .col-offset-xxl-7,
  .col-offset-xxl-8,
  .col-offset-xxl-9,
  .col-offset-xxl-10,
  .col-offset-xxl-11,
  .col-offset-xxl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxl-0 {
    display: none;
  }
  .col-offset-xxl-0 {
    margin-left: 0;
  }
  .col-offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-xxl-3 {
    margin-left: 25%;
  }
  .col-offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-xxl-6 {
    margin-left: 50%;
  }
  .col-offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-xxl-9 {
    margin-left: 75%;
  }
  .col-offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .start-xxl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xxl {
    justify-content: center;
    text-align: center;
  }
  .end-xxl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xxl {
    align-items: flex-start;
  }
  .middle-xxl {
    align-items: center;
  }
  .bottom-xxl {
    align-items: flex-end;
  }
  .around-xxl {
    justify-content: space-around;
  }
  .between-xxl {
    justify-content: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-offset-xl-0,
  .col-offset-xl-1,
  .col-offset-xl-2,
  .col-offset-xl-3,
  .col-offset-xl-4,
  .col-offset-xl-5,
  .col-offset-xl-6,
  .col-offset-xl-7,
  .col-offset-xl-8,
  .col-offset-xl-9,
  .col-offset-xl-10,
  .col-offset-xl-11,
  .col-offset-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-0 {
    display: none;
  }
  .col-offset-xl-0 {
    margin-left: 0;
  }
  .col-offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-xl-3 {
    margin-left: 25%;
  }
  .col-offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-xl-6 {
    margin-left: 50%;
  }
  .col-offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-xl-9 {
    margin-left: 75%;
  }
  .col-offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-offset-lg-0,
  .col-offset-lg-1,
  .col-offset-lg-2,
  .col-offset-lg-3,
  .col-offset-lg-4,
  .col-offset-lg-5,
  .col-offset-lg-6,
  .col-offset-lg-7,
  .col-offset-lg-8,
  .col-offset-lg-9,
  .col-offset-lg-10,
  .col-offset-lg-11,
  .col-offset-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-0 {
    display: none;
  }
  .col-offset-lg-0 {
    margin-left: 0;
  }
  .col-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-lg-3 {
    margin-left: 25%;
  }
  .col-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-lg-6 {
    margin-left: 50%;
  }
  .col-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-lg-9 {
    margin-left: 75%;
  }
  .col-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (max-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-offset-md-0,
  .col-offset-md-1,
  .col-offset-md-2,
  .col-offset-md-3,
  .col-offset-md-4,
  .col-offset-md-5,
  .col-offset-md-6,
  .col-offset-md-7,
  .col-offset-md-8,
  .col-offset-md-9,
  .col-offset-md-10,
  .col-offset-md-11,
  .col-offset-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-0 {
    display: none;
  }
  .col-offset-md-0 {
    margin-left: 0;
  }
  .col-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-md-3 {
    margin-left: 25%;
  }
  .col-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-md-6 {
    margin-left: 50%;
  }
  .col-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-md-9 {
    margin-left: 75%;
  }
  .col-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-md-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (max-width: 700px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-offset-sm-0,
  .col-offset-sm-1,
  .col-offset-sm-2,
  .col-offset-sm-3,
  .col-offset-sm-4,
  .col-offset-sm-5,
  .col-offset-sm-6,
  .col-offset-sm-7,
  .col-offset-sm-8,
  .col-offset-sm-9,
  .col-offset-sm-10,
  .col-offset-sm-11,
  .col-offset-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-0 {
    display: none;
  }
  .col-offset-sm-0 {
    margin-left: 0;
  }
  .col-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-sm-3 {
    margin-left: 25%;
  }
  .col-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-sm-6 {
    margin-left: 50%;
  }
  .col-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-sm-9 {
    margin-left: 75%;
  }
  .col-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (max-width: 500px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-offset-xs-0,
  .col-offset-xs-1,
  .col-offset-xs-2,
  .col-offset-xs-3,
  .col-offset-xs-4,
  .col-offset-xs-5,
  .col-offset-xs-6,
  .col-offset-xs-7,
  .col-offset-xs-8,
  .col-offset-xs-9,
  .col-offset-xs-10,
  .col-offset-xs-11,
  .col-offset-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-0 {
    display: none;
  }
  .col-offset-xs-0 {
    margin-left: 0;
  }
  .col-offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-xs-3 {
    margin-left: 25%;
  }
  .col-offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-xs-6 {
    margin-left: 50%;
  }
  .col-offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-xs-9 {
    margin-left: 75%;
  }
  .col-offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.font-family-1-bold {
  font-family: 'Avenir LT Std Medium', sans-serif;
}
.font-family-1-regular {
  font-family: 'Avenir LT Std Roman', sans-serif;
}
.font-family-1-light {
  font-family: 'Avenir LT Std Book', sans-serif;
}
.font-size-xs {
  font-size: 14px;
  line-height: 140%;
}
.font-size-sm {
  font-size: 18px;
  line-height: 140%;
}
.font-size-base {
  font-size: 23px;
  line-height: 140%;
}
.font-size-md {
  font-size: 35px;
  line-height: 110%;
}
.font-size-lg {
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -3%;
}
.font-size-xl {
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3%;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Avenir LT Std Roman', sans-serif;
  font-size: 23px;
  line-height: 140%;
  color: #686868;
  height: 100%;
  background-color: #FFF9E6;
  transition: background-color 0.5s ease;
  -webkit-font-smoothing: antialiased;
  /* Per WebKit (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale;
  /* Per Firefox su macOS */
  font-smoothing: antialiased;
  /* Supporto generico */
}
body.bg-green {
  background-color: #d8e7b4;
}
body.bg-green header {
  background-color: #d8e7b4 !important;
}
body.modal-open,
body.locked {
  overflow: hidden;
}
body:before {
  content: "bp-full";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  padding: 0 5px;
  background-color: #FFF9E6;
  color: #686868;
  font-size: 10px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  body:before {
    content: "bp-xxl";
  }
}
@media only screen and (max-width: 1200px) {
  body:before {
    content: "bp-xl";
  }
}
@media only screen and (max-width: 1000px) {
  body:before {
    content: "bp-lg";
  }
}
@media only screen and (max-width: 800px) {
  body:before {
    content: "bp-md";
  }
}
@media only screen and (max-width: 700px) {
  body:before {
    content: "bp-sm";
  }
}
@media only screen and (max-width: 500px) {
  body:before {
    content: "bp-xs";
  }
}
body:after {
  content: "bp-nav-expand";
  display: none;
}
@media only screen and (max-width: 1000px) {
  body:after {
    content: "bp-nav-collapse";
  }
}
.wrapper {
  z-index: 100;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .wrapper {
    padding: 0 18px;
  }
}
.wrapper.wrapper-full {
  max-width: 100%;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3%;
  font-family: 'Avenir LT Std Medium', sans-serif;
  color: #E30613;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -3%;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 35px;
    line-height: 110%;
  }
}
h2 {
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3%;
  font-family: 'Avenir LT Std Medium', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -3%;
  }
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 35px;
    line-height: 110%;
  }
}
h3 {
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -3%;
  font-family: 'Avenir LT Std Medium', sans-serif;
  text-transform: uppercase;
  color: #686868;
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 35px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 23px;
    line-height: 140%;
  }
}
p {
  font-size: 18px;
  line-height: 140%;
  font-family: 'Avenir LT Std Book', sans-serif;
  color: #686868;
  margin-bottom: 20px;
}
p b,
p strong {
  font-family: 'Avenir LT Std Medium', sans-serif;
}
p i,
p em {
  font-style: italic;
}
p a,
p a:visited {
  color: #E30613;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p img {
  width: 100%;
  height: auto;
}
ul {
  margin-bottom: 20px;
}
ul li {
  position: relative;
  font-size: 23px;
  line-height: 140%;
  font-family: 'Avenir LT Std Roman', sans-serif;
  color: #686868;
  padding-left: 20px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #686868;
}
ul li b,
ul li strong {
  font-family: 'Avenir LT Std Medium', sans-serif;
}
.button,
.button:visited {
  display: inline-block;
  border-radius: 100px;
  padding: 12px 62px 10px;
  border: 1px solid #FFF9E6;
  width: auto;
  font-size: 14px;
  font-size: 23px;
  line-height: 140%;
  color: #FFF9E6;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover,
.button:visited:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
  color: #FFF9E6;
}
.button.inactive,
.button:visited.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.button.button-negative,
.button:visited.button-negative {
  color: #686868;
  border: 1px solid #686868;
  background-color: transparent;
}
.button.button-negative:hover,
.button:visited.button-negative:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.button.button-negative.inactive,
.button:visited.button-negative.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.center {
  text-align: center;
}
.path {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.block {
  clear: both;
  overflow: hidden;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 20px;
}
.mt-2 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 60px;
}
.mt-4 {
  margin-top: 80px;
}
.mt-5 {
  margin-top: 100px;
}
.mt-6 {
  margin-top: 120px;
}
.mt-7 {
  margin-top: 140px;
}
.mt-8 {
  margin-top: 160px;
}
.mt-9 {
  margin-top: 180px;
}
.mt-10 {
  margin-top: 200px;
}
.mt-negative-0 {
  margin-top: 0 !important;
}
.mt-negative-1 {
  margin-top: -20px !important;
}
.mt-negative-2 {
  margin-top: -40px !important;
}
.mt-negative-3 {
  margin-top: -60px !important;
}
.mt-negative-4 {
  margin-top: -80px !important;
}
.mt-negative-5 {
  margin-top: -100px !important;
}
.mt-negative-6 {
  margin-top: -120px !important;
}
.mt-negative-7 {
  margin-top: -140px !important;
}
.mt-negative-8 {
  margin-top: -160px !important;
}
.mt-negative-9 {
  margin-top: -180px !important;
}
.mt-negative-10 {
  margin-top: -200px !important;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 20px;
}
.mr-2 {
  margin-right: 40px;
}
.mr-3 {
  margin-right: 60px;
}
.mr-4 {
  margin-right: 80px;
}
.mr-5 {
  margin-right: 100px;
}
.mr-6 {
  margin-right: 120px;
}
.mr-7 {
  margin-right: 140px;
}
.mr-8 {
  margin-right: 160px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 20px !important;
}
.mb-2 {
  margin-bottom: 40px !important;
}
.mb-3 {
  margin-bottom: 60px !important;
}
.mb-4 {
  margin-bottom: 80px !important;
}
.mb-5 {
  margin-bottom: 100px !important;
}
.mb-6 {
  margin-bottom: 120px !important;
}
.mb-7 {
  margin-bottom: 140px !important;
}
.mb-8 {
  margin-bottom: 160px !important;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 20px;
}
.ml-2 {
  margin-left: 40px;
}
.ml-3 {
  margin-left: 60px;
}
.ml-4 {
  margin-left: 80px;
}
.ml-5 {
  margin-left: 100px;
}
.ml-6 {
  margin-left: 120px;
}
.ml-7 {
  margin-left: 140px;
}
.ml-8 {
  margin-left: 160px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 20px;
}
.pt-2 {
  padding-top: 40px;
}
.pt-3 {
  padding-top: 60px;
}
.pt-4 {
  padding-top: 80px;
}
.pt-5 {
  padding-top: 100px;
}
.pt-6 {
  padding-top: 120px;
}
.pt-7 {
  padding-top: 140px;
}
.pt-8 {
  padding-top: 160px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 20px;
}
.pr-2 {
  padding-right: 40px;
}
.pr-3 {
  padding-right: 60px;
}
.pr-4 {
  padding-right: 80px;
}
.pr-5 {
  padding-right: 100px;
}
.pr-6 {
  padding-right: 120px;
}
.pr-7 {
  padding-right: 140px;
}
.pr-8 {
  padding-right: 160px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 20px;
}
.pb-2 {
  padding-bottom: 40px;
}
.pb-3 {
  padding-bottom: 60px;
}
.pb-4 {
  padding-bottom: 80px;
}
.pb-5 {
  padding-bottom: 100px;
}
.pb-6 {
  padding-bottom: 120px;
}
.pb-7 {
  padding-bottom: 140px;
}
.pb-8 {
  padding-bottom: 160px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 20px;
}
.pl-2 {
  padding-left: 40px;
}
.pl-3 {
  padding-left: 60px;
}
.pl-4 {
  padding-left: 80px;
}
.pl-5 {
  padding-left: 100px;
}
.pl-6 {
  padding-left: 120px;
}
.pl-7 {
  padding-left: 140px;
}
.pl-8 {
  padding-left: 160px;
}
.clear {
  clear: both !important;
}
@media only screen and (max-width: 1400px) {
  .clear {
    clear: none !important;
  }
  .clear-xxl {
    clear: both !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .mt-xxl-8 {
    margin-top: 160px !important;
  }
  .mr-xxl-8 {
    margin-right: 160px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 160px !important;
  }
  .ml-xxl-8 {
    margin-left: 160px !important;
  }
  .mt-negative-xxl-8 {
    margin-top: -160px !important;
  }
  .mt-xxl-7 {
    margin-top: 140px !important;
  }
  .mr-xxl-7 {
    margin-right: 140px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 140px !important;
  }
  .ml-xxl-7 {
    margin-left: 140px !important;
  }
  .mt-negative-xxl-7 {
    margin-top: -140px !important;
  }
  .mt-xxl-6 {
    margin-top: 120px !important;
  }
  .mr-xxl-6 {
    margin-right: 120px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 120px !important;
  }
  .ml-xxl-6 {
    margin-left: 120px !important;
  }
  .mt-negative-xxl-6 {
    margin-top: -120px !important;
  }
  .mt-xxl-5 {
    margin-top: 100px !important;
  }
  .mr-xxl-5 {
    margin-right: 100px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-5 {
    margin-left: 100px !important;
  }
  .mt-negative-xxl-5 {
    margin-top: -100px !important;
  }
  .mt-xxl-4 {
    margin-top: 80px !important;
  }
  .mr-xxl-4 {
    margin-right: 80px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-4 {
    margin-left: 80px !important;
  }
  .mt-negative-xxl-4 {
    margin-top: -80px !important;
  }
  .mt-xxl-3 {
    margin-top: 60px !important;
  }
  .mr-xxl-3 {
    margin-right: 60px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-3 {
    margin-left: 60px !important;
  }
  .mt-negative-xxl-3 {
    margin-top: -60px !important;
  }
  .mt-xxl-2 {
    margin-top: 40px !important;
  }
  .mr-xxl-2 {
    margin-right: 40px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-2 {
    margin-left: 40px !important;
  }
  .mt-negative-xxl-2 {
    margin-top: -40px !important;
  }
  .mt-xxl-1 {
    margin-top: 20px !important;
  }
  .mr-xxl-1 {
    margin-right: 20px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-1 {
    margin-left: 20px !important;
  }
  .mt-negative-xxl-1 {
    margin-top: -20px !important;
  }
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mt-negative-xxl-0 {
    margin-top: 0px !important;
  }
  .pt-xxl-8 {
    padding-top: 160px !important;
  }
  .pr-xxl-8 {
    padding-right: 160px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 160px !important;
  }
  .pl-xxl-8 {
    padding-left: 160px !important;
  }
  .pt-xxl-7 {
    padding-top: 140px !important;
  }
  .pr-xxl-7 {
    padding-right: 140px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 140px !important;
  }
  .pl-xxl-7 {
    padding-left: 140px !important;
  }
  .pt-xxl-6 {
    padding-top: 120px !important;
  }
  .pr-xxl-6 {
    padding-right: 120px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 120px !important;
  }
  .pl-xxl-6 {
    padding-left: 120px !important;
  }
  .pt-xxl-5 {
    padding-top: 100px !important;
  }
  .pr-xxl-5 {
    padding-right: 100px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-5 {
    padding-left: 100px !important;
  }
  .pt-xxl-4 {
    padding-top: 80px !important;
  }
  .pr-xxl-4 {
    padding-right: 80px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-4 {
    padding-left: 80px !important;
  }
  .pt-xxl-3 {
    padding-top: 60px !important;
  }
  .pr-xxl-3 {
    padding-right: 60px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-3 {
    padding-left: 60px !important;
  }
  .pt-xxl-2 {
    padding-top: 40px !important;
  }
  .pr-xxl-2 {
    padding-right: 40px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-2 {
    padding-left: 40px !important;
  }
  .pt-xxl-1 {
    padding-top: 20px !important;
  }
  .pr-xxl-1 {
    padding-right: 20px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-1 {
    padding-left: 20px !important;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pr-xxl-0 {
    padding-right: 0px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .clear {
    clear: none !important;
  }
  .clear-xl {
    clear: both !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .mt-xl-8 {
    margin-top: 160px !important;
  }
  .mr-xl-8 {
    margin-right: 160px !important;
  }
  .mb-xl-8 {
    margin-bottom: 160px !important;
  }
  .ml-xl-8 {
    margin-left: 160px !important;
  }
  .mt-negative-xl-8 {
    margin-top: -160px !important;
  }
  .mt-xl-7 {
    margin-top: 140px !important;
  }
  .mr-xl-7 {
    margin-right: 140px !important;
  }
  .mb-xl-7 {
    margin-bottom: 140px !important;
  }
  .ml-xl-7 {
    margin-left: 140px !important;
  }
  .mt-negative-xl-7 {
    margin-top: -140px !important;
  }
  .mt-xl-6 {
    margin-top: 120px !important;
  }
  .mr-xl-6 {
    margin-right: 120px !important;
  }
  .mb-xl-6 {
    margin-bottom: 120px !important;
  }
  .ml-xl-6 {
    margin-left: 120px !important;
  }
  .mt-negative-xl-6 {
    margin-top: -120px !important;
  }
  .mt-xl-5 {
    margin-top: 100px !important;
  }
  .mr-xl-5 {
    margin-right: 100px !important;
  }
  .mb-xl-5 {
    margin-bottom: 100px !important;
  }
  .ml-xl-5 {
    margin-left: 100px !important;
  }
  .mt-negative-xl-5 {
    margin-top: -100px !important;
  }
  .mt-xl-4 {
    margin-top: 80px !important;
  }
  .mr-xl-4 {
    margin-right: 80px !important;
  }
  .mb-xl-4 {
    margin-bottom: 80px !important;
  }
  .ml-xl-4 {
    margin-left: 80px !important;
  }
  .mt-negative-xl-4 {
    margin-top: -80px !important;
  }
  .mt-xl-3 {
    margin-top: 60px !important;
  }
  .mr-xl-3 {
    margin-right: 60px !important;
  }
  .mb-xl-3 {
    margin-bottom: 60px !important;
  }
  .ml-xl-3 {
    margin-left: 60px !important;
  }
  .mt-negative-xl-3 {
    margin-top: -60px !important;
  }
  .mt-xl-2 {
    margin-top: 40px !important;
  }
  .mr-xl-2 {
    margin-right: 40px !important;
  }
  .mb-xl-2 {
    margin-bottom: 40px !important;
  }
  .ml-xl-2 {
    margin-left: 40px !important;
  }
  .mt-negative-xl-2 {
    margin-top: -40px !important;
  }
  .mt-xl-1 {
    margin-top: 20px !important;
  }
  .mr-xl-1 {
    margin-right: 20px !important;
  }
  .mb-xl-1 {
    margin-bottom: 20px !important;
  }
  .ml-xl-1 {
    margin-left: 20px !important;
  }
  .mt-negative-xl-1 {
    margin-top: -20px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mt-negative-xl-0 {
    margin-top: 0px !important;
  }
  .pt-xl-8 {
    padding-top: 160px !important;
  }
  .pr-xl-8 {
    padding-right: 160px !important;
  }
  .pb-xl-8 {
    padding-bottom: 160px !important;
  }
  .pl-xl-8 {
    padding-left: 160px !important;
  }
  .pt-xl-7 {
    padding-top: 140px !important;
  }
  .pr-xl-7 {
    padding-right: 140px !important;
  }
  .pb-xl-7 {
    padding-bottom: 140px !important;
  }
  .pl-xl-7 {
    padding-left: 140px !important;
  }
  .pt-xl-6 {
    padding-top: 120px !important;
  }
  .pr-xl-6 {
    padding-right: 120px !important;
  }
  .pb-xl-6 {
    padding-bottom: 120px !important;
  }
  .pl-xl-6 {
    padding-left: 120px !important;
  }
  .pt-xl-5 {
    padding-top: 100px !important;
  }
  .pr-xl-5 {
    padding-right: 100px !important;
  }
  .pb-xl-5 {
    padding-bottom: 100px !important;
  }
  .pl-xl-5 {
    padding-left: 100px !important;
  }
  .pt-xl-4 {
    padding-top: 80px !important;
  }
  .pr-xl-4 {
    padding-right: 80px !important;
  }
  .pb-xl-4 {
    padding-bottom: 80px !important;
  }
  .pl-xl-4 {
    padding-left: 80px !important;
  }
  .pt-xl-3 {
    padding-top: 60px !important;
  }
  .pr-xl-3 {
    padding-right: 60px !important;
  }
  .pb-xl-3 {
    padding-bottom: 60px !important;
  }
  .pl-xl-3 {
    padding-left: 60px !important;
  }
  .pt-xl-2 {
    padding-top: 40px !important;
  }
  .pr-xl-2 {
    padding-right: 40px !important;
  }
  .pb-xl-2 {
    padding-bottom: 40px !important;
  }
  .pl-xl-2 {
    padding-left: 40px !important;
  }
  .pt-xl-1 {
    padding-top: 20px !important;
  }
  .pr-xl-1 {
    padding-right: 20px !important;
  }
  .pb-xl-1 {
    padding-bottom: 20px !important;
  }
  .pl-xl-1 {
    padding-left: 20px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .clear,
  .clear-xl {
    clear: none !important;
  }
  .clear-lg {
    clear: both !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .mt-lg-8 {
    margin-top: 160px !important;
  }
  .mr-lg-8 {
    margin-right: 160px !important;
  }
  .mb-lg-8 {
    margin-bottom: 160px !important;
  }
  .ml-lg-8 {
    margin-left: 160px !important;
  }
  .mt-negative-lg-8 {
    margin-top: -160px !important;
  }
  .mt-lg-7 {
    margin-top: 140px !important;
  }
  .mr-lg-7 {
    margin-right: 140px !important;
  }
  .mb-lg-7 {
    margin-bottom: 140px !important;
  }
  .ml-lg-7 {
    margin-left: 140px !important;
  }
  .mt-negative-lg-7 {
    margin-top: -140px !important;
  }
  .mt-lg-6 {
    margin-top: 120px !important;
  }
  .mr-lg-6 {
    margin-right: 120px !important;
  }
  .mb-lg-6 {
    margin-bottom: 120px !important;
  }
  .ml-lg-6 {
    margin-left: 120px !important;
  }
  .mt-negative-lg-6 {
    margin-top: -120px !important;
  }
  .mt-lg-5 {
    margin-top: 100px !important;
  }
  .mr-lg-5 {
    margin-right: 100px !important;
  }
  .mb-lg-5 {
    margin-bottom: 100px !important;
  }
  .ml-lg-5 {
    margin-left: 100px !important;
  }
  .mt-negative-lg-5 {
    margin-top: -100px !important;
  }
  .mt-lg-4 {
    margin-top: 80px !important;
  }
  .mr-lg-4 {
    margin-right: 80px !important;
  }
  .mb-lg-4 {
    margin-bottom: 80px !important;
  }
  .ml-lg-4 {
    margin-left: 80px !important;
  }
  .mt-negative-lg-4 {
    margin-top: -80px !important;
  }
  .mt-lg-3 {
    margin-top: 60px !important;
  }
  .mr-lg-3 {
    margin-right: 60px !important;
  }
  .mb-lg-3 {
    margin-bottom: 60px !important;
  }
  .ml-lg-3 {
    margin-left: 60px !important;
  }
  .mt-negative-lg-3 {
    margin-top: -60px !important;
  }
  .mt-lg-2 {
    margin-top: 40px !important;
  }
  .mr-lg-2 {
    margin-right: 40px !important;
  }
  .mb-lg-2 {
    margin-bottom: 40px !important;
  }
  .ml-lg-2 {
    margin-left: 40px !important;
  }
  .mt-negative-lg-2 {
    margin-top: -40px !important;
  }
  .mt-lg-1 {
    margin-top: 20px !important;
  }
  .mr-lg-1 {
    margin-right: 20px !important;
  }
  .mb-lg-1 {
    margin-bottom: 20px !important;
  }
  .ml-lg-1 {
    margin-left: 20px !important;
  }
  .mt-negative-lg-1 {
    margin-top: -20px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mt-negative-lg-0 {
    margin-top: 0px !important;
  }
  .pt-lg-8 {
    padding-top: 160px !important;
  }
  .pr-lg-8 {
    padding-right: 160px !important;
  }
  .pb-lg-8 {
    padding-bottom: 160px !important;
  }
  .pl-lg-8 {
    padding-left: 160px !important;
  }
  .pt-lg-7 {
    padding-top: 140px !important;
  }
  .pr-lg-7 {
    padding-right: 140px !important;
  }
  .pb-lg-7 {
    padding-bottom: 140px !important;
  }
  .pl-lg-7 {
    padding-left: 140px !important;
  }
  .pt-lg-6 {
    padding-top: 120px !important;
  }
  .pr-lg-6 {
    padding-right: 120px !important;
  }
  .pb-lg-6 {
    padding-bottom: 120px !important;
  }
  .pl-lg-6 {
    padding-left: 120px !important;
  }
  .pt-lg-5 {
    padding-top: 100px !important;
  }
  .pr-lg-5 {
    padding-right: 100px !important;
  }
  .pb-lg-5 {
    padding-bottom: 100px !important;
  }
  .pl-lg-5 {
    padding-left: 100px !important;
  }
  .pt-lg-4 {
    padding-top: 80px !important;
  }
  .pr-lg-4 {
    padding-right: 80px !important;
  }
  .pb-lg-4 {
    padding-bottom: 80px !important;
  }
  .pl-lg-4 {
    padding-left: 80px !important;
  }
  .pt-lg-3 {
    padding-top: 60px !important;
  }
  .pr-lg-3 {
    padding-right: 60px !important;
  }
  .pb-lg-3 {
    padding-bottom: 60px !important;
  }
  .pl-lg-3 {
    padding-left: 60px !important;
  }
  .pt-lg-2 {
    padding-top: 40px !important;
  }
  .pr-lg-2 {
    padding-right: 40px !important;
  }
  .pb-lg-2 {
    padding-bottom: 40px !important;
  }
  .pl-lg-2 {
    padding-left: 40px !important;
  }
  .pt-lg-1 {
    padding-top: 20px !important;
  }
  .pr-lg-1 {
    padding-right: 20px !important;
  }
  .pb-lg-1 {
    padding-bottom: 20px !important;
  }
  .pl-lg-1 {
    padding-left: 20px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 800px) {
  .clear,
  .clear-xl,
  .clear-lg {
    clear: none !important;
  }
  .clear-md {
    clear: both !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .mt-md-8 {
    margin-top: 160px !important;
  }
  .mr-md-8 {
    margin-right: 160px !important;
  }
  .mb-md-8 {
    margin-bottom: 160px !important;
  }
  .ml-md-8 {
    margin-left: 160px !important;
  }
  .mt-negative-md-8 {
    margin-top: -160px !important;
  }
  .mt-md-7 {
    margin-top: 140px !important;
  }
  .mr-md-7 {
    margin-right: 140px !important;
  }
  .mb-md-7 {
    margin-bottom: 140px !important;
  }
  .ml-md-7 {
    margin-left: 140px !important;
  }
  .mt-negative-md-7 {
    margin-top: -140px !important;
  }
  .mt-md-6 {
    margin-top: 120px !important;
  }
  .mr-md-6 {
    margin-right: 120px !important;
  }
  .mb-md-6 {
    margin-bottom: 120px !important;
  }
  .ml-md-6 {
    margin-left: 120px !important;
  }
  .mt-negative-md-6 {
    margin-top: -120px !important;
  }
  .mt-md-5 {
    margin-top: 100px !important;
  }
  .mr-md-5 {
    margin-right: 100px !important;
  }
  .mb-md-5 {
    margin-bottom: 100px !important;
  }
  .ml-md-5 {
    margin-left: 100px !important;
  }
  .mt-negative-md-5 {
    margin-top: -100px !important;
  }
  .mt-md-4 {
    margin-top: 80px !important;
  }
  .mr-md-4 {
    margin-right: 80px !important;
  }
  .mb-md-4 {
    margin-bottom: 80px !important;
  }
  .ml-md-4 {
    margin-left: 80px !important;
  }
  .mt-negative-md-4 {
    margin-top: -80px !important;
  }
  .mt-md-3 {
    margin-top: 60px !important;
  }
  .mr-md-3 {
    margin-right: 60px !important;
  }
  .mb-md-3 {
    margin-bottom: 60px !important;
  }
  .ml-md-3 {
    margin-left: 60px !important;
  }
  .mt-negative-md-3 {
    margin-top: -60px !important;
  }
  .mt-md-2 {
    margin-top: 40px !important;
  }
  .mr-md-2 {
    margin-right: 40px !important;
  }
  .mb-md-2 {
    margin-bottom: 40px !important;
  }
  .ml-md-2 {
    margin-left: 40px !important;
  }
  .mt-negative-md-2 {
    margin-top: -40px !important;
  }
  .mt-md-1 {
    margin-top: 20px !important;
  }
  .mr-md-1 {
    margin-right: 20px !important;
  }
  .mb-md-1 {
    margin-bottom: 20px !important;
  }
  .ml-md-1 {
    margin-left: 20px !important;
  }
  .mt-negative-md-1 {
    margin-top: -20px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mt-negative-md-0 {
    margin-top: 0px !important;
  }
  .pt-md-8 {
    padding-top: 160px !important;
  }
  .pr-md-8 {
    padding-right: 160px !important;
  }
  .pb-md-8 {
    padding-bottom: 160px !important;
  }
  .pl-md-8 {
    padding-left: 160px !important;
  }
  .pt-md-7 {
    padding-top: 140px !important;
  }
  .pr-md-7 {
    padding-right: 140px !important;
  }
  .pb-md-7 {
    padding-bottom: 140px !important;
  }
  .pl-md-7 {
    padding-left: 140px !important;
  }
  .pt-md-6 {
    padding-top: 120px !important;
  }
  .pr-md-6 {
    padding-right: 120px !important;
  }
  .pb-md-6 {
    padding-bottom: 120px !important;
  }
  .pl-md-6 {
    padding-left: 120px !important;
  }
  .pt-md-5 {
    padding-top: 100px !important;
  }
  .pr-md-5 {
    padding-right: 100px !important;
  }
  .pb-md-5 {
    padding-bottom: 100px !important;
  }
  .pl-md-5 {
    padding-left: 100px !important;
  }
  .pt-md-4 {
    padding-top: 80px !important;
  }
  .pr-md-4 {
    padding-right: 80px !important;
  }
  .pb-md-4 {
    padding-bottom: 80px !important;
  }
  .pl-md-4 {
    padding-left: 80px !important;
  }
  .pt-md-3 {
    padding-top: 60px !important;
  }
  .pr-md-3 {
    padding-right: 60px !important;
  }
  .pb-md-3 {
    padding-bottom: 60px !important;
  }
  .pl-md-3 {
    padding-left: 60px !important;
  }
  .pt-md-2 {
    padding-top: 40px !important;
  }
  .pr-md-2 {
    padding-right: 40px !important;
  }
  .pb-md-2 {
    padding-bottom: 40px !important;
  }
  .pl-md-2 {
    padding-left: 40px !important;
  }
  .pt-md-1 {
    padding-top: 20px !important;
  }
  .pr-md-1 {
    padding-right: 20px !important;
  }
  .pb-md-1 {
    padding-bottom: 20px !important;
  }
  .pl-md-1 {
    padding-left: 20px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 700px) {
  .clear,
  .clear-xl,
  .clear-lg,
  .clear-md {
    clear: none !important;
  }
  .clear-sm {
    clear: both !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 160px !important;
  }
  .mr-sm-8 {
    margin-right: 160px !important;
  }
  .mb-sm-8 {
    margin-bottom: 160px !important;
  }
  .ml-sm-8 {
    margin-left: 160px !important;
  }
  .mt-negative-sm-8 {
    margin-top: -160px !important;
  }
  .mt-sm-7 {
    margin-top: 140px !important;
  }
  .mr-sm-7 {
    margin-right: 140px !important;
  }
  .mb-sm-7 {
    margin-bottom: 140px !important;
  }
  .ml-sm-7 {
    margin-left: 140px !important;
  }
  .mt-negative-sm-7 {
    margin-top: -140px !important;
  }
  .mt-sm-6 {
    margin-top: 120px !important;
  }
  .mr-sm-6 {
    margin-right: 120px !important;
  }
  .mb-sm-6 {
    margin-bottom: 120px !important;
  }
  .ml-sm-6 {
    margin-left: 120px !important;
  }
  .mt-negative-sm-6 {
    margin-top: -120px !important;
  }
  .mt-sm-5 {
    margin-top: 100px !important;
  }
  .mr-sm-5 {
    margin-right: 100px !important;
  }
  .mb-sm-5 {
    margin-bottom: 100px !important;
  }
  .ml-sm-5 {
    margin-left: 100px !important;
  }
  .mt-negative-sm-5 {
    margin-top: -100px !important;
  }
  .mt-sm-4 {
    margin-top: 80px !important;
  }
  .mr-sm-4 {
    margin-right: 80px !important;
  }
  .mb-sm-4 {
    margin-bottom: 80px !important;
  }
  .ml-sm-4 {
    margin-left: 80px !important;
  }
  .mt-negative-sm-4 {
    margin-top: -80px !important;
  }
  .mt-sm-3 {
    margin-top: 60px !important;
  }
  .mr-sm-3 {
    margin-right: 60px !important;
  }
  .mb-sm-3 {
    margin-bottom: 60px !important;
  }
  .ml-sm-3 {
    margin-left: 60px !important;
  }
  .mt-negative-sm-3 {
    margin-top: -60px !important;
  }
  .mt-sm-2 {
    margin-top: 40px !important;
  }
  .mr-sm-2 {
    margin-right: 40px !important;
  }
  .mb-sm-2 {
    margin-bottom: 40px !important;
  }
  .ml-sm-2 {
    margin-left: 40px !important;
  }
  .mt-negative-sm-2 {
    margin-top: -40px !important;
  }
  .mt-sm-1 {
    margin-top: 20px !important;
  }
  .mr-sm-1 {
    margin-right: 20px !important;
  }
  .mb-sm-1 {
    margin-bottom: 20px !important;
  }
  .ml-sm-1 {
    margin-left: 20px !important;
  }
  .mt-negative-sm-1 {
    margin-top: -20px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mt-negative-sm-0 {
    margin-top: 0px !important;
  }
  .pt-sm-8 {
    padding-top: 160px !important;
  }
  .pr-sm-8 {
    padding-right: 160px !important;
  }
  .pb-sm-8 {
    padding-bottom: 160px !important;
  }
  .pl-sm-8 {
    padding-left: 160px !important;
  }
  .pt-sm-7 {
    padding-top: 140px !important;
  }
  .pr-sm-7 {
    padding-right: 140px !important;
  }
  .pb-sm-7 {
    padding-bottom: 140px !important;
  }
  .pl-sm-7 {
    padding-left: 140px !important;
  }
  .pt-sm-6 {
    padding-top: 120px !important;
  }
  .pr-sm-6 {
    padding-right: 120px !important;
  }
  .pb-sm-6 {
    padding-bottom: 120px !important;
  }
  .pl-sm-6 {
    padding-left: 120px !important;
  }
  .pt-sm-5 {
    padding-top: 100px !important;
  }
  .pr-sm-5 {
    padding-right: 100px !important;
  }
  .pb-sm-5 {
    padding-bottom: 100px !important;
  }
  .pl-sm-5 {
    padding-left: 100px !important;
  }
  .pt-sm-4 {
    padding-top: 80px !important;
  }
  .pr-sm-4 {
    padding-right: 80px !important;
  }
  .pb-sm-4 {
    padding-bottom: 80px !important;
  }
  .pl-sm-4 {
    padding-left: 80px !important;
  }
  .pt-sm-3 {
    padding-top: 60px !important;
  }
  .pr-sm-3 {
    padding-right: 60px !important;
  }
  .pb-sm-3 {
    padding-bottom: 60px !important;
  }
  .pl-sm-3 {
    padding-left: 60px !important;
  }
  .pt-sm-2 {
    padding-top: 40px !important;
  }
  .pr-sm-2 {
    padding-right: 40px !important;
  }
  .pb-sm-2 {
    padding-bottom: 40px !important;
  }
  .pl-sm-2 {
    padding-left: 40px !important;
  }
  .pt-sm-1 {
    padding-top: 20px !important;
  }
  .pr-sm-1 {
    padding-right: 20px !important;
  }
  .pb-sm-1 {
    padding-bottom: 20px !important;
  }
  .pl-sm-1 {
    padding-left: 20px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .clear,
  .clear-xl,
  .clear-lg,
  .clear-md,
  .clear-sm {
    clear: none !important;
  }
  .clear-xs {
    clear: both !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 160px !important;
  }
  .mr-xs-8 {
    margin-right: 160px !important;
  }
  .mb-xs-8 {
    margin-bottom: 160px !important;
  }
  .ml-xs-8 {
    margin-left: 160px !important;
  }
  .mt-negative-xs-8 {
    margin-top: -160px !important;
  }
  .mt-xs-7 {
    margin-top: 140px !important;
  }
  .mr-xs-7 {
    margin-right: 140px !important;
  }
  .mb-xs-7 {
    margin-bottom: 140px !important;
  }
  .ml-xs-7 {
    margin-left: 140px !important;
  }
  .mt-negative-xs-7 {
    margin-top: -140px !important;
  }
  .mt-xs-6 {
    margin-top: 120px !important;
  }
  .mr-xs-6 {
    margin-right: 120px !important;
  }
  .mb-xs-6 {
    margin-bottom: 120px !important;
  }
  .ml-xs-6 {
    margin-left: 120px !important;
  }
  .mt-negative-xs-6 {
    margin-top: -120px !important;
  }
  .mt-xs-5 {
    margin-top: 100px !important;
  }
  .mr-xs-5 {
    margin-right: 100px !important;
  }
  .mb-xs-5 {
    margin-bottom: 100px !important;
  }
  .ml-xs-5 {
    margin-left: 100px !important;
  }
  .mt-negative-xs-5 {
    margin-top: -100px !important;
  }
  .mt-xs-4 {
    margin-top: 80px !important;
  }
  .mr-xs-4 {
    margin-right: 80px !important;
  }
  .mb-xs-4 {
    margin-bottom: 80px !important;
  }
  .ml-xs-4 {
    margin-left: 80px !important;
  }
  .mt-negative-xs-4 {
    margin-top: -80px !important;
  }
  .mt-xs-3 {
    margin-top: 60px !important;
  }
  .mr-xs-3 {
    margin-right: 60px !important;
  }
  .mb-xs-3 {
    margin-bottom: 60px !important;
  }
  .ml-xs-3 {
    margin-left: 60px !important;
  }
  .mt-negative-xs-3 {
    margin-top: -60px !important;
  }
  .mt-xs-2 {
    margin-top: 40px !important;
  }
  .mr-xs-2 {
    margin-right: 40px !important;
  }
  .mb-xs-2 {
    margin-bottom: 40px !important;
  }
  .ml-xs-2 {
    margin-left: 40px !important;
  }
  .mt-negative-xs-2 {
    margin-top: -40px !important;
  }
  .mt-xs-1 {
    margin-top: 20px !important;
  }
  .mr-xs-1 {
    margin-right: 20px !important;
  }
  .mb-xs-1 {
    margin-bottom: 20px !important;
  }
  .ml-xs-1 {
    margin-left: 20px !important;
  }
  .mt-negative-xs-1 {
    margin-top: -20px !important;
  }
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .mt-negative-xs-0 {
    margin-top: 0px !important;
  }
  .pt-xs-8 {
    padding-top: 160px !important;
  }
  .pr-xs-8 {
    padding-right: 160px !important;
  }
  .pb-xs-8 {
    padding-bottom: 160px !important;
  }
  .pl-xs-8 {
    padding-left: 160px !important;
  }
  .pt-xs-7 {
    padding-top: 140px !important;
  }
  .pr-xs-7 {
    padding-right: 140px !important;
  }
  .pb-xs-7 {
    padding-bottom: 140px !important;
  }
  .pl-xs-7 {
    padding-left: 140px !important;
  }
  .pt-xs-6 {
    padding-top: 120px !important;
  }
  .pr-xs-6 {
    padding-right: 120px !important;
  }
  .pb-xs-6 {
    padding-bottom: 120px !important;
  }
  .pl-xs-6 {
    padding-left: 120px !important;
  }
  .pt-xs-5 {
    padding-top: 100px !important;
  }
  .pr-xs-5 {
    padding-right: 100px !important;
  }
  .pb-xs-5 {
    padding-bottom: 100px !important;
  }
  .pl-xs-5 {
    padding-left: 100px !important;
  }
  .pt-xs-4 {
    padding-top: 80px !important;
  }
  .pr-xs-4 {
    padding-right: 80px !important;
  }
  .pb-xs-4 {
    padding-bottom: 80px !important;
  }
  .pl-xs-4 {
    padding-left: 80px !important;
  }
  .pt-xs-3 {
    padding-top: 60px !important;
  }
  .pr-xs-3 {
    padding-right: 60px !important;
  }
  .pb-xs-3 {
    padding-bottom: 60px !important;
  }
  .pl-xs-3 {
    padding-left: 60px !important;
  }
  .pt-xs-2 {
    padding-top: 40px !important;
  }
  .pr-xs-2 {
    padding-right: 40px !important;
  }
  .pb-xs-2 {
    padding-bottom: 40px !important;
  }
  .pl-xs-2 {
    padding-left: 40px !important;
  }
  .pt-xs-1 {
    padding-top: 20px !important;
  }
  .pr-xs-1 {
    padding-right: 20px !important;
  }
  .pb-xs-1 {
    padding-bottom: 20px !important;
  }
  .pl-xs-1 {
    padding-left: 20px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
}
.menumobilefx {
  display: none !important;
  text-align: right;
}
@media only screen and (max-width: 1000px) {
  .menumobilefx {
    display: block !important;
  }
}
.menudesktopfx {
  display: flex !important;
}
@media only screen and (max-width: 1000px) {
  .menudesktopfx {
    display: none !important;
  }
}
header {
  background-color: #FFF9E6;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header.nav-up {
  top: -100px;
}
header .openmenu {
  font-family: 'Avenir LT Std Roman', sans-serif;
  font-size: 18px;
  line-height: 140%;
  line-height: 20px;
  margin-top: 6px;
  margin-right: 24px;
  color: #E30613;
  text-transform: uppercase;
  transition: color .3s linear;
  display: block;
}
header .openmenu:hover {
  text-decoration: none;
}
header .openmenu span.idle {
  display: block;
}
header .openmenu span.closetext {
  display: none;
  color: #E30613;
}
@media only screen and (max-width: 500px) {
  header .openmenu {
    margin-right: 12px;
  }
}
header.open {
  height: 100%;
  overflow: auto;
}
header.open.nav-up {
  top: 0 !important;
}
header.open:before {
  content: none;
}
header.open .menufullsize {
  opacity: 1 !important;
  pointer-events: all !important;
}
header.open .openmenu span.idle {
  display: none;
}
header.open .openmenu span.closetext {
  display: block;
}
header.open .cart-link a {
  color: #E30613;
}
@media only screen and (max-width: 1000px) {
  header.nav-up {
    top: 0 !important;
  }
}
header .logo a {
  text-transform: uppercase;
  color: #E30613;
  font-size: 18px;
  line-height: 140%;
  line-height: 20px;
  margin-left: 24px;
}
header .logo a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  header .logo a {
    margin-left: 12px;
  }
}
header nav.line {
  padding-right: 24px;
}
header nav.line ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  gap: 32px;
  list-style: none;
}
header nav.line ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav.line ul li:before {
  display: none;
}
header nav.line ul li a {
  text-transform: uppercase;
  color: #E30613;
  font-size: 18px;
  line-height: 140%;
  line-height: 20px;
  position: relative;
}
header nav.line ul li a:hover {
  text-decoration: none;
}
header nav.line ul li a:after {
  content: " ";
  width: 0%;
  height: 1px;
  background-color: #E30613;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
}
header nav.line ul li a:hover:after {
  width: 100%;
}
.menufullsize {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF9E6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.menufullsize nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menufullsize nav ul li {
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.menufullsize nav ul li:before {
  display: none;
}
.menufullsize nav ul li a,
.menufullsize nav ul li a:visited {
  font-family: 'Avenir LT Std Book', sans-serif;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3%;
  color: #E30613;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.menufullsize nav ul li a:hover,
.menufullsize nav ul li a:visited:hover {
  text-decoration: none;
}
.menufullsize nav ul li a:after,
.menufullsize nav ul li a:visited:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #E30613;
  bottom: 4px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
}
.menufullsize nav ul li a:hover:after,
.menufullsize nav ul li a:visited:hover:after {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .menufullsize nav ul li a,
  .menufullsize nav ul li a:visited {
    font-size: 35px;
    line-height: 110%;
  }
  .menufullsize nav ul li a:after,
  .menufullsize nav ul li a:visited:after {
    height: 1.5px;
    bottom: 3px;
  }
}
@media only screen and (max-width: 500px) {
  .menufullsize nav ul li a,
  .menufullsize nav ul li a:visited {
    font-size: 30px;
  }
}
.menufullsize nav ul.tools,
.menufullsize nav ul.language {
  margin-top: 60px;
  text-align: center;
}
.menufullsize nav ul.tools li,
.menufullsize nav ul.language li {
  margin-bottom: 10px;
}
.menufullsize nav ul.tools li a,
.menufullsize nav ul.language li a,
.menufullsize nav ul.tools li a:visited,
.menufullsize nav ul.language li a:visited {
  font-size: 23px;
  line-height: 140%;
  font-family: 'Avenir LT Std Roman', sans-serif;
  color: #E30613;
  margin: 0 8px;
  text-transform: uppercase;
}
.menufullsize nav ul.tools li a.active,
.menufullsize nav ul.language li a.active,
.menufullsize nav ul.tools li a:visited.active,
.menufullsize nav ul.language li a:visited.active {
  color: #686868;
}
.menufullsize nav ul.tools li a:hover,
.menufullsize nav ul.language li a:hover,
.menufullsize nav ul.tools li a:visited:hover,
.menufullsize nav ul.language li a:visited:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.menufullsize nav ul.tools li a:after,
.menufullsize nav ul.language li a:after,
.menufullsize nav ul.tools li a:visited:after,
.menufullsize nav ul.language li a:visited:after {
  content: " ";
  width: 0%;
  height: 1px;
  background-color: #E30613;
  bottom: 3px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
}
.menufullsize nav ul.tools li a:hover:after,
.menufullsize nav ul.language li a:hover:after,
.menufullsize nav ul.tools li a:visited:hover:after,
.menufullsize nav ul.language li a:visited:hover:after {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .menufullsize nav ul.tools li a,
  .menufullsize nav ul.language li a,
  .menufullsize nav ul.tools li a:visited,
  .menufullsize nav ul.language li a:visited {
    font-size: 18px;
    line-height: 140%;
  }
  .menufullsize nav ul.tools li a:after,
  .menufullsize nav ul.language li a:after,
  .menufullsize nav ul.tools li a:visited:after,
  .menufullsize nav ul.language li a:visited:after {
    height: 1px;
    bottom: 1px;
  }
}
.cover {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 100vh;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  padding: 60px 24px 0;
}
@media only screen and (max-width: 700px) {
  .cover {
    height: 50vh;
  }
}
.cover .swiper-header,
.cover .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.cover .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover .swiper-slide:after {
  content: " ";
  display: block;
  padding-top: 57.61%;
}
.cover .swiper-slide.position-top {
  background-position: top center;
}
.cover .swiper-slide.position-bottom {
  background-position: bottom center;
}
.cover .swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #686868;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 100;
}
.cover .swiper-button-prev,
.cover .swiper-button-next {
  background-image: none;
  z-index: 101;
  color: #FFFFFF;
  display: none;
}
.no-cover {
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 1000px) {
  .no-cover {
    height: 160px;
  }
}
.main.no-pb {
  padding-bottom: 0;
}
.block {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1000px) {
  .block {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .block {
    margin-bottom: 80px;
  }
}
.block.pt {
  padding-top: 140px;
}
@media only screen and (max-width: 1000px) {
  .block.pt {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .block.pt {
    padding-top: 80px;
  }
}
.block.pb {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1000px) {
  .block.pb {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .block.pb {
    padding-bottom: 80px;
  }
}
.block.no-mb {
  margin-bottom: 0;
}
.block-title h1,
.block-title p {
  text-align: center;
}
.block-title-text-image {
  text-align: center;
}
.block-title-text-image h1 {
  color: #E30613;
}
.block-title-text-image h2 {
  color: #E30613;
}
.block-title-text-image p {
  font-size: 23px;
  line-height: 140%;
}
@media only screen and (max-width: 700px) {
  .block-title-text-image p {
    font-size: 18px;
    line-height: 140%;
  }
}
.block-title-text-image p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-title-text-image img {
  max-width: 472px;
  width: 100%;
  display: inline-block;
  margin-top: 140px;
}
@media only screen and (max-width: 1000px) {
  .block-title-text-image img {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 700px) {
}
.block-title-text-image .image-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .block-title-text-image .image-mobile {
    display: block;
  }
  .block-title-text-image .image-mobile img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .block-title-text-image .image-desktop {
    display: none;
  }
}
.block-products {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .block-products {
    height: auto;
    overflow: hidden !important;
  }
}
.block-products .row,
.block-products .swiper-container {
  height: 100%;
}
.block-products .product-home {
  position: relative;
  width: 100%;
  display: flex;
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .block-products .product-home {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .block-products .product-home {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .block-products .product-home {
    padding-bottom: 80px;
  }
}
.block-products .product-home .image-mobile {
  display: none;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .block-products .product-home .image-mobile {
    display: block;
  }
}
.block-products .product-home .left,
.block-products .product-home .right {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .block-products .product-home .left,
  .block-products .product-home .right {
    width: 100%;
  }
}
.block-products .product-home .left {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .block-products .product-home .left {
    display: block;
  }
}
.block-products .product-home .left h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .block-products .product-home .left h2 {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .block-products .product-home .right {
    display: none;
  }
}
.block-products .product-home .content {
  text-align: left;
}
.block-products .product-home .image {
  width: 100%;
  height: auto;
  margin-left: 24px;
}
.block-products.block-products-no-slider {
  height: auto !important;
}
@media only screen and (max-width: 800px) {
  .block-products.block-products-no-slider .product-home {
    height: auto;
  }
}
.block-text-column,
.block-two-columns {
  display: flex;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .block-text-column,
  .block-two-columns {
    display: block;
  }
}
.block-text-column .content,
.block-two-columns .content {
  text-align: center;
  padding-left: calc(16.66666666666667% + 24px);
  padding-right: calc(16.66666666666667% + 24px);
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1000px) {
  .block-text-column .content,
  .block-two-columns .content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 700px) {
}
.block-text-column .left,
.block-text-column .right {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .block-text-column .left,
  .block-text-column .right {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .block-text-column .image-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .block-text-column .image-mobile {
    width: 100%;
  }
}
.block-text-column .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.block-text-column .thumb:before {
  content: " ";
  display: block;
  padding-top: 130%;
}
.block-text-column .right {
  justify-content: center;
  align-items: center;
  display: flex;
}
.block-text-column p {
  font-size: 23px;
  line-height: 140%;
  font-family: 'Avenir LT Std Roman', sans-serif;
}
.block-text-column.invert .right {
  position: relative;
}
.block-text-column.invert .left {
  justify-content: center;
  align-items: center;
  display: flex;
}
.block-two-columns .left,
.block-two-columns .right {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .block-two-columns .left,
  .block-two-columns .right {
    width: 100%;
  }
}
.block-two-columns .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.block-two-columns .thumb:before {
  content: " ";
  display: block;
  padding-top: 130%;
}
@media only screen and (max-width: 1000px) {
  .block-two-columns .thumb {
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
  }
}
.block-two-columns .content {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .block-two-columns .content {
    text-align: center;
  }
}
.caption {
  text-align: center;
  margin-top: 20px;
}
.caption p {
  font-size: 12px;
}
footer .contact {
  text-align: center;
}
footer .contact p {
  font-size: 23px;
  line-height: 140%;
  font-family: 'Avenir LT Std Book', sans-serif;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  footer .contact p {
    font-size: 18px;
    line-height: 140%;
  }
}
footer .contact p a,
footer .contact p a:visited {
  color: #686868;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
footer .contact p a:hover {
  text-decoration: none;
}
footer .contact ul li {
  padding-left: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  margin: 0 10px;
}
footer .contact ul li:before {
  content: none;
}
@media only screen and (max-width: 700px) {
  footer .contact ul li {
    font-size: 14px;
    line-height: 140%;
  }
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background-color: #FFFFFF;
  display: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1600000;
  color: #686868;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50% ;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 1100000;
  background: url(../images/layout/chocolat/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 1400000;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/layout/chocolat/left.png) 50% 50% no-repeat;
  z-index: 1700000;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/layout/chocolat/right.png) 50% 50% no-repeat;
  z-index: 1700000;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 1700000;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/layout/chocolat/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 1700000;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/layout/chocolat/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* compact view */
.chocolat-cover .chocolat-content .chocolat-left,
.chocolat-cover .chocolat-content .chocolat-right {
  position: fixed;
  height: 100%;
  top: 0;
  padding: 0px;
}
.chocolat-cover .chocolat-content .chocolat-right {
  right: 0px;
  background: url(../images/layout/chocolat/right-compact.png) 100% 50% no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-left {
  left: 0;
  background: url(../images/layout/chocolat/left-compact.png) 0% 50% no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-top {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
}
.chocolat-cover .chocolat-content .chocolat-close {
  background: url(../images/layout/chocolat/close-compact.png) 0% center no-repeat;
}
.chocolat-cover .chocolat-content .chocolat-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  background: #FFF9E6;
  z-index: 100000;
}
.chocolat-cover .chocolat-content .chocolat-pagination,
.chocolat-cover .chocolat-content .chocolat-description {
  padding: 0 10px;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 1500000;
}
body.chocolat-open > .chocolat-loader {
  z-index: 1500000;
}
body.chocolat-open > .chocolat-content {
  z-index: 1700000;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
  left: auto;
}
.swiper-button-custom-prev,
.swiper-button-custom-next {
  position: absolute;
  top: 109px;
  width: 32px;
  height: 32px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .swiper-button-custom-prev {
    top: 50vh;
    margin-top: 24px;
    left: calc(50% - 40px) !important;
  }
}
@media only screen and (max-width: 1000px) {
  .swiper-button-custom-next {
    top: 50vh;
    margin-top: 24px;
    right: calc(50% - 40px) !important;
    left: auto !important;
  }
}
.swiper-button-custom-prev.swiper-button-disabled,
.swiper-button-custom-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-custom-prev,
.swiper-container-rtl .swiper-button-custom-next {
  background-image: url("../images/layout/arrow-left-long.svg");
  left: 36px;
  right: auto;
}
.swiper-button-custom-next,
.swiper-container-rtl .swiper-button-custom-prev {
  background-image: url("../images/layout/arrow-right-long.svg");
  left: 79px;
}
.swiper-button-custom-detail-prev,
.swiper-container-rtl .swiper-button-custom-next {
  background-image: url("../images/layout/arrow-left-long-white.svg");
}
.swiper-button-custom-detail-next,
.swiper-container-rtl .swiper-button-custom-prev {
  background-image: url("../images/layout/arrow-right-long-white.svg");
}
.swiper-button-custom-detail-prev,
.swiper-button-custom-detail-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #686868;
}
.hamburger-box {
  width: 40px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  margin-top: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.row {
  margin: 0 -12px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.overflow-visible {
  overflow: visible;
}
.responsive-img {
  width: 100%;
  height: auto;
}
.overflowfx {
  overflow: visible;
}
.to-show {
  opacity: 0;
  transform: translate(0px, 5%);
}
