/* stylelint-disable */
@font-face {
  font-family: 'Arial Rounded';
  src: url("fonts/ArialRoundedMTStdVNLight_2.ttf");
  src: url("fonts/ArialRoundedMTStdVNLight_2.ttf") format("truetype"), url("fonts/ArialRoundedMTStdVNLight_2.woff2") format("woff2"), url("fonts/ArialRoundedMTStdVNLight_2.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Rounded';
  src: url("fonts/ArialRoundedMTStdVNRegular_2.ttf");
  src: url("fonts/ArialRoundedMTStdVNRegular_2.ttf") format("truetype"), url("fonts/ArialRoundedMTStdVNRegular_2.woff2") format("woff2"), url("fonts/ArialRoundedMTStdVNRegular_2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Rounded';
  src: url("fonts/ArialRoundedMTStdVNBold_4.ttf");
  src: url("fonts/ArialRoundedMTStdVNBold_4.ttf") format("truetype"), url("fonts/ArialRoundedMTStdVNBold_4.woff2") format("woff2"), url("fonts/ArialRoundedMTStdVNBold_4.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 100.01%;
}
/* Cf.: http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-family: 'Arial Rounded', 'Lucida Grande', Lucida, 'Lucida Sans Unicode', sans-serif;
  color: #333;
  font-weight: 100;
}
/* Titraille / Intertitres */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 100;
  color: #333;
}
hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background: #333;
  color: #333;
}
/* Titraille Blueprint */
h1,
.h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.71428571em;
  margin-bottom: 0.85714286em;
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4,
.h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
h5,
.h5 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  font-size: 1em;
  font-weight: normal;
}
/* Enrichissements typographiques */
strong,
b {
  font-weight: normal;
}
em,
i {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
big,
.big {
  font-size: 150%;
}
abbr[title],
acronym[title] {
  border-bottom: .1em dotted;
  cursor: help;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
dfn {
  font-weight: normal;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
  background-color: #FFC;
}
sup,
sub {
  font-size: .8em;
  font-variant: normal;
  line-height: 0;
}
sup {
  vertical-align: super;
}
.ie sup {
  vertical-align: text-top;
}
sub {
  vertical-align: sub;
}
.ie sub {
  vertical-align: text-bottom;
}
.caps {
  font-variant: small-caps;
}
/* Listes */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl dt {
  font-weight: normal;
}
/* Citations, code et poesie */
q {
  font-style: italic;
}
blockquote {
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-style: italic;
}
cite {
  font-style: italic;
}
address {
  font-style: italic;
}
pre,
code,
kbd,
samp,
var,
tt {
  font-family: 'andale mono', 'lucida console', monospace;
  font-size: 1em;
  line-height: 1.5em;
}
pre {
  margin: 1.5em 0;
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
kbd {
  background-color: #333;
  color: #FFFFFF;
}
samp {
  font-weight: normal;
}
var {
  font-style: italic;
}
/* Paragraphes */
p,
.p,
dl,
dd,
blockquote,
address,
pre,
table,
fieldset {
  margin-bottom: 1.5em;
}
/* Liens */
a[hreflang]:after {
  content: "\0000a0(" attr(hreflang) ")";
}
/*@color*/
@media print {
  a,
  a:visited {
    color: #333;
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
}
.on {
  font-weight: normal;
}
/**
* Print styles from HTML5 Boilerplate
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
#dispatch .main h2 {
  font-weight: 100;
  font-size: 3em;
  text-shadow: 0.2em 0.2em 0.5em black;
  margin-bottom: -10px;
}
#dispatch .main span {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 100;
}
nav.menu {
  font-size: 1.2em;
}
.column .greentext {
  color: #3DCD58;
  font-weight: normal;
}
.main h1 {
  font-weight: 100;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
.main h2,
.main h3 {
  font-size: 3.0769em;
  line-height: 1em;
  color: #3DCD58;
  margin-bottom: .5em;
}
.main > h2 {
  color: #333333;
  margin-top: 0.75em;
}
.main h4 {
  color: #333333;
  margin-bottom: 0.75em;
  font-size: 1.9231em;
}
.main .picks h2 {
  clear: both;
  padding-top: 10px;
  color: #333333;
}
.main > .editorial-content {
  background-color: white;
  color: #333333;
}
.editorial-content {
  padding: 3.5em 2em;
  position: relative;
  font-size: 1.1em;
  color: #333333;
}
.editorial-content .column {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 15px;
}
.editorial-content .column:nth-of-type(1) {
  padding: 0;
}
.editorial-content .column h3 {
  font-size: 1.3em;
  font-weight: 100;
}
.editorial-content h1 {
  font-weight: 100;
  font-size: 2.8em;
  line-height: 1em;
  margin: 0;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #CCCCCC;
  color: #3DCD58 !important;
}
.editorial-content h2,
.editorial-content h3 {
  font-weight: normal;
  margin: 0;
  font-size: 1.3em;
  color: #3DCD58;
}
.editorial-content p {
  color: #333;
}
.editorial-content ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: url('img/editorial-bullet.png');
}
.editorial-content li {
  list-style: inherit;
  color: #3DCD58;
}
.editorial-content a {
  margin-top: 1em;
  display: inline-block;
  color: #42b4e6;
  font-weight: normal;
  font-size: 1.0769em;
}
.editorial-content img {
  max-width: 100%;
}
.editorial-content::after {
  content: "";
  display: table;
  clear: both;
}
* {
  box-sizing: border-box;
}
a {
  outline: none;
}
html,
body {
  height: 100%;
  margin: 0pt;
  direction: ltr /*rtl:rtl*/;
}
.slider-new ~ .main,
.slider ~ .main {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-new ~ .main > span,
.slider ~ .main > span,
.slider-new ~ .main > div,
.slider ~ .main > div,
.slider-new ~ .main > ul,
.slider ~ .main > ul,
.slider-new ~ .main > a,
.slider ~ .main > a,
.slider-new ~ .main > section,
.slider ~ .main > section,
.slider-new ~ .main > form,
.slider ~ .main > form,
.slider-new ~ .main > ul.tips-section,
.slider ~ .main > ul.tips-section,
.slider-new ~ .main > article,
.slider ~ .main > article {
  width: auto;
  margin: 1.5em auto 2.5em auto;
}
.slider-new ~ .main > span.chat-content,
.slider ~ .main > span.chat-content,
.slider-new ~ .main > div.chat-content,
.slider ~ .main > div.chat-content,
.slider-new ~ .main > ul.chat-content,
.slider ~ .main > ul.chat-content,
.slider-new ~ .main > a.chat-content,
.slider ~ .main > a.chat-content,
.slider-new ~ .main > section.chat-content,
.slider ~ .main > section.chat-content,
.slider-new ~ .main > form.chat-content,
.slider ~ .main > form.chat-content,
.slider-new ~ .main > ul.tips-section.chat-content,
.slider ~ .main > ul.tips-section.chat-content,
.slider-new ~ .main > article.chat-content,
.slider ~ .main > article.chat-content {
  margin: 0;
  padding: 0;
  background: none;
}
.slider-new ~ .main > span.accelerator-cta,
.slider ~ .main > span.accelerator-cta,
.slider-new ~ .main > div.accelerator-cta,
.slider ~ .main > div.accelerator-cta,
.slider-new ~ .main > ul.accelerator-cta,
.slider ~ .main > ul.accelerator-cta,
.slider-new ~ .main > a.accelerator-cta,
.slider ~ .main > a.accelerator-cta,
.slider-new ~ .main > section.accelerator-cta,
.slider ~ .main > section.accelerator-cta,
.slider-new ~ .main > form.accelerator-cta,
.slider ~ .main > form.accelerator-cta,
.slider-new ~ .main > ul.tips-section.accelerator-cta,
.slider ~ .main > ul.tips-section.accelerator-cta,
.slider-new ~ .main > article.accelerator-cta,
.slider ~ .main > article.accelerator-cta,
.slider-new ~ .main > span .accelerator-cta,
.slider ~ .main > span .accelerator-cta,
.slider-new ~ .main > div .accelerator-cta,
.slider ~ .main > div .accelerator-cta,
.slider-new ~ .main > ul .accelerator-cta,
.slider ~ .main > ul .accelerator-cta,
.slider-new ~ .main > a .accelerator-cta,
.slider ~ .main > a .accelerator-cta,
.slider-new ~ .main > section .accelerator-cta,
.slider ~ .main > section .accelerator-cta,
.slider-new ~ .main > form .accelerator-cta,
.slider ~ .main > form .accelerator-cta,
.slider-new ~ .main > ul.tips-section .accelerator-cta,
.slider ~ .main > ul.tips-section .accelerator-cta,
.slider-new ~ .main > article .accelerator-cta,
.slider ~ .main > article .accelerator-cta {
  padding: 2em 4em;
}
.slider-new ~ .main > span:first-child:not(.slider):not(.slider-new),
.slider ~ .main > span:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > div:first-child:not(.slider):not(.slider-new),
.slider ~ .main > div:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > ul:first-child:not(.slider):not(.slider-new),
.slider ~ .main > ul:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > a:first-child:not(.slider):not(.slider-new),
.slider ~ .main > a:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > section:first-child:not(.slider):not(.slider-new),
.slider ~ .main > section:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > form:first-child:not(.slider):not(.slider-new),
.slider ~ .main > form:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > ul.tips-section:first-child:not(.slider):not(.slider-new),
.slider ~ .main > ul.tips-section:first-child:not(.slider):not(.slider-new),
.slider-new ~ .main > article:first-child:not(.slider):not(.slider-new),
.slider ~ .main > article:first-child:not(.slider):not(.slider-new) {
  margin-top: 0;
}
.slider-new ~ .main > ul.tips-section.tips-green,
.slider ~ .main > ul.tips-section.tips-green {
  padding: 0;
}
.slider-new ~ .main > .top-content,
.slider ~ .main > .top-content,
.slider-new ~ .main > .product-search,
.slider ~ .main > .product-search,
.slider-new ~ .main > #how-to,
.slider ~ .main > #how-to,
.slider-new ~ .main > #filters,
.slider ~ .main > #filters {
  overflow: visible;
}
.slider-new ~ .main .show-desktop,
.slider ~ .main .show-desktop,
.slider-new ~ .main .hide-mobile,
.slider ~ .main .hide-mobile {
  display: block !important;
}
.slider-new ~ .main .hide-desktop,
.slider ~ .main .hide-desktop,
.slider-new ~ .main .show-mobile,
.slider ~ .main .show-mobile {
  display: none !important;
}
.main > h2,
.main > h3 {
  margin: 0;
  font-size: 2.7692em;
  line-height: 1.2em;
}
.main .show-desktop,
.main .hide-mobile {
  display: block !important;
}
.main .hide-desktop,
.main .show-mobile {
  display: none !important;
}
.main > span,
.main > div,
.main > ul,
.main > a,
.main > section,
.main > form,
.main > ul.tips-section {
  width: 960px;
  margin: 1.5em auto 2.5em auto;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 1.25em 2em;
  background-color: white;
  color: #333333;
}
.main > span:first-child,
.main > div:first-child,
.main > ul:first-child,
.main > a:first-child,
.main > section:first-child,
.main > form:first-child,
.main > ul.tips-section:first-child {
  margin-top: 0;
}
.main > span:first-child:not(.slider):not(.slider-new),
.main > div:first-child:not(.slider):not(.slider-new),
.main > ul:first-child:not(.slider):not(.slider-new),
.main > a:first-child:not(.slider):not(.slider-new),
.main > section:first-child:not(.slider):not(.slider-new),
.main > form:first-child:not(.slider):not(.slider-new),
.main > ul.tips-section:first-child:not(.slider):not(.slider-new) {
  margin-top: 4em;
}
.main > span:last-child,
.main > div:last-child,
.main > ul:last-child,
.main > a:last-child,
.main > section:last-child,
.main > form:last-child,
.main > ul.tips-section:last-child {
  margin-bottom: 40px;
}
.main > span.chat-content,
.main > div.chat-content,
.main > ul.chat-content,
.main > a.chat-content,
.main > section.chat-content,
.main > form.chat-content,
.main > ul.tips-section.chat-content,
.main > span.no-column,
.main > div.no-column,
.main > ul.no-column,
.main > a.no-column,
.main > section.no-column,
.main > form.no-column,
.main > ul.tips-section.no-column {
  margin: 0;
  padding: 0;
  background: none;
}
.main > span.job-search,
.main > div.job-search,
.main > ul.job-search,
.main > a.job-search,
.main > section.job-search,
.main > form.job-search,
.main > ul.tips-section.job-search {
  overflow: visible;
}
.main > span img.adapt-img-ie,
.main > div img.adapt-img-ie,
.main > ul img.adapt-img-ie,
.main > a img.adapt-img-ie,
.main > section img.adapt-img-ie,
.main > form img.adapt-img-ie,
.main > ul.tips-section img.adapt-img-ie {
  max-width: 100%;
  height: auto;
}
.main > span h2,
.main > div h2,
.main > ul h2,
.main > a h2,
.main > section h2,
.main > form h2,
.main > ul.tips-section h2,
.main > span h3,
.main > div h3,
.main > ul h3,
.main > a h3,
.main > section h3,
.main > form h3,
.main > ul.tips-section h3 {
  font-size: 2.6923em;
  color: #3DCD58;
}
.main > span h2,
.main > div h2,
.main > ul h2,
.main > a h2,
.main > section h2,
.main > form h2,
.main > ul.tips-section h2,
.main > span h3,
.main > div h3,
.main > ul h3,
.main > a h3,
.main > section h3,
.main > form h3,
.main > ul.tips-section h3 {
  margin-bottom: .5em;
}
.main > span.no-padding,
.main > div.no-padding,
.main > ul.no-padding,
.main > a.no-padding,
.main > section.no-padding,
.main > form.no-padding,
.main > ul.tips-section.no-padding {
  width: 100%;
}
.main > span.no-padding ul.tips-section,
.main > div.no-padding ul.tips-section,
.main > ul.no-padding ul.tips-section,
.main > a.no-padding ul.tips-section,
.main > section.no-padding ul.tips-section,
.main > form.no-padding ul.tips-section,
.main > ul.tips-section.no-padding ul.tips-section {
  width: 960px;
  margin: 0 auto;
}
.main > ul.tips-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main > ul.tips-section.tips-green {
  padding: 0;
}
.main > div.chat-content {
  margin: 0;
  padding: 0;
}
.main .horizontal-image + div,
.main .horizontal-image + article,
.main .horizontal-image + section,
.main .horizontal-image + li,
.main .horizontal-image + ul {
  margin-top: 0;
}
.main > .top-content,
.main > .product-search,
.main > #how-to,
.main > #filters {
  overflow: visible;
}
.main .slider-new {
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: none;
}
.main .slider-new h2,
.main .slider-new h3 {
  color: #fff;
}
#page {
  display: table;
  height: 100%;
  width: 100%;
  -webkit-transition: margin 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
#page .slider-new ~ .main {
  margin-top: 40px;
}
.slider {
  min-height: 350px;
}
.wrap-content,
.footer-pusher {
  display: table-row;
}
.wrap-content {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: none;
}
body {
  background: #fafafa;
  color: #fff;
}
.adapt-img-wrapper {
  width: 100%;
}
.adapt-img-wrapper img.adapt-img {
  width: 100%;
}
body .selectize-dropdown {
  z-index: 4;
}
.footer-container {
  display: table-footer-group;
  overflow: visible;
}
#dispatch .main {
  width: 100%;
}
.notification {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #e7e6e6;
  border-top: 1px solid #ddd;
}
.notification strong {
  display: block;
  font-size: 1.45em;
  font-weight: normal;
  padding-bottom: 1em;
  color: black;
}
.notification:first-child {
  border: none;
}
.notification > div {
  padding: 1em 0;
  display: table;
  max-width: 960px;
  margin: 0 auto;
}
.notification span:not(.icon-close) {
  display: table-cell;
  position: relative;
  padding: 0 1em;
  vertical-align: bottom;
  color: #333333;
}
.notification span:not(.icon-close):first-child {
  padding-left: 0;
}
.notification span:not(.icon-close):last-child {
  padding-right: 0;
}
.notification p a {
  color: #42b4e6;
  text-decoration: underline;
}
.notification#country-notification > div > span {
  width: 35%;
}
.notification#country-notification > div > span:last-child {
  vertical-align: top;
  width: 30%;
}
.notification .notification-btn {
  display: inline-block;
  background: #42b4e6;
  color: #fff;
  padding: 0.8em 1.5em;
  font-weight: normal;
  border-color: #fff;
  border-style: solid;
  border-width: 0px;
  text-align: center;
  border-radius: 0;
  width: 70%;
  margin: 1em 0;
  margin-left: 30%;
}
.notification .notification-btn:hover {
  background-color: #42b4e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bde9), color-stop(100% #42b4e6));
  background-image: -webkit-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -moz-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9', endColorstr='#ff42b4e6', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9',endColorstr='#ff42b4e6',GradientType=0);
  background-image: -ms-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -o-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: linear-gradient(top, #59bde9 0%, #42b4e6 100%);
}
.notification .notification-btn:active {
  background: black;
  color: #fff;
}
.notification .notification-close {
  display: block;
  margin: 1em 0;
  text-align: right;
  color: black;
  cursor: pointer;
}
.notification .notification-close div {
  font-style: normal;
  background: black;
  border-radius: 50%;
  color: white;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 1.2em;
  text-align: center;
  font-size: 1.1em;
  font-weight: 100;
  vertical-align: middle;
  margin-left: 1em;
}
#cookie-notification {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height linear 0.3s;
  transition: max-height linear 0.3s;
}
#cookie-notification > div {
  position: relative;
}
#cookie-notification a {
  font-size: 1em;
}
#cookie-notification p {
  padding-right: 4em;
}
#cookie-notification a.notification-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#cookie-notification a.notification-close span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#cookie-notification a.notification-close span::before {
  content: 'X';
  display: block;
  float: left;
  color: #000;
  text-indent: 0;
  position: relative;
  background: #e7e6e6;
  z-index: 1;
}
@-moz-document url-prefix() {
  .notification #notification-close i,
  .notification #notification-close span {
    line-height: 1.1em;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
#iframe-content {
  background-color: #eee;
}
.main #iframe-content {
  padding: 0;
}
.video > div object,
.video > div {
  width: 100% !important;
  height: 100% !important;
}
input[type="submit"][disabled] {
  background-color: #9fa0a4;
}
.main > .column--2-3,
.main > .column--4-5 {
  background: none;
  padding: 0;
  clear: both;
}
.main > .column--2-3.separator .left-column > div,
.main > .column--4-5.separator .left-column > div,
.main > .column--2-3.separator .left-column > section,
.main > .column--4-5.separator .left-column > section,
.main > .column--2-3.separator .left-column > ul,
.main > .column--4-5.separator .left-column > ul,
.main > .column--2-3.separator .left-column > form,
.main > .column--4-5.separator .left-column > form,
.main > .column--2-3.separator .left-column > a,
.main > .column--4-5.separator .left-column > a,
.main > .column--2-3.separator .left-column > article,
.main > .column--4-5.separator .left-column > article {
  padding: 40px 0;
}
.main > .column--2-3.separator .left-column > div:first-child,
.main > .column--4-5.separator .left-column > div:first-child,
.main > .column--2-3.separator .left-column > section:first-child,
.main > .column--4-5.separator .left-column > section:first-child,
.main > .column--2-3.separator .left-column > ul:first-child,
.main > .column--4-5.separator .left-column > ul:first-child,
.main > .column--2-3.separator .left-column > form:first-child,
.main > .column--4-5.separator .left-column > form:first-child,
.main > .column--2-3.separator .left-column > a:first-child,
.main > .column--4-5.separator .left-column > a:first-child,
.main > .column--2-3.separator .left-column > article:first-child,
.main > .column--4-5.separator .left-column > article:first-child {
  padding-top: 0;
}
.main > .column--2-3.separator .left-column > div + div,
.main > .column--4-5.separator .left-column > div + div,
.main > .column--2-3.separator .left-column > section + div,
.main > .column--4-5.separator .left-column > section + div,
.main > .column--2-3.separator .left-column > ul + div,
.main > .column--4-5.separator .left-column > ul + div,
.main > .column--2-3.separator .left-column > form + div,
.main > .column--4-5.separator .left-column > form + div,
.main > .column--2-3.separator .left-column > a + div,
.main > .column--4-5.separator .left-column > a + div,
.main > .column--2-3.separator .left-column > article + div,
.main > .column--4-5.separator .left-column > article + div,
.main > .column--2-3.separator .left-column > div + section,
.main > .column--4-5.separator .left-column > div + section,
.main > .column--2-3.separator .left-column > section + section,
.main > .column--4-5.separator .left-column > section + section,
.main > .column--2-3.separator .left-column > ul + section,
.main > .column--4-5.separator .left-column > ul + section,
.main > .column--2-3.separator .left-column > form + section,
.main > .column--4-5.separator .left-column > form + section,
.main > .column--2-3.separator .left-column > a + section,
.main > .column--4-5.separator .left-column > a + section,
.main > .column--2-3.separator .left-column > article + section,
.main > .column--4-5.separator .left-column > article + section,
.main > .column--2-3.separator .left-column > div + ul,
.main > .column--4-5.separator .left-column > div + ul,
.main > .column--2-3.separator .left-column > section + ul,
.main > .column--4-5.separator .left-column > section + ul,
.main > .column--2-3.separator .left-column > ul + ul,
.main > .column--4-5.separator .left-column > ul + ul,
.main > .column--2-3.separator .left-column > form + ul,
.main > .column--4-5.separator .left-column > form + ul,
.main > .column--2-3.separator .left-column > a + ul,
.main > .column--4-5.separator .left-column > a + ul,
.main > .column--2-3.separator .left-column > article + ul,
.main > .column--4-5.separator .left-column > article + ul,
.main > .column--2-3.separator .left-column > div + form,
.main > .column--4-5.separator .left-column > div + form,
.main > .column--2-3.separator .left-column > section + form,
.main > .column--4-5.separator .left-column > section + form,
.main > .column--2-3.separator .left-column > ul + form,
.main > .column--4-5.separator .left-column > ul + form,
.main > .column--2-3.separator .left-column > form + form,
.main > .column--4-5.separator .left-column > form + form,
.main > .column--2-3.separator .left-column > a + form,
.main > .column--4-5.separator .left-column > a + form,
.main > .column--2-3.separator .left-column > article + form,
.main > .column--4-5.separator .left-column > article + form,
.main > .column--2-3.separator .left-column > div + a,
.main > .column--4-5.separator .left-column > div + a,
.main > .column--2-3.separator .left-column > section + a,
.main > .column--4-5.separator .left-column > section + a,
.main > .column--2-3.separator .left-column > ul + a,
.main > .column--4-5.separator .left-column > ul + a,
.main > .column--2-3.separator .left-column > form + a,
.main > .column--4-5.separator .left-column > form + a,
.main > .column--2-3.separator .left-column > a + a,
.main > .column--4-5.separator .left-column > a + a,
.main > .column--2-3.separator .left-column > article + a,
.main > .column--4-5.separator .left-column > article + a,
.main > .column--2-3.separator .left-column > div + article,
.main > .column--4-5.separator .left-column > div + article,
.main > .column--2-3.separator .left-column > section + article,
.main > .column--4-5.separator .left-column > section + article,
.main > .column--2-3.separator .left-column > ul + article,
.main > .column--4-5.separator .left-column > ul + article,
.main > .column--2-3.separator .left-column > form + article,
.main > .column--4-5.separator .left-column > form + article,
.main > .column--2-3.separator .left-column > a + article,
.main > .column--4-5.separator .left-column > a + article,
.main > .column--2-3.separator .left-column > article + article,
.main > .column--4-5.separator .left-column > article + article {
  border-top: 2px solid #e7e6e6;
}
.main > .column--2-3 .left-column,
.main > .column--4-5 .left-column,
.main > .column--2-3 .right-column,
.main > .column--4-5 .right-column {
  display: inline-block;
  background: none;
}
.main > .column--2-3 .left-column,
.main > .column--4-5 .left-column {
  float: left;
}
.main > .column--2-3 .left-column > div,
.main > .column--4-5 .left-column > div,
.main > .column--2-3 .left-column > section,
.main > .column--4-5 .left-column > section,
.main > .column--2-3 .left-column > ul,
.main > .column--4-5 .left-column > ul,
.main > .column--2-3 .left-column > form,
.main > .column--4-5 .left-column > form,
.main > .column--2-3 .left-column > a,
.main > .column--4-5 .left-column > a,
.main > .column--2-3 .left-column > article,
.main > .column--4-5 .left-column > article {
  padding: 20px 0;
}
.main > .column--2-3 .left-column > div:first-child,
.main > .column--4-5 .left-column > div:first-child,
.main > .column--2-3 .left-column > section:first-child,
.main > .column--4-5 .left-column > section:first-child,
.main > .column--2-3 .left-column > ul:first-child,
.main > .column--4-5 .left-column > ul:first-child,
.main > .column--2-3 .left-column > form:first-child,
.main > .column--4-5 .left-column > form:first-child,
.main > .column--2-3 .left-column > a:first-child,
.main > .column--4-5 .left-column > a:first-child,
.main > .column--2-3 .left-column > article:first-child,
.main > .column--4-5 .left-column > article:first-child {
  padding-top: 0;
}
.main > .column--2-3 .left-column {
  width: 75%;
  padding-right: 25px;
}
.main > .column--2-3 .right-column {
  width: 25%;
  padding-left: 25px;
}
.main > .column--4-5 .left-column {
  width: 80%;
  padding-right: 10px;
}
.main > .column--4-5 .right-column {
  width: 20%;
  padding-left: 10px;
}
.main .component-title-wrapper {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.main .component-title-wrapper a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.0769em;
  font-weight: 100;
  color: #42b4e6;
}
.main .component-title-wrapper a::before {
  content: '>';
  display: inline-block;
  margin-right: 0.3em;
}
.main .component-title-wrapper h2,
.main .component-title-wrapper h3 {
  margin-bottom: 0;
  font-size: 1.4615em;
}
/* stylelint-enable */
body {
  padding-top: 136px;
  -webkit-transition: padding-top linear 0.3s;
  transition: padding-top linear 0.3s;
}
@media only screen and (min-width: 61.25em) {
  body {
    padding-top: calc(113px);
  }
}
#header-container {
  display: block;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 5;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
#header-container .inner-wrapper {
  position: relative;
  display: block;
  width: 960px;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 61.25em) {
  #header-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header-container .inner-wrapper {
    width: 100%;
  }
}
#header-top {
  height: 30px;
  background: #fafafa;
  color: #333333;
  font-size: 0.8462em;
  font-weight: normal;
}
#header-top a:hover {
  color: #42b4e6;
}
#header-top ul {
  display: table;
  text-align: right;
  width: auto;
  height: 100%;
  float: right;
}
#header-top li {
  display: table-cell;
  vertical-align: middle;
}
#header-top li + li {
  padding-left: 1em;
}
#header-top li + li.header-top-country-select {
  padding-left: 30px;
}
#header-top li a::before {
  content: '';
  display: inline-block;
  margin-right: 0.3em;
  position: relative;
  top: 5px;
}
#header-top li:not(.header-top-stock):not(.header-top-link-separator):not(.header-top-country-select) a::before {
  background-image: url('img/common-sprite.png');
  background-repeat: no-repeat;
  background-size: 346px 343px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  #header-top li:not(.header-top-stock):not(.header-top-link-separator):not(.header-top-country-select) a::before {
    background-image: url('img/common-sprite@2x.png');
    background-size: 346px 343px;
  }
}
#header-top li.header-top-shopping-cart a::before {
  width: 23px;
  height: 20px;
  background-position: -234px -262px;
}
#header-top li.header-top-shopping-cart a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -257px -262px;
}
#header-top li.header-top-bookmark a::before {
  width: 23px;
  height: 20px;
  background-position: -192px -170px;
}
#header-top li.header-top-bookmark a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -50px -262px;
}
#header-top li.header-top-list a::before {
  width: 23px;
  height: 20px;
  background-position: -165px -262px;
}
#header-top li.header-top-list a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -142px -262px;
}
#header-top li.header-top-login-link a::before {
  width: 23px;
  height: 20px;
  background-position: -119px -262px;
}
#header-top li.header-top-login-link a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -188px -262px;
}
#header-top li.header-top-login-link a.logged a::before {
  width: 20px;
  height: 20px;
  background-position: -326px -60px;
}
#header-top li.header-top-login-link a.logged a:hover::before {
  width: 20px;
  height: 20px;
  background-position: -326px -60px;
}
#header-top li.header-top-login-link a.logged a .user-name {
  display: none;
}
#header-top li.header-top-country-selector a::before {
  width: 23px;
  height: 20px;
  background-position: -73px -262px;
}
#header-top li.header-top-country-selector a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -192px -150px;
}
#header-top li.header-top-country-selector a:hover .header-top-country-selector__caret--down::after {
  border-color: #42b4e6;
}
#header-top li.header-top-country-selector.active {
  color: #42b4e6;
}
#header-top li.header-top-country-selector.active a::before {
  width: 23px;
  height: 20px;
  background-position: -192px -150px;
}
#header-top li.header-top-country-selector.active .header-top-country-selector__caret--down::after {
  margin-top: 0;
  border-color: #42b4e6;
  transform: rotate(-225deg);
}
#header-top li .header-top-link-separator__secondary-link {
  padding-top: 2px;
  border-left: 1px solid #9fa0a4;
  color: #626469;
}
#header-top li .header-top-link-separator__secondary-link:hover {
  color: #42b4e6;
}
#header-top li .header-top-link-separator__secondary-link::before {
  display: inline-block;
  margin-right: 8px;
  height: 20px;
  content: '';
}
#header-top li.header-top-social-share {
  display: none;
}
#header-top li.header-top-social-share a::before {
  width: 23px;
  height: 20px;
  background-position: -96px -262px;
}
#header-top li.header-top-social-share a:hover::before {
  width: 23px;
  height: 20px;
  background-position: -211px -262px;
}
#header-top li.header-top-social-share.active a::before {
  width: 23px;
  height: 20px;
  background-position: -211px -262px;
}
#header-top li.header-top-stock {
  vertical-align: inherit;
  padding-top: 7px;
}
#header-top li.header-top-stock a::before {
  width: 0;
  height: 0;
  top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#header-top li.header-top-stock.up a::before {
  border-bottom: 7px solid #333333;
}
#header-top li.header-top-stock.up a:hover::before {
  border-bottom: 7px solid #42b4e6;
}
#header-top li.header-top-stock.down a::before {
  border-top: 7px solid #333333;
}
#header-top li.header-top-stock.down a:hover::before {
  border-top: 7px solid #42b4e6;
}
#header-top li.header-top-stock.equal a::before {
  width: 10px;
  height: 2px;
  background: #333333;
  border: 0;
  top: 1px;
}
#header-top li.header-top-stock.equal a:hover::before {
  background-color: #42b4e6;
}
.header-top-country-select__caret--down {
  display: inline-block;
}
.header-top-country-select__caret--down::after {
  display: block;
  margin-top: -7px;
  margin-left: 4px;
  width: 4px;
  height: 4px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  content: '';
  transform: rotate(-45deg);
  transition: transform 0.3s ease-out;
}
.header-top-country-select {
  color: #6c6c6c;
}
.header-top-country-select.active,
.header-top-country-select a.active {
  color: #42b4e6;
}
.header-top-country-select.active .header-top-country-select__caret--down::after,
.header-top-country-select a.active .header-top-country-select__caret--down::after {
  margin-top: 0;
  border-color: #42b4e6;
  transform: rotate(-225deg);
}
.header-top-country-select a:hover,
.header-top-country-select a.active {
  color: #42b4e6;
}
.header-top-country-select a:hover .header-top-country-select__caret--down::after,
.header-top-country-select a.active .header-top-country-select__caret--down::after {
  border-color: #42b4e6;
}
.header-top-country-select a::before {
  display: inline-block;
  content: '';
  height: 20px;
}
.header-top-country-select__flag-icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-top: -2px;
}
#main-header,
.main-header {
  background: #3DCD58;
  color: white;
  border-bottom: 4px solid #009530;
}
#main-header .inner-wrapper,
.main-header .inner-wrapper {
  display: table;
  height: 100%;
}
#main-header .mobile-country-selector,
.main-header .mobile-country-selector,
#main-header .mobile-header-login-link,
.main-header .mobile-header-login-link,
#main-header .back-button,
.main-header .back-button,
#main-header .hamburger-button,
.main-header .hamburger-button {
  display: none;
}
#main-header .main-header-logo,
.main-header .main-header-logo {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  height: 100%;
}
#main-header .logo,
.main-header .logo {
  display: inline-block;
  text-indent: -9999px;
  background-image: url('img/common-sprite.png');
  background-repeat: no-repeat;
  background-size: 346px 343px;
  width: 215px;
  height: 45px;
  background-position: 0px 0px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  #main-header .logo,
  .main-header .logo {
    background-image: url('img/common-sprite@2x.png');
    background-size: 346px 343px;
  }
}
#main-header .main-header-content,
.main-header .main-header-content {
  display: table-cell;
  width: 77%;
  padding: 1.2em 0 0 3%;
}
#main-header .search-layer,
.main-header .search-layer {
  position: relative;
}
#main-header .search-bar input,
.main-header .search-bar input {
  outline: none;
}
#main-header .search-bar input[type='text'],
.main-header .search-bar input[type='text'] {
  width: 100%;
  padding: 0.54em;
  padding-right: 2.5em;
  color: #333333;
  border: 0;
}
#main-header .search-bar input[type='submit'],
.main-header .search-bar input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('img/common-sprite.png');
  background-repeat: no-repeat;
  background-size: 346px 343px;
  width: 30px;
  height: 30px;
  background-position: -30px -232px;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #e7e6e6;
  text-indent: -9999px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  #main-header .search-bar input[type='submit'],
  .main-header .search-bar input[type='submit'] {
    background-image: url('img/common-sprite@2x.png');
    background-size: 346px 343px;
  }
}
#main-header .reset-search,
.main-header .reset-search {
  display: none;
  position: absolute;
  top: 5px;
  right: 35px;
  background-image: url('img/common-sprite.png');
  background-repeat: no-repeat;
  background-size: 346px 343px;
  width: 19px;
  height: 19px;
  background-position: -326px -255px;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  #main-header .reset-search,
  .main-header .reset-search {
    background-image: url('img/common-sprite@2x.png');
    background-size: 346px 343px;
  }
}
#main-header .selectize-control,
.main-header .selectize-control {
  position: absolute;
  width: auto;
  display: none;
}
#main-header .selectize-input,
.main-header .selectize-input {
  width: auto;
  padding-right: 1em;
}
#main-header .search-results,
.main-header .search-results {
  display: none;
  border-bottom: 1px solid black;
  border-top: 1px solid #e7e6e6;
  width: 100%;
  position: absolute;
  top: 30px;
  background: white;
  font-size: 0.8462em;
  padding: .5em 1em;
  color: #333333;
  z-index: 5;
}
#main-header .search-results li:hover,
.main-header .search-results li:hover {
  background: #e7e6e6;
}
#main-header .search-results a,
.main-header .search-results a {
  display: block;
  line-height: 1.8em;
}
#main-header .search-results a span.highlight,
.main-header .search-results a span.highlight {
  font-weight: normal;
  color: black;
}
#main-header .other-results,
.main-header .other-results {
  display: none;
}
#main-header.desktop .main-menu > ul > li:hover .level2,
.main-header.desktop .main-menu > ul > li:hover .level2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
}
#main-header .main-menu,
.main-header .main-menu {
  margin-top: 0.8em;
}
#main-header .main-menu > ul,
.main-header .main-menu > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#main-header .main-menu > ul > li,
.main-header .main-menu > ul > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  max-width: 30%;
  text-align: center;
}
#main-header .main-menu > ul > li:hover > a::after,
.main-header .main-menu > ul > li:hover > a::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
#main-header .main-menu > ul > li > a,
.main-header .main-menu > ul > li > a {
  position: relative;
  display: block;
  font-size: 1.1538em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0.5em;
  padding-bottom: 0.6em;
}
#main-header .main-menu > ul > li > a::after,
.main-header .main-menu > ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity linear 0.3s;
  transition: opacity linear 0.3s;
}
#main-header .main-menu > ul > li:last-child,
.main-header .main-menu > ul > li:last-child {
  display: none;
}
#main-header .level2,
.main-header .level2 {
  display: block;
  position: absolute;
  left: 0;
  top: 87px;
  width: 100%;
  z-index: 20;
  background: white;
  text-align: left;
  box-shadow: 0 2px 5px #333333;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity linear .5s, visibility linear 0s;
  clear: both;
  overflow-y: auto;
  max-height: calc(100vh - 87px);
}
#main-header .level2 .columns,
.main-header .level2 .columns {
  margin-bottom: 1em;
}
#main-header .level2 a,
.main-header .level2 a {
  line-height: 0.5em;
  font-size: 0.9231em;
}
#main-header .level2 > a,
.main-header .level2 > a {
  display: inline-block;
  color: #333333;
  margin: 15px;
  font-size: 1.2308em;
}
#main-header .level2 > a.hide,
.main-header .level2 > a.hide {
  display: none;
}
#main-header .level2 > a::after,
.main-header .level2 > a::after {
  content: '>>';
  display: inline-block;
  margin-left: 1em;
  color: #42b4e6;
  font-weight: normal;
}
#main-header .level2 > ul:not(.columns),
.main-header .level2 > ul:not(.columns) {
  column-count: 4;
  column-width: 25%;
  -webkit-column-count: 4;
  -webkit-column-width: 25%;
  -moz-column-count: 4;
  -moz-column-width: 25%;
  column-rule-width: 1px;
  column-rule-style: solid;
  column-rule-color: #e7e6e6;
  margin-bottom: 15px;
}
#main-header .level2 > ul:not(.columns) > li,
.main-header .level2 > ul:not(.columns) > li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  padding: 0 15px;
}
#main-header .level2 > ul:not(.columns) a,
.main-header .level2 > ul:not(.columns) a {
  color: #333333;
}
#main-header .level2 > ul.columns,
.main-header .level2 > ul.columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-header .level2 > ul.columns li,
.main-header .level2 > ul.columns li {
  line-height: 1.2em;
  margin-bottom: 2px;
}
#main-header .level2 > ul.columns > li,
.main-header .level2 > ul.columns > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 25%;
  padding: 0 15px;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  color: #333333;
}
#main-header .level2 > ul.columns > li + li,
.main-header .level2 > ul.columns > li + li {
  border-left: 1px solid #e7e6e6;
}
#main-header .level2--push > a,
.main-header .level2--push > a {
  display: table;
}
#main-header .level2--push > ul:not(.columns),
.main-header .level2--push > ul:not(.columns) {
  display: inline-block;
  width: 75%;
  column-count: 3;
  column-width: 33.3333%;
  -webkit-column-count: 3;
  -webkit-column-width: 33.3333%;
  -moz-column-count: 3;
  -moz-column-width: 33.3333%;
  border-right: 1px solid #e7e6e6;
}
#main-header .level2--push > ul:not(.columns) + .push,
.main-header .level2--push > ul:not(.columns) + .push {
  display: inline-block;
  float: right;
  width: 25%;
  padding-bottom: 15px;
}
#main-header .level3 ul,
.main-header .level3 ul {
  margin-top: 2px;
}
#main-header .level3 a:hover,
.main-header .level3 a:hover {
  text-decoration: underline;
}
#main-header .level3 > a,
.main-header .level3 > a {
  color: black;
  font-weight: bold;
  font-size: 1em;
}
#main-header .level3 > a::after,
.main-header .level3 > a::after {
  content: '>';
  color: #42b4e6;
  margin-left: 10px;
  font-weight: normal;
}
#main-header .level3 > a:hover,
.main-header .level3 > a:hover {
  color: #42b4e6;
  text-decoration: none;
}
#main-header .push-content,
.main-header .push-content {
  height: 100%;
  padding: 0 15px 20px;
}
#main-header .push-content::after,
.main-header .push-content::after {
  content: '';
  display: block;
  clear: both;
}
#main-header .push-content span,
.main-header .push-content span {
  display: block;
  font-size: 1.4615em;
  line-height: 1.2em;
  color: #3DCD58;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#main-header .push-content img,
.main-header .push-content img {
  width: 100%;
}
#main-header .push-content p,
.main-header .push-content p {
  color: #333333;
}
#main-header .push-content a,
.main-header .push-content a {
  font-size: 1em;
  color: #42b4e6;
  font-weight: bold;
}
#main-header .push-content a::after,
.main-header .push-content a::after {
  content: '>';
  color: #42b4e6;
  margin-left: 10px;
  font-weight: normal;
}
#main-header .extra-links,
.main-header .extra-links {
  border-top: 1px solid #e7e6e6;
  color: #333333;
  padding: 5px 15px;
  clear: both;
}
#main-header .extra-links::after,
.main-header .extra-links::after {
  content: '';
  display: block;
  clear: both;
}
#main-header .extra-links ul,
.main-header .extra-links ul {
  display: inline-block;
  float: left;
}
#main-header .extra-links li,
.main-header .extra-links li {
  display: inline-block;
  padding: 0 10px;
}
#main-header .extra-links li.legend,
.main-header .extra-links li.legend {
  padding: 0;
}
#main-header .extra-links li.legend + li,
.main-header .extra-links li.legend + li {
  border-left: 0;
}
#main-header .extra-links li + li,
.main-header .extra-links li + li {
  border-left: 1px solid #e7e6e6;
}
.country-select {
  display: none;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 61.25em) {
  .country-select {
    vertical-align: top;
  }
}
.country-select-info {
  padding: 50px 10px 14px;
}
@media only screen and (min-width: 61.25em) {
  .country-select-info {
    padding: 30px 0 40px;
  }
}
#header-container .country-select-info .inner-wrapper {
  width: 100%;
}
@media (min-width: 1052px) {
  #header-container .country-select-info .inner-wrapper {
    width: 960px;
  }
}
.country-select-info__welcome {
  margin-left: 36px;
}
.country-select-info__welcome.is-redirected .country-selector__description--common,
.country-select-info__welcome.is-redirected .country-selector__main-action-button,
.country-select-info__welcome.is-redirected .country-selector__additional-action-button {
  display: none;
}
.country-select-info__welcome.is-redirected .country-selector__description--redirected {
  display: block;
}
.country-select-info__welcome.is-redirected .country-selector__main-action-button--redirected,
.country-select-info__welcome.is-redirected .country-selector__additional-action-button--redirected {
  display: inline-block;
}
.country-select-info__welcome a {
  color: #42b4e6;
}
@media screen and (max-width: 32em) {
  .country-select-info__welcome {
    margin-left: 0;
  }
}
@media (min-width: 1052px) {
  .country-select-info__welcome {
    margin-left: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-select-info__welcome a {
    color: #42b4e6;
  }
}
.country-selector__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 32em) {
  .country-selector__heading {
    margin-left: 36px;
  }
}
.country-selector__heading strong {
  font-weight: 700;
}
.country-selector__description {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #626469;
}
@media only screen and (min-width: 61.25em) {
  .country-selector__description {
    font-size: 14px;
    line-height: 1.42;
  }
}
.country-selector__description a {
  text-decoration: underline;
}
.country-selector__description--common {
  display: block;
}
.country-selector__description--redirected {
  display: none;
}
.country-selector__flag-icon {
  position: relative;
  left: auto;
  float: left;
  width: 26px;
  height: 26px;
}
@media (min-width: 1052px) {
  .country-selector__flag-icon {
    position: absolute;
    left: -36px;
  }
}
.country-selector__buttons button {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  outline: none;
}
@media screen and (max-width: 32em) {
  .country-selector__buttons button + .country-selector__buttons button {
    margin-top: 10px;
  }
}
.country-selector__main-action-button {
  display: inline-block;
  background: #42b4e6;
  color: #fff;
  padding: .8em 1.5em;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 0px;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  margin-right: 10px;
}
.country-selector__main-action-button:hover {
  background-color: #42b4e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bde9), color-stop(100% #42b4e6));
  background-image: -webkit-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -moz-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9', endColorstr='#ff42b4e6', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9',endColorstr='#ff42b4e6',GradientType=0);
  background-image: -ms-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -o-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: linear-gradient(top, #59bde9 0%, #42b4e6 100%);
}
.country-selector__main-action-button:active {
  background: black;
  color: #fff;
}
.country-selector__main-action-button::after {
  background-image: url('img/common-sprite.png');
  background-repeat: no-repeat;
  background-size: 346px 343px;
  width: 13px;
  height: 7px;
  background-position: -295px -287px;
  content: '';
  display: inline-block;
  margin-left: 1em;
  transform: scale(0.85);
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  .country-selector__main-action-button::after {
    background-image: url('img/common-sprite@2x.png');
    background-size: 346px 343px;
  }
}
.country-selector__main-action-button--redirected {
  display: none;
}
.country-selector__main-action-button--redirected::after {
  content: none;
}
.country-selector__additional-action-button {
  display: inline-block;
  background: none;
  color: #42b4e6;
  padding: 0.8em 1.5em;
  font-weight: normal;
  text-align: center;
  border-radius: 0;
  border-color: #42b4e6;
  border-style: solid;
  border-width: 0px;
  font-size: 14px;
  padding: 10px 20px;
}
.country-selector__additional-action-button:hover {
  color: #59bde9;
}
.country-selector__additional-action-button:active {
  color: #59bde9;
}
.country-selector__additional-action-button--redirected {
  display: none;
}
.country-selector__additional-action-button__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 32em) {
  .country-selector__main-action-button,
  .country-selector__additional-action-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .country-selector__main-action-button--redirected,
  .country-selector__additional-action-button--redirected {
    display: none;
  }
}
.country-selector-list-section {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: white;
}
.country-selector-list-section__header {
  padding: 10px 15px;
  width: 100%;
  background: white;
}
.country-selector-list-section__header.with-shadow {
  box-shadow: 0 3px 4px 0 rgba(190, 190, 190, 0.5);
}
@media only screen and (max-width: 61.25em) {
  .country-selector-list-section__header {
    display: flex;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-section__header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
  }
}
.country-selector-list-section__body {
  height: 100%;
}
@media only screen and (max-width: 61.25em) {
  .country-selector-list-section__body {
    display: flex;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-section__body {
    padding-top: 99px;
  }
}
.country-selector-list-section__body-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 61.25em) {
  .country-selector-list-section__body-inner {
    width: 100%;
  }
}
.country-selector-list-section__heading {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-section__heading {
    font-size: 35px;
    line-height: 1.14;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-regions {
    padding-bottom: 80px;
  }
}
.country-selector-list-regions__item-title {
  display: block;
  padding: 18px 15px;
  color: #3DCD58;
  font-size: 20px;
  font-weight: bold;
}
.country-selector-list-regions__item {
  position: relative;
  border-bottom: 2px solid #eaeaea;
  color: #9fa0a4;
}
.country-selector-list-regions__item.is-active,
.country-selector-list-regions__item:hover {
  color: #626469;
}
.country-selector-list-regions__item:first-child {
  border-top: 2px solid #eaeaea;
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-regions__item:first-child {
    border: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-regions__item {
    border: none;
    padding-bottom: 30px;
  }
}
.country-selector-list-regions__item.is-active {
  padding-bottom: 18px;
}
.country-selector-list-regions__item.is-active .country-selector-list-countries {
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.country-selector-list-regions__item.is-active .country-selector-list-regions__status-icon .icon-plus {
  opacity: 0;
}
.country-selector-list-regions__item.is-active .country-selector-list-regions__status-icon .icon-minus {
  opacity: 1;
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-regions__item.is-active {
    padding-bottom: 30px;
  }
}
.country-selector-list-regions__status-icon {
  position: absolute;
  top: 23px;
  right: 15px;
  margin: 0;
  line-height: 1;
}
.country-selector-list-regions__status-icon .icon-minus,
.country-selector-list-regions__status-icon .icon-plus {
  transition: opacity 0.2s ease-out;
}
.country-selector-list-regions__status-icon .icon-minus {
  opacity: 0;
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-regions__status-icon {
    display: none;
  }
}
.country-selector-list-countries {
  overflow: hidden;
  height: 0;
  -webkit-transition: height linear 0.3s;
  transition: height linear 0.3s;
  padding: 0 15px;
}
@media screen and (min-width: 36em) {
  .country-selector-list-countries {
    -webkit-column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-width: 50%;
    column-count: 2;
    column-width: 50%;
  }
}
@media screen and (min-width: 46em) {
  .country-selector-list-countries {
    -webkit-column-count: 3;
    -webkit-column-width: 33.33%;
    -moz-column-count: 3;
    -moz-column-width: 33.33%;
    column-count: 3;
    column-width: 33.33%;
  }
}
@media only screen and (min-width: 61.25em) {
  .country-selector-list-countries {
    padding-top: 2px;
    padding-bottom: 2px;
    height: auto;
    -webkit-column-count: 4;
    -webkit-column-width: 25%;
    -moz-column-count: 4;
    -moz-column-width: 25%;
    column-count: 4;
    column-width: 25%;
  }
}
.country-selector-list-countries__item:not(:last-child) {
  margin-bottom: 7px;
}
.country-selector-list-countries__item.is-active a {
  color: #42b4e6;
}
.country-selector-list-countries__item-title {
  font-size: 15px;
  font-weight: 400;
  color: #626469;
}
.country-selector-list-countries__item-title:hover {
  color: #42b4e6;
}
.country-selector-list-countries__item-title::before {
  content: '> ';
}
.close-button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  color: #9fa0a4;
  border: 0;
  border-radius: 50%;
  outline: none;
}
@media only screen and (min-width: 61.25em) {
  .close-button {
    top: 20px;
    right: 30px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}
.close-button svg {
  display: inline-block;
  vertical-align: middle;
}
.close-button:hover {
  color: #333333;
}
/* stylelint-disable */
.footer-container {
  background: #e7e6e6;
  font-size: 1em;
  line-height: normal;
  color: #333333;
}
.footer-container a {
  cursor: pointer;
}
.footer-container img {
  width: 100%;
}
.footer-container .cta {
  display: inline-block;
  background: #42b4e6;
  color: #fff;
  padding: .8em 1.5em;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 0px;
  float: right;
  padding: 0.5em 0;
  font-weight: 100;
}
.footer-container .cta:hover {
  background-color: #42b4e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bde9), color-stop(100% #42b4e6));
  background-image: -webkit-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -moz-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9', endColorstr='#ff42b4e6', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bde9',endColorstr='#ff42b4e6',GradientType=0);
  background-image: -ms-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: -o-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
  background-image: linear-gradient(top, #59bde9 0%, #42b4e6 100%);
}
.footer-container .cta:active {
  background: black;
  color: #fff;
}
.footer-container input[type="text"] {
  padding: 0.5em 1em;
  border: 0;
}
.footer-container .wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 15px;
  display: table;
}
.footer-container .wrapper:before,
.footer-container .wrapper:after {
  content: ' ';
  display: table;
  clear: both;
}
.footer-container .wrapper > a,
.footer-container .wrapper > div {
  display: table-cell;
}
.footer-container .wrapper > a {
  width: 19%;
  padding-right: 3%;
  vertical-align: top;
}
.footer-container .wrapper > a img {
  max-width: 200px;
}
.footer-container .footer-bottom-bar {
  background: #3DCD58;
  padding: 1em;
  font-weight: 100;
  color: white;
  font-size: 0.9231em;
}
.footer-container .footer-bottom-bar:before,
.footer-container .footer-bottom-bar:after {
  content: ' ';
  display: table;
  clear: both;
}
.footer-container .footer-bottom-bar .wrapper {
  padding: 0;
}
.footer-content {
  padding: 0;
}
.footer-content .email-sign-up {
  display: table;
  width: 100%;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.0769em;
}
.footer-content .email-sign-up > p {
  display: inline-block;
  width: 43%;
  padding-right: 3em;
  margin: 0;
}
.footer-content .email-sign-up form {
  display: inline-block;
  width: 57%;
  float: right;
}
.footer-content .email-sign-up form div > input[type="submit"] {
  background: #42b4e6;
  color: #fff;
  text-align: center;
  border-radius: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  padding: 0.5em 0;
  font-weight: 100;
  width: 100%;
}
.footer-content .email-sign-up input[type="text"] {
  border-radius: 0;
  width: 78%;
}
.footer-content .email-sign-up form div,
.footer-content .email-sign-up .cta {
  width: 21%;
}
.footer-content .email-sign-up form div {
  float: right;
}
.footer-links {
  padding-top: 2.1em;
}
.footer-links > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-links > ul > li,
.footer-links > ul > div,
.footer-links > ul > article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 25%;
  border-bottom: 10px solid transparent;
}
.footer-links > ul > li:not(:nth-child(4n + 1)),
.footer-links > ul > div:not(:nth-child(4n + 1)),
.footer-links > ul > article:not(:nth-child(4n + 1)) {
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
}
.footer-links > ul > li:nth-child(4n + 1),
.footer-links > ul > div:nth-child(4n + 1),
.footer-links > ul > article:nth-child(4n + 1) {
  border-right: 5px solid transparent;
  border-left: 0;
}
.footer-links > ul > li:nth-child(4n + 4),
.footer-links > ul > div:nth-child(4n + 4),
.footer-links > ul > article:nth-child(4n + 4) {
  border-left: 5px solid transparent;
  border-right: 0;
}
.footer-links > ul > li > a,
.footer-links > ul > div > a,
.footer-links > ul > article > a {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.ie9 .footer-links > ul {
  display: block;
}
.ie9 .footer-links > ul > li,
.ie9 .footer-links > ul > div,
.ie9 .footer-links > ul > article {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-right: -0.5ex;
}
.footer-links .title {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: .7em;
}
.footer-links li li {
  font-size: 0.9231em;
}
.footer-links li li + li {
  margin-top: .7em;
}
.footer-links a:hover {
  color: #42b4e6;
}
.footer-links li:last-child .title {
  margin-bottom: 1.5em;
}
.footer-links form {
  width: 100%;
  font-size: 1.0769em;
}
.footer-links input[type="text"] {
  width: 70%;
}
.footer-links .cta {
  width: 28%;
  font-weight: normal;
}
.footer-social {
  display: inline-block;
  float: right;
  padding-top: 1.5em;
}
.footer-social li {
  display: inline-block;
  float: left;
  margin-left: 0.7em;
}
.footer-social a {
  display: block;
  text-indent: -9999px;
  background-image: url('img/social-sprite.png');
  background-repeat: no-repeat;
  background-size: 132px 132px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 2ppx) {
  .footer-social a {
    background-image: url('img/social-sprite@2x.png');
    background-size: 132px 132px;
  }
}
.footer-social .icon-facebook {
  width: 33px;
  height: 33px;
  background-position: -33px -66px;
}
.footer-social .icon-twitter {
  width: 33px;
  height: 33px;
  background-position: -99px 0;
}
.footer-social .icon-linkedin {
  width: 33px;
  height: 33px;
  background-position: -66px -33px;
}
.footer-social .icon-gplus {
  width: 33px;
  height: 33px;
  background-position: -33px -33px;
}
.footer-social .icon-youtube {
  width: 33px;
  height: 33px;
  background-position: -33px -99px;
}
.footer-social .icon-setv {
  width: 33px;
  height: 33px;
  background-position: 0 0;
}
.footer-social .icon-wechat {
  width: 33px;
  height: 33px;
  background-position: -99px -33px;
}
.footer-social .icon-ig {
  width: 33px;
  height: 33px;
  background-position: -66px 0;
}
.footer-social .icon-weibo {
  width: 33px;
  height: 33px;
  background-position: -99px -66px;
}
.footer-social .icon-youku {
  width: 33px;
  height: 33px;
  background-position: 0 -99px;
}
.footer-social .icon-pinterest {
  width: 33px;
  height: 33px;
  background-position: 0 -66px;
}
.footer-social .icon-slideshare {
  width: 33px;
  height: 33px;
  background-position: -66px -66px;
}
.footer-social .icon-blog {
  width: 33px;
  height: 33px;
  background-position: -33px 0;
}
.footer-social .icon-flickr {
  width: 33px;
  height: 33px;
  background-position: 0 -33px;
}
.footer-about li {
  display: inline-block;
  padding-right: .4em;
  border-right: 1px solid white;
}
.footer-about li + li {
  padding-left: .4em;
}
.footer-about li:last-child {
  float: right;
  border: 0;
}
