@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@font-face {
  font-family: 'Tiempos';
  src: url("../../fonts/TiemposTextWeb-Regular.woff") format("woff"), url("../../fonts/TiemposTextWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos';
  src: url("../../fonts/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../../fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Tiempos';
  src: url("../../fonts/TiemposTextWeb-Bold.woff") format("woff"), url("../../fonts/TiemposTextWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos';
  src: url("../../fonts/TiemposTextWeb-BoldItalic.woff") format("woff"), url("../../fonts/TiemposTextWeb-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.ToAnim {
  transition: none !important;
}

.ToAnim.fadeIn {
  opacity: 0;
}

.ToAnim.fadeIn.IsAnim {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ToAnim.fadeInDown {
  opacity: 0;
}

.ToAnim.fadeInDown.IsAnim {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ToAnim.fadeInUp {
  opacity: 0;
}

.ToAnim.fadeInUp.IsAnim {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ToAnim.fadeInLeft {
  opacity: 0;
}

.ToAnim.fadeInLeft.IsAnim {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ToAnim.fadeInRight {
  opacity: 0;
}

.ToAnim.fadeInRight.IsAnim {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  animation-timing-function: cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.PositionCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 480px) {
  .PositionCenter-XS {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .PositionCenter-SM {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 992px) {
  .PositionCenter-MD {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1200px) {
  .PositionCenter-LG {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1600px) {
  .PositionCenter-XLG {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 479px) {
  .PositionCenter-XXSmax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .PositionCenter-XSmax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .PositionCenter-SMmax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1199px) {
  .PositionCenter-MDmax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1599px) {
  .PositionCenter-LGmax {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.Positiontop {
  top: 0;
}

.Positionright {
  right: 0;
}

.Positionbottom {
  bottom: 0;
}

.Positionleft {
  left: 0;
}

@media screen and (min-width: 480px) {
  .Positiontop-XS {
    top: 0;
  }
  .Positionright-XS {
    right: 0;
  }
  .Positionbottom-XS {
    bottom: 0;
  }
  .Positionleft-XS {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .Positiontop-SM {
    top: 0;
  }
  .Positionright-SM {
    right: 0;
  }
  .Positionbottom-SM {
    bottom: 0;
  }
  .Positionleft-SM {
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  .Positiontop-MD {
    top: 0;
  }
  .Positionright-MD {
    right: 0;
  }
  .Positionbottom-MD {
    bottom: 0;
  }
  .Positionleft-MD {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .Positiontop-LG {
    top: 0;
  }
  .Positionright-LG {
    right: 0;
  }
  .Positionbottom-LG {
    bottom: 0;
  }
  .Positionleft-LG {
    left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .Positiontop-XLG {
    top: 0;
  }
  .Positionright-XLG {
    right: 0;
  }
  .Positionbottom-XLG {
    bottom: 0;
  }
  .Positionleft-XLG {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .Positiontop-XXSmax {
    top: 0;
  }
  .Positionright-XXSmax {
    right: 0;
  }
  .Positionbottom-XXSmax {
    bottom: 0;
  }
  .Positionleft-XXSmax {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .Positiontop-XSmax {
    top: 0;
  }
  .Positionright-XSmax {
    right: 0;
  }
  .Positionbottom-XSmax {
    bottom: 0;
  }
  .Positionleft-XSmax {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .Positiontop-SMmax {
    top: 0;
  }
  .Positionright-SMmax {
    right: 0;
  }
  .Positionbottom-SMmax {
    bottom: 0;
  }
  .Positionleft-SMmax {
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .Positiontop-MDmax {
    top: 0;
  }
  .Positionright-MDmax {
    right: 0;
  }
  .Positionbottom-MDmax {
    bottom: 0;
  }
  .Positionleft-MDmax {
    left: 0;
  }
}

@media screen and (max-width: 1599px) {
  .Positiontop-LGmax {
    top: 0;
  }
  .Positionright-LGmax {
    right: 0;
  }
  .Positionbottom-LGmax {
    bottom: 0;
  }
  .Positionleft-LGmax {
    left: 0;
  }
}

.PositionFixed {
  position: fixed;
}

@media screen and (min-width: 480px) {
  .PositionFixed-XS {
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  .PositionFixed-SM {
    position: fixed;
  }
}

@media screen and (min-width: 992px) {
  .PositionFixed-MD {
    position: fixed;
  }
}

@media screen and (min-width: 1200px) {
  .PositionFixed-LG {
    position: fixed;
  }
}

@media screen and (min-width: 1600px) {
  .PositionFixed-XLG {
    position: fixed;
  }
}

@media screen and (max-width: 479px) {
  .PositionFixed-XXSmax {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .PositionFixed-XSmax {
    position: fixed;
  }
}

@media screen and (max-width: 991px) {
  .PositionFixed-SMmax {
    position: fixed;
  }
}

@media screen and (max-width: 1199px) {
  .PositionFixed-MDmax {
    position: fixed;
  }
}

@media screen and (max-width: 1599px) {
  .PositionFixed-LGmax {
    position: fixed;
  }
}

.PositionRelative {
  position: relative;
}

@media screen and (min-width: 480px) {
  .PositionRelative-XS {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .PositionRelative-SM {
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .PositionRelative-MD {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .PositionRelative-LG {
    position: relative;
  }
}

@media screen and (min-width: 1600px) {
  .PositionRelative-XLG {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .PositionRelative-XXSmax {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .PositionRelative-XSmax {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .PositionRelative-SMmax {
    position: relative;
  }
}

@media screen and (max-width: 1199px) {
  .PositionRelative-MDmax {
    position: relative;
  }
}

@media screen and (max-width: 1599px) {
  .PositionRelative-LGmax {
    position: relative;
  }
}

.ListInline-top {
  font-size: 0;
}

.ListInline-top > [class*="col-"], .ListInline-top > li, .ListInline-top > .ListInline_item {
  display: inline-block !important;
  vertical-align: top;
  float: none !important;
  font-size: 1rem;
}

.ListInline-middle {
  font-size: 0;
}

.ListInline-middle > [class*="col-"], .ListInline-middle > li, .ListInline-middle > .ListInline_item {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  font-size: 1rem;
}

.ListInline-bottom {
  font-size: 0;
}

.ListInline-bottom > [class*="col-"], .ListInline-bottom > li, .ListInline-bottom > .ListInline_item {
  display: inline-block !important;
  vertical-align: bottom;
  float: none !important;
  font-size: 1rem;
}

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

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

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

@media screen and (min-width: 480px) {
  .TextAlign-center-XS {
    text-align: center !important;
  }
  .TextAlign-left-XS {
    text-align: left !important;
  }
  .TextAlign-right-XS {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .TextAlign-center-SM {
    text-align: center !important;
  }
  .TextAlign-left-SM {
    text-align: left !important;
  }
  .TextAlign-right-SM {
    text-align: right !important;
  }
}

@media screen and (min-width: 992px) {
  .TextAlign-center-MD {
    text-align: center !important;
  }
  .TextAlign-left-MD {
    text-align: left !important;
  }
  .TextAlign-right-MD {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .TextAlign-center-LG {
    text-align: center !important;
  }
  .TextAlign-left-LG {
    text-align: left !important;
  }
  .TextAlign-right-LG {
    text-align: right !important;
  }
}

@media screen and (min-width: 1600px) {
  .TextAlign-center-XLG {
    text-align: center !important;
  }
  .TextAlign-left-XLG {
    text-align: left !important;
  }
  .TextAlign-right-XLG {
    text-align: right !important;
  }
}

@media screen and (max-width: 479px) {
  .TextAlign-center-XXSmax {
    text-align: center !important;
  }
  .TextAlign-left-XXSmax {
    text-align: left !important;
  }
  .TextAlign-right-XXSmax {
    text-align: right !important;
  }
}

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

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

@media screen and (max-width: 1199px) {
  .TextAlign-center-MDmax {
    text-align: center !important;
  }
  .TextAlign-left-MDmax {
    text-align: left !important;
  }
  .TextAlign-right-MDmax {
    text-align: right !important;
  }
}

@media screen and (max-width: 1599px) {
  .TextAlign-center-LGmax {
    text-align: center !important;
  }
  .TextAlign-left-LGmax {
    text-align: left !important;
  }
  .TextAlign-right-LGmax {
    text-align: right !important;
  }
}

.Fw-thin {
  font-weight: 100;
}

.Fw-light {
  font-weight: 300;
}

.Fw-regular {
  font-weight: 400;
}

.Fw-medium {
  font-weight: 500;
}

.Fw-bold {
  font-weight: 700;
}

.Fw-ultrabold {
  font-weight: 900;
}

.TextItalic {
  font-style: italic;
}

.BreakWord {
  word-wrap: break-word;
}

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

[class*="FontFamily-"][class*="serif"] {
  font-family: "Tiempos", serif;
}

[class*="FontFamily-"][class*="sans"] {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.BlockColor-black {
  background: #000000 !important;
}

.BlockColor-white {
  background: #ffffff !important;
}

.BlockColor-mainColor {
  background: #000000 !important;
}

.BlockColor-secondaryColor {
  background: #456473 !important;
}

.BlockColor-activeColor {
  background: #ff3f38 !important;
}

.BlockColor-gray {
  background: #e5e5e5 !important;
}

.BlockColor-grayDark {
  background: #6a6a6a !important;
}

.BlockColor-grayLight {
  background: #ededed !important;
}

.BlockColor-grayLighter {
  background: #ededed !important;
}

.TextColor-black {
  color: #000000 !important;
}

.TextColor-white {
  color: #ffffff !important;
}

.TextColor-mainColor {
  color: #000000 !important;
}

.TextColor-secondaryColor {
  color: #456473 !important;
}

.TextColor-activeColor {
  color: #ff3f38 !important;
}

.TextColor-gray {
  color: #e5e5e5 !important;
}

.TextColor-grayDark {
  color: #6a6a6a !important;
}

.TextColor-grayLight {
  color: #ededed !important;
}

.TextColor-grayLighter {
  color: #ededed !important;
}

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

.Spaced_thinner-noBottom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-bottom: 0 !important;
}

.Spaced_thinner-noTop {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 0 !important;
}

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

.Spaced_thin-noBottom {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-bottom: 0 !important;
}

.Spaced_thin-noTop {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 0 !important;
}

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

.Spaced_normal-noBottom {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 0 !important;
}

.Spaced_normal-noTop {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 0 !important;
}

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

.Spaced_large-noBottom {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-bottom: 0 !important;
}

.Spaced_large-noTop {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 0 !important;
}

.Spaced_larger {
  padding-top: 50px;
  padding-bottom: 50px;
}

.Spaced_larger-noBottom {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 0 !important;
}

.Spaced_larger-noTop {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0 !important;
}

@media screen and (min-width: 480px) {
  .Spaced_thinner-XS {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-XS {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-XS {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-XS {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-XS {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-XS {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-XS {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-XS {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-XS {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-XS {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-XS {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-XS {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-XS {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-XS {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-XS {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .Spaced_thinner-SM {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-SM {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-SM {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-SM {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-SM {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-SM {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-SM {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-SM {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-SM {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-SM {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-SM {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-SM {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-SM {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-SM {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-SM {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .Spaced_thinner-MD {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-MD {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-MD {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-MD {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-MD {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-MD {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-MD {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-MD {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-MD {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-MD {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-MD {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-MD {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-MD {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-MD {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-MD {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .Spaced_thinner-LG {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-LG {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-LG {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-LG {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-LG {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-LG {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-LG {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-LG {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-LG {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-LG {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-LG {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-LG {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-LG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-LG {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-LG {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1600px) {
  .Spaced_thinner-XLG {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-XLG {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-XLG {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-XLG {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-XLG {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-XLG {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-XLG {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-XLG {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-XLG {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-XLG {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-XLG {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-XLG {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-XLG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-XLG {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-XLG {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .Spaced_thinner-XXSmax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-XXSmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-XXSmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-XXSmax {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-XXSmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-XXSmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-XXSmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-XXSmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-XXSmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-XXSmax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-XXSmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-XXSmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-XXSmax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-XXSmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-XXSmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .Spaced_thinner-XSmax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-XSmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-XSmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-XSmax {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-XSmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-XSmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-XSmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-XSmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-XSmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-XSmax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-XSmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-XSmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-XSmax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-XSmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-XSmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .Spaced_thinner-SMmax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-SMmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-SMmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-SMmax {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-SMmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-SMmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-SMmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-SMmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-SMmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-SMmax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-SMmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-SMmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-SMmax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-SMmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-SMmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .Spaced_thinner-MDmax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-MDmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-MDmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-MDmax {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-MDmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-MDmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-MDmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-MDmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-MDmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-MDmax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-MDmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-MDmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-MDmax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-MDmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-MDmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1599px) {
  .Spaced_thinner-LGmax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Spaced_thinner-noBottom-LGmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .Spaced_thinner-noTop-LGmax {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 0 !important;
  }
  .Spaced_thin-LGmax {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Spaced_thin-noBottom-LGmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0 !important;
  }
  .Spaced_thin-noTop-LGmax {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .Spaced_normal-LGmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Spaced_normal-noBottom-LGmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0 !important;
  }
  .Spaced_normal-noTop-LGmax {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
  .Spaced_large-LGmax {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Spaced_large-noBottom-LGmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .Spaced_large-noTop-LGmax {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  .Spaced_larger-LGmax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Spaced_larger-noBottom-LGmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .Spaced_larger-noTop-LGmax {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
}

.NoMargin {
  margin: 0 !important;
}

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

.Margin-top-thinner {
  margin-top: 10px !important;
}

.Margin-top-thin {
  margin-top: 20px !important;
}

.Margin-top-normal {
  margin-top: 30px !important;
}

.Margin-top-large {
  margin-top: 40px !important;
}

.Margin-top-larger {
  margin-top: 50px !important;
}

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

.Margin-right-thinner {
  margin-right: 10px !important;
}

.Margin-right-thin {
  margin-right: 20px !important;
}

.Margin-right-normal {
  margin-right: 30px !important;
}

.Margin-right-large {
  margin-right: 40px !important;
}

.Margin-right-larger {
  margin-right: 50px !important;
}

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

.Margin-bottom-thinner {
  margin-bottom: 10px !important;
}

.Margin-bottom-thin {
  margin-bottom: 20px !important;
}

.Margin-bottom-normal {
  margin-bottom: 30px !important;
}

.Margin-bottom-large {
  margin-bottom: 40px !important;
}

.Margin-bottom-larger {
  margin-bottom: 50px !important;
}

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

.Margin-left-thinner {
  margin-left: 10px !important;
}

.Margin-left-thin {
  margin-left: 20px !important;
}

.Margin-left-normal {
  margin-left: 30px !important;
}

.Margin-left-large {
  margin-left: 40px !important;
}

.Margin-left-larger {
  margin-left: 50px !important;
}

.NoPadding {
  padding: 0 !important;
}

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

.Padding-top-thinner {
  padding-top: 10px !important;
}

.Padding-top-thin {
  padding-top: 20px !important;
}

.Padding-top-normal {
  padding-top: 30px !important;
}

.Padding-top-large {
  padding-top: 40px !important;
}

.Padding-top-larger {
  padding-top: 50px !important;
}

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

.Padding-right-thinner {
  padding-right: 10px !important;
}

.Padding-right-thin {
  padding-right: 20px !important;
}

.Padding-right-normal {
  padding-right: 30px !important;
}

.Padding-right-large {
  padding-right: 40px !important;
}

.Padding-right-larger {
  padding-right: 50px !important;
}

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

.Padding-bottom-thinner {
  padding-bottom: 10px !important;
}

.Padding-bottom-thin {
  padding-bottom: 20px !important;
}

.Padding-bottom-normal {
  padding-bottom: 30px !important;
}

.Padding-bottom-large {
  padding-bottom: 40px !important;
}

.Padding-bottom-larger {
  padding-bottom: 50px !important;
}

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

.Padding-left-thinner {
  padding-left: 10px !important;
}

.Padding-left-thin {
  padding-left: 20px !important;
}

.Padding-left-normal {
  padding-left: 30px !important;
}

.Padding-left-large {
  padding-left: 40px !important;
}

.Padding-left-larger {
  padding-left: 50px !important;
}

@media screen and (min-width: 480px) {
  .NoMargin-XS {
    margin: 0 !important;
  }
  .NoMargin-vertical-XS {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-XS {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-XS {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-XS {
    margin-top: 10px !important;
  }
  .Margin-top-thin-XS {
    margin-top: 20px !important;
  }
  .Margin-top-normal-XS {
    margin-top: 30px !important;
  }
  .Margin-top-large-XS {
    margin-top: 40px !important;
  }
  .Margin-top-larger-XS {
    margin-top: 50px !important;
  }
  .NoMargin-right-XS {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-XS {
    margin-right: 10px !important;
  }
  .Margin-right-thin-XS {
    margin-right: 20px !important;
  }
  .Margin-right-normal-XS {
    margin-right: 30px !important;
  }
  .Margin-right-large-XS {
    margin-right: 40px !important;
  }
  .Margin-right-larger-XS {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-XS {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-XS {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-XS {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-XS {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-XS {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-XS {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-XS {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-XS {
    margin-left: 10px !important;
  }
  .Margin-left-thin-XS {
    margin-left: 20px !important;
  }
  .Margin-left-normal-XS {
    margin-left: 30px !important;
  }
  .Margin-left-large-XS {
    margin-left: 40px !important;
  }
  .Margin-left-larger-XS {
    margin-left: 50px !important;
  }
  .NoPadding-XS {
    padding: 0 !important;
  }
  .NoPadding-vertical-XS {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-XS {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .NoMargin-SM {
    margin: 0 !important;
  }
  .NoMargin-vertical-SM {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-SM {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-SM {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-SM {
    margin-top: 10px !important;
  }
  .Margin-top-thin-SM {
    margin-top: 20px !important;
  }
  .Margin-top-normal-SM {
    margin-top: 30px !important;
  }
  .Margin-top-large-SM {
    margin-top: 40px !important;
  }
  .Margin-top-larger-SM {
    margin-top: 50px !important;
  }
  .NoMargin-right-SM {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-SM {
    margin-right: 10px !important;
  }
  .Margin-right-thin-SM {
    margin-right: 20px !important;
  }
  .Margin-right-normal-SM {
    margin-right: 30px !important;
  }
  .Margin-right-large-SM {
    margin-right: 40px !important;
  }
  .Margin-right-larger-SM {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-SM {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-SM {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-SM {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-SM {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-SM {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-SM {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-SM {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-SM {
    margin-left: 10px !important;
  }
  .Margin-left-thin-SM {
    margin-left: 20px !important;
  }
  .Margin-left-normal-SM {
    margin-left: 30px !important;
  }
  .Margin-left-large-SM {
    margin-left: 40px !important;
  }
  .Margin-left-larger-SM {
    margin-left: 50px !important;
  }
  .NoPadding-SM {
    padding: 0 !important;
  }
  .NoPadding-vertical-SM {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-SM {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .NoMargin-MD {
    margin: 0 !important;
  }
  .NoMargin-vertical-MD {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-MD {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-MD {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-MD {
    margin-top: 10px !important;
  }
  .Margin-top-thin-MD {
    margin-top: 20px !important;
  }
  .Margin-top-normal-MD {
    margin-top: 30px !important;
  }
  .Margin-top-large-MD {
    margin-top: 40px !important;
  }
  .Margin-top-larger-MD {
    margin-top: 50px !important;
  }
  .NoMargin-right-MD {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-MD {
    margin-right: 10px !important;
  }
  .Margin-right-thin-MD {
    margin-right: 20px !important;
  }
  .Margin-right-normal-MD {
    margin-right: 30px !important;
  }
  .Margin-right-large-MD {
    margin-right: 40px !important;
  }
  .Margin-right-larger-MD {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-MD {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-MD {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-MD {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-MD {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-MD {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-MD {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-MD {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-MD {
    margin-left: 10px !important;
  }
  .Margin-left-thin-MD {
    margin-left: 20px !important;
  }
  .Margin-left-normal-MD {
    margin-left: 30px !important;
  }
  .Margin-left-large-MD {
    margin-left: 40px !important;
  }
  .Margin-left-larger-MD {
    margin-left: 50px !important;
  }
  .NoPadding-MD {
    padding: 0 !important;
  }
  .NoPadding-vertical-MD {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-MD {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .NoMargin-LG {
    margin: 0 !important;
  }
  .NoMargin-vertical-LG {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-LG {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-LG {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-LG {
    margin-top: 10px !important;
  }
  .Margin-top-thin-LG {
    margin-top: 20px !important;
  }
  .Margin-top-normal-LG {
    margin-top: 30px !important;
  }
  .Margin-top-large-LG {
    margin-top: 40px !important;
  }
  .Margin-top-larger-LG {
    margin-top: 50px !important;
  }
  .NoMargin-right-LG {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-LG {
    margin-right: 10px !important;
  }
  .Margin-right-thin-LG {
    margin-right: 20px !important;
  }
  .Margin-right-normal-LG {
    margin-right: 30px !important;
  }
  .Margin-right-large-LG {
    margin-right: 40px !important;
  }
  .Margin-right-larger-LG {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-LG {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-LG {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-LG {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-LG {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-LG {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-LG {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-LG {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-LG {
    margin-left: 10px !important;
  }
  .Margin-left-thin-LG {
    margin-left: 20px !important;
  }
  .Margin-left-normal-LG {
    margin-left: 30px !important;
  }
  .Margin-left-large-LG {
    margin-left: 40px !important;
  }
  .Margin-left-larger-LG {
    margin-left: 50px !important;
  }
  .NoPadding-LG {
    padding: 0 !important;
  }
  .NoPadding-vertical-LG {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-LG {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1600px) {
  .NoMargin-XLG {
    margin: 0 !important;
  }
  .NoMargin-vertical-XLG {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-XLG {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-XLG {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-XLG {
    margin-top: 10px !important;
  }
  .Margin-top-thin-XLG {
    margin-top: 20px !important;
  }
  .Margin-top-normal-XLG {
    margin-top: 30px !important;
  }
  .Margin-top-large-XLG {
    margin-top: 40px !important;
  }
  .Margin-top-larger-XLG {
    margin-top: 50px !important;
  }
  .NoMargin-right-XLG {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-XLG {
    margin-right: 10px !important;
  }
  .Margin-right-thin-XLG {
    margin-right: 20px !important;
  }
  .Margin-right-normal-XLG {
    margin-right: 30px !important;
  }
  .Margin-right-large-XLG {
    margin-right: 40px !important;
  }
  .Margin-right-larger-XLG {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-XLG {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-XLG {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-XLG {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-XLG {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-XLG {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-XLG {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-XLG {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-XLG {
    margin-left: 10px !important;
  }
  .Margin-left-thin-XLG {
    margin-left: 20px !important;
  }
  .Margin-left-normal-XLG {
    margin-left: 30px !important;
  }
  .Margin-left-large-XLG {
    margin-left: 40px !important;
  }
  .Margin-left-larger-XLG {
    margin-left: 50px !important;
  }
  .NoPadding-XLG {
    padding: 0 !important;
  }
  .NoPadding-vertical-XLG {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-XLG {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .NoMargin-XXSmax {
    margin: 0 !important;
  }
  .NoMargin-vertical-XXSmax {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-XXSmax {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-XXSmax {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-XXSmax {
    margin-top: 10px !important;
  }
  .Margin-top-thin-XXSmax {
    margin-top: 20px !important;
  }
  .Margin-top-normal-XXSmax {
    margin-top: 30px !important;
  }
  .Margin-top-large-XXSmax {
    margin-top: 40px !important;
  }
  .Margin-top-larger-XXSmax {
    margin-top: 50px !important;
  }
  .NoMargin-right-XXSmax {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-XXSmax {
    margin-right: 10px !important;
  }
  .Margin-right-thin-XXSmax {
    margin-right: 20px !important;
  }
  .Margin-right-normal-XXSmax {
    margin-right: 30px !important;
  }
  .Margin-right-large-XXSmax {
    margin-right: 40px !important;
  }
  .Margin-right-larger-XXSmax {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-XXSmax {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-XXSmax {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-XXSmax {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-XXSmax {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-XXSmax {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-XXSmax {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-XXSmax {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-XXSmax {
    margin-left: 10px !important;
  }
  .Margin-left-thin-XXSmax {
    margin-left: 20px !important;
  }
  .Margin-left-normal-XXSmax {
    margin-left: 30px !important;
  }
  .Margin-left-large-XXSmax {
    margin-left: 40px !important;
  }
  .Margin-left-larger-XXSmax {
    margin-left: 50px !important;
  }
  .NoPadding-XXSmax {
    padding: 0 !important;
  }
  .NoPadding-vertical-XXSmax {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-XXSmax {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .NoMargin-XSmax {
    margin: 0 !important;
  }
  .NoMargin-vertical-XSmax {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-XSmax {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-XSmax {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-XSmax {
    margin-top: 10px !important;
  }
  .Margin-top-thin-XSmax {
    margin-top: 20px !important;
  }
  .Margin-top-normal-XSmax {
    margin-top: 30px !important;
  }
  .Margin-top-large-XSmax {
    margin-top: 40px !important;
  }
  .Margin-top-larger-XSmax {
    margin-top: 50px !important;
  }
  .NoMargin-right-XSmax {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-XSmax {
    margin-right: 10px !important;
  }
  .Margin-right-thin-XSmax {
    margin-right: 20px !important;
  }
  .Margin-right-normal-XSmax {
    margin-right: 30px !important;
  }
  .Margin-right-large-XSmax {
    margin-right: 40px !important;
  }
  .Margin-right-larger-XSmax {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-XSmax {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-XSmax {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-XSmax {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-XSmax {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-XSmax {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-XSmax {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-XSmax {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-XSmax {
    margin-left: 10px !important;
  }
  .Margin-left-thin-XSmax {
    margin-left: 20px !important;
  }
  .Margin-left-normal-XSmax {
    margin-left: 30px !important;
  }
  .Margin-left-large-XSmax {
    margin-left: 40px !important;
  }
  .Margin-left-larger-XSmax {
    margin-left: 50px !important;
  }
  .NoPadding-XSmax {
    padding: 0 !important;
  }
  .NoPadding-vertical-XSmax {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-XSmax {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .NoMargin-SMmax {
    margin: 0 !important;
  }
  .NoMargin-vertical-SMmax {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-SMmax {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-SMmax {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-SMmax {
    margin-top: 10px !important;
  }
  .Margin-top-thin-SMmax {
    margin-top: 20px !important;
  }
  .Margin-top-normal-SMmax {
    margin-top: 30px !important;
  }
  .Margin-top-large-SMmax {
    margin-top: 40px !important;
  }
  .Margin-top-larger-SMmax {
    margin-top: 50px !important;
  }
  .NoMargin-right-SMmax {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-SMmax {
    margin-right: 10px !important;
  }
  .Margin-right-thin-SMmax {
    margin-right: 20px !important;
  }
  .Margin-right-normal-SMmax {
    margin-right: 30px !important;
  }
  .Margin-right-large-SMmax {
    margin-right: 40px !important;
  }
  .Margin-right-larger-SMmax {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-SMmax {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-SMmax {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-SMmax {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-SMmax {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-SMmax {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-SMmax {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-SMmax {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-SMmax {
    margin-left: 10px !important;
  }
  .Margin-left-thin-SMmax {
    margin-left: 20px !important;
  }
  .Margin-left-normal-SMmax {
    margin-left: 30px !important;
  }
  .Margin-left-large-SMmax {
    margin-left: 40px !important;
  }
  .Margin-left-larger-SMmax {
    margin-left: 50px !important;
  }
  .NoPadding-SMmax {
    padding: 0 !important;
  }
  .NoPadding-vertical-SMmax {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-SMmax {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .NoMargin-MDmax {
    margin: 0 !important;
  }
  .NoMargin-vertical-MDmax {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-MDmax {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-MDmax {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-MDmax {
    margin-top: 10px !important;
  }
  .Margin-top-thin-MDmax {
    margin-top: 20px !important;
  }
  .Margin-top-normal-MDmax {
    margin-top: 30px !important;
  }
  .Margin-top-large-MDmax {
    margin-top: 40px !important;
  }
  .Margin-top-larger-MDmax {
    margin-top: 50px !important;
  }
  .NoMargin-right-MDmax {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-MDmax {
    margin-right: 10px !important;
  }
  .Margin-right-thin-MDmax {
    margin-right: 20px !important;
  }
  .Margin-right-normal-MDmax {
    margin-right: 30px !important;
  }
  .Margin-right-large-MDmax {
    margin-right: 40px !important;
  }
  .Margin-right-larger-MDmax {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-MDmax {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-MDmax {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-MDmax {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-MDmax {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-MDmax {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-MDmax {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-MDmax {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-MDmax {
    margin-left: 10px !important;
  }
  .Margin-left-thin-MDmax {
    margin-left: 20px !important;
  }
  .Margin-left-normal-MDmax {
    margin-left: 30px !important;
  }
  .Margin-left-large-MDmax {
    margin-left: 40px !important;
  }
  .Margin-left-larger-MDmax {
    margin-left: 50px !important;
  }
  .NoPadding-MDmax {
    padding: 0 !important;
  }
  .NoPadding-vertical-MDmax {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-MDmax {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1599px) {
  .NoMargin-LGmax {
    margin: 0 !important;
  }
  .NoMargin-vertical-LGmax {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .NoMargin-horizontal-LGmax {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .NoMargin-top-LGmax {
    margin-top: 0 !important;
  }
  .Margin-top-thinner-LGmax {
    margin-top: 10px !important;
  }
  .Margin-top-thin-LGmax {
    margin-top: 20px !important;
  }
  .Margin-top-normal-LGmax {
    margin-top: 30px !important;
  }
  .Margin-top-large-LGmax {
    margin-top: 40px !important;
  }
  .Margin-top-larger-LGmax {
    margin-top: 50px !important;
  }
  .NoMargin-right-LGmax {
    margin-right: 0 !important;
  }
  .Margin-right-thinner-LGmax {
    margin-right: 10px !important;
  }
  .Margin-right-thin-LGmax {
    margin-right: 20px !important;
  }
  .Margin-right-normal-LGmax {
    margin-right: 30px !important;
  }
  .Margin-right-large-LGmax {
    margin-right: 40px !important;
  }
  .Margin-right-larger-LGmax {
    margin-right: 50px !important;
  }
  .NoMargin-bottom-LGmax {
    margin-bottom: 0 !important;
  }
  .Margin-bottom-thinner-LGmax {
    margin-bottom: 10px !important;
  }
  .Margin-bottom-thin-LGmax {
    margin-bottom: 20px !important;
  }
  .Margin-bottom-normal-LGmax {
    margin-bottom: 30px !important;
  }
  .Margin-bottom-large-LGmax {
    margin-bottom: 40px !important;
  }
  .Margin-bottom-larger-LGmax {
    margin-bottom: 50px !important;
  }
  .NoMargin-left-LGmax {
    margin-left: 0 !important;
  }
  .Margin-left-thinner-LGmax {
    margin-left: 10px !important;
  }
  .Margin-left-thin-LGmax {
    margin-left: 20px !important;
  }
  .Margin-left-normal-LGmax {
    margin-left: 30px !important;
  }
  .Margin-left-large-LGmax {
    margin-left: 40px !important;
  }
  .Margin-left-larger-LGmax {
    margin-left: 50px !important;
  }
  .NoPadding-LGmax {
    padding: 0 !important;
  }
  .NoPadding-vertical-LGmax {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .NoPadding-horizontal-LGmax {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.js-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-color: white;
  position: relative;
}

.js-map:before {
  position: absolute;
  content: "MAP";
  opacity: 0.5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-map .marker-collection {
  display: none;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/* it's puuurrrfect ! :D */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

[data-icon]:not([data-icon="SVG"]):before {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s 0.5s forwards;
  animation: fadeIn 0.3s 0.5s forwards;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Material Icons" !important;
  content: attr(data-icon);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Better Font Rendering =========== */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  /* IE SUPPORT */
}

[data-icon="SVG"] {
  position: relative;
}

[data-icon="SVG"] svg {
  fill: #000000;
}

.Icon, .Icon-center, .Icon-left, .Icon-right {
  position: relative;
  min-width: 1em;
  min-height: 1em;
}

.Icon:before, .Icon-center:before, .Icon-left:before, .Icon-right:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: currentColor;
}

.Icon > svg, .Icon-center > svg, .Icon-left > svg, .Icon-right > svg {
  position: absolute;
  max-width: 1em;
  max-height: 1em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Icon > svg #bg path, .Icon-center > svg #bg path, .Icon-left > svg #bg path, .Icon-right > svg #bg path {
  fill: #ffffff;
}

.Icon > svg #ic path, .Icon-center > svg #ic path, .Icon-left > svg #ic path, .Icon-right > svg #ic path {
  fill: #000000;
}

.Icon-center:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Icon-center > svg {
  left: auto;
}

.Icon-left {
  padding-left: 1.6em;
}

.Icon-left:before {
  left: 0;
}

.Icon-right {
  padding-right: 1.6em;
}

.Icon-right:before {
  right: 0;
}

.Icon-right > svg {
  left: auto;
  right: 0 !important;
}

.FormElement hr {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.FormElement.Icon-left {
  padding-left: 1.6em;
}

.FormElement.Icon-left:before {
  left: 0;
}

.FormElement.Icon-right {
  padding-right: 1.6em;
}

.FormElement.Icon-right:before {
  right: 0;
}

.FormElement.FormElement-boxed.Icon-left {
  padding-left: 1.6em;
}

.FormElement.FormElement-boxed:before {
  left: 0.8em;
}

.FormElement.FormElement-boxed.Icon-right {
  padding-right: 1.6em;
}

.FormElement.FormElement-boxed.Icon-right:before {
  left: auto !important;
  right: 0.8em;
}

[debug-mode='bg'] * {
  background: rgba(255, 0, 0, 0.1);
}

[debug-mode='border'] * {
  border: 1px solid red;
}

[debug-mode='both'] * {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
}

body.modal-open {
  height: 100%;
}

.AdminModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.AdminModal .AdminModal_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 991px;
  width: 100%;
  padding: 15px 30px;
}

.AdminModal .AdminModal_wrapper .AdminModal_header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.AdminModal .AdminModal_wrapper .AdminModal_header h3 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}

.AdminModal .AdminModal_wrapper .AdminModal_header .close {
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  color: #547a8d;
}

@media (max-width: 767px) {
  .AdminModal .AdminModal_wrapper {
    padding: 0 15px;
  }
  .AdminModal .AdminModal_wrapper .AdminModal_header h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .AdminModal .AdminModal_wrapper .AdminModal_body form .FormElement_submit {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .AdminModal .AdminModal_wrapper .AdminModal_body form .FormElement_submit a {
    margin-top: 15px;
  }
}

.AdminModal #logo-admin {
  position: fixed;
  top: 150px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  width: 100%;
  max-width: 991px;
  padding: 0 15px;
}

.AdminModal #logo-admin svg {
  width: 100%;
  opacity: .15;
}

.AdminModal #logo-admin svg path {
  fill: #547a8d;
}

.AdminModal #login {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.6s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.AdminModal #login.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -25%, 0);
  transform: translate3d(-50%, -25%, 0);
}

.AdminModal #lostpassword {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.6s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.AdminModal #lostpassword.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translate3d(-50%, -25%, 0);
  transform: translate3d(-50%, -25%, 0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 990;
  background: #364e5a;
  opacity: 0;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.6s;
}

.modal-backdrop.in {
  opacity: 1;
}

.Popup {
  width: 100%;
  max-width: 960px;
  padding: 25px;
}

.Popup .Popup_inner {
  position: relative;
  background: #ffffff;
}

.Popup .Popup_inner .Popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
}

.Popup .Popup_inner .Popup_close span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.Popup .Popup_inner .Popup_close span:before, .Popup .Popup_inner .Popup_close span:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #000000;
  top: 50%;
  left: 50%;
}

.Popup .Popup_inner .Popup_close span:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.Popup .Popup_inner .Popup_close span:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.Popup .Popup_inner .Popup_inner_content {
  padding: 45px 15px 30px 15px;
}

.Popup .Popup_inner .Popup_inner_content .editable h1 {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .Popup .Popup_inner .Popup_inner_content {
    padding: 60px 30px 45px 30px;
  }
}

@media screen and (max-width: 319px) {
  [class*="ResponsiveWitness"]:after {
    position: fixed;
    padding: 30px 15px;
    line-height: 1.2;
    text-align: center;
    content: "Votre écran n'est pas assez large. Veuillez pivoter votre appareil, ou consulter ce site sur un appareil plus récent.";
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: white;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "XXS";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 480px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "XS";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 768px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "SM";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 992px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "MD";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 1200px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "LG";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 1600px) {
  [class*="ResponsiveWitness"][class*="__active"] {
    position: relative;
  }
  [class*="ResponsiveWitness"][class*="__active"]:before {
    position: fixed;
    content: "XLG";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    font-weight: 500;
    z-index: 1000000;
    opacity: 0.2;
    padding: 10px 7px;
  }
}

[class*="ResponsiveWitness"][class*="__active"][class*="-colored"]:before {
  background: #000000;
  opacity: .5;
}

* {
  -webkit-appearance: none !important;
}

html {
  font-size: 16px;
}

html, body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000000;
  width: 100%;
  height: 100%;
}

html *, html *:focus, body *, body *:focus {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: #000000;
  color: #fff;
}

::selection {
  background-color: #000000;
  color: #fff;
}

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

.container-fluid {
  width: 100%;
  padding: 0;
}

.container-fluid .row {
  padding: 0;
  margin: 0;
}

.container-fluid .row > [class*="col-"] {
  padding: 0;
}

.container-fluid > [class*="col-"] {
  padding: 0;
}

.theDate {
  font-size: 0.875rem;
  color: #3b3b3b;
  display: block;
}

.SmoothTransition {
  transition: all ease-in 0.3s !important;
}

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

.FlexParent {
  display: -webkit-box;
  display: flex;
}

.FlexParent [class*="col-"] {
  float: none;
}

.AlignItems-center {
  -webkit-box-align: center;
  align-items: center;
}

.AlignItems-top {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.AlignItems-stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}

.Jc-sb {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.Jc-sa {
  justify-content: space-around;
}

.Jc-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.FlexWrap-wrap {
  flex-wrap: wrap;
}

.FlexDirection-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.FlexDirection-column [class*="col-"] {
  float: none;
}

@media (max-width: 767px) {
  .FlexDirection-column-XSmax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .FlexDirection-column-XSmax [class*="col-"] {
    float: none;
  }
}

@media (max-width: 990px) {
  .FlexDirection-column-SMmax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .FlexDirection-column-SMmax [class*="col-"] {
    float: none;
  }
}

@media (min-width: 769px) {
  .FlexParent-SM {
    display: -webkit-box;
    display: flex;
  }
  .FlexParent-SM [class*="col-"] {
    float: none;
  }
  .AlignItems-top-SM {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .FlexParent-MD {
    display: -webkit-box;
    display: flex;
  }
  .FlexParent-MD [class*="col-"] {
    float: none;
  }
}

[class*="TextTransform-"][class*="-uppercase"] {
  text-transform: uppercase;
}

[class*="TextTransform-"][class*="-lowercase"] {
  text-transform: lowercase;
}

[class*="TextTransform-"][class*="-capitalize"] {
  text-transform: capitalize;
}

[class*="TextTransform-"][class*="-none"] {
  text-transform: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: "Tiempos", serif;
}

h1, .h1 {
  font-size: calc(28px + 2vw);
  line-height: calc(33px + 2vw);
  margin-bottom: 1em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 65px;
  }
}

h2, .h2 {
  font-size: calc(24px + 2vw);
  line-height: calc(28px + 2vw);
  margin-bottom: 1em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.75rem;
    line-height: 50px;
  }
}

h3, .h3 {
  font-size: calc(21px + 2vw);
  line-height: calc(24px + 2vw);
  margin-bottom: .8em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2rem;
    line-height: 40px;
  }
}

h4, .h4 {
  font-size: calc(18px + 2vw);
  line-height: calc(20px + 2vw);
  margin-bottom: .7em;
  margin-top: 0;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.46875rem;
    line-height: 26px;
  }
}

h5, .h5 {
  font-size: 1.3125rem;
  margin-bottom: .5em;
  margin-top: 0;
}

h6, .h6 {
  font-size: 1.125rem;
  margin-bottom: .7em;
  margin-top: 0;
}

small {
  font-size: 0.65em;
}

.editable > *:first-child {
  margin-top: 0 !important;
}

.editable > *:last-child {
  margin-bottom: 0 !important;
}

.editable h2 {
  margin-top: 0.80em;
}

.editable h3, .editable h4, .editable h5, .editable h6 {
  margin-top: 1em;
}

.editable h6 {
  margin-bottom: 0.8em !important;
}

.editable blockquote {
  font-size: 1.25rem;
  line-height: 32px !important;
  font-weight: 700 !important;
  font-family: "Tiempos", serif !important;
}

.editable.editable-blackText p, .editable.editable-blackText h1, .editable.editable-blackText h2, .editable.editable-blackText h3, .editable.editable-blackText h4, .editable.editable-blackText h5, .editable.editable-blackText h6, .editable.editable-blackText blockquote {
  color: #000000;
}

.editable.editable-grayText p, .editable.editable-grayText h1, .editable.editable-grayText h2, .editable.editable-grayText h3, .editable.editable-grayText h4, .editable.editable-grayText h5, .editable.editable-grayText h6, .editable.editable-grayText blockquote {
  color: #6a6a6a !important;
}

@media (min-width: 992px) {
  .editable blockquote {
    font-size: 2.25rem;
    line-height: 45px !important;
  }
}

.editable ul li, .editable ol li {
  font-size: 1.125rem;
  line-height: 24px;
  color: #6a6a6a;
  font-family: "Tiempos", serif;
}

.editable ul li strong, .editable ol li strong {
  font-weight: 700;
}

.editable h6 {
  font-size: 0.6875rem;
  line-height: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  color: #6a6a6a;
  font-weight: 700;
  margin: 5px 0;
}

.markdown-bold-to-sup strong {
  font-weight: inherit;
  vertical-align: super;
  font-size: 70%;
}

p, blockquote, strong {
  font-size: 1.125rem;
  line-height: 24px;
  color: #6a6a6a;
  margin-bottom: 1.3em;
  font-family: "Tiempos", serif;
}

p strong, blockquote strong, strong strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  font-weight: 400;
  color: #000000;
}

a:hover, a:active, a:focus {
  color: #ff3f38;
}

ul[class], ol[class] {
  list-style-type: none;
  padding: 0;
}

ul:not([class]), ol:not([class]) {
  padding-left: 1.5rem;
}

ul.bordered li:not(:last-child), ol.bordered li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

ul li, ol li {
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}

ul li[class*='icon-']:before, ol li[class*='icon-']:before {
  top: 0.15em;
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes BtnHover-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes BtnHover-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes BtnHover-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes BtnHover-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes BtnHover-loading {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  75% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes BtnHover-loading {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  75% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

.ShowMorePublications {
  padding-bottom: 45px;
}

@media (min-width: 992px) {
  .ShowMorePublications {
    padding-bottom: 95px;
  }
}

.Btn-minimal {
  font-size: 0.875rem;
  text-decoration: none;
  color: #456473;
  font-weight: 500;
}

.Btn-minimal.Btn-alt {
  color: #ff3f38;
  font-size: 1.125rem;
}

.Btn-minimal.Btn-alt:hover {
  color: #456473;
}

[data-href], .Icon-center {
  cursor: pointer;
}

.Btn {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  padding: 3px 40px;
  border: 2px solid transparent;
  text-decoration: none !important;
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.43, 0.045, 0.1, 0.95);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer !important;
}

.Btn.is-loading {
  background: transparent;
  pointer-events: none;
}

.Btn.is-loading:after {
  background: #000000;
  -webkit-animation: BtnHover-loading 1.5s infinite;
  animation: BtnHover-loading 1.5s infinite;
}

.Btn.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed !important;
}

.Btn:hover {
  color: #000000;
}

.Btn:hover:after {
  -webkit-animation: BtnHover-on 0.3s forwards;
  animation: BtnHover-on 0.3s forwards;
}

.Btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-animation: BtnHover-off 0.3s forwards;
  animation: BtnHover-off 0.3s forwards;
  z-index: -1;
}

.Btn:empty {
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
}

.Btn.Btn-second {
  background: #456473;
}

.Btn.Btn-second:hover {
  background: #507586;
  color: #456473;
}

.Btn.Btn-second.Btn-bordered {
  border: 2px solid #456473;
  color: #456473;
}

.Btn.Btn-second.Btn-bordered:after {
  background-color: #456473;
}

.Btn.Btn-second.Btn-bordered:hover {
  background: transparent !important;
  color: #ffffff;
}

.Btn.Btn-thin {
  border-width: 1px !important;
}

.Btn.Btn-large {
  padding: 12px 26px;
}

.Btn.Btn-bordered {
  background: none !important;
  color: #000000;
  border: 2px solid #000000;
}

.Btn.Btn-bordered:after {
  background: #000000;
}

.Btn.Btn-bordered:hover {
  color: #ffffff;
}

.Btn.Btn-round {
  border-radius: 50% !important;
}

.Btn.Btn-round:after {
  border-radius: 50% !important;
}

.Btn.Btn-white {
  color: #000000;
  background: #ffffff;
}

.Btn.Btn-white.Btn-bordered {
  color: #ffffff;
  border-color: #ffffff;
}

.Btn.Btn-white.Btn-bordered:after {
  background: #ffffff;
}

.Btn.Btn-white.Btn-bordered:hover {
  color: #000000;
}

.Btn.Btn-gray {
  color: #ffffff;
  background: #e5e5e5 !important;
}

.Btn.Btn-gray:after {
  background: #f4f4f4 !important;
}

.Btn.Btn-gray.Btn-bordered {
  border: 2px solid #e5e5e5;
  color: #e5e5e5;
}

.Btn.Btn-gray.Btn-bordered:after {
  background: #e5e5e5;
}

.Btn.Btn-gray.Btn-bordered:hover {
  color: #ffffff;
}

.Btn.Btn-grayLight {
  color: #e5e5e5;
  background: #ededed !important;
}

.Btn.Btn-grayLight.Btn-bordered {
  border: 2px solid #ededed;
  color: #6a6a6a;
}

.Btn.Btn-grayLight.Btn-bordered:hover {
  color: #ffffff;
}

.Btn.Btn-grayLight:hover {
  background: #dedede !important;
}

.Btn.Btn-grayDark {
  background: #6a6a6a !important;
}

.Btn.Btn-grayDark:hover {
  background: #797979 !important;
}

.Btn.Btn-grayDark.Btn-bordered {
  border: 2px solid #6a6a6a;
  color: #6a6a6a;
  background: none !important;
}

.Btn.Btn-grayDark.Btn-bordered:after {
  background: #6a6a6a;
}

.Btn.Btn-grayDark.Btn-bordered:hover {
  color: #ffffff;
}

.Btn:first-child ~ .Btn {
  margin-left: 0.5em;
}

button {
  border-radius: 0;
}

.InputGroup {
  display: -webkit-box;
  display: flex;
}

.InputGroup .FormElement {
  margin: 0;
  -webkit-box-flex: 2;
  flex-grow: 2;
}

.InputGroup .FormElement input {
  padding: 8px 10px !important;
}

hr {
  border: none;
  height: 1px;
  background: #cccccc;
  margin: 2rem 0;
}

hr.medium {
  margin: 3rem 0;
}

hr.large {
  margin: 4rem 0;
}

hr.thin {
  margin: 1rem 0;
  background: #ebebeb;
}

.Alert {
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.Alert.has-success {
  background: #456473;
  color: black;
}

.Alert.has-error {
  background: #ff3f38;
  color: #1f0100;
}

.has-error, .has-error + label {
  color: #850500;
}

.has-success, .has-success + label {
  color: #020303;
}

label, .Label {
  display: block;
  margin-bottom: .25rem;
}

.FormElement-line {
  border-bottom: 2px solid #d5d4d3;
}

.FormElement-line input {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
  color: #456473;
}

.FormElement-line ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #c7c5c4;
}

.FormElement-line :-moz-placeholder {
  /* Firefox 18- */
  color: #c7c5c4;
}

.FormElement-line ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c5c4;
}

.FormElement-line :-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c5c4;
}

.FormElement-line ::-ms-input-placeholder {
  /* Edge */
  color: #c7c5c4;
}

.FormElement-line :placeholder-shown {
  /* Standard one last! */
  color: #c7c5c4;
}

@media (min-width: 992px) {
  .FormElement-line input {
    font-size: 2.25rem;
  }
}

.FormElement {
  margin-bottom: 25px;
  position: relative;
}

.FormElement.is-unstyled {
  pointer-events: none;
  opacity: .3;
}

.FormElement.FormElement-boxed {
  background: #f2f2f2;
}

.FormElement.FormElement-bordered {
  outline: 2px solid #c0c0c0 !important;
}

.FormElement.FormElement_select:before {
  display: none;
}

.FormElement.FormElement_select select {
  font-size: 1.25rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #456473;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.FormElement .SumoSelect {
  width: 100%;
}

.FormElement .SumoSelect .CaptionCont {
  background: transparent;
  border: none !important;
}

.FormElement .SumoSelect .CaptionCont span.placeholder {
  font-style: normal !important;
  color: #c7c5c4 !important;
}

.FormElement select,
.FormElement input:not([type="radio"]),
.FormElement input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: 0.8rem;
  background: none;
  border: none;
  color: #3a3a3a;
}

.FormElement.FormElement_upload {
  width: 100%;
}

.FormElement.FormElement_upload input {
  position: absolute;
  height: .1px;
  width: .1px;
  overflow: hidden;
  z-index: -99999;
  opacity: .01;
}

.FormElement.FormElement_upload label {
  width: 100%;
  background: none;
  border: none;
  padding: 0.8rem;
  margin: 0 !important;
}

.FormElement.FormElement_submit [type="submit"].disabled {
  pointer-events: none;
  opacity: .45;
}

.FormElement.FormElement_submit span {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}

.FormElement.FormElement_radio, .FormElement.FormElement_checkbox {
  display: inline-block;
}

.FormElement.FormElement_radio.FormElement-boxed, .FormElement.FormElement_checkbox.FormElement-boxed {
  padding: 0.8em 0.8em 0.7em;
}

.FormElement.FormElement_radio input, .FormElement.FormElement_checkbox input {
  display: none;
}

.FormElement.FormElement_radio label, .FormElement.FormElement_checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.8em;
}

.FormElement.FormElement_radio label:before, .FormElement.FormElement_checkbox label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  background: #ffffff;
  border: 1px solid silver;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.FormElement.FormElement_radio[class*="radio"] label:before, .FormElement.FormElement_checkbox[class*="radio"] label:before {
  border-radius: 40px;
}

.FormElement.FormElement_radio :checked + label:before, .FormElement.FormElement_checkbox :checked + label:before {
  background: #456473;
  border-color: #456473;
}

.FormElement.FormElement_radio:first-child ~ .FormElement.FormElement_radio, .FormElement.FormElement_checkbox:first-child ~ .FormElement.FormElement_radio, .FormElement.FormElement_radio:first-child ~ .FormElement.FormElement_checkbox, .FormElement.FormElement_checkbox:first-child ~ .FormElement.FormElement_checkbox {
  margin-left: 0.8em;
}

.FormElement textarea {
  padding: 0.8rem;
  height: auto;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  background: none;
  border: none;
}

.FormElement hr {
  margin: 0;
  width: 100%;
  background: #d9d9d9 !important;
}

.FormElement input:focus ~ .line {
  width: 100%;
}

.FormElement .line {
  display: inline-block;
  top: calc(100% - 1px);
  z-index: 1000;
  left: 0;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #ff3f38;
  transition: all .2s;
}

.FormElement.has-error, .FormElement.has-success {
  margin-bottom: 10px;
}

.FormElement.has-error + label, .FormElement.has-success + label {
  text-align: center;
  margin-bottom: 25px;
}

table {
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
}

table th {
  font-size: 0.71875rem;
  text-transform: uppercase;
}

table td {
  font-size: 0.84375rem;
}

table th, table td {
  padding: 10px;
  border: 1px solid #cccccc;
}

table th:empty, table td:empty {
  background: #f2f2f2;
}

.tabs-wrap .nav {
  margin-bottom: 2rem;
}

.tabs-wrap .nav li {
  padding: 0;
}

.tabs-wrap .nav li a {
  border-radius: 0;
  text-decoration: none;
  color: #e5e5e5;
}

.tabs-wrap .nav li.active a {
  color: #ff3f38;
  position: relative;
}

.Accordions {
  margin-bottom: 2em;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.Accordions .Accordions_block {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.Accordions .Accordions_block:not(:last-child) {
  border-bottom: 2px solid #cccccc;
}

.Accordions .Accordions_block p:last-child {
  margin: 0;
}

.Accordions .Accordions_block .Accordions_header .Accordions_title {
  margin: 0;
}

.Accordions .Accordions_block .Accordions_header .Accordions_title:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.45s;
}

.Accordions .Accordions_block .Accordions_header.active .Accordions_title {
  color: #ff3f38;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.45s;
}

.Accordions .Accordions_block .Accordions_header.active .Accordions_title:before {
  color: #ff3f38;
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.Accordions .Accordions_block .Accordions_content {
  margin-top: 1.3rem;
  display: none;
}

.BrandColor .BrandColor_block [class*="BrandColor_item"] {
  padding: 15px;
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor {
  background: #000000;
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor [class*="BrandColor_item"]:after {
  color: #ffffff;
  display: block;
  content: "#000000";
  font-size: 75%;
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor [class*="BrandColor_item"][class*="-light"] {
  background: #141414;
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor [class*="BrandColor_item"][class*="-light"]:after {
  content: "#141414";
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor [class*="BrandColor_item"][class*="-dark"] {
  background: black;
}

.BrandColor .BrandColor_block.BrandColor_block-mainColor [class*="BrandColor_item"][class*="-dark"]:after {
  content: "black";
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor {
  background: #456473;
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor [class*="BrandColor_item"]:after {
  content: "#456473";
  color: #ffffff;
  display: block;
  font-size: 75%;
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor [class*="BrandColor_item"][class*="-light"] {
  background: #547a8d;
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor [class*="BrandColor_item"][class*="-light"]:after {
  content: "#547a8d";
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor [class*="BrandColor_item"][class*="-dark"] {
  background: #364e5a;
}

.BrandColor .BrandColor_block.BrandColor_block-secondColor [class*="BrandColor_item"][class*="-dark"]:after {
  content: "#364e5a";
}

.HeaderMain {
  max-width: 100%;
}

.HeaderMain .HeaderMain_top {
  padding: 15px 0;
}

@media (max-width: 990px) {
  .HeaderMain .HeaderMain_top > .container {
    width: 100%;
  }
}

.HeaderMain .HeaderMain_top .NavSecondary {
  display: none;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 879px) {
  .HeaderMain .HeaderMain_top .HeaderMain_actions {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.875rem;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 20px;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login > div:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login {
    margin-right: auto;
  }
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login .Icon-center {
  display: block;
  font-size: 1.625rem;
  line-height: 26px;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login .Icon-center:before {
  font-size: 1.875rem;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login .loginText {
  display: none;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0 10px;
  text-decoration: none;
}

@media (max-width: 990px) {
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart {
    margin: 0 15px;
  }
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart span {
  display: block;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart svg {
  width: 25px;
  max-width: 25px;
  height: auto;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions [data-icon] {
  display: block;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions [data-icon]:before {
  font-size: 1.375rem;
  color: #000000;
  right: auto !important;
  font-weight: 700;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_socials {
  display: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_socials li {
  margin: 0;
  padding: 0;
}

.HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_socials li:not(:last-child) {
  margin-right: 14px;
}

.HeaderMain .HeaderMain_logo > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}

.HeaderMain .HeaderMain_logo a {
  display: block;
  width: 75px;
}

.HeaderMain .HeaderMain_logo a svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .HeaderMain .HeaderMain_logo > .container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .HeaderMain .HeaderMain_logo a {
    width: 110px;
  }
}

@-webkit-keyframes HamburgerOn {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

@keyframes HamburgerOn {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

@-webkit-keyframes HamburgerOff {
  0% {
    left: 100%;
    right: 0%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 0%;
    right: 100%;
  }
}

@keyframes HamburgerOff {
  0% {
    left: 100%;
    right: 0%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 0%;
    right: 100%;
  }
}

.HeaderMain .MainNav {
  display: none;
}

@media (min-width: 881px) {
  .HeaderMain .HeaderMain_top {
    padding: 0;
    border-bottom: 1px solid #ededed;
    position: relative;
  }
  .HeaderMain .HeaderMain_top > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .HeaderMain .HeaderMain_top .NavSecondary {
    display: block;
    width: calc(100% - 125px);
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li {
    margin: 0;
    padding: 5px 0;
    z-index: 10;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li:not(:last-child) {
    margin-right: 15px;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.is-active a, .HeaderMain .HeaderMain_top .NavSecondary ul li.active a {
    color: #ff3f38;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li a {
    font-size: 0.8125rem;
    text-decoration: none;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.has-child > a {
    position: relative;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.has-child > a:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 100%;
    background: #000000;
    bottom: -8px;
    opacity: 0;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.3s;
    z-index: 10;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.has-child ul {
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #c7c5c4;
    padding: 55px 0 55px 0;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.has-child ul li {
    margin: 0 !important;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li.has-child ul li a {
    font-size: 1.125rem;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li:hover a:before {
    right: 0%;
    opacity: 1;
  }
  .HeaderMain .HeaderMain_top .NavSecondary ul li:hover ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login {
    border-color: transparent;
    padding: 6px 6px 6px 0;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login .Icon-center {
    font-size: 1.875rem;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    display: block;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login .loginText {
    display: none;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions [data-icon] {
    display: none;
  }
  .HeaderMain .HeaderMain_logo {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .HeaderMain .MainNav {
    display: block;
    padding: 0 0 0 0;
    position: relative;
  }
  .HeaderMain .MainNav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
  }
  .HeaderMain .MainNav ul li {
    margin: 0;
    padding: 10px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .HeaderMain .MainNav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .HeaderMain .MainNav ul li a {
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
  }
  .HeaderMain .MainNav ul li.has-child > a {
    position: relative;
  }
  .HeaderMain .MainNav ul li.has-child > a:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 100%;
    background: #000000;
    bottom: -8px;
    opacity: 0;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.3s;
    z-index: 10;
  }
  .HeaderMain .MainNav ul li.has-child ul {
    display: block;
    background: #ffffff;
    margin: 0 auto;
    padding: 25px 20px 45px 20px;
    border-bottom: 1px solid #c7c5c4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.8s;
  }
  .HeaderMain .MainNav ul li.has-child ul li {
    margin: 0;
    padding: 12px 0 0 0;
  }
  .HeaderMain .MainNav ul li.has-child ul li a {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .HeaderMain .MainNav ul li:hover a:before {
    right: 0%;
    opacity: 1;
  }
  .HeaderMain .MainNav ul li:hover.has-child a {
    color: #ff3f38;
  }
  .HeaderMain .MainNav ul li:hover.has-child ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
  .HeaderMain .MainNav ul li:hover.has-child ul li a {
    color: #000000;
  }
  .HeaderMain .MainNav ul li:hover.has-child ul li a:hover {
    color: #ff3f38;
  }
  .HeaderMain .MainNav ul li.is-active > a:before {
    opacity: 1;
    right: 0%;
  }
  .HeaderMain .MainNav ul li.searchBtn a {
    display: block;
  }
  .HeaderMain .MainNav ul li.searchBtn a:before {
    font-size: 1.6875rem;
    color: #000000;
    right: auto !important;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .HeaderMain .HeaderMain_top {
    padding: 14px 0;
  }
  .HeaderMain .HeaderMain_top .NavSecondary {
    width: calc(100% - 200px);
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions {
    width: 200px;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login {
    border-color: #000000;
    padding: 1px 10px;
    margin-right: 0;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart {
    margin-right: 10px;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_socials {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .HeaderMain .MainNav ul li:not(:last-child) {
    margin-right: 45px;
  }
  .HeaderMain .MainNav ul li a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1451px) {
  .HeaderMain .HeaderMain_top > .container {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .HeaderMain .HeaderMain_top .NavSecondary {
    width: auto;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 10;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_login {
    border-color: #000000;
    padding: 1px 10px;
    margin-right: 10px;
  }
  .HeaderMain .HeaderMain_top .HeaderMain_actions .HeaderMain_cart {
    margin-right: 30px;
  }
}

.Hamburger {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 51px;
  height: 22px;
  cursor: pointer;
  -webkit-perspective: 1000;
}

.Hamburger:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background: black;
  -webkit-animation: HamburgerOff 0.8s 1s cubic-bezier(0.43, 0.045, 0.1, 0.95) forwards;
  animation: HamburgerOff 0.8s 1s cubic-bezier(0.43, 0.045, 0.1, 0.95) forwards;
}

.Hamburger .line {
  position: absolute;
  height: 2px;
  width: 36px;
  background: #000000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .4s 1.4s;
}

.Hamburger .Hamburger_top {
  top: 0;
}

.Hamburger .Hamburger_middle {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.Hamburger .Hamburger_bottom {
  bottom: 0;
}

.Hamburger.is-active:before {
  -webkit-animation: HamburgerOn 0.8s cubic-bezier(0.43, 0.045, 0.1, 0.95) forwards;
  animation: HamburgerOn 0.8s cubic-bezier(0.43, 0.045, 0.1, 0.95) forwards;
}

.Hamburger.is-active .line {
  opacity: 0;
  transition: all 0s .4s;
}

@media (min-width: 881px) {
  .Hamburger {
    display: none;
  }
}

.NavMobileWrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 1000;
  padding: 0 15px 15px 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s 1s;
  overflow: hidden;
}

.NavMobileWrapper .NavMobileWrapper_title {
  padding: 10px 0 10px 0;
  text-align: center;
}

.NavMobileWrapper .NavMobileWrapper_title span {
  display: block;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.8s 0.2s;
  opacity: 0;
}

.NavMobileWrapper .NavMobileWrapper_title span svg {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.NavMobileWrapper .NavMobileWrapper_title span svg polygon, .NavMobileWrapper .NavMobileWrapper_title span svg path {
  fill: #000000;
}

.NavMobileWrapper .Gradients {
  height: 100%;
}

.NavMobileWrapper .Gradients .gradient, .NavMobileWrapper .Gradients .gradient {
  content: '';
  position: fixed;
  left: 23px;
  right: 23px;
  height: 25px;
  z-index: 1;
}

.NavMobileWrapper .Gradients .Gradient_top {
  top: 68px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
}

.NavMobileWrapper .Gradients .Gradient_bottom {
  bottom: 23px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
}

.NavMobileWrapper .NavMobile {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 8px solid #000000;
  padding: 5px;
  overflow: scroll;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.8s 0.4s;
  opacity: 0;
}

.NavMobileWrapper .NavMobile ul {
  margin: 0;
  padding: 20px 10px;
  max-width: 100%;
  width: 100%;
}

.NavMobileWrapper .NavMobile ul li {
  margin: 0;
  padding: 0;
}

.NavMobileWrapper .NavMobile ul li:not(:last-child) {
  margin-bottom: 20px;
}

.NavMobileWrapper .NavMobile ul li a {
  color: #000000;
  text-decoration: none;
  font-size: calc(10px + 2vw);
  line-height: calc(12px + 2vw);
}

.NavMobileWrapper .NavMobile ul li.has-child {
  position: relative;
}

.NavMobileWrapper .NavMobile ul li.has-child .TriggerSubNav {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.NavMobileWrapper .NavMobile ul li.has-child .TriggerSubNav span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  font-size: calc(14px + 2vw);
}

.NavMobileWrapper .NavMobile ul li.has-child ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 10px;
}

.NavMobileWrapper .NavMobile ul li.has-child ul li {
  margin: 0;
  padding: 0 0 10px 0;
}

.NavMobileWrapper .NavMobile ul li.has-child ul li a {
  text-transform: lowercase;
  font-size: calc(9px + 1.5vw);
  line-height: calc(11px + 1.5vw);
}

.NavMobileWrapper .NavMobile ul li.has-child.is-active .TriggerSubNav span {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.NavMobileWrapper .Hamburger_close {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 6px 10px;
  background: #000000;
  text-align: center;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 1;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.2s;
}

.NavMobileWrapper .Hamburger_close span {
  font-size: 0.75rem;
}

.NavMobileWrapper.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s 0.8s;
}

.NavMobileWrapper.is-active .Hamburger_close {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.8s 2.75s;
}

.NavMobileWrapper.is-active .NavMobileWrapper_title span {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 1.2s 1.35s;
}

.NavMobileWrapper.is-active .NavMobile {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 1s 1s;
}

@media (min-width: 881px) {
  .NavMobileWrapper {
    display: none;
  }
}

.SectionTitle {
  font-size: 1.375rem;
  line-height: 22px;
  font-weight: 500;
  color: #ff3f38;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  padding-top: calc(35px + 3vw);
  padding-bottom: calc(35px + 3vw);
}

@media (min-width: 992px) {
  .SectionTitle {
    padding: 95px 0;
  }
}

.HeaderFull .HeaderFull_tag {
  display: none;
}

.HeaderFull .HeaderFull_blocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main {
  position: relative;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_imgWrap {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: calc(320px + 4vw);
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: calc(320px + 4vw);
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content .contentBtns {
  width: 221px;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content .contentBtns .Btn {
  text-align: center;
  width: 220px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content .contentBtns .Btn:first-child {
  margin-bottom: 10px;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Row:last-child {
  padding-top: 20px;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Cards .Card {
  padding: 0;
}

.HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Cards .Card .Card_content {
  padding: 0 15px 30px 15px;
}

@media (min-width: 769px) {
  .HeaderFull {
    position: relative;
  }
  .HeaderFull .HeaderFull_tag {
    pointer-events: none;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .HeaderFull .HeaderFull_tag span {
    font-size: 1.625rem;
    font-weight: 700;
  }
  .HeaderFull .HeaderFull_tag span.HeaderFull_tag_left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .HeaderFull .HeaderFull_tag span.HeaderFull_tag_right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_imgWrap {
    height: calc(400px + 4vw);
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content {
    top: 50px;
    bottom: 50px;
    right: 90px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Cards {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Cards .Card {
    margin: 10px;
  }
}

@media (min-width: 992px) {
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content {
    top: 70px;
    right: 90px;
    bottom: 70px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content h3 {
    font-size: 2.75rem;
    line-height: 48px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content .contentBtns .Btn:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 1601px) {
  .HeaderFull .HeaderFull_blocks {
    min-height: 950px;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main {
    width: 35vw;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_imgWrap {
    min-height: 950px;
    height: 100%;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_imgWrap img {
    min-height: 950px;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_main .HeaderFull_main_content {
    right: 70px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary {
    width: 65vw;
    padding-left: 20px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Row:last-child .Cards {
    margin-left: -10px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Tiles .Tiles_tileContent {
    padding: 120px 50px;
    max-width: 550px;
  }
  .HeaderFull .HeaderFull_blocks .HeaderFull_secondary .Tiles .Tiles_tileImg {
    -webkit-box-flex: 10;
    flex-grow: 10;
  }
}

.Tags {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.Tags li {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.Tags li:first-child {
  margin-left: 0 !important;
}

.Tags li:first-child:before {
  display: none;
}

.Tags li:last-child {
  margin-left: 20px;
  font-weight: 400;
  position: relative;
}

.Tags li:last-child:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -11px;
  width: 3px;
  height: 1px;
  background: #000000;
}

.socialsWrapper ul {
  display: -webkit-box;
  display: flex;
}

.socialsWrapper ul li a svg path, .socialsWrapper ul li a svg rect, .socialsWrapper ul li a svg circle {
  fill: #ffffff;
}

.socialsWrapper.socialsWrapper-cards {
  padding: 35px 0 4px 0;
}

.socialsWrapper.socialsWrapper-cards ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socialsWrapper.socialsWrapper-cards ul li {
  margin: 0;
  padding: 0;
}

.socialsWrapper.socialsWrapper-cards ul li:not(:last-child) {
  margin-right: 20px;
}

.socialsWrapper.socialsWrapper-cards ul li a {
  margin: 0 !important;
  padding: 0;
  display: block;
  width: 25px;
}

.socialsWrapper.socialsWrapper-cards ul li a svg {
  width: 100%;
  height: auto;
  max-height: 23px;
}

.socialsWrapper.socialsWrapper-cards ul li a svg path, .socialsWrapper.socialsWrapper-cards ul li a svg rect, .socialsWrapper.socialsWrapper-cards ul li a svg circle {
  fill: #878787;
}

.BlockPub {
  background: #e5e5e5;
}

.BlockPub a {
  display: block;
  text-decoration: none;
}

.BlockPub a img[src*=".gif"] {
  max-height: 90px;
}

.BlockPub.BlockPub-small {
  padding: 55px 0;
}

.BlockPub.BlockPub-small .thePub {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.BlockPub.BlockPub-small .thePub img {
  max-width: 100%;
}

.BlockPub.BlockPub-full .thePub {
  padding: 50px 15px;
  background-size: cover !important;
  background-position: center center !important;
}

.BlockPub.BlockPub-full .thePub .thePub_title {
  font-size: 2.125rem;
  line-height: 34px;
  margin-bottom: 30px;
  color: #ffffff;
}

.BlockPub.BlockPub-full .thePub .thePub_title span {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.BlockPub.BlockPub-full .thePub .thePub_text {
  font-size: 2.125rem;
  line-height: 34px;
  color: #ffffff;
}

.ListingThreeCols .ListingThreeCols_item {
  border-bottom: 1px solid #6a6a6a;
  padding: 45px 0;
}

.ListingThreeCols .ListingThreeCols_item:first-child {
  padding-top: 0;
}

.ListingThreeCols .ListingThreeCols_item .Item_img {
  text-align: center;
}

.ListingThreeCols .ListingThreeCols_item .Item_content_text p {
  font-size: 0.9375rem;
  line-height: 20px;
}

.ListingThreeCols .ListingThreeCols_item .Item_content_address address, .ListingThreeCols .ListingThreeCols_item .Item_content_address span, .ListingThreeCols .ListingThreeCols_item .Item_content_address a {
  font-style: normal;
  color: #6a6a6a;
  font-size: 0.9375rem;
  line-height: 20px;
}

@media (min-width: 992px) {
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row {
    display: -webkit-box;
    display: flex;
    margin: 0 -15px;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row .item {
    padding: 0 15px;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row .item:first-child {
    width: 70%;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row .item:last-child {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .ListingThreeCols .ListingThreeCols_item {
    display: -webkit-box;
    display: flex;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_img {
    text-align: left;
    width: 320px;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content {
    width: calc(100% - 320px);
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Item_content_title {
    padding-bottom: 50px;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row .item:first-child {
    width: 40%;
  }
  .ListingThreeCols .ListingThreeCols_item .Item_content .Row .item:last-child {
    width: 40%;
  }
}

.Sidebar ul {
  list-style: none;
  margin: 0;
  padding: 3px 0 0 0;
}

.Sidebar ul li {
  margin: 0 0 15px 0;
  padding: 0;
}

.Sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.Sidebar ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #000000;
  opacity: 0;
}

.Sidebar ul li.is-active a:before {
  opacity: 1;
}

.Sidebar .CartSummary {
  padding: 15px;
}

.Sidebar .CartSummary .CartSummary_header {
  padding-bottom: 45px;
}

.Sidebar .CartSummary .CartSummary_header h2 {
  margin-bottom: 25px;
}

.Sidebar .CartSummary .CartSummary_content ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.Sidebar .CartSummary .CartSummary_content ul li {
  padding: 0 15px 5px 15px;
  margin: 0;
}

.Sidebar .CartSummary .CartSummary_content ul li:first-child {
  width: calc(100% - 115px);
}

.Sidebar .CartSummary .CartSummary_content ul li:last-child {
  width: 115px;
  text-align: right;
}

.Sidebar .CartSummary .CartSummary_content ul.item li:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.Sidebar .CartSummary .CartSummary_content ul.item li:last-child {
  font-size: 1.125rem;
  font-family: "Tiempos", serif;
  font-weight: 700;
  color: #000000;
}

.Sidebar .CartSummary .CartSummary_content ul.taxes li:first-child {
  font-size: 1rem;
  color: #6a6a6a;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.Sidebar .CartSummary .CartSummary_content ul.taxes li:last-child {
  font-size: 1.125rem;
  font-family: "Tiempos", serif;
  font-weight: 700;
  color: #6a6a6a;
}

.Sidebar .CartSummary .CartSummary_content ul.total.with-line {
  padding-top: 18px;
}

.Sidebar .CartSummary .CartSummary_content ul.total.with-line li:last-child {
  position: relative;
}

.Sidebar .CartSummary .CartSummary_content ul.total.with-line li:last-child:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #000000;
}

.Sidebar .CartSummary .CartSummary_content ul.total li:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.Sidebar .CartSummary .CartSummary_content ul.total li:last-child {
  font-size: 1.125rem;
  font-family: "Tiempos", serif;
  font-weight: 700;
  color: #000000;
}

.Sidebar .CartSummary .CartSummary_content hr {
  background: #000000;
  height: 2px;
  margin: 8px 0;
}

@media (min-width: 769px) {
  .Sidebar .CartSummary {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .Sidebar .CartSummary {
    padding-left: calc(10px + 2vw);
    padding-right: calc(10px + 2vw);
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.Breadcrumb {
  display: none;
  padding: 15px 0 35px 0;
}

.Breadcrumb ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Breadcrumb ul li {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 14px;
  color: #5a5a5a;
  font-weight: 300;
}

.Breadcrumb ul li:not(:last-child) {
  margin-right: 12px;
}

.Breadcrumb ul li > a {
  text-decoration: none;
  font-weight: 300;
}

.Breadcrumb ul li > a span {
  font-weight: 300;
}

.Breadcrumb ul li > span.is-active {
  color: #3b3b3b;
  font-weight: 700;
}

@media (min-width: 769px) {
  .Breadcrumb {
    display: block;
  }
}

.Jumbotron .FlexParent {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.Jumbotron img {
  margin: 0 auto;
}

.Jumbotron .Cards .Card {
  width: 100%;
  padding: 0;
  margin: 0;
}

.Jumbotron .Cards .Card .Card_content {
  padding: 0 1em;
}

@media (min-width: 480px) {
  .Jumbotron .Cards .Card .Card_content {
    padding: 0;
  }
  .Jumbotron img {
    max-width: 384px;
  }
}

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

.inputNumber .control {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ededed;
}

.inputNumber .control span {
  font-size: 30px !important;
  color: #6a6a6a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  padding: 0 !important;
  height: auto;
}

.inputNumber .control.control-minus span {
  font-size: 38px !important;
}

.inputNumber .control.disabled {
  cursor: not-allowed;
}

.inputNumber .control.disabled span {
  opacity: .25;
}

.inputNumber .FormElement {
  width: 50px;
  margin: 0;
  text-align: center;
}

.inputNumber .FormElement input {
  text-align: center;
  padding: 10px 5px;
}

@media (min-width: 1201px) {
  .BtnWrapper button {
    margin-top: 15px !important;
  }
}

@media (min-width: 1451px) {
  .BtnWrapper button {
    margin-top: 0 !important;
  }
}

.Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  opacity: 0;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s;
  pointer-events: none;
  z-index: 9999;
  padding-top: calc(45px + 4vw);
  padding-bottom: calc(45px + 4vw);
  overflow: hidden;
  overflow-y: scroll;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.Modal.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}

.Modal .Modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.Modal .Modal_close span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.Modal .Modal_close span:before, .Modal .Modal_close span:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #000000;
  top: 50%;
  left: 50%;
}

.Modal .Modal_close span:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.Modal .Modal_close span:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.Modal .Modal_inner {
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}

.Modal .Modal_inner .Modal_inner_title {
  color: #000000;
  font-weight: 700;
}

.Modal .Modal_inner .Modal_inner_block {
  padding: 25px 0 0 0;
}

@media (min-width: 769px) {
  .Modal {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.Modal .Modal_close {
  top: 25px;
  right: calc(3vw + 15px);
}

.FeaturedArticle .Tags li {
  font-size: 0.75rem;
}

.FeaturedArticle p {
  line-height: 22px !important;
  font-size: 1.125rem !important;
}

.FeaturedArticle .Btn-minimal {
  font-size: 1rem;
}

.add-to-cart:first-child ~ .add-to-cart {
  margin-right: 10px;
}

.Cards {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.Cards.Cards-alignTop {
  -webkit-box-align: start;
  align-items: flex-start;
}

.Cards .Card {
  max-width: 415px;
}

.Cards .Card:not(:last-child) {
  margin-bottom: 45px;
}

.Cards .Card .Card_header {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: calc(150px + 4vw);
}

.Cards .Card .Card_header img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: calc(150px + 4vw);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.Cards .Card .Card_header.has-icon .TheIcon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 40px;
}

.Cards .Card .Card_header.has-icon .TheIcon svg {
  width: 100%;
  height: auto;
}

.Cards .Card .Card_header.has-icon .TheIcon svg path {
  fill: #000000;
}

.Cards .Card .Card_content {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.Cards .Card .Card_content h3 {
  color: #456473;
  margin: 15px 0 0 0;
}

.Cards .Card .Card_content p {
  margin: 10px 0 10px 0;
}

.Cards .Card .Card_content p > a {
  display: inline;
}

.Cards .Card .Card_content a {
  display: inline-block;
  margin: 10px 0 0 0;
}

.Cards.Cards-alignTop {
  -webkit-box-align: start;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .Cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .Cards .Card {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 45px;
  }
  .Cards .Card.Card-noPadding {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .Cards.Cards-spaceBetween {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.Cards.Cards-sidebar .Card {
  width: 100%;
  max-width: 320px;
  margin: 0 !important;
}

.Cards.Cards-sidebar .Card .Card_header {
  height: calc(275px + 5vw);
  max-height: 370px;
}

.Cards.Cards-sidebar .Card .Card_content h3 {
  color: #000000;
}

.Cards.Cards-sidebar .Card .Card_content p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.Cards.Cards-sidebar .Card .Card_content .Btn-bordered {
  font-size: 0.875rem;
  color: #3b3b3b;
  border-color: #aaa8a7;
  padding: 9px 75px;
}

.Cards.Cards-sidebar .Card .Card_content .Btn-bordered:hover {
  color: #ffffff;
}

.Cards-3items .Card {
  width: 100%;
}

@media (min-width: 992px) {
  .Cards-3items .Card {
    width: calc(100% / 3 - 1em);
  }
}

.Cards-2items {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.Cards-2items .Card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .Cards-2items .Card {
    width: 50%;
    max-width: 445px;
  }
}

@media (min-width: 1200px) {
  .Cards-2items .Card:nth-child(2n+2) {
    margin-left: 7vw;
  }
}

@media (min-width: 992px) {
  .Cards-bigImg .Card .Card_header {
    height: calc(260px + 4vw);
    max-height: 340px;
  }
}

@media (min-width: 1200px) {
  .CardsListArticle .Card {
    width: calc(100% / 3);
  }
}

.CardsPublications .Card {
  margin-bottom: 50px !important;
}

.CardsPublications .Card .Card_header {
  height: auto;
  text-align: center;
}

.CardsPublications .Card .Card_header img {
  position: static;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 255px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .CardsPublications .Card {
    margin-bottom: 100px !important;
  }
}

.CardsPublicationSingle .Card {
  max-width: 100%;
}

.CardsPublicationSingle .Card .Card_content p, .CardsPublicationSingle .Card .Card_content h1, .CardsPublicationSingle .Card .Card_content h2, .CardsPublicationSingle .Card .Card_content h3, .CardsPublicationSingle .Card .Card_content h4, .CardsPublicationSingle .Card .Card_content h5, .CardsPublicationSingle .Card .Card_content h6 {
  color: #000000;
}

.CardsPublicationSingle .Card .Card_content p {
  font-size: 1.125rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
}

.CardsPublicationSingle .Card .Card_content h1, .CardsPublicationSingle .Card .Card_content h2, .CardsPublicationSingle .Card .Card_content h3, .CardsPublicationSingle .Card .Card_content h4, .CardsPublicationSingle .Card .Card_content h5, .CardsPublicationSingle .Card .Card_content h6 {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .CardsPublicationSingle .Card .Card_content h1, .CardsPublicationSingle .Card .Card_content h2, .CardsPublicationSingle .Card .Card_content h3, .CardsPublicationSingle .Card .Card_content h4, .CardsPublicationSingle .Card .Card_content h5, .CardsPublicationSingle .Card .Card_content h6 {
    margin: 0 0 45px 0;
  }
}

.Tiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.Tiles .Tiles_tileContent {
  padding-top: calc(30px + 5vw);
  padding-bottom: calc(30px + 5vw);
  padding-left: 15px;
  padding-right: 15px;
}

.Tiles .Tiles_tileContent h3 {
  color: #456473;
  margin: 15px 0;
}

.Tiles .Tiles_tileContent p {
  font-size: 1rem;
  line-height: 18px;
  color: #6a6a6a;
  margin: 10px 0 10px 0;
}

.Tiles .Tiles_tileContent p > a {
  display: inline;
}

.Tiles .Tiles_tileContent a {
  display: inline-block;
  margin: 10px 0 0 0;
}

.Tiles .Tiles_tileImg {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: calc(150px + 4vw);
}

.Tiles .Tiles_tileImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: calc(150px + 4vw);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .Tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .Tiles .Tiles_tileContent {
    width: 50%;
    padding: calc(30px + 5vw);
  }
  .Tiles .Tiles_tileContent h3 {
    font-size: 2.75rem;
    line-height: 48px;
  }
  .Tiles .Tiles_tileImg {
    width: 50%;
    height: auto;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .Tiles .Tiles_tileImg img {
    min-width: 100%;
    min-height: 100%;
  }
}

.Tiles.is-inverted .Tiles_tileContent {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media (min-width: 992px) {
  .Tiles.Tiles-smallImg .Tiles_tileContent {
    -webkit-box-flex: 4;
    flex-grow: 4;
  }
  .Tiles.Tiles-smallImg .Tiles_tileImg {
    max-width: 435px;
  }
}

.Tiles.Tiles-onlyText .Tiles_tileContent {
  width: 100% !important;
}

.Tiles.Tiles-smallPadding .Tiles_tileContent {
  padding: 50px 15px;
}

@media (min-width: 769px) {
  .Tiles.Tiles-smallPadding .Tiles_tileContent {
    padding: 50px 80px;
  }
}

@media (min-width: 992px) {
  .Tiles.Tiles-smallPadding .Tiles_tileContent {
    padding: 50px 120px;
  }
}

.PageSearch {
  padding: 45px 0 45px 0;
}

.PageSearch .PageSearch_mainSearch label {
  font-size: 1rem;
  font-weight: 700;
  color: #6a6a6a;
}

.PageSearch .PageSearch_mainSearch .FormElement {
  background: transparent;
  border-bottom: 2px solid #d5d4d3;
  margin-bottom: 0;
}

.PageSearch .PageSearch_mainSearch .FormElement input {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
  color: #456473;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_title {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form {
  display: none;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form.is-active {
  display: block;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form label {
  font-size: 1rem;
  font-weight: 700;
  color: #6a6a6a;
  margin-bottom: 25px;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form ul li .FormElement label {
  font-size: 1.25rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #c7c5c4;
  margin-bottom: 0;
  padding-left: 30px;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form ul li .FormElement label:before {
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.4s;
  border-color: #c7c5c4;
  background: transparent;
  border-width: 2px;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form ul li .FormElement :checked + label {
  color: #456473 !important;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form ul li .FormElement :checked + label:before {
  background: #456473;
  border-color: #456473;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form .FormElement_select {
  margin-bottom: 0;
  padding-right: 0;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form .FormElement_select:before {
  font-size: 1.5625rem;
  color: #6a6a6a;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form .FormElement_select label {
  margin: 0;
}

.PageSearch .PageSearch_advanced .PageSearch_advanced_form .FormElement_select select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 700;
}

.PageSearch .PageSearch_submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 25px;
}

.PageSearch hr.hrResult {
  height: 2px;
  background: #000000;
  margin-bottom: 0;
}

.PageSearch .SearchResult {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  padding: 40px 0;
  border-bottom: 1px solid #6a6a6a;
}

.PageSearch .SearchResult .SearchResult_img {
  display: none;
}

.PageSearch .SearchResult .SearchResult_content .Tags {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.PageSearch .SearchResult .SearchResult_content .editable {
  font-family: "Tiempos", serif;
  color: #6a6a6a;
}

@media (min-width: 992px) {
  .PageSearch {
    padding: 90px 0 90px 0;
  }
  .PageSearch hr.hrResult {
    height: 2px;
    background: #000000;
    margin-bottom: 75px;
  }
  .PageSearch .SearchResult .SearchResult_img {
    display: block;
    max-width: 195px;
    width: 100%;
    margin-right: 135px;
  }
  .PageSearch .SearchResult .SearchResult_content {
    width: calc(100% - (195px + 135px));
  }
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

body.HomeLanding {
  background: #000000;
}

body.HomeLanding #MainWrap {
  background: #ffffff;
}

body.HomeLanding .editable strong {
  color: #000000;
}

body.HomeLanding .editable ul {
  list-style: none;
  padding-left: 12px !important;
}

body.HomeLanding .editable ul li {
  font-size: 1rem;
  line-height: 21px;
  color: #000000;
  font-family: "Tiempos", serif;
  position: relative;
}

body.HomeLanding .editable ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -13px;
  width: 6.5px;
  height: 2px;
  background: #3A3A3A;
}

body.HomeLanding .SumoSelect {
  width: 100%;
}

body.HomeLanding .SumoSelect .CaptionCont {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

body.HomeLanding .SumoSelect .CaptionCont span {
  font-size: 1.375rem;
  line-height: 32px;
  font-weight: 700;
  color: #3A3A3A;
  font-family: "Tiempos", serif;
  padding: 0px 0 1px 0;
}

@media (min-width: 992px) {
  body.HomeLanding .SumoSelect .CaptionCont span {
    font-size: 2.25rem;
    line-height: 46px;
  }
}

body.HomeLanding .SumoSelect .CaptionCont span.placeholder {
  color: #C0C0C0;
  font-style: normal;
}

body.HomeLanding .SumoSelect .CaptionCont label {
  display: none;
}

body.HomeLanding .SumoSelect .optWrapper {
  top: 49px !important;
  border-radius: 0;
}

body.HomeLanding .HeaderMain .HeaderMain_logo > .container {
  padding-bottom: 35px;
}

body.HomeLanding .HeaderMain .HeaderMain_logo a {
  width: 90px;
}

body.HomeLanding .HeaderMain .HeaderMain_logo a svg path, body.HomeLanding .HeaderMain .HeaderMain_logo a svg rect, body.HomeLanding .HeaderMain .HeaderMain_logo a svg cicle, body.HomeLanding .HeaderMain .HeaderMain_logo a svg polygon {
  fill: #ffffff;
}

body.HomeLanding .HeaderMain .MainNav ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #FAA5A5;
  text-decoration: underline;
}

@media (max-width: 990px) {
  body.HomeLanding .HeaderMain .MainNav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  body.HomeLanding .HeaderMain .MainNav ul {
    margin: 0;
    text-align: center;
  }
  body.HomeLanding .HeaderMain .MainNav ul li {
    margin: 0;
    padding: 0;
  }
  body.HomeLanding .HeaderMain .MainNav ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  body.HomeLanding .HeaderMain .HeaderMain_logo > .container {
    padding-bottom: 85px;
  }
}

body.HomeLanding .LandingIntro {
  padding: 45px 0 80px 0;
}

body.HomeLanding .LandingIntro .Editable {
  max-width: 630px;
  padding: 0 15px;
  margin: 0 auto;
}

body.HomeLanding .LandingIntro .Editable h1 {
  margin-bottom: 25px;
}

body.HomeLanding .LandingIntro .Editable p {
  font-size: 1.125rem;
  line-height: 21px;
  color: #e5e5e5;
}

@media (min-width: 992px) {
  body.HomeLanding .LandingIntro {
    padding: 10px 0 250px 0;
  }
}

@media (min-width: 992px) {
  body.HomeLanding .HeaderFull .Jumbotron {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

body.HomeLanding .Cards .Card .Card_content .Card_title {
  font-size: 1.125rem;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
}

body.HomeLanding .Cards .Card .Card_content .Card_text {
  font-size: 1.125rem;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}

body.HomeLanding .Cards .Card .Card_content button {
  border-width: 1px;
}

body.HomeLanding .Collaborateur {
  background: #EDEDED;
  padding-top: 95px;
  padding-bottom: 95px;
}

body.HomeLanding .Collaborateur .col-text {
  margin-bottom: 50px;
}

body.HomeLanding .Collaborateur h2 {
  font-size: calc(25px + 2vw);
  line-height: calc(28px + 2vw);
}

body.HomeLanding .Collaborateur p {
  font-size: 1rem;
  line-height: 21px;
  color: #000000;
}

body.HomeLanding .Collaborateur ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.HomeLanding .Collaborateur ul.normal {
  padding-left: 18px;
  list-style: disc outside none !important;
}

body.HomeLanding .Collaborateur ul.normal li {
  font-size: 1rem;
  line-height: 21px;
  color: #000000;
  font-family: "Tiempos", serif;
}

body.HomeLanding .Collaborateur ul li {
  margin: 0;
  padding: 0;
}

body.HomeLanding .Collaborateur ul li h4 {
  font-size: 1.125rem;
  line-height: 28px;
  color: #000000;
  margin: 0;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form label {
  font-size: 1rem;
  color: #3A3A3A;
  font-weight: 500;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement {
  border: 2px solid #C0C0C0;
  max-height: 35px;
  min-height: 1px;
  margin-bottom: 15px;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement select, body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement input {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 5px 5px;
  font-family: "Tiempos", serif;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement.FormElement_select {
  padding-right: 0;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement.FormElement_select:before {
  pointer-events: none;
  font-size: 2.125rem;
  color: #C0C0C0;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement .SumoSelect {
  display: block;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement .SumoSelect .CaptionCont {
  line-height: 0;
  padding: 5px;
  height: 28px;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement .SumoSelect .CaptionCont span {
  font-size: 0.8125rem;
  font-weight: 700;
  display: block;
  max-height: 32px;
  line-height: 21px;
  color: #3a3a3a;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement .SumoSelect .optWrapper {
  top: 30px !important;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement_textarea {
  max-height: 150px;
}

body.HomeLanding .Collaborateur .PageHomeLanding_form form .FormElement_submit {
  border: none !important;
}

body.HomeLanding .Collaborateur > .container {
  max-width: 780px;
}

body.HomeLanding .Collaborateur > .container .col-text {
  padding-right: 65px;
}

@media (min-width: 992px) {
  body.HomeLanding .Collaborateur h2 {
    font-size: 2.375rem;
    line-height: 43px;
  }
}

body.HomeLanding .TrousseMedia img {
  width: 100%;
}

body.HomeLanding .TrousseMedia .Jumbotron .Cards .Card .Card_content h2 {
  margin-bottom: 0;
}

body.HomeLanding .TrousseMedia .Jumbotron .Cards .Card .Card_content span {
  font-size: 1.125rem;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
  display: block;
}

body.HomeLanding .TrousseMedia .Jumbotron .Cards .Card .Card_content .Btn {
  border-width: 1px;
}

@media (min-width: 992px) {
  body.HomeLanding .TrousseMedia .Jumbotron {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  body.HomeLanding .TrousseMedia .Jumbotron .Cards .Card .Card_content h2 {
    font-size: 2.25rem;
  }
}

body.HomeLanding .OtherPublications {
  position: relative;
  background: #EDEDED;
}

body.HomeLanding .OtherPublications .ScrollTop {
  position: absolute;
  right: 25px;
  bottom: 30px;
  background: #EDEDED;
  padding: 5px;
}

@media (min-width: 992px) {
  body.HomeLanding .OtherPublications .ScrollTop {
    bottom: 90px;
  }
}

@media (min-width: 1200px) {
  body.HomeLanding .OtherPublications .ScrollTop {
    right: 55px;
  }
}

body.HomeLanding .OtherPublications .Jumbotron .FlexParent {
  flex-wrap: wrap;
  margin: 0 -15px;
}

body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item {
  width: 50%;
  padding: 0 15px;
}

body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item:not(:last-child) {
  margin-bottom: 15px;
}

body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item a {
  display: block;
}

body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item a img {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item {
    width: calc(100% / 3);
  }
  body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  body.HomeLanding .OtherPublications .Jumbotron .FlexParent {
    -webkit-box-pack: center;
    justify-content: center;
  }
  body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item {
    width: calc(100% / 5);
    max-width: 194px;
  }
  body.HomeLanding .OtherPublications .Jumbotron .FlexParent .item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  body.HomeLanding .OtherPublications {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

body.HomeLanding footer .Footer_infos address {
  padding: 0;
}

body.HomeLanding footer .Footer_infos address a {
  text-transform: uppercase;
  font-weight: 700;
}

body.HomeLanding footer .Footer_infos.TextAlign-right a {
  display: block;
}

body.HomeLanding .LoginModal {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 0;
}

body.HomeLanding .LoginModal .LoginModal_header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

body.HomeLanding .LoginModal .LoginModal_header span {
  display: block;
  width: 86px;
}

body.HomeLanding .LoginModal .LoginModal_header span svg {
  width: 100%;
  height: auto;
  max-height: 105px;
}

body.HomeLanding .LoginModal .LoginModal_form {
  padding-bottom: 0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent {
  flex-wrap: wrap;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item {
  width: 100%;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item .FormElement {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item .FormElement label {
  font-size: 1.125rem;
  color: #3A3A3A;
  font-weight: 500;
  padding: 0 0 3em 0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item .FormElement label:before {
  left: 50%;
  top: calc(100% - 2.2em);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item .FormElement label strong {
  font-size: 1.125rem;
  line-height: 15px;
  color: #3A3A3A;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item .FormElement label span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 15px;
  color: #3A3A3A;
  display: block;
}

@media (min-width: 480px) {
  body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent {
    margin: 0 -15px;
    max-width: 450px;
  }
  body.HomeLanding .LoginModal .LoginModal_form .RowRadios .FlexParent .item {
    padding: 0 15px;
    width: 50%;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background: #EDEDED;
  padding: 50px 0;
  position: relative;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent:before {
  content: '';
  position: absolute;
  width: 300vw;
  left: -150vw;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #EDEDED;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent .FormElement {
  margin: 0 0 15px 0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent .FormElement label {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0;
  padding-right: 1.5em;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent .FormElement label:before {
  left: auto;
  right: 0;
  border-color: #456473;
  border-width: 2px;
  width: 18px;
  height: 18px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent small {
  font-size: 0.8125rem;
  margin-left: 15px;
  color: #3A3A3A;
  font-weight: 300;
}

@media (min-width: 769px) {
  body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  body.HomeLanding .LoginModal .LoginModal_form .RowStudent .FlexParent .FormElement {
    margin: 0;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background: #456473;
  padding: 50px 0;
  position: relative;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter:before {
  content: '';
  position: absolute;
  width: 300vw;
  left: -150vw;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #456473;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    text-align: left;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent label, body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement {
  margin: 0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent label {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  margin-right: 8px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement {
  border: 2px solid #EDEDED;
  max-height: 35px;
  padding-right: 0;
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0 0;
  color: #ffffff !important;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement ::-ms-input-placeholder {
  /* Edge */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement :placeholder-shown {
  /* Standard one last! */
  color: #ffffff;
}

@media (min-width: 992px) {
  body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement {
    margin: 0;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement:before {
  font-size: 1.875rem;
  color: #ffffff !important;
  pointer-events: none;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement.FormElement_select {
  padding-right: 0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement.FormElement_select:before {
  pointer-events: none;
  font-size: 2.125rem;
  color: #C0C0C0;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement .SumoSelect {
  display: block;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement .SumoSelect .CaptionCont {
  line-height: 0;
  padding: 4px 5px 5px 5px;
  height: 28px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement .SumoSelect .CaptionCont span {
  font-size: 0.8125rem;
  font-weight: 700;
  display: block;
  max-height: 32px;
  line-height: 21px;
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement .SumoSelect .optWrapper {
  top: 30px !important;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement .SumoSelect .optWrapper .options .opt label {
  color: #3A3A3A;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select {
  width: 100%;
  padding: 2px;
  color: #ffffff !important;
  padding-left: 8px;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select ::-ms-input-placeholder {
  /* Edge */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowNewsletter .FlexParent .FormElement select :placeholder-shown {
  /* Standard one last! */
  color: #ffffff;
}

body.HomeLanding .LoginModal .LoginModal_form .RowConfirm {
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 992px) {
  body.HomeLanding .LoginModal .LoginModal_form .RowConfirm {
    padding: 75px 0;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .row [class*="col-"] > label {
  display: none;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .Spacer {
  height: 50px;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .Question {
  line-height: 1 !important;
  padding-top: 5px;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .Question small {
  font-size: 0.6875rem;
  color: #3A3A3A;
  line-height: 1 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .Question small span {
  color: #3A3A3A;
  line-height: 1 !important;
  font-weight: 700;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement {
  border-bottom: 2px solid #C0C0C0;
  margin-bottom: 25px;
  padding-right: 0;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement :-moz-placeholder {
  /* Firefox 18- */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement ::-moz-placeholder {
  /* Firefox 19+ */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement :-ms-input-placeholder {
  /* IE 10+ */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement ::-ms-input-placeholder {
  /* Edge */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement :placeholder-shown {
  /* Standard one last! */
  color: #C0C0C0 !important;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement input, body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement select {
  font-size: 1.375rem;
  line-height: 32px;
  font-weight: 700;
  color: #3A3A3A;
  font-family: "Tiempos", serif;
  padding: 0px 0 1px 0;
}

@media (min-width: 992px) {
  body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement input, body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement select {
    font-size: 2.25rem;
    line-height: 46px;
  }
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement.FormElement_select {
  max-height: 49px;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement select {
  color: #C0C0C0;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement[class*="Icon"]:before {
  pointer-events: none;
  font-size: 3.125rem;
  color: #C0C0C0;
}

body.HomeLanding .LoginModal .LoginModal_form .TheForm .FormElement.required:after {
  content: '*';
  position: absolute;
  top: -12px;
  left: -8px;
  color: #d50834;
  font-size: 1.5625rem;
}

@media (min-width: 992px) {
  body.HomeLanding .LoginModal .TheForm {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.HomeLanding .LoginModal .LoginModal_header {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  body.HomeLanding .BrandOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
  }
  body.HomeLanding .BrandOverlay.is-safari span.bottom {
    top: calc(100% - 180px);
  }
  body.HomeLanding .BrandOverlay span {
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 700;
  }
  body.HomeLanding .BrandOverlay span.left {
    left: 30px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
  body.HomeLanding .BrandOverlay span.right {
    right: 30px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }
  body.HomeLanding .BrandOverlay span.bottom {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(0);
    transform: translate3d(-50%, 0, 0) rotate(0);
    top: calc(100% - 120px);
  }
}

body {
  height: auto !important;
}

body.is-active {
  position: fixed;
  overflow: hidden;
  height: 100vh !important;
}

#MainWrap {
  background: #ededed;
}

.Atome {
  padding: 50px 0 50px 0;
}

.Atome ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Atome ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.Atome ul li:not(:last-child) {
  margin-bottom: 45px;
}

.Atome ul li a {
  display: block;
  text-decoration: none;
}

.Atome ul li a .Atome_item {
  position: relative;
}

.Atome ul li a .Atome_item .Atome_img {
  position: relative;
  min-height: 185px;
  overflow: hidden;
}

.Atome ul li a .Atome_item .Atome_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ededed;
  opacity: .75;
  z-index: 1;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 1s;
}

.Atome ul li a .Atome_item .Atome_img .theImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 1s;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.Atome ul li a .Atome_item .Atome_letter {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  line-height: 90px;
  z-index: 10;
}

.Atome ul li a .Atome_item .Atome_letter .wrapper {
  display: block;
  line-height: 90px;
}

.Atome ul li a .Atome_item .Atome_letter .wrapper span {
  font-size: 5.625rem;
  line-height: 90px;
  font-weight: 700;
  font-family: "Tiempos", serif;
  display: block;
}

.Atome ul li a .Atome_item .Atome_text {
  padding: 25px 0 0 0;
}

.Atome ul li a .Atome_item .Atome_text h4 {
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 500;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin: 0;
}

@media (min-width: 481px) {
  .Atome ul li {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .Atome ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .Atome ul li {
    max-width: 300px;
    width: 33%;
    padding: 0 10px;
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .Atome ul li {
    max-width: 190px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.8s !important;
    overflow: hidden;
  }
  .Atome ul li a {
    cursor: pointer;
  }
  .Atome ul li a .Atome_item .Atome_letter .wrapper {
    position: relative;
    transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.6s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .Atome ul li:hover a {
    color: #000000;
  }
  .Atome ul li:hover a .Atome_item .Atome_img:before {
    opacity: 0;
  }
  .Atome ul li:hover a .Atome_item .Atome_img .theImg {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
  .Atome ul li:hover a .Atome_item .Atome_letter .wrapper {
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .Atome {
    padding: 80px 0 50px 0;
  }
}

@media (min-width: 1600px) {
  .Atome ul li {
    max-width: 200px;
  }
}

.HomeNews {
  padding: 0 0 50px 0;
}

.HomeNews .Tiles .Tiles_tileContent .theContent h3 {
  color: #000000;
}

.HomeNews .Tiles .Tiles_tileContent .theContent a {
  color: #456473;
}

.HomeNews .Tiles:not(:last-child) {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .HomeNews {
    padding: 0 0 100px 0;
  }
}

@media (min-width: 992px) {
  .PublicationSingle .colWithBorder {
    position: relative;
  }
  .PublicationSingle .colWithBorder:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #aaa8a7;
  }
}

.PublicationSingle_mainContent {
  padding: 0 15px;
}

.PublicationSingle_mainContent p {
  font-size: 1.125rem;
  line-height: 25px;
  font-family: "Tiempos", serif;
}

.PublicationSingle_tableContent {
  padding: 0 15px;
}

.PublicationSingle_tableContent p {
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

ul.PublicationSingle_advertisers {
  margin: 0;
  padding: 0 0 40px 0;
}

ul.PublicationSingle_advertisers li {
  font-size: 0.875rem;
  margin: 0;
}

@media (min-width: 769px) {
  ul.PublicationSingle_advertisers {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin: -12px -15px 0 -15px;
  }
  ul.PublicationSingle_advertisers li {
    width: 50%;
    padding: 12px 15px;
  }
}

@media (min-width: 992px) {
  ul.PublicationSingle_advertisers {
    padding: 0 0 90px 0;
  }
  ul.PublicationSingle_advertisers li {
    font-size: 1rem;
    width: calc(100% / 3);
  }
}

.PageAtome .Tiles-fullWidth .Tiles_tileContent {
  position: relative;
}

.PageAtome .Tiles-fullWidth .Tiles_tileContent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
}

.PageAtome .Tiles-fullWidth .Tiles_tileContent .theContent {
  position: relative;
  z-index: 1;
}

@media (min-width: 1600px) {
  .PageAtome .Tiles-fullWidth {
    padding-left: calc( (100% - 1400px + 30px ) / 2);
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .PageAtome .Tiles-fullWidth .Tiles_tileContent {
    max-width: 420px;
    padding: 130px 55px;
  }
  .PageAtome .Tiles-fullWidth .Tiles_tileImg {
    width: calc( (100% / 2) + 420px);
  }
}

.PageContact .ArticleDetail .ArticleDetail_content .editable {
  padding: 50px 0;
}

.PageContact .SectionTitle {
  padding: 0 0 25px 0;
}

.PageContact .PageContact_address small {
  font-size: 1rem;
  line-height: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  display: block;
}

.PageContact .PageContact_address address, .PageContact .PageContact_address a, .PageContact .PageContact_address span {
  font-size: 1.5rem;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  font-style: normal;
  font-family: "Tiempos", serif;
  text-decoration: none;
}

.PageContact .PageContact_address [href*="mailto:"] {
  text-decoration: underline;
}

.PageContact .PageContact_address address {
  margin-bottom: 30px;
}

.PageContact .PageContact_form {
  padding: 20px 15px;
}

.PageContact .PageContact_form form .FormElement:not(.FormElement_submit) {
  border-bottom: 2px solid #c7c5c4;
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.3s;
}

.PageContact .PageContact_form form .FormElement:not(.FormElement_submit) input, .PageContact .PageContact_form form .FormElement:not(.FormElement_submit) textarea {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
  color: #000000;
}

.PageContact .PageContact_form form ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.PageContact .PageContact_form form :-moz-placeholder {
  /* Firefox 18- */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.PageContact .PageContact_form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.PageContact .PageContact_form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.PageContact .PageContact_form form ::-ms-input-placeholder {
  /* Edge */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.PageContact .PageContact_form form :placeholder-shown {
  /* Standard one last! */
  color: #c7c5c4 !important;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

@media (min-width: 992px) {
  .PageContact .ArticleDetail .ArticleDetail_content .editable {
    padding: 120px 0;
  }
  .PageContact .SectionTitle {
    padding: 0 0 50px 0;
  }
  .PageContact .PageContact_address address, .PageContact .PageContact_address a, .PageContact .PageContact_address span {
    font-size: 2rem;
    line-height: 38px;
  }
  .PageContact .PageContact_form {
    padding: 40px 95px;
  }
  .PageContact .PageContact_form form .FormElement-underline input, .PageContact .PageContact_form form .FormElement-underline textarea {
    font-size: 2rem;
  }
}

.ArticleDetail .ArticleDetail_infos {
  padding: 0;
}

.ArticleDetail .ArticleDetail_infos ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ArticleDetail .ArticleDetail_infos ul li {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Tiempos", serif;
}

@media (min-width: 769px) {
  .ArticleDetail .ArticleDetail_infos ul {
    flex-wrap: nowrap;
  }
  .ArticleDetail .ArticleDetail_infos ul li {
    width: auto;
  }
  .ArticleDetail .ArticleDetail_infos ul li:not(:last-child) {
    position: relative;
  }
  .ArticleDetail .ArticleDetail_infos ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    bottom: -3px;
    width: 1px;
    background: #cccccc;
  }
}

.ArticleDetail .ArticleDetail_share {
  padding: 20px 0 0 0;
}

.ArticleDetail .ArticleDetail_share .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper {
  background-color: transparent !important;
}

.ArticleDetail .ArticleDetail_featuredImage {
  padding: 50px 0 0 0;
}

.ArticleDetail .ArticleDetail_featuredImage img {
  margin: 0 auto;
}

.ArticleDetail .ArticleDetail_featuredImage small {
  font-size: 0.6875rem;
  line-height: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  color: #6a6a6a;
  font-weight: 700;
}

@media (min-width: 992px) {
  .ArticleDetail .ArticleDetail_featuredImage {
    padding: 50px 0 0 0;
  }
}

.ArticleDetail .ArticleDetail_content .intro p {
  font-size: 1.375rem;
  line-height: 25px;
  font-weight: 700;
  color: #456473;
  padding-top: 30px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.ArticleDetail .ArticleDetail_content .mainContentTop, .ArticleDetail .ArticleDetail_content .mainContentBottom {
  padding: 40px 0 50px 0;
}

.ArticleDetail .ArticleDetail_content blockquote {
  color: #000000;
}

.ArticleDetail .ArticleDetail_content blockquote > p {
  font-size: 1.125rem;
  line-height: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.ArticleDetail .ArticleDetail_content p {
  font-size: 1.125rem;
  line-height: 28px;
  color: #000000;
  margin: 0 0 30px 0;
}

.ArticleDetail .ArticleDetail_content p strong {
  font-size: 1.125rem;
  line-height: 32px;
}

@media (min-width: 992px) {
  .ArticleDetail .ArticleDetail_content .intro {
    padding-top: 50px;
  }
  .ArticleDetail .ArticleDetail_content .intro p {
    font-size: 1.875rem;
    line-height: 38px;
  }
  .ArticleDetail .ArticleDetail_content .mainContentTop, .ArticleDetail .ArticleDetail_content .mainContentBottom {
    padding: 50px 0 100px 0;
  }
  .ArticleDetail .ArticleDetail_content blockquote > p {
    font-size: 1.5rem;
    line-height: 30px !important;
  }
}

.Calendar #calendrier {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 0 50px 0;
}

.Calendar #calendrier .prev, .Calendar #calendrier .next {
  display: block;
}

.Calendar #calendrier .Separation {
  width: 1px;
  height: 60px;
  padding: 0 20px;
  position: relative;
}

.Calendar #calendrier .Separation:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #d5d4d3;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.Calendar #calendrier .Calendar_dates {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.Calendar #calendrier .Calendar_dates span, .Calendar #calendrier .Calendar_dates a {
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}

.Calendar #calendrier .Calendar_dates span.today, .Calendar #calendrier .Calendar_dates a.today {
  color: #ffffff;
  background: #000000;
  padding: 0 5px;
  margin-right: 10px;
}

.Calendar #calendrier .Calendar_dates span.has-event, .Calendar #calendrier .Calendar_dates a.has-event {
  color: #ff3f38;
  text-decoration: none;
}

.Calendar #calendrier .Calendar_dates span:last-child, .Calendar #calendrier .Calendar_dates a:last-child {
  padding-right: 0;
}

.Calendar #calendrier .Calendar_dates .Calendar_month {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 12px 0 0 0;
}

.Calendar #calendrier .Calendar_dates .Calendar_month .Calendar_theMonth {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 0.875rem;
  color: #000000;
  font-weight: 700;
  min-width: 110px;
}

@media (min-width: 992px) {
  .Calendar #calendrier {
    padding: 20px 0 100px 0;
  }
}

.CallToActions {
  position: relative;
  overflow: hidden;
}

.CallToActions .container .row [class*="col-"] {
  padding-top: 75px;
  padding-bottom: 75px;
}

.CallToActions .container .row [class*="col-"]:first-child {
  position: relative;
}

.CallToActions .container .row [class*="col-"]:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  bottom: 0;
  background: #000000;
  z-index: 0;
}

.CallToActions .container .row [class*="col-"]:first-child .content {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .CallToActions:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #000000;
  }
  .CallToActions .container .row [class*="col-"]:first-child:before {
    display: none;
  }
}

.Infolettre .FormElement {
  height: 40px;
  outline: 3px solid #ffffff !important;
}

.Infolettre .FormElement input {
  padding: 10px;
  color: #ffffff;
  font-size: 1rem;
}

.Infolettre .FormElement ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .FormElement :-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .FormElement ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .FormElement :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .FormElement ::-ms-input-placeholder {
  /* Edge */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .FormElement :placeholder-shown {
  /* Standard one last! */
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Infolettre .Btn {
  height: 40px;
  outline: 3px solid #ffffff !important;
  border: none;
  padding: 10px 40px;
}

@media (min-width: 992px) {
  .Infolettre .FormElement {
    margin-bottom: 0;
  }
}

.Concours_form form label {
  font-size: 1rem;
  color: #3A3A3A;
  font-weight: 500;
}

.Concours_form form .FormElement {
  border: 2px solid #c0c0c0;
  max-height: 35px;
  min-height: 1px;
  margin-bottom: 15px;
}

.Concours_form form .FormElement select, .Concours_form form .FormElement input {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 5px 5px;
  font-family: "Tiempos", serif;
}

.Concours_form form .FormElement.FormElement_select {
  padding-right: 0;
}

.Concours_form form .FormElement.FormElement_select:before {
  pointer-events: none;
  font-size: 2.125rem;
  color: #c0c0c0;
}

.Concours_form form .FormElement .SumoSelect {
  display: block;
}

.Concours_form form .FormElement .SumoSelect .CaptionCont {
  line-height: 0;
  padding: 5px;
  height: 28px;
}

.Concours_form form .FormElement .SumoSelect .CaptionCont span {
  font-size: 0.8125rem;
  font-weight: 700;
  display: block;
  max-height: 32px;
  line-height: 21px;
  color: #3a3a3a;
}

.Concours_form form .FormElement .SumoSelect .optWrapper {
  top: 30px !important;
}

.Concours_form form .FormElement_textarea {
  max-height: 150px;
}

.Concours_form form .FormElement_submit {
  border: none !important;
}

.Footer .Footer_logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
}

.Footer .Footer_logo svg {
  width: 100%;
  max-width: 80px;
  height: auto;
  max-height: 100px;
}

.Footer .Footer_logo svg #text {
  display: none;
}

.Footer .Footer_logo svg g path, .Footer .Footer_logo svg g polygon {
  fill: #ffffff;
}

.Footer .Footer_navs .Footer_nav nav ul {
  margin: 0;
  padding: 0 0 25px 0;
}

.Footer .Footer_navs .Footer_nav nav ul li {
  margin: 0;
  padding: 0 0 10px;
}

.Footer .Footer_navs .Footer_nav nav ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
}

.Footer .Footer_navs .Footer_nav nav ul li.sousmenu ul {
  padding: 10px 0 0 0;
}

.Footer .Footer_navs .Footer_nav nav ul li.sousmenu ul li a {
  font-weight: 300;
}

.Footer .Footer_navs .Footer_nav.Footer_nav-third nav ul li a {
  font-weight: 300;
}

.Footer .Footer_contact .Footer_socials {
  margin-bottom: 35px;
}

.Footer .Footer_contact .Footer_socials .socialsWrapper ul {
  margin: 0;
  padding: 0;
}

.Footer .Footer_contact .Footer_socials .socialsWrapper ul li {
  margin: 0;
  padding: 0;
}

.Footer .Footer_contact .Footer_socials .socialsWrapper ul li:not(:last-child) {
  margin-right: 20px;
}

.Footer .Footer_contact .Footer_socials .socialsWrapper ul li a {
  display: block;
}

.Footer .Footer_infos a {
  text-decoration: none;
}

.Footer .Footer_infos .phone {
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: 700;
  font-family: "Tiempos", serif;
}

.Footer .Footer_infos .email {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 300;
}

.Footer .Footer_infos address {
  padding: 40px 0 0 0;
  font-style: normal;
  font-weight: 300;
}

.Footer .Footer_infos address a {
  font-weight: 300;
}

.Footer .Footer_credit span {
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .Footer .Footer_contact {
    text-align: right;
  }
  .Footer .Footer_contact .Footer_socials .socialsWrapper ul {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.LoginModal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 25px 0;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: all cubic-bezier(0.43, 0.045, 0.1, 0.95) 0.5s;
  -webkit-overflow-scrolling: touch;
}

.LoginModal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.LoginModal .FormElement-line {
  border-bottom: 2px solid #d5d4d3;
  padding-right: 0 !important;
}

.LoginModal .FormElement-line .SumoSelect select {
  padding: 0;
}

.LoginModal .FormElement-line .SumoSelect .CaptionCont {
  margin: 0;
  padding: 0;
}

.LoginModal .FormElement-line .SumoSelect .CaptionCont span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Tiempos", serif;
  color: #000000;
  width: 100%;
  padding: 0.8rem;
  background: none;
  border: none;
}

.LoginModal .FormElement-line .SumoSelect .CaptionCont label {
  margin: 0;
}

.LoginModal .FormElement-line .SumoSelect .optWrapper {
  top: 50px;
}

@media (min-width: 992px) {
  .LoginModal .FormElement-line .SumoSelect .CaptionCont span {
    font-size: 2.25rem;
    line-height: 46px;
    padding: 15px 15px 10px 15px;
  }
  .LoginModal .FormElement-line .SumoSelect .optWrapper {
    top: 71px;
  }
}

.LoginModal .FormElement-line ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #c7c5c4;
}

.LoginModal .FormElement-line :-moz-placeholder {
  /* Firefox 18- */
  color: #c7c5c4;
}

.LoginModal .FormElement-line ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c5c4;
}

.LoginModal .FormElement-line :-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c5c4;
}

.LoginModal .FormElement-line ::-ms-input-placeholder {
  /* Edge */
  color: #c7c5c4;
}

.LoginModal .FormElement-line :placeholder-shown {
  /* Standard one last! */
  color: #c7c5c4;
}

@media (min-width: 992px) {
  .LoginModal .FormElement-line select {
    font-size: 2.25rem;
  }
  .LoginModal .FormElement-line select {
    font-size: 2.25rem !important;
  }
}

.LoginModal .LoginModal_close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.LoginModal .LoginModal_close span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.LoginModal .LoginModal_close span:before, .LoginModal .LoginModal_close span:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #000000;
  top: 50%;
  left: 50%;
}

.LoginModal .LoginModal_close span:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.LoginModal .LoginModal_close span:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.LoginModal .Container {
  padding: 0 15px;
  width: 100%;
}

.LoginModal .SectionTitle {
  padding: 25px 0;
}

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

.LoginModal form {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .LoginModal {
    padding: 60px 0;
  }
  .LoginModal .LoginModal_close {
    top: 25px;
    right: calc(3vw + 15px);
  }
  .LoginModal .Container {
    max-width: 900px;
    margin: 0 auto;
  }
  .LoginModal .LoginModal_create {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .LoginModal .Container {
    max-width: 1100px;
  }
}

.MyProfile .MyProfile_row {
  padding-bottom: 35px;
}

.MyProfile .MyProfile_row:not(:last-child) {
  border-bottom: 2px solid #000000;
}

.MyProfile .MyProfile_row:not(:first-child) {
  padding-top: 35px;
}

.MyProfile .MyProfile_row label {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.MyProfile .MyProfile_row label.Spaced {
  margin-top: 50px;
}

.MyProfile .MyProfile_row .FormElement {
  margin-bottom: 10px;
}

.MyProfile .MyProfile_row .FormElement input, .MyProfile .MyProfile_row .FormElement select {
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Tiempos", serif !important;
  color: #000000;
  padding: 0 8px 0 0;
}

.MyProfile .MyProfile_row .Btn {
  margin-top: 35px;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled {
  border-bottom: none;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled input {
  color: #000000;
  pointer-events: none;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled ::-ms-input-placeholder {
  /* Edge */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.is-unstyled :placeholder-shown {
  /* Standard one last! */
  color: #000000;
}

.MyProfile .MyProfile_row .FormElement.FormElement_select.is-unstyled {
  border-bottom: 2px solid #b7b5b4;
}

.MyProfile .MyProfile_row .FormElement.FormElement_select.is-unstyled .SumoSelect .CaptionCont {
  padding-left: 0;
}

.MyProfile .MyProfile_row .FormElement.FormElement_select.is-unstyled .SumoSelect .CaptionCont label {
  opacity: 0;
}

@media (min-width: 992px) {
  .MyProfile .MyProfile_row {
    padding-bottom: 50px;
  }
  .MyProfile .MyProfile_row:not(:first-child) {
    padding-top: 50px;
  }
}

.MyHistory .MyHistory_row {
  border-bottom: 2px solid #000000;
  padding: 0 0 35px 0;
}

.MyHistory .MyHistory_row h4 {
  margin-bottom: 0;
}

.MyHistory .MyHistory_row h4:not(:first-child) {
  margin-top: 55px;
}

.MyHistory .MyHistory_row h4 .ItemState {
  font-size: 0.9375rem;
  color: #000000;
  padding-left: 15px;
}

.MyHistory .MyHistory_row h4 .ItemState.danger {
  color: #ff3f38;
}

.MyHistory .MyHistory_row h4 .ItemState.warning {
  color: #c09106;
}

.MyHistory .MyHistory_row h4 .ItemState.success {
  color: #218838;
}

.MyHistory .MyHistory_row ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.MyHistory .MyHistory_row ul li {
  margin: 0;
  padding: 4px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  min-width: 75px;
}

.MyHistory .MyHistory_row ul li span {
  font-weight: 300;
}

.MyHistory .MyHistory_row ul li:last-child {
  text-align: right;
}

@media (min-width: 992px) {
  .MyHistory .MyHistory_row {
    padding: 0 0 45px 0;
  }
}

.CartStep {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.CartStep li {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  pointer-events: none;
}

.CartStep li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.CartStep li a .CartStep_box {
  background: #000000;
  border: 2px solid #000000;
  width: 35px;
  text-align: center;
  padding: 3px 0;
}

.CartStep li a .CartStep_box span {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
}

.CartStep li a .CartStep_text {
  font-size: 0.875rem;
  line-height: 14px;
  color: #000000;
  font-weight: 500;
  width: 200px;
  padding: 0 0 0 15px;
}

.CartStep li.is-disabled {
  pointer-events: auto;
}

.CartStep li.is-disabled a .CartStep_box {
  background: transparent;
  border-color: #aaa8a7;
}

.CartStep li.is-disabled a .CartStep_box span {
  color: #aaa8a7;
}

.CartStep li.is-disabled a .CartStep_text {
  color: #aaa8a7;
}

@media (min-width: 480px) {
  .CartStep {
    margin-left: -15px;
    margin-right: -15px;
  }
  .CartStep li {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

@media (min-width: 769px) {
  .CartStep li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .CartStep {
    padding: 0;
    margin: 0;
  }
  .CartStep li {
    padding: 0;
    width: 210px;
  }
  .CartStep li:not(:first-child) a .CartStep_box {
    border-left: none;
  }
  .CartStep li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .CartStep li a .CartStep_box {
    width: 100%;
    padding: 5px 0;
  }
  .CartStep li a .CartStep_box span {
    font-size: 1.1875rem;
  }
  .CartStep li a .CartStep_text {
    text-align: center;
    padding: 7px 0;
  }
}

.TheCart {
  padding: 25px 15px;
}

.TheCart .TheCart_top {
  padding-bottom: 35px;
}

.TheCart .TheCart_listing .TheCart_listing_row {
  border-bottom: 1px solid #9c9a98;
  padding-bottom: 25px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: left;
}

.TheCart .TheCart_listing .TheCart_listing_row:not(:first-child) {
  padding-top: 25px;
}

.TheCart .TheCart_listing .TheCart_listing_row:last-child {
  border-bottom: 2px solid #000000;
}

.TheCart .TheCart_listing .TheCart_listing_row p {
  margin: 0;
}

.TheCart .TheCart_listing .TheCart_listing_row [class*="row_"] {
  width: 250px;
}

.TheCart .TheCart_listing .TheCart_listing_row [class*="row_"]:not(:last-child) {
  padding-bottom: 15px;
}

.TheCart .TheCart_listing .TheCart_listing_row .with-subTotal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.TheCart .TheCart_listing .TheCart_listing_row .with-subTotal span {
  font-size: 0.625rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: block;
  width: 70px;
  padding-top: 4px;
}

.TheCart .TheCart_listing .TheCart_listing_row .with-subTotal p {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
  font-family: "Tiempos", serif;
  padding-left: 8px;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_price small {
  font-size: 0.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_img {
  display: none;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_quantity .inputNumber .control span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: auto;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_title p {
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #000000;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_title small {
  display: block;
  font-size: 0.9375rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.TheCart .TheCart_listing .TheCart_listing_row .row_remove .Btn {
  font-size: 0.75rem;
  padding: 6px 10px;
}

.TheCart .TheCart_totalPrice {
  padding-top: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-bottom: 5px;
  padding-right: 15px;
  width: 250px;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row span {
  display: block;
  width: 70px;
  font-size: 1rem;
  font-weight: 400;
  color: #6a6a6a;
  text-transform: uppercase;
  padding-top: 4px;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row p {
  padding: 0 0 0 8px;
  margin: 0;
  font-size: 1.125rem;
  font-family: "Tiempos", serif;
  font-weight: 700;
  color: #6a6a6a;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row p small {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row .row_total_taxes {
  font-size: 0.625rem;
  line-height: 10px;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row.rowTotal {
  padding-top: 45px;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row.rowTotal span {
  text-transform: none;
  color: #000000;
  font-weight: 500;
}

.TheCart .TheCart_totalPrice .TheCart_totalPrice_row.rowTotal p {
  color: #000000;
  font-weight: 700;
  position: relative;
}

.TheCart .TheCart_bottom {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.TheCart .TheCart_bottom #form-promo {
  width: 100%;
}

.TheCart .TheCart_bottom #form-promo .TheCart_promo .InputGroup {
  flex-wrap: wrap;
}

.TheCart .TheCart_bottom #form-promo .TheCart_promo .InputGroup .FormElement {
  border: 2px solid #d8d8d8;
  border-right: 0;
  background: #ededed;
}

.TheCart .TheCart_bottom #form-promo .TheCart_promo .InputGroup .js-error {
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
}

.TheCart .TheCart_bottom .TheCart_next {
  width: 100%;
}

@media (min-width: 571px) {
  .TheCart {
    padding: 35px 2vw;
  }
  .TheCart .TheCart_listing .TheCart_listing_row {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .TheCart .TheCart_listing .TheCart_listing_row [class*="row_"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_price {
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_price p {
    width: 150px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_total {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_total p {
    width: 150px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_title {
    width: 100%;
  }
  .TheCart .TheCart_totalPrice .TheCart_totalPrice_row {
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
  }
  .TheCart .TheCart_totalPrice .TheCart_totalPrice_row p {
    width: 150px;
  }
  .TheCart .TheCart_totalPrice .TheCart_totalPrice_row p:before {
    left: 30px !important;
  }
  .TheCart .TheCart_promo {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .TheCart {
    padding: 60px 40px;
  }
  .TheCart .TheCart_top {
    padding-bottom: 115px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -15px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .with-subTotal {
    position: relative;
    height: 40px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .with-subTotal span {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .TheCart .TheCart_listing .TheCart_listing_row:not(:first-child) .with-subTotal > span {
    display: none;
  }
  .TheCart .TheCart_listing .TheCart_listing_row [class*="row_"] {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    padding-bottom: 0 !important;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_title {
    width: 25%;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_price {
    width: 18%;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_quantity {
    width: 18%;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_total {
    width: 19%;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_remove {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 20%;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_remove .Btn {
    margin-left: auto;
  }
  .TheCart .TheCart_totalPrice {
    padding-right: calc(164px);
  }
  .TheCart .TheCart_bottom {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .TheCart .TheCart_bottom #form-promo {
    min-width: 340px;
    max-width: 340px;
  }
  .TheCart .TheCart_bottom .TheCart_next {
    text-align: right;
  }
  .TheCart .TheCart_bottom .TheCart_next .BtnWrapper button {
    margin-top: 55px !important;
  }
  .TheCart .TheCart_bottom .TheCart_next .TheCart_navigation .NotCanada {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .TheCart .TheCart_listing .TheCart_listing_row .row_img {
    display: block;
    width: 100%;
    max-width: 150px;
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_title {
    width: calc(( (100% - 150px) / 5) + 60px);
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_quantity {
    width: calc( (((100% - 150px) / 5) - 20px ));
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_total {
    width: calc( (((100% - 150px) / 5) - 20px ));
  }
  .TheCart .TheCart_listing .TheCart_listing_row .row_remove {
    width: calc( (((100% - 150px) / 5) - 20px ));
  }
  .TheCart .TheCart_totalPrice {
    padding-right: calc(164px);
  }
  .TheCart .TheCart_totalPrice .TheCart_totalPrice_row {
    padding-right: 0;
  }
}

@media (min-width: 1451px) {
  .TheCart {
    padding: 60px 115px;
  }
  .TheCart .TheCart_totalPrice {
    padding-right: calc(164px + 15px);
  }
}

.TheCart_navigation .NotCanada {
  padding: 0 0 20px 0;
}

.TheCart_navigation .NotCanada small {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9375rem;
}

.TheCart_navigation .NotCanada small:hover {
  color: #456473 !important;
}

.CartSuggestion {
  padding: 30px 0 100px 0;
}

.CartSuggestion .CartSuggestion_row {
  padding-bottom: 40px;
  border-bottom: 2px solid #000000;
}

.CartSuggestion .CartSuggestion_row:not(:first-child) {
  padding-top: 40px;
}

.CartSuggestion .CartSuggestion_row .row_img {
  display: none;
}

.CartSuggestion .CartSuggestion_row .row_content .text .title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
}

.CartSuggestion .CartSuggestion_row .row_content .text .subtitle {
  font-size: 1.125rem;
  color: #000000;
  margin: 2px 0 0 0;
}

.CartSuggestion .CartSuggestion_row .row_content .text .price {
  color: #000000;
  margin: 25px 0;
}

.CartSuggestion .CartSuggestion_row .row_content .text .price small {
  font-size: 0.4em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.CartSuggestion .CartSuggestion_row .row_content .actions .inputNumber {
  width: 100%;
  margin: 0 auto 15px auto;
}

.CartSuggestion .CartSuggestion_row .row_content .actions .Btn {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .CartSuggestion .CartSuggestion_row {
    display: -webkit-box;
    display: flex;
  }
  .CartSuggestion .CartSuggestion_row .row_img {
    display: block;
    width: 175px;
  }
  .CartSuggestion .CartSuggestion_row .row_content {
    padding-left: 15px;
    width: calc(100% - 175px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .CartSuggestion .CartSuggestion_row .row_content .actions {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-top: auto;
    margin-right: -5px;
  }
  .CartSuggestion .CartSuggestion_row .row_content .actions .inputNumber {
    margin: 0 25px 15px 0;
  }
  .CartSuggestion .CartSuggestion_row .row_content .actions .Btn {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  .CartSuggestion .CartSuggestion_row .row_img {
    display: block;
    width: 175px;
  }
  .CartSuggestion .CartSuggestion_row .row_content {
    padding-left: 45px;
  }
  .CartSuggestion .CartSuggestion_row .row_content .actions .inputNumber {
    margin: 0 25px 15px 0;
  }
  .CartSuggestion .CartSuggestion_row .row_content .actions .Btn {
    margin-bottom: 5px;
  }
}

.PageLivraison .PageLivraison_form .form_login {
  padding: 30px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.PageLivraison .PageLivraison_form .form_login p {
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
}

.PageLivraison .PageLivraison_form .form_login .Btn {
  margin: 20px 5px 0 5px;
}

.PageLivraison .PageLivraison_form .form_login > *:nth-child(2) {
  margin-left: 0 !important;
}

.PageLivraison .PageLivraison_form .form_infos .SectionTitle {
  margin: 30px 0;
}

.PageLivraison .PageLivraison_form .form_infos label {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000000;
  display: inline-block;
}

.PageLivraison .PageLivraison_form .form_infos label.required {
  position: relative;
}

.PageLivraison .PageLivraison_form .form_infos label.required:before {
  content: '*';
  position: absolute;
  right: -8px;
  top: -1px;
  color: #000000;
}

.PageLivraison .PageLivraison_form .form_infos .FormElement input, .PageLivraison .PageLivraison_form .form_infos .FormElement select {
  font-size: 0.875rem;
  color: #000000;
  padding: 7px 10px;
}

.PageLivraison .PageLivraison_form .form_infos .FormElement.FormElement_select {
  padding-right: 0;
}

.PageLivraison .PageLivraison_form .form_infos .FormElement.FormElement_select:before {
  font-size: 1.875rem;
  color: #aaa8a7;
  pointer-events: none;
}

@media (min-width: 769px) {
  .PageLivraison .PageLivraison_form .form_login {
    padding: 65px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .PageLivraison .PageLivraison_form .form_login p {
    width: 100%;
    margin-bottom: 20px;
  }
  .PageLivraison .PageLivraison_form .form_login .Btn {
    margin: 0 10px;
  }
  .PageLivraison .PageLivraison_form .form_infos .SectionTitle {
    margin: 60px 0 40px 0;
  }
}

.PanierConfirm .PageConfirm_price hr {
  height: 2px;
  background: #000000;
  margin: 10px 0;
}

.ThankYou p {
  font-size: 1.4375rem;
  font-weight: 500;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #ff3f38;
}

.ThankYou .Btn-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 80px;
}

.ThankYou .Btn-wrapper .Btn {
  display: inline-block;
  margin: 0;
}

.ThankYou .Btn-wrapper .Btn:first-child {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .ThankYou .Btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .ThankYou .Btn-wrapper .Btn:first-child {
    margin: 0 5px 0 0;
  }
}

.Cards .CardsPublications {
  -webkit-box-align: start;
  align-items: flex-start;
}

.EventRegister {
  margin-top: 100px;
  padding: 35px;
}

/*# sourceMappingURL=main.css.map */
