/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \**************************************************************************************************************************************/
@import url(https://use.typekit.net/vyz1fes.css);
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss (1) ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

strong, b {
  font-weight: bold;
}

input:focus {
  outline: none;
}

blockquote, q {
  quotes: none;
}

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

a[ng-click], div[ng-click], p[ng-click], span[ng-click], img[ng-click], a[ui-sref], div[ui-sref], p[ui-sref], span[ui-sref], img[ui-sref] {
  cursor: pointer;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

.slick-slide, .slick-slide a, .slick-slide:focus {
  outline: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.slick-loading .slick-list {
  background: none !important;
}

picture {
  --position: center;
  display: block;
  font-size: 0;
}
picture .cover {
  object-fit: cover;
}
picture img {
  width: 100%;
  height: 100%;
  object-position: var(--position);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 1% + 1%);
  margin-left: -1%;
  margin-right: -1%;
}
.grid .column {
  padding-right: 1%;
  padding-left: 1%;
}

.col1 {
  width: 8.3333333333%;
}

.col2 {
  width: 16.6666666667%;
}

.col3 {
  width: 25%;
}

.col4 {
  width: 33.3333333333%;
}

.col5 {
  width: 41.6666666667%;
}

.col6 {
  width: 50%;
}

.col7 {
  width: 58.3333333333%;
}

.col8 {
  width: 66.6666666667%;
}

.col9 {
  width: 75%;
}

.col10 {
  width: 83.3333333333%;
}

.col11 {
  width: 91.6666666667%;
}

.col12 {
  width: 100%;
}

@media screen and (max-width: 1800px) {
  .col1_1800 {
    width: 8.3333333333%;
  }
  .col2_1800 {
    width: 16.6666666667%;
  }
  .col3_1800 {
    width: 25%;
  }
  .col4_1800 {
    width: 33.3333333333%;
  }
  .col5_1800 {
    width: 41.6666666667%;
  }
  .col6_1800 {
    width: 50%;
  }
  .col7_1800 {
    width: 58.3333333333%;
  }
  .col8_1800 {
    width: 66.6666666667%;
  }
  .col9_1800 {
    width: 75%;
  }
  .col10_1800 {
    width: 83.3333333333%;
  }
  .col11_1800 {
    width: 91.6666666667%;
  }
  .col12_1800 {
    width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  .col1_1700 {
    width: 8.3333333333%;
  }
  .col2_1700 {
    width: 16.6666666667%;
  }
  .col3_1700 {
    width: 25%;
  }
  .col4_1700 {
    width: 33.3333333333%;
  }
  .col5_1700 {
    width: 41.6666666667%;
  }
  .col6_1700 {
    width: 50%;
  }
  .col7_1700 {
    width: 58.3333333333%;
  }
  .col8_1700 {
    width: 66.6666666667%;
  }
  .col9_1700 {
    width: 75%;
  }
  .col10_1700 {
    width: 83.3333333333%;
  }
  .col11_1700 {
    width: 91.6666666667%;
  }
  .col12_1700 {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .col1_1600 {
    width: 8.3333333333%;
  }
  .col2_1600 {
    width: 16.6666666667%;
  }
  .col3_1600 {
    width: 25%;
  }
  .col4_1600 {
    width: 33.3333333333%;
  }
  .col5_1600 {
    width: 41.6666666667%;
  }
  .col6_1600 {
    width: 50%;
  }
  .col7_1600 {
    width: 58.3333333333%;
  }
  .col8_1600 {
    width: 66.6666666667%;
  }
  .col9_1600 {
    width: 75%;
  }
  .col10_1600 {
    width: 83.3333333333%;
  }
  .col11_1600 {
    width: 91.6666666667%;
  }
  .col12_1600 {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .col1_1500 {
    width: 8.3333333333%;
  }
  .col2_1500 {
    width: 16.6666666667%;
  }
  .col3_1500 {
    width: 25%;
  }
  .col4_1500 {
    width: 33.3333333333%;
  }
  .col5_1500 {
    width: 41.6666666667%;
  }
  .col6_1500 {
    width: 50%;
  }
  .col7_1500 {
    width: 58.3333333333%;
  }
  .col8_1500 {
    width: 66.6666666667%;
  }
  .col9_1500 {
    width: 75%;
  }
  .col10_1500 {
    width: 83.3333333333%;
  }
  .col11_1500 {
    width: 91.6666666667%;
  }
  .col12_1500 {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .col1_1400 {
    width: 8.3333333333%;
  }
  .col2_1400 {
    width: 16.6666666667%;
  }
  .col3_1400 {
    width: 25%;
  }
  .col4_1400 {
    width: 33.3333333333%;
  }
  .col5_1400 {
    width: 41.6666666667%;
  }
  .col6_1400 {
    width: 50%;
  }
  .col7_1400 {
    width: 58.3333333333%;
  }
  .col8_1400 {
    width: 66.6666666667%;
  }
  .col9_1400 {
    width: 75%;
  }
  .col10_1400 {
    width: 83.3333333333%;
  }
  .col11_1400 {
    width: 91.6666666667%;
  }
  .col12_1400 {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .col1_1300 {
    width: 8.3333333333%;
  }
  .col2_1300 {
    width: 16.6666666667%;
  }
  .col3_1300 {
    width: 25%;
  }
  .col4_1300 {
    width: 33.3333333333%;
  }
  .col5_1300 {
    width: 41.6666666667%;
  }
  .col6_1300 {
    width: 50%;
  }
  .col7_1300 {
    width: 58.3333333333%;
  }
  .col8_1300 {
    width: 66.6666666667%;
  }
  .col9_1300 {
    width: 75%;
  }
  .col10_1300 {
    width: 83.3333333333%;
  }
  .col11_1300 {
    width: 91.6666666667%;
  }
  .col12_1300 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .col1_1200 {
    width: 8.3333333333%;
  }
  .col2_1200 {
    width: 16.6666666667%;
  }
  .col3_1200 {
    width: 25%;
  }
  .col4_1200 {
    width: 33.3333333333%;
  }
  .col5_1200 {
    width: 41.6666666667%;
  }
  .col6_1200 {
    width: 50%;
  }
  .col7_1200 {
    width: 58.3333333333%;
  }
  .col8_1200 {
    width: 66.6666666667%;
  }
  .col9_1200 {
    width: 75%;
  }
  .col10_1200 {
    width: 83.3333333333%;
  }
  .col11_1200 {
    width: 91.6666666667%;
  }
  .col12_1200 {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .col1_1100 {
    width: 8.3333333333%;
  }
  .col2_1100 {
    width: 16.6666666667%;
  }
  .col3_1100 {
    width: 25%;
  }
  .col4_1100 {
    width: 33.3333333333%;
  }
  .col5_1100 {
    width: 41.6666666667%;
  }
  .col6_1100 {
    width: 50%;
  }
  .col7_1100 {
    width: 58.3333333333%;
  }
  .col8_1100 {
    width: 66.6666666667%;
  }
  .col9_1100 {
    width: 75%;
  }
  .col10_1100 {
    width: 83.3333333333%;
  }
  .col11_1100 {
    width: 91.6666666667%;
  }
  .col12_1100 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col1_1024 {
    width: 8.3333333333%;
  }
  .col2_1024 {
    width: 16.6666666667%;
  }
  .col3_1024 {
    width: 25%;
  }
  .col4_1024 {
    width: 33.3333333333%;
  }
  .col5_1024 {
    width: 41.6666666667%;
  }
  .col6_1024 {
    width: 50%;
  }
  .col7_1024 {
    width: 58.3333333333%;
  }
  .col8_1024 {
    width: 66.6666666667%;
  }
  .col9_1024 {
    width: 75%;
  }
  .col10_1024 {
    width: 83.3333333333%;
  }
  .col11_1024 {
    width: 91.6666666667%;
  }
  .col12_1024 {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .col1_900 {
    width: 8.3333333333%;
  }
  .col2_900 {
    width: 16.6666666667%;
  }
  .col3_900 {
    width: 25%;
  }
  .col4_900 {
    width: 33.3333333333%;
  }
  .col5_900 {
    width: 41.6666666667%;
  }
  .col6_900 {
    width: 50%;
  }
  .col7_900 {
    width: 58.3333333333%;
  }
  .col8_900 {
    width: 66.6666666667%;
  }
  .col9_900 {
    width: 75%;
  }
  .col10_900 {
    width: 83.3333333333%;
  }
  .col11_900 {
    width: 91.6666666667%;
  }
  .col12_900 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col1_768 {
    width: 8.3333333333%;
  }
  .col2_768 {
    width: 16.6666666667%;
  }
  .col3_768 {
    width: 25%;
  }
  .col4_768 {
    width: 33.3333333333%;
  }
  .col5_768 {
    width: 41.6666666667%;
  }
  .col6_768 {
    width: 50%;
  }
  .col7_768 {
    width: 58.3333333333%;
  }
  .col8_768 {
    width: 66.6666666667%;
  }
  .col9_768 {
    width: 75%;
  }
  .col10_768 {
    width: 83.3333333333%;
  }
  .col11_768 {
    width: 91.6666666667%;
  }
  .col12_768 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .col1_600 {
    width: 8.3333333333%;
  }
  .col2_600 {
    width: 16.6666666667%;
  }
  .col3_600 {
    width: 25%;
  }
  .col4_600 {
    width: 33.3333333333%;
  }
  .col5_600 {
    width: 41.6666666667%;
  }
  .col6_600 {
    width: 50%;
  }
  .col7_600 {
    width: 58.3333333333%;
  }
  .col8_600 {
    width: 66.6666666667%;
  }
  .col9_600 {
    width: 75%;
  }
  .col10_600 {
    width: 83.3333333333%;
  }
  .col11_600 {
    width: 91.6666666667%;
  }
  .col12_600 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .col1_500 {
    width: 8.3333333333%;
  }
  .col2_500 {
    width: 16.6666666667%;
  }
  .col3_500 {
    width: 25%;
  }
  .col4_500 {
    width: 33.3333333333%;
  }
  .col5_500 {
    width: 41.6666666667%;
  }
  .col6_500 {
    width: 50%;
  }
  .col7_500 {
    width: 58.3333333333%;
  }
  .col8_500 {
    width: 66.6666666667%;
  }
  .col9_500 {
    width: 75%;
  }
  .col10_500 {
    width: 83.3333333333%;
  }
  .col11_500 {
    width: 91.6666666667%;
  }
  .col12_500 {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .col1_425 {
    width: 8.3333333333%;
  }
  .col2_425 {
    width: 16.6666666667%;
  }
  .col3_425 {
    width: 25%;
  }
  .col4_425 {
    width: 33.3333333333%;
  }
  .col5_425 {
    width: 41.6666666667%;
  }
  .col6_425 {
    width: 50%;
  }
  .col7_425 {
    width: 58.3333333333%;
  }
  .col8_425 {
    width: 66.6666666667%;
  }
  .col9_425 {
    width: 75%;
  }
  .col10_425 {
    width: 83.3333333333%;
  }
  .col11_425 {
    width: 91.6666666667%;
  }
  .col12_425 {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .col1_375 {
    width: 8.3333333333%;
  }
  .col2_375 {
    width: 16.6666666667%;
  }
  .col3_375 {
    width: 25%;
  }
  .col4_375 {
    width: 33.3333333333%;
  }
  .col5_375 {
    width: 41.6666666667%;
  }
  .col6_375 {
    width: 50%;
  }
  .col7_375 {
    width: 58.3333333333%;
  }
  .col8_375 {
    width: 66.6666666667%;
  }
  .col9_375 {
    width: 75%;
  }
  .col10_375 {
    width: 83.3333333333%;
  }
  .col11_375 {
    width: 91.6666666667%;
  }
  .col12_375 {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .col1_320 {
    width: 8.3333333333%;
  }
  .col2_320 {
    width: 16.6666666667%;
  }
  .col3_320 {
    width: 25%;
  }
  .col4_320 {
    width: 33.3333333333%;
  }
  .col5_320 {
    width: 41.6666666667%;
  }
  .col6_320 {
    width: 50%;
  }
  .col7_320 {
    width: 58.3333333333%;
  }
  .col8_320 {
    width: 66.6666666667%;
  }
  .col9_320 {
    width: 75%;
  }
  .col10_320 {
    width: 83.3333333333%;
  }
  .col11_320 {
    width: 91.6666666667%;
  }
  .col12_320 {
    width: 100%;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg"), url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.block {
  display: block;
}

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

.table {
  display: table;
}

.tableCell {
  display: table-cell;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
  top: 50px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.caps {
  text-transform: capitalize;
}

.allCaps {
  text-transform: uppercase;
}

.w1100 {
  width: 100%;
}

.w1500 {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .w1500 {
    margin: 0;
  }
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .w1200 {
    margin: 0;
  }
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .w1100 {
    margin: 0;
  }
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .w900 {
    margin: 0;
  }
}

.yp250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 1600px) {
  .yp250 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .yp250 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yp250 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yp250 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yp250 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .yp250 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp250 {
  padding-top: 250px;
}
@media screen and (max-width: 1600px) {
  .tp250 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .tp250 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .tp250 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .tp250 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp250 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .tp250 {
    padding-top: 50px;
  }
}

.bp250 {
  padding-bottom: 250px;
}
@media screen and (max-width: 1600px) {
  .bp250 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .bp250 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .bp250 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .bp250 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bp250 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .bp250 {
    padding-bottom: 50px;
  }
}

.yp200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .yp200 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .yp200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .yp200 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .yp200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yp200 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .yp200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp200 {
  padding-top: 200px;
}
@media screen and (max-width: 1600px) {
  .tp200 {
    padding-top: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .tp200 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .tp200 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .tp200 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp200 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .tp200 {
    padding-top: 50px;
  }
}

.bp200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .bp200 {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .bp200 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .bp200 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .bp200 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bp200 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .bp200 {
    padding-bottom: 50px;
  }
}

.yp150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .yp150 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .yp150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .yp150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yp150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yp150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .yp150 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp150 {
  padding-top: 150px;
}
@media screen and (max-width: 1600px) {
  .tp150 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .tp150 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .tp150 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .tp150 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp150 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .tp150 {
    padding-top: 50px;
  }
}

.bp150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .bp150 {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1400px) {
  .bp150 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .bp150 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .bp150 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bp150 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .bp150 {
    padding-bottom: 50px;
  }
}

.yp120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .yp120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .yp120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yp120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .yp120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp120 {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .tp120 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .tp120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp120 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .tp120 {
    padding-top: 50px;
  }
}

.bp120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .bp120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .bp120 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bp120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .bp120 {
    padding-bottom: 50px;
  }
}

.yp100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .yp100 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .yp100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .yp100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .yp100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp100 {
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .tp100 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .tp100 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp100 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .tp100 {
    padding-top: 50px;
  }
}

.bp100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .bp100 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .bp100 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bp100 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .bp100 {
    padding-bottom: 50px;
  }
}

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

.tp50 {
  padding-top: 50px;
}

.bp50 {
  padding-bottom: 50px;
}

.xp150 {
  padding-right: 150px;
  padding-left: 150px;
}
@media screen and (max-width: 1400px) {
  .xp150 {
    padding-right: 130px;
    padding-left: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .xp150 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .xp150 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .xp150 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.rp150 {
  padding-right: 150px;
}
@media screen and (max-width: 1400px) {
  .rp150 {
    padding-right: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .rp150 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .rp150 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rp150 {
    padding-right: 25px;
  }
}

.lp150 {
  padding-left: 150px;
}
@media screen and (max-width: 1400px) {
  .lp150 {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .lp150 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .lp150 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lp150 {
    padding-left: 25px;
  }
}

.xp120 {
  padding-right: 120px;
  padding-left: 120px;
}
@media screen and (max-width: 1200px) {
  .xp120 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .xp120 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .xp120 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.rp120 {
  padding-right: 120px;
}
@media screen and (max-width: 1200px) {
  .rp120 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .rp120 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rp120 {
    padding-right: 25px;
  }
}

.lp120 {
  padding-left: 120px;
}
@media screen and (max-width: 1200px) {
  .lp120 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .lp120 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lp120 {
    padding-left: 25px;
  }
}

.nowrap {
  white-space: nowrap;
}

.clearfix {
  display: block;
  clear: both;
}

.noScroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .noScroll {
    overflow-y: hidden;
  }
}

.noCustomScroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .noCustomScroll {
    overflow-y: hidden;
  }
}

.noselect {
  user-select: none;
}

.hide {
  display: none;
}

@media screen and (max-width: 1800px) {
  .hide_1800 {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .hide_1700 {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .hide_1600 {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .hide_1500 {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .hide_1400 {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .hide_1300 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .hide_1100 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hide_1024 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .hide_1000 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hide_900 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .hide_800 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide_768 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hide_700 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hide_600 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hide_500 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .hide_400 {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .hide_300 {
    display: none;
  }
}
h1, .h1 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #3d4146;
  font-size: 3.5rem;
}
@media screen and (max-width: 1440px) {
  h1, .h1 {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 425px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 320px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  margin-bottom: 70px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #3d4146;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1440px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 425px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 320px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1300px) {
  h2, .h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  h2, .h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    margin-bottom: 30px;
  }
}

h3, .h3 {
  margin-bottom: 50px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #3d4146;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  h3, .h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  h3, .h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    margin-bottom: 20px;
  }
}

h4, .h4 {
  margin-bottom: 50px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #3d4146;
  font-size: 1.5625rem;
}
@media screen and (max-width: 425px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  h4, .h4 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 320px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1024px) {
  h4, .h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    margin-bottom: 30px;
  }
}

h5, .h5 {
  margin-bottom: 25px;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.1;
  color: #5d6164;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    margin-bottom: 20px;
  }
}

h6, .h6 {
  margin-bottom: 20px;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.1;
  color: #5d6164;
  font-size: 0.8125rem;
}

p {
  margin-bottom: 20px;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.5;
  color: #7a7d7f;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}
p.bold {
  font-weight: 700;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.underline {
  display: inline;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.5;
  color: #7a7d7f;
  font-size: 1.125rem;
  box-shadow: 0px 2px 0px 0px #3e8be1;
  transition: color 300ms;
}
@media screen and (max-width: 768px) {
  .underline {
    font-size: 1rem;
  }
}
.underline:hover {
  color: #3e8be1;
}
.underline.strong {
  font-weight: 500;
  font-style: italic;
  color: #3d4146;
}
.underline.strong:hover {
  color: #3e8be1;
}

.link {
  position: relative;
  padding-bottom: 1px;
  font: 18px/1 "neue-haas-unica", sans-serif;
  font-weight: 700;
  color: #3d4146;
}
.link:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 2px;
  right: 0;
  background: #3d4146;
  transition: width 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.link.white {
  color: #fff;
}
.link.white:after {
  background: #fff;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 20px 60px 20px 35px;
  font: 15px/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #3e8be1;
  border-radius: 30px;
  z-index: 1;
  transition: background 300ms, color 300ms;
}
.btn svg {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: 30px;
  stroke: #fff;
  transform: translateY(-50%);
  transition: right 300ms, stroke 300ms;
}
.btn:hover {
  background: #397eca;
}
.btn:hover svg {
  right: 20px;
}
.btn.white {
  background: #fff;
  color: #5d6164;
}
.btn.white svg {
  stroke: #3e8be1;
}
.btn.white:hover {
  background: #ebebeb;
}
.btn.white.bluetxt {
  color: #3e8be1;
}
.btn.transparentBlue {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #3e8be1;
  background: transparent;
}
.btn.transparentBlue svg {
  stroke: #3e8be1;
}
.btn.transparentBlue:hover {
  color: #397eca;
  background: transparent;
}
.btn.transparentBlue:hover svg {
  stroke: #397eca;
}

pre {
  margin: 20px 0;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.7em;
  color: #7a7d7f;
  white-space: normal;
  font-size: 0.875rem;
}

.liste li:not(:last-child) p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.liste li p {
  padding: 20px 0;
  margin-bottom: 0;
  font: 18px/1.5 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3d4146;
}
@media screen and (max-width: 600px) {
  .liste li p {
    padding: 15px 0;
  }
}

table {
  will-change: transform;
  margin: 30px 0;
  border: 1px solid #c7c9d0;
  text-align: left;
}
@media screen and (max-width: 500px) {
  table {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
table a:not(.link):not(.btn) {
  font: 0.875rem/1.3 "neue-haas-unica", sans-serif;
}
table thead tr th, table thead tr td {
  padding: 20px;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #3e8be1;
  border: 1px solid #3e8be1;
}
table thead tr th:last-child, table thead tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  table thead tr th, table thead tr td {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 500px) {
  table thead tr th, table thead tr td {
    font-size: 0.75rem;
  }
}
table tbody tr:nth-child(2n+1) td {
  background: #fff;
}
table tbody td {
  border-top: none;
  background: #f1f3f4;
  font-weight: bold;
}
table tbody tr td, table tbody tr th {
  padding: 20px;
  border: 1px solid #c7c9d0;
  vertical-align: middle;
  font: 0.875rem/1.5 "neue-haas-unica", sans-serif;
  color: #3d4146;
}
@media screen and (max-width: 768px) {
  table tbody tr td, table tbody tr th {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 500px) {
  table tbody tr td, table tbody tr th {
    font-size: 0.75rem;
  }
}
table tbody tr td p, table tbody tr th p {
  font-size: 0.875rem;
  color: #3d4146;
}

.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Scroll ***/
.scroller body {
  overflow-x: hidden;
  height: 100vh;
}
.scroller [data-scroller] {
  overflow-x: hidden;
  height: 100vh;
}
.scroller [data-scroller] [data-scroller-content] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  overflow-x: hidden;
}
.scroller [data-height] {
  position: absolute;
  width: 1px;
  top: 0;
}

.dynamic a.secondary-button, .button--empty-1, .dynamic a.primary-button, .button--full-1 {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 22px 40px;
  font: 15px/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: var(--button-color);
  background-color: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition-property: color, background-color, border;
  transition-duration: 300ms;
}
.dynamic a.secondary-button svg, .button--empty-1 svg, .dynamic a.primary-button svg, .button--full-1 svg {
  content: "";
  width: var(--button-svg-dimension);
  height: var(--button-svg-dimension);
  flex-shrink: 0;
  display: inline-block;
}
.dynamic a[target=_blank].secondary-button svg, [target=_blank].button--empty-1 svg, .dynamic a[target=_blank].primary-button svg, [target=_blank].button--full-1 svg {
  --button-svg-dimension: 12px;
}
.dynamic a[href$=".pdf"].secondary-button svg, [href$=".pdf"].button--empty-1 svg, .dynamic a[href$=".pdf"].primary-button svg, [href$=".pdf"].button--full-1 svg, .dynamic a[href$=".doc"].secondary-button svg, [href$=".doc"].button--empty-1 svg, .dynamic a[href$=".doc"].primary-button svg, [href$=".doc"].button--full-1 svg, .dynamic a[href$=".zip"].secondary-button svg, [href$=".zip"].button--empty-1 svg, .dynamic a[href$=".zip"].primary-button svg, [href$=".zip"].button--full-1 svg {
  --button-svg-dimension: 13px;
}
.dynamic a.secondary-button svg, .dynamic a.primary-button svg {
  margin-left: var(--button-svg-spacing, 10px);
}

.dynamic a.secondary-button svg, .dynamic a.primary-button svg {
  fill: var(--button-svg-color);
  stroke: none;
  transition: fill 300ms;
}

.dynamic a.primary-button, .button--full-1 {
  --button-color: #fff;
  --button-background-color: #3e8be1;
  --button-border-color: #3e8be1;
}
.dynamic a.primary-button svg, .button--full-1 svg {
  --button-svg-color: #fff;
}
.dynamic a.primary-button:hover, .button--full-1:hover {
  --button-background-color: #397eca;
  --button-border-color: #397eca;
}
.dynamic a.secondary-button, .button--empty-1 {
  --button-color: #3e8be1;
  --button-background-color: transparent;
  --button-border-color: #3e8be1;
}
.dynamic a.secondary-button svg, .button--empty-1 svg {
  --button-svg-color: #3e8be1;
}
.dynamic a.secondary-button:hover, .button--empty-1:hover {
  --button-color: #fff;
  --button-background-color: #3e8be1;
  --button-border-color: #3e8be1;
}
.dynamic a.secondary-button:hover svg, .button--empty-1:hover svg {
  --button-svg-color: #fff;
}
.dynamic ol li, .ordered-list li, .dynamic ul li, .unordered-list li {
  --paragraph-line-height: 1.5em;
  font-family: "neue-haas-unica", sans-serif;
  line-height: var(--paragraph-line-height);
  color: #7a7d7f;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .dynamic ol li, .ordered-list li, .dynamic ul li, .unordered-list li {
    font-size: 1rem;
  }
}
.dynamic ol li p, .ordered-list li p, .dynamic ul li p, .unordered-list li p {
  margin: 0;
}
.dynamic ol li:not(:first-child), .ordered-list li:not(:first-child), .dynamic ul li:not(:first-child), .unordered-list li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1300px) {
  .dynamic ol li:not(:first-child), .ordered-list li:not(:first-child), .dynamic ul li:not(:first-child), .unordered-list li:not(:first-child) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic ol li:not(:first-child), .ordered-list li:not(:first-child), .dynamic ul li:not(:first-child), .unordered-list li:not(:first-child) {
    margin-top: 19px;
  }
}
@media screen and (max-width: 600px) {
  .dynamic ol li:not(:first-child), .ordered-list li:not(:first-child), .dynamic ul li:not(:first-child), .unordered-list li:not(:first-child) {
    margin-top: 17px;
  }
}
.dynamic ol li ol, .ordered-list li ol, .dynamic ul li ol, .unordered-list li ol,
.dynamic ol li ul,
.ordered-list li ul,
.dynamic ul li ul,
.unordered-list li ul {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .dynamic ol li ol, .ordered-list li ol, .dynamic ul li ol, .unordered-list li ol,
  .dynamic ol li ul,
  .ordered-list li ul,
  .dynamic ul li ul,
  .unordered-list li ul {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic ol li ol, .ordered-list li ol, .dynamic ul li ol, .unordered-list li ol,
  .dynamic ol li ul,
  .ordered-list li ul,
  .dynamic ul li ul,
  .unordered-list li ul {
    margin-top: 19px;
  }
}
@media screen and (max-width: 600px) {
  .dynamic ol li ol, .ordered-list li ol, .dynamic ul li ol, .unordered-list li ol,
  .dynamic ol li ul,
  .ordered-list li ul,
  .dynamic ul li ul,
  .unordered-list li ul {
    margin-top: 17px;
  }
}
.dynamic ol li ol li:not(:first-child), .ordered-list li ol li:not(:first-child), .dynamic ul li ol li:not(:first-child), .unordered-list li ol li:not(:first-child),
.dynamic ol li ul li:not(:first-child),
.ordered-list li ul li:not(:first-child),
.dynamic ul li ul li:not(:first-child),
.unordered-list li ul li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .dynamic ol li ol li:not(:first-child), .ordered-list li ol li:not(:first-child), .dynamic ul li ol li:not(:first-child), .unordered-list li ol li:not(:first-child),
  .dynamic ol li ul li:not(:first-child),
  .ordered-list li ul li:not(:first-child),
  .dynamic ul li ul li:not(:first-child),
  .unordered-list li ul li:not(:first-child) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic ol li ol li:not(:first-child), .ordered-list li ol li:not(:first-child), .dynamic ul li ol li:not(:first-child), .unordered-list li ol li:not(:first-child),
  .dynamic ol li ul li:not(:first-child),
  .ordered-list li ul li:not(:first-child),
  .dynamic ul li ul li:not(:first-child),
  .unordered-list li ul li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .dynamic ol li ol li:not(:first-child), .ordered-list li ol li:not(:first-child), .dynamic ul li ol li:not(:first-child), .unordered-list li ol li:not(:first-child),
  .dynamic ol li ul li:not(:first-child),
  .ordered-list li ul li:not(:first-child),
  .dynamic ul li ul li:not(:first-child),
  .unordered-list li ul li:not(:first-child) {
    margin-top: 15px;
  }
}
.dynamic ul > li, .unordered-list > li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .dynamic ul > li, .unordered-list > li {
    padding-left: 15px;
  }
}
.dynamic ul > li::before, .unordered-list > li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(var(--paragraph-line-height) / 2);
  left: 0;
  background-color: #3e8be1;
  border: 1px solid #3e8be1;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(0, -50%);
}
.dynamic ul > li > ul li::before, .unordered-list > li > ul li::before {
  background-color: transparent;
}
.dynamic ul > li > ul li > ul li::before, .unordered-list > li > ul li > ul li::before {
  background-color: #3e8be1;
}
.dynamic ol, .ordered-list {
  list-style: none;
  counter-reset: li;
}
.dynamic ol > li, .ordered-list > li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .dynamic ol > li, .ordered-list > li {
    padding-left: 25px;
  }
}
@media screen and (max-width: 500px) {
  .dynamic ol > li, .ordered-list > li {
    padding-left: 20px;
  }
}
.dynamic ol > li::before, .ordered-list > li::before {
  content: counter(li) ".";
  counter-increment: li;
  display: inline-block;
  position: absolute;
  top: calc(var(--paragraph-line-height) / 2);
  left: 0;
  font-weight: 500;
  color: #3e8be1;
  transform: translate(0, -50%);
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .dynamic ol > li::before, .ordered-list > li::before {
    font-size: 1rem;
  }
}
.dynamic ol > li ol > li::before, .ordered-list > li ol > li::before {
  content: counter(li, lower-alpha) ".";
}
@media screen and (min-width: 769px) {
  .dynamic ol > li ol > li ol > li, .ordered-list > li ol > li ol > li {
    padding-left: 40px;
  }
}
.dynamic ol > li ol > li ol > li::before, .ordered-list > li ol > li ol > li::before {
  content: counter(li, lower-roman) ".";
}
.dynamic > :first-child {
  margin-top: 0 !important;
}
.dynamic > :last-child {
  margin-bottom: 0 !important;
}
.dynamic h2, .dynamic h3, .dynamic h4, .dynamic p, .dynamic a, .dynamic ul, .dynamic ol, .dynamic table, .dynamic hr, .dynamic img {
  margin: 0;
}
.dynamic h2, .dynamic .h2 {
  margin: 60px 0 25px;
  font-size: 2.375rem;
}
@media screen and (max-width: 1440px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  .dynamic h2, .dynamic .h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic h2, .dynamic .h2 {
    margin: 40px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .dynamic h2, .dynamic .h2 {
    margin: 35px 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .dynamic h2, .dynamic .h2 {
    margin: 25px 0 15px;
  }
}
.dynamic h3, .dynamic .h3 {
  margin: 28px 0 18px;
  font-size: 1.875rem;
}
@media screen and (max-width: 425px) {
  .dynamic h3, .dynamic .h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 375px) {
  .dynamic h3, .dynamic .h3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 320px) {
  .dynamic h3, .dynamic .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .dynamic h3, .dynamic .h3 {
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .dynamic h3, .dynamic .h3 {
    margin: 20px 0 15px;
  }
}
.dynamic h4, .dynamic .h4 {
  margin: 20px 0 15px;
  font-size: 1.375rem;
}
.dynamic p {
  margin: 10px 0;
  --buttons-gap: 15px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .dynamic p {
    font-size: 0.9375rem;
  }
}
.dynamic p.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: calc(100% + var(--buttons-gap));
  margin-left: calc(0px - var(--buttons-gap) / 2);
  margin-right: calc(0px - var(--buttons-gap) / 2);
}
.dynamic p.buttons > * {
  margin-right: calc(var(--buttons-gap) / 2);
  margin-left: calc(var(--buttons-gap) / 2);
  margin-top: 7px;
  margin-bottom: 7px;
}
.dynamic p.buttons--first {
  margin-top: calc(var(--y-40) - 7px);
}
.dynamic p.buttons--last {
  margin-bottom: calc(var(--y-40) - 7px);
}
.dynamic .underline {
  display: inline;
}
.dynamic .quote, .dynamic blockquote {
  position: relative;
  max-width: 775px;
  padding: 5px 0 5px 30px;
  margin: 30px 0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  color: #3d4146;
  font-size: 1.5625rem;
}
@media screen and (max-width: 425px) {
  .dynamic .quote, .dynamic blockquote {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .dynamic .quote, .dynamic blockquote {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 320px) {
  .dynamic .quote, .dynamic blockquote {
    font-size: 1.375rem;
  }
}
.dynamic .quote:after, .dynamic blockquote:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(62, 139, 225, 0.2);
}
.dynamic a:not(.primary-button):not(.secondary-button) {
  margin-bottom: 15px;
  font-family: "neue-haas-unica", sans-serif;
  line-height: 1.5;
  color: #7a7d7f;
  font-size: 1.125rem;
  box-shadow: inset 0 -0.05em 0 0 #3e8be1;
  text-decoration: none;
  transition: color 300ms;
}
@media screen and (max-width: 768px) {
  .dynamic a:not(.primary-button):not(.secondary-button) {
    font-size: 1rem;
  }
}
.dynamic a:not(.primary-button):not(.secondary-button).link-image, .dynamic a:not(.primary-button):not(.secondary-button).link-image:hover {
  box-shadow: none;
}
.dynamic a:not(.primary-button):not(.secondary-button) svg {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  fill: #7a7d7f;
  transition: fill 300ms;
}
.dynamic a:not(.primary-button):not(.secondary-button)[href$=".pdf"] svg, .dynamic a:not(.primary-button):not(.secondary-button)[href$=".doc"] svg, .dynamic a:not(.primary-button):not(.secondary-button)[href$=".zip"] svg {
  width: 13px;
  height: 13px;
}
.dynamic a:not(.primary-button):not(.secondary-button):hover {
  color: #3e8be1;
}
.dynamic a:not(.primary-button):not(.secondary-button):hover svg {
  fill: #3e8be1;
}
.dynamic h2 a:not(.primary-button):not(.secondary-button),
.dynamic h3 a:not(.primary-button):not(.secondary-button),
.dynamic h4 a:not(.primary-button):not(.secondary-button),
.dynamic p a:not(.primary-button):not(.secondary-button),
.dynamic pre a:not(.primary-button):not(.secondary-button),
.dynamic blockquote a:not(.primary-button):not(.secondary-button) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.dynamic ol,
.dynamic ul {
  margin: 22px 0;
}
@media screen and (max-width: 1024px) {
  .dynamic ol,
  .dynamic ul {
    margin: 20px 0;
  }
}
.dynamic > ol > li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(61, 65, 70, 0.15);
}
.dynamic img {
  max-width: 100%;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  transition: opacity 300ms;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3e8be1;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
}

.showOverlayMenu .hamburger span:nth-child(1) {
  width: 0%;
  top: 16px;
  left: 50%;
  opacity: 0;
}
.showOverlayMenu .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.showOverlayMenu .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.showOverlayMenu .hamburger span:nth-child(4) {
  width: 0%;
  top: 16px;
  left: 50%;
  opacity: 0;
}
.showOverlayMenu.closing .hamburger span {
  width: 100%;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.showOverlayMenu.closing .hamburger span:nth-child(1) {
  top: 0px;
}
.showOverlayMenu.closing .hamburger span:nth-child(2), .showOverlayMenu.closing .hamburger span:nth-child(3) {
  top: 8px;
}
.showOverlayMenu.closing .hamburger span:nth-child(4) {
  top: 16px;
}

[data-fadeup] {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 800ms, transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-fadeup][data-scrollfire=fire], [data-fadeup][data-multiscrollfire=fire] {
  opacity: 1;
  transform: none;
}

.transition [data-fadeup], .chargement [data-fadeup] {
  opacity: 0 !important;
  transform: translateY(100px) !important;
}
.transition [data-scrollfire], .transition [data-multiscrollfire], .chargement [data-scrollfire], .chargement [data-multiscrollfire] {
  transition-delay: 500ms !important;
}

[data-scrollfire], [data-multiscrollfire] {
  transition-delay: 0ms;
}
[data-scrollfire][data-delay1], [data-multiscrollfire][data-delay1] {
  transition-delay: 300ms;
}
[data-scrollfire][data-delay2], [data-multiscrollfire][data-delay2] {
  transition-delay: 400ms;
}
[data-scrollfire][data-delay3], [data-multiscrollfire][data-delay3] {
  transition-delay: 500ms;
}
[data-scrollfire][data-delay4], [data-multiscrollfire][data-delay4] {
  transition-delay: 600ms;
}
[data-scrollfire][data-delay5], [data-multiscrollfire][data-delay5] {
  transition-delay: 700ms;
}
[data-scrollfire][data-delay6], [data-multiscrollfire][data-delay6] {
  transition-delay: 800ms;
}
[data-scrollfire][data-delay7], [data-multiscrollfire][data-delay7] {
  transition-delay: 900ms;
}

.floating {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.floating:hover {
  animation-play-state: paused;
}

@keyframes floating {
  0%, 0.001% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
#landing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9998;
  background: #fff;
  visibility: hidden;
  transition: opacity 400ms, visibility 0ms ease 400ms;
}

.chargement #landing {
  opacity: 1;
  visibility: visible;
}

#page-transition {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  z-index: 9999;
}

.transition #page-transition {
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.end #page-transition {
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(61, 65, 70, 0.5);
  visibility: hidden;
  z-index: 9;
  transition: opacity 600ms, visibility 0ms ease 600ms;
}

.blackFilter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(61, 65, 70, 0.7);
  transition: background 300ms;
}

.tag {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3d4146;
  background: #efeff3;
}

.newsInfos .date {
  display: inline-block;
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  margin-left: 10px;
  color: rgba(61, 65, 70, 0.7);
}

.backToTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 75px;
  background: rgba(61, 65, 70, 0.8);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: background 300ms, opacity 300ms, visibility 0ms ease 300ms;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .backToTop {
    width: 50px;
    height: 50px;
  }
}
.backToTop:hover {
  background: #3d4146;
}
.backToTop.active {
  opacity: 1;
  visibility: visible;
  transition: background 300ms, opacity 300ms;
}
.backToTop svg {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  left: 50%;
  stroke: #fff;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.breadcrumb-and-share {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .breadcrumb-and-share {
    flex-wrap: wrap;
  }
}
.breadcrumb-and-share .breadcrumb-item {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 700px) {
  .breadcrumb-and-share .breadcrumb-item {
    flex: auto;
    width: 100%;
  }
}
.breadcrumb-and-share .share-item {
  min-width: 0;
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  .breadcrumb-and-share .share-item {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-and-share .share-item {
    display: none;
  }
}

.share-button {
  display: inline-flex;
  align-items: center;
}
.share-button__text {
  margin-right: 15px;
  margin-bottom: 5px;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 14px;
  color: #3d4146;
  transition: color 300ms;
}
.share-button__svg-container {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms, border-color 300ms;
}
.share-button:hover .share-button__text {
  color: #3e8be1;
}
.share-button__svg {
  width: 14px;
  height: 14px;
  fill: #3e8be1;
  transition: fill 300ms;
}

.breadcrumb {
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb span:last-child {
  color: #5d6164;
}
.breadcrumb span, .breadcrumb a {
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  color: #5d6164;
}
.breadcrumb span:not(:last-child), .breadcrumb a:not(:last-child) {
  position: relative;
  margin-right: 30px;
}
.breadcrumb span:not(:last-child):after, .breadcrumb a:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(93, 97, 100, 0.7);
}
.breadcrumb span:last-child, .breadcrumb a:last-child {
  font-weight: 500;
  color: #3d4146;
}
.breadcrumb a {
  transition: color 300ms;
}
.breadcrumb a:hover {
  color: #3e8be1;
}

.drawers {
  margin: 0;
  max-width: none;
  list-style-type: none;
}
.drawers > li {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(61, 65, 70, 0.2);
}
.drawers > li:last-child {
  border-bottom: 1px solid rgba(61, 65, 70, 0.2);
}
.drawers > li > .toggle {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.drawers > li > .toggle .image {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .drawers > li > .toggle .image {
    display: none;
  }
}
.drawers > li > .toggle .flex {
  min-height: 100px;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .drawers > li > .toggle .flex {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .drawers > li > .toggle .flex {
    min-height: 100%;
  }
}
.drawers > li > .toggle .flex div {
  width: 100%;
}
.drawers > li > .toggle h6 {
  margin-bottom: 10px;
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: rgba(61, 65, 70, 0.7);
}
.drawers > li > .toggle h4 {
  margin-bottom: 0;
  line-height: 1.1;
  color: #3d4146;
  transition: color 300ms;
  font-size: 1.5625rem;
}
@media screen and (max-width: 425px) {
  .drawers > li > .toggle h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .drawers > li > .toggle h4 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 320px) {
  .drawers > li > .toggle h4 {
    font-size: 1.375rem;
  }
}
.drawers > li > .toggle .plus {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .drawers > li > .toggle .plus {
    right: 5px;
  }
}
.drawers > li > .toggle .plus:before, .drawers > li > .toggle .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3e8be1;
  transition: background 300ms, height 300ms ease;
}
.drawers > li > .toggle .plus:before {
  width: 18px;
  height: 2px;
}
.drawers > li > .toggle .plus:after {
  width: 2px;
  height: 18px;
}
.drawers > li > .toggle:hover h4 {
  color: #397eca !important;
}
.drawers > li > .toggle:hover .plus:before, .drawers > li > .toggle:hover .plus:after {
  background: #397eca !important;
}
.drawers > li > .drawer {
  max-width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 300ms, transform 300ms;
}
.drawers > li > .drawer > div {
  padding: 0 80px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .drawers > li > .drawer > div {
    padding: 0 70px 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .drawers > li > .drawer > div {
    padding: 0 20px 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .drawers > li > .drawer > div {
    padding: 0 0 30px 0;
  }
}
.drawers > li.open > .toggle h4 {
  color: #397eca !important;
}
.drawers > li.open > .toggle .plus:before, .drawers > li.open > .toggle .plus:after {
  background: #397eca !important;
}
.drawers > li.open > .toggle .plus:after {
  height: 0px;
}
.drawers > li.open > .drawer {
  opacity: 1;
  transform: translateY(0);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms, opacity 600ms linear 300ms;
}
.drawers.normal > li > .toggle {
  padding: 40px 80px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .drawers.normal > li > .toggle {
    padding: 30px 70px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .drawers.normal > li > .toggle {
    padding: 30px 60px 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .drawers.normal > li > .toggle {
    padding: 30px 40px 30px 0;
  }
}
.drawers.plus > li > .toggle {
  padding: 20px 80px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .drawers.plus > li > .toggle {
    padding: 20px 70px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .drawers.plus > li > .toggle {
    padding: 10px 60px 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .drawers.plus > li > .toggle {
    padding: 30px 40px 23px 0;
  }
}
.drawers .share-button {
  margin-top: 30px;
}

.pagination {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .prev {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .pagination .prev {
    padding: 0;
  }
}
.pagination .prev:hover svg {
  left: 0px;
}
.pagination .prev svg {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
  transition: left 300ms, stroke 300ms;
}
@media screen and (max-width: 768px) {
  .pagination .prev svg {
    transform: rotate(180deg);
    left: 0;
  }
}
.pagination .next {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .pagination .next {
    padding: 0;
  }
}
.pagination .next:hover svg {
  right: 0px;
}
.pagination .next svg {
  right: 10px;
  transform: translateY(-50%);
  transition: right 300ms, stroke 300ms;
}
@media screen and (max-width: 768px) {
  .pagination .next svg {
    transform: none;
    right: 0;
  }
}
.pagination > a {
  position: relative;
  display: inline-block;
  font: 15px/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #5d6164;
  z-index: 1;
  transition: color 300ms;
}
.pagination > a:hover {
  color: #3e8be1;
}
.pagination > a:hover svg {
  stroke: #3e8be1;
}
.pagination > a svg {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  stroke: #5d6164;
}
@media screen and (max-width: 768px) {
  .pagination > a svg {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .pagination span {
    display: none;
  }
}
.pagination .page {
  display: inline-block;
  margin: 0 90px;
}
@media screen and (max-width: 1200px) {
  .pagination .page {
    margin: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pagination .page {
    margin: 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .pagination .page {
    margin: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .pagination .page {
    margin: 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .pagination .page {
    margin: 0 5px;
  }
}
.pagination .page a {
  position: relative;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 700;
  color: #3d4146;
  padding: 10px 0;
  width: 20px;
  margin: 0 15px;
  text-align: center;
  transition: color 300ms;
}
@media screen and (max-width: 425px) {
  .pagination .page a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .pagination .page a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 350px) {
  .pagination .page a {
    margin: 0 3px;
  }
}
.pagination .page a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  background: #3e8be1;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity 300ms;
}
.pagination .page a:first-child {
  margin-left: 0;
}
.pagination .page a:last-child {
  margin-right: 0;
}
.pagination .page a:hover {
  color: #3e8be1;
}
.pagination .page a.active {
  color: #fff;
}
.pagination .page a.active:before {
  opacity: 1;
}
.pagination .page span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 36px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .pagination .page span {
    margin: 0 10px 0 0;
  }
}
.pagination .page span:after {
  content: "...";
  position: absolute;
  top: 3px;
  font: 1.25rem/1 "neue-haas-unica", sans-serif;
  color: #3d4146;
  letter-spacing: 1px;
}
.pagination .page .moinsDe10 .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pagination .page .moinsDe10 .mobile {
    display: inline;
  }
  .pagination .page .moinsDe10 .desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pagination .page .firstPages a:nth-of-type(6), .pagination .page .firstPages a:nth-of-type(7), .pagination .page .firstPages a:nth-of-type(8), .pagination .page .firstPages a:nth-of-type(9) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pagination .page .centerPages a:nth-of-type(2), .pagination .page .centerPages a:nth-of-type(3), .pagination .page .centerPages a:nth-of-type(7), .pagination .page .centerPages a:nth-of-type(8) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pagination .page .lastPages a:nth-of-type(2), .pagination .page .lastPages a:nth-of-type(3), .pagination .page .lastPages a:nth-of-type(4), .pagination .page .lastPages a:nth-of-type(5) {
    display: none;
  }
}

.iconListBlock {
  position: relative;
  display: flex;
  height: 150px;
  padding: 0 20px;
  align-items: center;
  border-bottom: 1px solid rgba(61, 65, 70, 0.2);
}
@media screen and (max-width: 1024px) {
  .iconListBlock {
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .iconListBlock {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .iconListBlock {
    padding: 0;
  }
}
.iconListBlock:hover .icon {
  stroke: #3e8be1;
}
.iconListBlock:hover h4 {
  color: #3e8be1;
}
.iconListBlock:hover .arrow {
  right: 10px;
}
.iconListBlock .icon {
  width: 36px;
  height: 36px;
  stroke: #5d6164;
  transition: stroke 300ms;
}
.iconListBlock h4 {
  margin: 0 0 0 30px;
  transition: color 300ms;
}
@media screen and (max-width: 500px) {
  .iconListBlock h4 {
    margin-left: 20px;
  }
}
.iconListBlock .arrow {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: 20px;
  stroke: #3e8be1;
  transform: translateY(-50%);
  transition: right 300ms;
}
@media screen and (max-width: 500px) {
  .iconListBlock .arrow {
    right: 0;
  }
}

aside {
  position: absolute;
  width: 175px;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  aside {
    position: relative;
    width: 100%;
  }
}
aside .back {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(63, 63, 63, 0.2);
}
@media screen and (max-width: 850px) {
  aside .back {
    display: none;
  }
}
aside .back a.btn {
  padding-right: 0;
  padding-left: 30px;
}
aside .back a.btn:hover svg {
  left: -10px;
}
aside .back a.btn svg {
  right: auto;
  left: 0;
  transform: rotate(180deg) translateY(50%);
  transition: left 300ms, stroke 300ms;
}
aside > div div:not(.back) {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  aside > div div:not(.back) {
    margin-bottom: 0;
  }
}
aside > div div:not(.back) a {
  position: relative;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3d4146;
}
aside > div div:not(.back) a.active span {
  color: #3e8be1;
}
aside > div div:not(.back) a.active span:after {
  background: #3e8be1;
}
aside > div div:not(.back) a:hover span {
  color: #3e8be1;
}
aside > div div:not(.back) a sup {
  padding-left: 3px;
  color: #3e8be1;
}
aside > div div:not(.back) a span {
  position: relative;
  padding-bottom: 3px;
  transition: color 300ms;
}
aside > div div:not(.back) a span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: transparent;
  transition: background 300ms;
}
aside > div .amq-img {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  aside > div .amq-img {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  aside > div.dragAndSlide {
    position: relative;
    display: inline-block;
    width: calc(100% + 100px);
    margin-bottom: 25px;
    padding-bottom: 12px;
    margin-left: -50px;
    top: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(1);
    user-select: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  aside > div.dragAndSlide::-webkit-scrollbar {
    width: 0 !important;
  }
  aside > div.dragAndSlide.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.01);
  }
  aside > div.dragAndSlide.active a {
    cursor: grabbing;
  }
  aside > div.dragAndSlide div {
    display: inline-block;
  }
  aside > div.dragAndSlide div:first-child {
    margin-left: 50px;
  }
  aside > div.dragAndSlide div:last-child {
    margin-right: 50px;
  }
  aside > div.dragAndSlide div:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  aside > div.dragAndSlide {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  aside > div.dragAndSlide div:first-child {
    margin-left: 25px;
  }
  aside > div.dragAndSlide div:last-child {
    margin-right: 25px;
  }
}
@media screen and (max-width: 500px) {
  aside > div.dragAndSlide {
    margin-bottom: 20px;
  }
}

.minimalBlock {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 60px 20px 0;
  background: #fff;
  text-align: center;
}
@media (max-height: 650px) {
  .minimalBlock {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .minimalBlock {
    padding-top: 50px;
  }
}
.minimalBlock:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 60px;
  left: 0;
  background: rgba(61, 65, 70, 0.2);
}
.minimalBlock:hover .btn svg {
  right: -30px;
}
.minimalBlock:hover .imageWrapper .image {
  transform: scale(1.1);
}
.minimalBlock .imageWrapper {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-height: 650px) {
  .minimalBlock .imageWrapper {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 1200px) {
  .minimalBlock .imageWrapper {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 1024px) {
  .minimalBlock .imageWrapper {
    width: 150px;
    height: 150px;
  }
}
.minimalBlock .imageWrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.minimalBlock h4 {
  flex: 1;
  font-size: 22px;
}
@media screen and (max-height: 650px) {
  .minimalBlock h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .minimalBlock h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .minimalBlock h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .minimalBlock h4 {
    font-size: 20px;
  }
}
@media (max-width: 850px) and (min-width: 769px) {
  .minimalBlock h4 {
    font-size: 18px;
  }
}
.minimalBlock .btn {
  height: 60px;
  padding: 0 10px 0 0;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  border-radius: 0;
}
.minimalBlock .btn svg {
  right: -20px;
}

.news {
  width: 100%;
}
.news:hover .image:after {
  background: rgba(61, 65, 70, 0.7);
}
.news:hover .image span {
  opacity: 1;
}
.news .image {
  position: relative;
  height: 360px;
}
@media (max-height: 650px) {
  .news .image {
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .news .image {
    height: 330px;
  }
}
@media screen and (max-width: 1100px) {
  .news .image {
    height: 300px;
  }
}
.news .image span {
  position: absolute;
  padding-right: 30px;
  top: 50%;
  left: 50%;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: opacity 300ms;
}
.news .image span svg {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 3px;
  right: 0px;
  stroke: #fff;
}
.news .image:after {
  background: rgba(61, 65, 70, 0);
}
.news .newsInfos {
  margin: 30px 0 30px;
}
@media screen and (max-width: 1200px) {
  .news .newsInfos {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsInfos {
    margin: 20px 0;
  }
}
.news h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.product {
  display: block;
}
.product:hover .wrapper .imageWrapper .image {
  transform: translate(-50%, -50%) scale(1.05);
}
.product:hover .wrapper h5 {
  color: #397eca;
}
.product:hover .wrapper .btn {
  color: #397eca;
}
.product:hover .wrapper .btn svg {
  right: 20px;
  stroke: #397eca;
}
.product .wrapper {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .product .wrapper {
    background: transparent;
  }
}
.product .wrapper .imageWrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product .wrapper .imageWrapper {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .product .wrapper .imageWrapper {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .product .wrapper .imageWrapper {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .product .wrapper .imageWrapper {
    height: 250px;
  }
}
.product .wrapper .imageWrapper .image {
  position: absolute;
  width: 100%;
  height: 350px;
  top: 50%;
  left: 50%;
  background-size: cover;
  transform: translate(-50%, -50%);
  transition: transform 300ms;
}
.product .wrapper .imageWrapper .image.contain {
  background-size: contain;
}
.product .wrapper .text {
  padding: 30px 10px 0;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .product .wrapper .text {
    padding: 20px 10px 30px;
  }
}
.product .wrapper .text .categorie {
  margin-bottom: 15px;
  color: rgba(61, 65, 70, 0.7);
}
.product .wrapper .text h5 {
  margin-bottom: 10px;
  color: #3d4146;
  font-weight: 500;
  transition: color 300ms;
}
.product .wrapper .text .number, .product .wrapper .text .categorie {
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
}
.product .wrapper .text .number {
  color: #747577;
  margin-bottom: 0;
}
.product .wrapper .text .tag {
  padding: 8px 15px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.product .wrapper .text .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .product .wrapper .text .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product .wrapper .text .btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .product .wrapper .text .btn {
    margin-top: 22px;
  }
}

.job {
  display: flex;
  position: relative;
  height: 150px;
  padding: 20px 210px 20px 40px;
  border-bottom: 1px solid rgba(61, 65, 70, 0.2);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .job {
    padding-left: 20px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .job {
    height: auto;
    display: block;
    padding: 25px 60px 25px 0;
  }
}
.job:hover h4 {
  color: #3e8be1;
}
.job:hover .btn svg {
  right: 20px;
}
.job:first-child {
  border-top: 1px solid rgba(61, 65, 70, 0.2);
}
.job h6 {
  margin-bottom: 10px;
}
.job h4 {
  margin-bottom: 0;
  transition: color 300ms;
}
.job .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .job .btn {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .job .btn {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .job .btn span {
    display: none;
  }
}

.selectField {
  z-index: 49;
  font: 1.125rem/45px "neue-haas-unica", sans-serif;
  color: #3d4146;
}
.selectField.currentDrop {
  z-index: 50;
}

.chosen-container .chosen-results li.highlighted {
  box-shadow: none;
}

.chosen-container-single .chosen-search {
  display: none;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled {
  opacity: 0.35 !important;
  cursor: default;
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 0.9375rem;
  vertical-align: middle;
  background: #fff;
  user-select: none;
}
.chosen-container .chosen-single {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  z-index: 49;
  transition: background 300ms, color 300ms, border 300ms;
}
.chosen-container .chosen-single span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.chosen-container .chosen-single div {
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 8px;
  transition: transform 500ms;
}
.chosen-container .chosen-single div b {
  display: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  width: 100%;
  top: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  z-index: 48;
  transition: padding-top 500ms, opacity 500ms, box-shadow 500ms, visibility 0ms ease 500ms;
}
.chosen-container.chosen-with-drop .chosen-drop {
  top: 0;
  padding-top: 55px;
  visibility: visible;
  opacity: 1;
  transition: padding 500ms, opacity 500ms, box-shadow 500ms;
  z-index: 50;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 15px 20px;
  margin: 0;
  font: 0.9375rem/20px "neue-haas-unica", sans-serif;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  transition: color 300ms;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #3d4146;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: rgba(61, 65, 70, 0.4);
  cursor: default;
}
.chosen-container .chosen-results li.result-selected {
  font-family: "neue-haas-unica", sans-serif;
  cursor: default;
}
.chosen-container.chosen-container-active {
  z-index: 50;
}

select {
  display: block;
  width: 100%;
  opacity: 0;
}
select::-ms-expand {
  display: none;
}
select:focus, select:active {
  outline: none !important;
  border-color: #5d6164;
}

.selectField.style1 {
  margin-bottom: 80px;
}
.selectField.style1 .chosen-container {
  background: transparent;
  border-radius: 5px;
}
.selectField.style1 .chosen-container:hover .chosen-single, .selectField.style1 .chosen-container:hover .chosen-default {
  color: #5d6164;
}
.selectField.style1 .chosen-container:hover .chosen-single div:before, .selectField.style1 .chosen-container:hover .chosen-single div:after, .selectField.style1 .chosen-container:hover .chosen-default div:before, .selectField.style1 .chosen-container:hover .chosen-default div:after {
  background: #5d6164;
}
.selectField.style1 .chosen-container .chosen-single, .selectField.style1 .chosen-container .chosen-default {
  position: relative;
  padding: 0 45px 0 20px;
  font: 0.9375rem/56px "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3d4146;
  background: #efeff3;
  border-bottom: none;
  z-index: 51;
  transition: color 300ms, border 300ms;
}
.selectField.style1 .chosen-container .chosen-single div:before, .selectField.style1 .chosen-container .chosen-single div:after, .selectField.style1 .chosen-container .chosen-default div:before, .selectField.style1 .chosen-container .chosen-default div:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  background: #3d4146;
  transition: background 300ms;
}
.selectField.style1 .chosen-container .chosen-single div:before, .selectField.style1 .chosen-container .chosen-default div:before {
  right: 11px;
  transform: rotate(-40deg) translateY(-50%);
}
.selectField.style1 .chosen-container .chosen-single div:after, .selectField.style1 .chosen-container .chosen-default div:after {
  left: 11px;
  transform: rotate(40deg) translateY(-50%);
}
.selectField.style1 .chosen-container .chosen-results li.active-result {
  border: 1px solid #efeff3;
  background: #ffffff;
}
.selectField.style1 .chosen-container .chosen-results li.active-result:hover {
  color: #5d6164;
}
.selectField.style1 .chosen-container .chosen-results li.result-selected {
  color: #3d4146;
}
.selectField.style1 select {
  display: block;
  position: relative;
  height: 56px;
  border-radius: 5px;
  padding: 0 45px 0 20px;
  font: 0.9375rem/56px "neue-haas-unica", sans-serif;
  font-weight: 700;
  color: #3d4146;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
  overflow: hidden;
  outline: none;
  border: none;
  background: #fff url("../images/content/icons/pointer.svg") no-repeat 95% center/20px 10px;
}

form {
  display: block;
  width: 100%;
}

div.error {
  position: absolute;
  padding-top: 7px;
  top: 100%;
  font: 12px/1 "neue-haas-unica", sans-serif;
  color: #f5a06e;
}

.bgBlue div.error {
  color: white;
}

.inputField, .textField, .selectField, .checkboxField, .radioField, .fileField {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .inputField, .textField, .selectField, .checkboxField, .radioField, .fileField {
    margin-bottom: 45px;
  }
}

/*** INPUT ***/
.inputField {
  position: relative;
  text-align: left;
}
.inputField input {
  width: 100%;
  height: 45px;
  padding: 0;
  border: none;
  border-bottom: 2px solid rgba(61, 65, 70, 0.3);
  font: 1rem/45px "neue-haas-unica", sans-serif;
  color: #3d4146;
  background: transparent;
  transition: border 300ms ease;
}
.inputField input:focus, .inputField input.valid, .inputField input:hover {
  border-bottom: 2px solid #3d4146;
}
.inputField input.error {
  border-bottom: 2px solid #f5a06e;
}
.inputField label {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  font: 1.125rem/45px "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #b6b6b7;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 300ms ease;
}
@media screen and (max-width: 600px) {
  .inputField label {
    font-size: 0.9375rem;
  }
}
.inputField input:focus + label,
.inputField input.valid + label,
.inputField input.error + label,
.inputField input.notEmpty + label {
  top: -12px;
  font-size: 0.6875rem;
  line-height: 12px;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .inputField input:focus + label,
  .inputField input.valid + label,
  .inputField input.error + label,
  .inputField input.notEmpty + label {
    top: -10px;
  }
}
.inputField input.vide + label {
  top: 0px;
  font: 1.0625rem/45px "neue-haas-unica", sans-serif;
}
@media screen and (max-width: 500px) {
  .inputField input.vide + label {
    font-size: 0.9375rem;
  }
}
.inputField.white input {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.inputField.white input:focus, .inputField.white input.valid, .inputField.white input:hover {
  border-bottom: 2px solid #fff;
}
.inputField.white input.error {
  border-bottom: 2px solid #f5a06e;
}
.inputField.white label {
  color: #fff;
}

/*** INPUT - AUTOFILL ***/
.inputField {
  -webkit-box-shadow: 0 0 0 100px #fff inset !important;
}
.inputField :-webkit-autofill,
.inputField :-webkit-autofill:hover,
.inputField :-webkit-autofill:focus,
.inputField :-webkit-autofill:active {
  font: 1rem/45px "neue-haas-unica", sans-serif !important;
  border-bottom: 2px solid #3d4146 !important;
  -webkit-text-fill-color: #3d4146;
  caret-color: #3d4146;
  box-shadow: 0 0 0 100px #fff inset !important;
}
.inputField :-webkit-autofill::first-line {
  font: 1rem/45px "neue-haas-unica", sans-serif !important;
}
.inputField.white {
  -webkit-box-shadow: 0 0 0 100px #3d4146 inset !important;
}
.inputField.white :-webkit-autofill,
.inputField.white :-webkit-autofill:hover,
.inputField.white :-webkit-autofill:focus,
.inputField.white :-webkit-autofill:active {
  border-bottom: 2px solid #fff !important;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 100px #3d4146 inset !important;
}

.bgBlue .inputField {
  -webkit-box-shadow: 0 0 0 100px #3e8be1 inset !important;
}
.bgBlue .inputField :-webkit-autofill,
.bgBlue .inputField :-webkit-autofill:hover,
.bgBlue .inputField :-webkit-autofill:focus,
.bgBlue .inputField :-webkit-autofill:active {
  border-bottom: 2px solid #fff !important;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 100px #3e8be1 inset !important;
}

/*** TEXTAREA ***/
.textField {
  position: relative;
}
.textField textarea {
  width: 100%;
  height: 45px;
  padding: 10px 0 7px 0;
  border: none;
  border-bottom: 2px solid rgba(61, 65, 70, 0.3);
  font: 1rem/1.5 "neue-haas-unica", sans-serif;
  color: #3d4146;
  outline: none !important;
  resize: none;
  overflow: hidden;
  background: transparent;
  transition: border 300ms ease;
}
.textField textarea:focus, .textField textarea.valid, .textField textarea:hover {
  border-bottom: 2px solid #3d4146;
}
.textField textarea.error {
  border-bottom: 2px solid #3e8be1;
}
.textField label {
  position: absolute;
  top: 0px;
  left: 0;
  font: 1.125rem/45px "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #b6b6b7;
  cursor: text;
  transition: 300ms ease;
}
@media screen and (max-width: 600px) {
  .textField label {
    font-size: 0.9375rem;
  }
}
.textField textarea:focus + label,
.textField textarea.valid + label,
.textField textarea.error + label,
.textField textarea.notEmpty + label {
  top: -12px;
  font-size: 0.6875rem;
  line-height: 12px;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .textField textarea:focus + label,
  .textField textarea.valid + label,
  .textField textarea.error + label,
  .textField textarea.notEmpty + label {
    top: -10px;
  }
}
.textField textarea.vide + label {
  top: 0px;
  font: 1.0625rem/45px "neue-haas-unica", sans-serif;
}
@media screen and (max-width: 500px) {
  .textField textarea.vide + label {
    font-size: 0.9375rem;
  }
}
.textField.white textarea {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.textField.white textarea:focus, .textField.white textarea.valid, .textField.white textarea:hover {
  border-bottom: 2px solid #fff;
}
.textField.white textarea.error {
  border-bottom: 2px solid #f5a06e;
}
.textField.white label {
  color: #fff;
}

/*** CHECKBOX ***/
.checkboxField {
  position: relative;
}
.checkboxField label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  color: #3d4146;
  cursor: pointer;
  user-select: none;
  margin: 0 30px 15px 0;
}
.checkboxField label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkboxField label span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 50%;
  border: 1px solid rgba(61, 65, 70, 0.4);
  transition: opacity 225ms;
}
.checkboxField label span:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  background: url("../images/content/icons/crochet.png") no-repeat center/contain;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.checkboxField label input:checked ~ span {
  opacity: 1;
}
.checkboxField label input:checked ~ span:before {
  transform: translate(-50%, -50%) scale(1);
}
.checkboxField.list label {
  display: block;
  margin-top: 20px;
  margin-left: 30px;
}
.checkboxField.list label.master {
  padding: 0;
  margin-left: 0;
}
.checkboxField.white label {
  color: #fff;
}
.checkboxField.white label span {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #fff;
}

/*** RADIO ***/
.radioField {
  position: relative;
}
.radioField label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  color: #3d4146;
  cursor: pointer;
  user-select: none;
  margin: 0 30px 15px 0;
}
.radioField label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radioField label span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid rgba(61, 65, 70, 0.4);
  border-radius: 50%;
  opacity: 0.3;
  transition: opacity 225ms;
}
.radioField label span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  background: #3e8be1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.radioField label input:checked ~ span {
  opacity: 1;
}
.radioField label input:checked ~ span:before {
  transform: translate(-50%, -50%) scale(1);
}
.radioField.list label {
  display: block;
  margin-top: 20px;
  margin-left: 30px;
}
.radioField.list label.master {
  padding: 0;
  margin-left: 0;
}
.radioField.white label {
  color: #fff;
}
.radioField.white label span {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #fff;
}

/*** FILE ***/
.fileField {
  position: relative;
}
.fileField.sMargin {
  margin-bottom: 10px;
}
.fileField .error {
  z-index: 2;
  top: 70%;
  margin-left: 30px;
}
.fileField .uploadBtnWrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
.fileField .uploadBtnWrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fileField .uploadBtnWrapper .btnUpload {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 90px 25px 25px;
  font: 1rem/1.4 "Roboto", sans-serif;
  font-weight: 700;
  color: #5d6164;
  border: none;
  background: #efeff3;
  cursor: pointer;
  transition: color 300ms, background 300ms;
}
@media screen and (max-width: 768px) {
  .fileField .uploadBtnWrapper .btnUpload {
    padding: 20px 70px 20px 20px;
  }
}
.fileField .uploadBtnWrapper .btnUpload svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 25px;
  stroke: #3e8be1;
  stroke-width: 3px;
  fill: none;
  transform: translate(-50%, -50%);
  transition: stroke 300ms;
}
@media screen and (max-width: 768px) {
  .fileField .uploadBtnWrapper .btnUpload svg {
    right: 20px;
  }
}
.fileField .uploadBtnWrapper:hover .btnUpload {
  background: #e3e5e9;
}

/*** SEARCH ***/
.searchField {
  position: relative;
  display: inline-block;
}
.searchField .clearInput {
  position: absolute;
  width: 30px;
  height: 50px;
  right: 50px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 400ms;
}
.searchField .clearInput:hover:before, .searchField .clearInput:hover:after {
  background: rgba(61, 65, 70, 0.6);
}
.searchField .clearInput:before, .searchField .clearInput:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #3d4146;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  transition: background 300ms;
}
.searchField .clearInput:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.searchField .clearInput:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.searchField.notEmpty .clearInput {
  opacity: 1;
}
.searchField input, .searchField label {
  font: 1.125rem/48px "neue-haas-unica", sans-serif;
}
.searchField input {
  width: 400px;
  height: 50px;
  padding: 0 80px 0 30px;
  background: #efeff3;
  border: none;
  border-radius: 30px;
}
@media screen and (max-width: 1300px) {
  .searchField input {
    width: 300px;
  }
}
@media screen and (max-width: 1130px) {
  .searchField input {
    width: 250px;
  }
}
.searchField label {
  position: absolute;
  left: 30px;
  top: 0;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 300ms;
}
.searchField.notEmpty label,
.searchField input:focus + label {
  opacity: 0;
}
.searchField div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  background: #3e8be1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 300ms;
}
.searchField div:hover {
  background: #397eca;
}
.searchField div svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #fff;
}
.searchField #formSearch-search-error.error,
.searchField #formSearch-search2-error.error {
  display: none !important;
}

#overlayMenu {
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 100;
  pointer-events: none;
}
#overlayMenu .wrapper {
  position: absolute;
  width: 380px;
  padding: 70px 30px;
  top: 0;
  right: -380px;
  bottom: 0;
  background: #3e8be1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 101;
  transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 425px) {
  #overlayMenu .wrapper {
    width: 340px;
    right: -340px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 375px) {
  #overlayMenu .wrapper {
    width: 320px;
    right: -320px;
  }
}
#overlayMenu .wrapper::-webkit-scrollbar {
  display: none;
}
#overlayMenu .wrapper a {
  color: #fff;
  transition: opacity 300ms;
}
#overlayMenu .wrapper a:hover {
  opacity: 0.5;
}
#overlayMenu .wrapper .principal li, #overlayMenu .wrapper .secondary li, #overlayMenu .wrapper .tel, #overlayMenu .wrapper .medias {
  transform: translateX(50px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms;
}
#overlayMenu .wrapper .principal {
  background: #3e8be1;
}
#overlayMenu .wrapper .principal li:not(:last-child) {
  margin-bottom: 20px;
}
#overlayMenu .wrapper .principal li a {
  font: 1.5625rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
}
#overlayMenu .wrapper .secondary {
  background: #3e8be1;
  margin-top: 35px;
}
#overlayMenu .wrapper .secondary li:not(:last-child) {
  margin-bottom: 15px;
}
#overlayMenu .wrapper .secondary li a {
  font: 1.125rem/1 "neue-haas-unica", sans-serif;
}
#overlayMenu .wrapper .tel a {
  display: inline-block;
  margin: 35px 0 20px;
  font: 1.125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  transition: opacity 300ms;
}
#overlayMenu .wrapper .medias {
  background: #3e8be1;
  padding-right: 30px;
}
#overlayMenu .wrapper .medias a:first-child {
  font: 1.125rem/1 "neue-haas-unica", sans-serif;
}
#overlayMenu .wrapper .medias a:not(:last-child) {
  margin-right: 20px;
}
#overlayMenu .wrapper .medias a:last-child {
  position: relative;
  top: 2px;
}
#overlayMenu .wrapper .medias svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: fill 300ms;
}

.showOverlayMenu .btnSearch {
  opacity: 0.5;
  pointer-events: none;
}
.showOverlayMenu.openingOverlayMenu .wrapper {
  overflow: hidden;
}
.showOverlayMenu.closingOverlayMenu #overlay {
  opacity: 0;
}
.showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper {
  right: -380px;
}
@media screen and (max-width: 425px) {
  .showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper {
    right: -340px;
  }
}
@media screen and (max-width: 375px) {
  .showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper {
    right: -320px;
  }
}
.showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper .principal li, .showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper .secondary li, .showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper .tel, .showOverlayMenu.closingOverlayMenu #overlayMenu .wrapper .medias {
  transform: translateX(50px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms;
  transition-delay: 0ms;
}
.showOverlayMenu.closingOverlayMenu .btnSearch {
  opacity: 1;
  pointer-events: all;
}
.showOverlayMenu #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  pointer-events: all;
  transition: opacity 600ms;
}
.showOverlayMenu #overlayMenu {
  overflow-y: auto;
  visibility: visible;
}
.showOverlayMenu #overlayMenu .wrapper {
  right: 0px;
  pointer-events: all;
}
.showOverlayMenu #overlayMenu .wrapper .principal li, .showOverlayMenu #overlayMenu .wrapper .secondary li, .showOverlayMenu #overlayMenu .wrapper .tel, .showOverlayMenu #overlayMenu .wrapper .medias {
  transform: none;
  opacity: 1;
}
.showOverlayMenu #overlayMenu .wrapper .a1 {
  transition-delay: 200ms;
}
.showOverlayMenu #overlayMenu .wrapper .a2 {
  transition-delay: 250ms;
}
.showOverlayMenu #overlayMenu .wrapper .a3 {
  transition-delay: 300ms;
}
.showOverlayMenu #overlayMenu .wrapper .a4 {
  transition-delay: 350ms;
}
.showOverlayMenu #overlayMenu .wrapper .a5 {
  transition-delay: 400ms;
}
.showOverlayMenu #overlayMenu .wrapper .a6 {
  transition-delay: 450ms;
}
.showOverlayMenu #overlayMenu .wrapper .a7 {
  transition-delay: 500ms;
}
.showOverlayMenu #overlayMenu .wrapper .a8 {
  transition-delay: 550ms;
}
.showOverlayMenu #overlayMenu .wrapper .a9 {
  transition-delay: 600ms;
}

#overlaySearch {
  position: absolute;
  width: 500px;
  top: 100%;
  opacity: 0;
  right: 0;
  overflow: hidden;
  transition: opacity 400ms;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #overlaySearch {
    background: #fff;
  }
}
@media screen and (max-width: 600px) {
  #overlaySearch {
    width: 100%;
  }
}
#overlaySearch form .searchField {
  width: 100%;
}
#overlaySearch form .searchField input {
  width: 100%;
}
#overlaySearch .resultcontainer {
  overflow: hidden;
  background-color: #fff;
  transition: opacity 400ms;
}
@media screen and (min-width: 1025px) {
  #overlaySearch .resultWrapper {
    padding: 45px;
    display: block !important;
  }
}
#overlaySearch > .wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #overlaySearch > .wrapper {
    padding: 45px;
    transition: opacity 300ms;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  #overlaySearch > .wrapper {
    padding: 30px 20px;
  }
}
#overlaySearch > .wrapper form {
  display: none;
}
@media screen and (max-width: 1024px) {
  #overlaySearch > .wrapper form {
    display: block;
  }
}
#overlaySearch > .wrapper h5 {
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3e8be1;
}
@media screen and (max-width: 1024px) {
  #overlaySearch > .wrapper h5 {
    padding-top: 40px;
  }
}
#overlaySearch > .wrapper .btn {
  margin: 30px auto 0;
}
#overlaySearch > .wrapper .listResult {
  position: relative;
  display: flex;
  height: 115px;
  padding: 0 20px;
  align-items: center;
  border-bottom: 1px solid rgba(61, 65, 70, 0.2);
}
@media screen and (max-width: 375px) {
  #overlaySearch > .wrapper .listResult {
    height: 100%;
    padding: 20px 0;
  }
}
#overlaySearch > .wrapper .listResult:hover .icon {
  stroke: #3e8be1;
}
#overlaySearch > .wrapper .listResult:hover h4 {
  color: #3e8be1;
}
#overlaySearch > .wrapper .listResult:hover .arrow {
  right: 10px;
}
#overlaySearch > .wrapper .listResult .image {
  width: 75px;
  height: 75px;
  stroke: #5d6164;
  transition: stroke 300ms;
}
@media screen and (max-width: 375px) {
  #overlaySearch > .wrapper .listResult .image {
    display: none;
  }
}
#overlaySearch > .wrapper .listResult .wrapper {
  padding: 0 30px;
}
@media screen and (max-width: 375px) {
  #overlaySearch > .wrapper .listResult .wrapper {
    padding: 0 30px 0 0;
  }
}
#overlaySearch > .wrapper .listResult .wrapper h4 {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  transition: color 300ms;
}
#overlaySearch > .wrapper .listResult .wrapper h4 mark {
  background: rgba(96, 154, 227, 0.3);
  font-weight: 700;
}
#overlaySearch > .wrapper .listResult .wrapper p {
  margin-bottom: 0;
  font-size: 0.8125rem;
}
#overlaySearch > .wrapper .listResult .arrow {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: 20px;
  stroke: #3e8be1;
  transform: translateY(-50%);
  transition: right 300ms;
}

.showOverlaySearch .btnMenu {
  opacity: 0.5;
  pointer-events: none;
}
.showOverlaySearch #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  pointer-events: all;
  transition: opacity 600ms;
}
.showOverlaySearch #overlaySearch {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .showOverlaySearch #overlaySearch .wrapper {
    transition: opacity 300ms linear 300ms;
  }
}
.showOverlaySearch header .mobile .right .btnSearch:before, .showOverlaySearch header .mobile .right .btnSearch:after {
  opacity: 1;
  transition: opacity 300ms linear 175ms;
}
.showOverlaySearch header .mobile .right .btnSearch svg {
  opacity: 0;
  transition: opacity 300ms;
}

#overlayQuoteRequest {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 102;
  pointer-events: none;
}
#overlayQuoteRequest .overlay-background {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#overlayQuoteRequest .flexOverlay {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overlayQuoteRequest .scrollbarOverlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
#overlayQuoteRequest .scrollbarOverlay::-webkit-scrollbar {
  display: none;
}
#overlayQuoteRequest .scrollbarOverlayContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-height: 900px) {
  #overlayQuoteRequest .scrollbarOverlayContainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-height: 800px) {
  #overlayQuoteRequest .scrollbarOverlayContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-height: 700px) {
  #overlayQuoteRequest .scrollbarOverlayContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-height: 650px) {
  #overlayQuoteRequest .scrollbarOverlayContainer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#overlayQuoteRequest .wrapper {
  width: 525px;
  max-width: 100%;
  background: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
  transform: translateY(100px);
  z-index: 101;
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 600ms;
  padding: 80px 65px;
}
@media screen and (max-width: 400px) {
  #overlayQuoteRequest .wrapper {
    padding: 60px 30px;
  }
}
#overlayQuoteRequest .wrapper .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#overlayQuoteRequest .wrapper .close:before, #overlayQuoteRequest .wrapper .close:after {
  content: "";
  position: absolute;
  background: #3d4146;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
}
#overlayQuoteRequest .wrapper .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#overlayQuoteRequest .wrapper .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#overlayQuoteRequest .wrapper .step1, #overlayQuoteRequest .wrapper .step2 {
  opacity: 0;
  visibility: hidden;
}
#overlayQuoteRequest .wrapper .step1.active, #overlayQuoteRequest .wrapper .step2.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
#overlayQuoteRequest .wrapper .step1 {
  transition: opacity 300ms, visibility 0ms ease 300ms;
}
#overlayQuoteRequest .wrapper .step1 .h3, #overlayQuoteRequest .wrapper .step1 h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 375px) {
  #overlayQuoteRequest .wrapper .step1 .h3, #overlayQuoteRequest .wrapper .step1 h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  #overlayQuoteRequest .wrapper .step1 .h3, #overlayQuoteRequest .wrapper .step1 h3 {
    font-size: 1.5rem;
  }
}
#overlayQuoteRequest .wrapper .step2 {
  position: absolute;
  padding: 80px 65px;
  top: 55%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: top 300ms ease 300ms, opacity 300ms linear 300ms;
}
#overlayQuoteRequest .wrapper .step2 .crochet {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: #3e8be1;
  border-radius: 50%;
}
#overlayQuoteRequest .wrapper .step2 .crochet svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  stroke: #fff;
  transform: translate(-50%, -50%);
}
#overlayQuoteRequest .wrapper .step2 .h3, #overlayQuoteRequest .wrapper .step2 h3 {
  margin: 30px 0 20px;
}

.showOverlayQuoteRequest.opening .wrapper {
  overflow: hidden;
}
.showOverlayQuoteRequest.closingOverlayQuoteRequest #overlay {
  opacity: 0;
}
.showOverlayQuoteRequest.closingOverlayQuoteRequest #overlayQuoteRequest .wrapper {
  opacity: 0;
  transform: translateY(0px);
}
.showOverlayQuoteRequest #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  pointer-events: all;
  transition: opacity 600ms;
}
.showOverlayQuoteRequest #overlayQuoteRequest {
  visibility: visible;
}
.showOverlayQuoteRequest #overlayQuoteRequest .flexOverlay {
  pointer-events: all;
}
.showOverlayQuoteRequest #overlayQuoteRequest .wrapper {
  opacity: 1;
  transform: translateY(0px);
}

#overlayProductSheet {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 102;
  pointer-events: none;
}
#overlayProductSheet .overlay-background {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#overlayProductSheet .flexOverlay {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overlayProductSheet .scrollbarOverlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
#overlayProductSheet .scrollbarOverlay::-webkit-scrollbar {
  display: none;
}
#overlayProductSheet .scrollbarOverlayContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-height: 900px) {
  #overlayProductSheet .scrollbarOverlayContainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-height: 800px) {
  #overlayProductSheet .scrollbarOverlayContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-height: 700px) {
  #overlayProductSheet .scrollbarOverlayContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-height: 650px) {
  #overlayProductSheet .scrollbarOverlayContainer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#overlayProductSheet .wrapper {
  width: 525px;
  max-width: 100%;
  background: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
  transform: translateY(100px);
  z-index: 101;
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 600ms;
  padding: 80px 65px;
}
@media screen and (max-width: 400px) {
  #overlayProductSheet .wrapper {
    padding: 60px 30px;
  }
}
#overlayProductSheet .wrapper .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#overlayProductSheet .wrapper .close:before, #overlayProductSheet .wrapper .close:after {
  content: "";
  position: absolute;
  background: #3d4146;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
}
#overlayProductSheet .wrapper .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#overlayProductSheet .wrapper .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#overlayProductSheet .wrapper .step1, #overlayProductSheet .wrapper .step2 {
  opacity: 0;
  visibility: hidden;
}
#overlayProductSheet .wrapper .step1.active, #overlayProductSheet .wrapper .step2.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
#overlayProductSheet .wrapper .step1 {
  transition: opacity 300ms, visibility 0ms ease 300ms;
}
#overlayProductSheet .wrapper .step1 .h3, #overlayProductSheet .wrapper .step1 h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 375px) {
  #overlayProductSheet .wrapper .step1 .h3, #overlayProductSheet .wrapper .step1 h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  #overlayProductSheet .wrapper .step1 .h3, #overlayProductSheet .wrapper .step1 h3 {
    font-size: 1.5rem;
  }
}
#overlayProductSheet .wrapper .step2 {
  position: absolute;
  padding: 80px 65px;
  top: 55%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: top 300ms ease 300ms, opacity 300ms linear 300ms;
}
#overlayProductSheet .wrapper .step2 .crochet {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: #3e8be1;
  border-radius: 50%;
}
#overlayProductSheet .wrapper .step2 .crochet svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  stroke: #fff;
  transform: translate(-50%, -50%);
}
#overlayProductSheet .wrapper .step2 .h3, #overlayProductSheet .wrapper .step2 h3 {
  margin: 30px 0 20px;
}

.showOverlayProductSheet.opening .wrapper {
  overflow: hidden;
}
.showOverlayProductSheet.closingOverlayProductSheet #overlay {
  opacity: 0;
}
.showOverlayProductSheet.closingOverlayProductSheet #overlayProductSheet .wrapper {
  opacity: 0;
  transform: translateY(0px);
}
.showOverlayProductSheet #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  pointer-events: all;
  transition: opacity 600ms;
}
.showOverlayProductSheet #overlayProductSheet {
  visibility: visible;
}
.showOverlayProductSheet #overlayProductSheet .flexOverlay {
  pointer-events: all;
}
.showOverlayProductSheet #overlayProductSheet .wrapper {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0px);
}

#overlayCatalogRequest {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 102;
  pointer-events: none;
}
#overlayCatalogRequest .overlay-background {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#overlayCatalogRequest .flexOverlay {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overlayCatalogRequest .scrollbarOverlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
#overlayCatalogRequest .scrollbarOverlay::-webkit-scrollbar {
  display: none;
}
#overlayCatalogRequest .scrollbarOverlayContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-height: 900px) {
  #overlayCatalogRequest .scrollbarOverlayContainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-height: 800px) {
  #overlayCatalogRequest .scrollbarOverlayContainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-height: 700px) {
  #overlayCatalogRequest .scrollbarOverlayContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-height: 650px) {
  #overlayCatalogRequest .scrollbarOverlayContainer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#overlayCatalogRequest .wrapper {
  width: 525px;
  max-width: 100%;
  background: #fff;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
  transform: translateY(100px);
  z-index: 101;
  transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 600ms;
  padding: 80px 65px;
}
@media screen and (max-width: 400px) {
  #overlayCatalogRequest .wrapper {
    padding: 60px 30px;
  }
}
#overlayCatalogRequest .wrapper .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#overlayCatalogRequest .wrapper .close:before, #overlayCatalogRequest .wrapper .close:after {
  content: "";
  position: absolute;
  background: #3d4146;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
}
#overlayCatalogRequest .wrapper .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#overlayCatalogRequest .wrapper .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#overlayCatalogRequest .wrapper .step1, #overlayCatalogRequest .wrapper .step2 {
  opacity: 0;
  visibility: hidden;
}
#overlayCatalogRequest .wrapper .step1.active, #overlayCatalogRequest .wrapper .step2.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
#overlayCatalogRequest .wrapper .step1 {
  transition: opacity 300ms, visibility 0ms ease 300ms;
}
#overlayCatalogRequest .wrapper .step1 .h3, #overlayCatalogRequest .wrapper .step1 h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 375px) {
  #overlayCatalogRequest .wrapper .step1 .h3, #overlayCatalogRequest .wrapper .step1 h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  #overlayCatalogRequest .wrapper .step1 .h3, #overlayCatalogRequest .wrapper .step1 h3 {
    font-size: 1.5rem;
  }
}
#overlayCatalogRequest .wrapper .step2 {
  position: absolute;
  padding: 80px 65px;
  top: 55%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: top 300ms ease 300ms, opacity 300ms linear 300ms;
}
#overlayCatalogRequest .wrapper .step2 .crochet {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: #3e8be1;
  border-radius: 50%;
}
#overlayCatalogRequest .wrapper .step2 .crochet svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  stroke: #fff;
  transform: translate(-50%, -50%);
}
#overlayCatalogRequest .wrapper .step2 .h3, #overlayCatalogRequest .wrapper .step2 h3 {
  margin: 30px 0 20px;
}

.showOverlayCatalogRequest.openingOverlayCatalogRequest .wrapper {
  overflow: hidden;
}
.showOverlayCatalogRequest.closingOverlayCatalogRequest #overlay {
  opacity: 0;
}
.showOverlayCatalogRequest.closingOverlayCatalogRequest #overlayCatalogRequest .wrapper {
  opacity: 0;
  transform: translateY(0px);
}
.showOverlayCatalogRequest #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  pointer-events: all;
  transition: opacity 600ms;
}
.showOverlayCatalogRequest #overlayCatalogRequest {
  visibility: visible;
}
.showOverlayCatalogRequest #overlayCatalogRequest .flexOverlay {
  pointer-events: all;
}
.showOverlayCatalogRequest #overlayCatalogRequest .wrapper {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0px);
}

.overlay-share {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 80;
}
.overlay-share__background {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 600ms;
  z-index: -1;
}
.overlay-share__container {
  position: absolute;
  padding: 85px 50px;
  width: 520px;
  top: 50%;
  left: 50%;
  background: white;
  text-align: center;
  opacity: 0;
  border-radius: 8px;
  z-index: 151;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 600ms, transform 600ms;
  will-change: transform;
}
@media screen and (max-width: 1200px) {
  .overlay-share__container {
    width: 490px;
  }
}
@media screen and (max-width: 1024px) {
  .overlay-share__container {
    width: 480px;
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .overlay-share__container {
    width: auto;
    right: 20px;
    left: 20px;
    padding: 50px 20px;
    transform: none;
  }
}
.overlay-share__title {
  margin-bottom: 20px;
  color: #3d4146;
}
.overlay-share__close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.overlay-share__close:hover::before, .overlay-share__close:hover::after {
  background: rgba(62, 139, 225, 0.5);
}
.overlay-share__close::before, .overlay-share__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #3e8be1;
  transition: background 300ms;
}
.overlay-share__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-share__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.overlay-share__list {
  position: relative;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.overlay-share__list-li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .overlay-share__list-li:not(:last-child) {
    margin-right: 10px;
  }
}
.overlay-share__link {
  position: relative;
  width: 45px;
  height: 45px;
  background: #3e8be1;
  border-radius: 50%;
  transition: background 300ms;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .overlay-share__link {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 350px) {
  .overlay-share__link {
    width: 32px;
    height: 32px;
  }
}
.overlay-share__link:hover {
  background: #397eca;
}
.overlay-share__svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .overlay-share__svg {
    width: 12px;
    height: 12px;
  }
}

.showOverlayShare:not(.closingOverlayShare) .overlay-share__background {
  background: rgba(0, 0, 0, 0.3);
}

.showOverlayShare .overlay-share {
  pointer-events: all;
  visibility: visible;
}
.showOverlayShare .overlay-share__container {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .showOverlayShare .overlay-share__container {
    transform: translateY(-50%);
  }
}

.showOverlayShare.closingOverlayShare .overlay-share__container {
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .showOverlayShare.closingOverlayShare .overlay-share__container {
    transform: none;
  }
}

:root {
  --header-height: 130px;
}

.overlay-products {
  --nb-columns: 3;
  --gutter-x: 70px;
  --gutter-y: 50px;
  --cta-width: 307px;
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  transition: top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 110;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1150px) {
  .overlay-products {
    --cta-width: 250px;
    --nb-columns: 2;
  }
}
.overlay-products ::-webkit-scrollbar {
  display: none;
}
.overlay-products::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 20px;
  right: 20px;
  background-color: #efeff3;
}
.overlay-products__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: white;
  overflow: auto;
  transition: bottom 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.overlay-products__columns {
  display: flex;
  max-width: 1324px;
  margin: 0 auto;
  margin: auto;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 70px;
  padding-bottom: 60px;
  transform: translate(0, 50px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.overlay-products__categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
  margin-top: calc(var(--gutter-y) * -1);
}
.overlay-products__category {
  width: calc(100% / var(--nb-columns));
  padding-top: var(--gutter-y);
  padding-left: calc(var(--gutter-x) / 2);
  padding-right: calc(var(--gutter-x) / 2);
}
.overlay-products__title {
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
  transition: opacity 400ms ease;
}
.overlay-products__title:hover {
  opacity: 0.6;
}
.overlay-products__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.overlay-products__item {
  font: 0.875rem/1.3 "neue-haas-unica", sans-serif;
  color: black;
  opacity: 1;
  transition: opacity 400ms ease;
}
.overlay-products__item:hover {
  opacity: 0.6;
}
.overlay-products__cta-container {
  padding-left: 80px;
}
.overlay-products__cta {
  display: block;
  position: sticky;
  top: 30px;
  width: var(--cta-width);
  color: black;
}
.overlay-products__cta-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  font-weight: 700;
}
.overlay-products__cta-top svg {
  stroke: #3e8be1;
  stroke-width: 1.5px;
  width: 16px;
  height: 10px;
  transform: translate(0, 0);
  transition: transform 400ms ease;
}
.overlay-products__cta:hover svg {
  transform: translate(10px, 0);
}
.overlay-products__cta-image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #efeff3;
  overflow: hidden;
  position: relative;
}
.overlay-products__cta-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms ease;
}
.overlay-products__cta-image img.hidden {
  opacity: 0;
}
.overlay-products__cta-image img.hidden.hover {
  opacity: 1;
}
.overlay-products__cta:hover .overlay-products__cta-image img {
  transform: scale(1.05);
}
.overlay-products__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 500ms;
  z-index: -1;
}

/*
|--------------------------------------------------------------------------
| OVERLAY VISIBLE
|--------------------------------------------------------------------------
*/
.showOverlayProducts header .principal .left div button.btnProducts::after {
  height: 2px;
  opacity: 1;
}
.showOverlayProducts .overlay-products {
  visibility: visible;
  pointer-events: all;
}
.showOverlayProducts .overlay-products__container {
  bottom: 0;
}
.showOverlayProducts .overlay-products__columns {
  transform: translate(0, 0);
  opacity: 1;
}
.showOverlayProducts .overlay-products__background {
  background-color: rgba(0, 0, 0, 0.25);
}

/*
|--------------------------------------------------------------------------
| OVERLAY QUI FERME
|--------------------------------------------------------------------------
*/
.showOverlayProducts.closingOverlayProducts header .principal .left div button.btnProducts::after {
  height: 0;
  opacity: 0;
}
.showOverlayProducts.closingOverlayProducts .overlay-products__container {
  bottom: 100%;
}
.showOverlayProducts.closingOverlayProducts .overlay-products__columns {
  transform: translate(0, 50px);
  opacity: 0;
}
.showOverlayProducts.closingOverlayProducts .overlay-products__background {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 300ms;
}

.overlay-sectors {
  --image-ratio: 120%;
  --overlay-height: 330px;
  --nb-columns: 6;
  --gutter-x: 30px;
  --gutter-y: 30px;
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  transition: top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 110;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1150px) {
  .overlay-sectors {
    --nb-columns: 4;
  }
}
.overlay-sectors ::-webkit-scrollbar {
  display: none;
}
.overlay-sectors::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 20px;
  right: 20px;
  background-color: #efeff3;
}
.overlay-sectors__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  max-height: calc(100vh - var(--header-height));
  background-color: white;
  overflow: auto;
  transition: height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.overlay-sectors__wrapper {
  padding-top: 40px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 60px;
  transform: translate(0, 50px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1350px) {
  .overlay-sectors__wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.overlay-sectors__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
  margin-top: calc(var(--gutter-y) * -1);
}
.overlay-sectors__item {
  width: calc(100% / var(--nb-columns));
  padding-top: var(--gutter-y);
  padding-left: calc(var(--gutter-x) / 2);
  padding-right: calc(var(--gutter-x) / 2);
}
.overlay-sectors__image {
  width: 100%;
  padding-bottom: var(--image-ratio);
  position: relative;
  overflow: hidden;
}
.overlay-sectors__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 400ms ease;
}
.overlay-sectors__item:hover .overlay-sectors__image img {
  transform: scale(1.05);
}
.overlay-sectors__link {
  display: block;
}
.overlay-sectors__title {
  display: block;
  width: 100%;
  text-align: center;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  color: black;
  margin-bottom: 20px;
  transition: opacity 400ms ease;
  margin-top: 15px;
}
.overlay-sectors__item:hover .overlay-sectors__title {
  opacity: 0.6;
}
.overlay-sectors__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 500ms;
  z-index: -1;
}

/*
|--------------------------------------------------------------------------
| OVERLAY VISIBLE
|--------------------------------------------------------------------------
*/
.showOverlaySectors header .principal .left div button.btnSectors::after {
  height: 2px;
  opacity: 1;
}
.showOverlaySectors .overlay-sectors {
  visibility: visible;
  pointer-events: all;
}
.showOverlaySectors .overlay-sectors__container {
  height: var(--overlay-height);
}
.showOverlaySectors .overlay-sectors__wrapper {
  transform: translate(0, 0);
  opacity: 1;
}
.showOverlaySectors .overlay-sectors__background {
  background-color: rgba(0, 0, 0, 0.25);
}

/*
|--------------------------------------------------------------------------
| OVERLAY QUI FERME
|--------------------------------------------------------------------------
*/
.showOverlaySectors.closingOverlaySectors header .principal .left div button.btnSectors::after {
  height: 0;
  opacity: 0;
}
.showOverlaySectors.closingOverlaySectors .overlay-sectors__container {
  height: 0;
}
.showOverlaySectors.closingOverlaySectors .overlay-sectors__wrapper {
  transform: translate(0, 50px);
  opacity: 0;
}
.showOverlaySectors.closingOverlaySectors .overlay-sectors__background {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 300ms;
}

.overlay-about {
  --image-ratio: 120%;
  --overlay-height: 330px;
  --nb-columns: 6;
  --gutter-x: 30px;
  --gutter-y: 30px;
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  transition: top 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 110;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1150px) {
  .overlay-about {
    --nb-columns: 4;
  }
}
.overlay-about ::-webkit-scrollbar {
  display: none;
}
.overlay-about::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 20px;
  right: 20px;
  background-color: #efeff3;
}
.overlay-about__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  max-height: calc(100vh - var(--header-height));
  background-color: white;
  overflow: auto;
  transition: height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.overlay-about__wrapper {
  padding-top: 40px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 60px;
  transform: translate(0, 50px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1350px) {
  .overlay-about__wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.overlay-about__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
  margin-top: calc(var(--gutter-y) * -1);
}
.overlay-about__item {
  width: calc(100% / var(--nb-columns));
  padding-top: var(--gutter-y);
  padding-left: calc(var(--gutter-x) / 2);
  padding-right: calc(var(--gutter-x) / 2);
}
.overlay-about__image {
  width: 100%;
  padding-bottom: var(--image-ratio);
  position: relative;
  overflow: hidden;
}
.overlay-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 400ms ease;
}
.overlay-about__item:hover .overlay-about__image img {
  transform: scale(1.05);
}
.overlay-about__link {
  display: block;
}
.overlay-about__title {
  display: block;
  width: 100%;
  text-align: center;
  font: 1rem/1.3 "neue-haas-unica", sans-serif;
  color: black;
  margin-bottom: 20px;
  transition: opacity 400ms ease;
  margin-top: 15px;
}
.overlay-about__item:hover .overlay-about__title {
  opacity: 0.6;
}
.overlay-about__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 500ms;
  z-index: -1;
}

/*
|--------------------------------------------------------------------------
| OVERLAY VISIBLE
|--------------------------------------------------------------------------
*/
.showOverlayAbout header .principal .left div button.btnAbout::after {
  height: 2px;
  opacity: 1;
}
.showOverlayAbout .overlay-about {
  visibility: visible;
  pointer-events: all;
}
.showOverlayAbout .overlay-about__container {
  height: var(--overlay-height);
}
.showOverlayAbout .overlay-about__wrapper {
  transform: translate(0, 0);
  opacity: 1;
}
.showOverlayAbout .overlay-about__background {
  background-color: rgba(0, 0, 0, 0.25);
}

/*
|--------------------------------------------------------------------------
| OVERLAY QUI FERME
|--------------------------------------------------------------------------
*/
.showOverlayAbout.closingOverlayAbout header .principal .left div button.btnAbout::after {
  height: 0;
  opacity: 0;
}
.showOverlayAbout.closingOverlayAbout .overlay-about__container {
  height: 0;
}
.showOverlayAbout.closingOverlayAbout .overlay-about__wrapper {
  transform: translate(0, 50px);
  opacity: 0;
}
.showOverlayAbout.closingOverlayAbout .overlay-about__background {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 300ms;
}

header {
  position: relative;
  z-index: 100;
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
header nav {
  display: flex;
  margin: 0 20px;
  align-items: center;
  flex-flow: row wrap;
}
header .secondary {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  header .secondary {
    display: none;
  }
}
header .secondary a {
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
  color: #3d4146;
  transition: color 300ms;
}
header .secondary a:hover {
  color: #3e8be1;
}
header .secondary > div {
  width: 50%;
}
header .secondary .left div {
  display: inline-block;
  font-size: 0;
}
header .secondary .left div:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1300px) {
  header .secondary .left div:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  header .secondary .left div:not(:last-child) {
    margin-right: 30px;
  }
}
header .secondary .right {
  text-align: right;
}
header .secondary .right > div {
  position: relative;
  display: inline-block;
}
header .secondary .right .medias, header .secondary .right .phone, header .secondary .right .lang {
  vertical-align: middle;
}
header .secondary .right .phone a, header .secondary .right .lang a {
  height: 16px;
}
header .secondary .right .medias:after, header .secondary .right .phone:after, header .secondary .right .connection:after, header .secondary .right .lang:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 65, 70, 0.3);
}
header .secondary .right .medias {
  padding-right: 30px;
}
header .secondary .right .medias .youtube {
  position: relative;
  top: 2px;
}
header .secondary .right .medias .pinterest {
  position: relative;
  top: -1px;
}
header .secondary .right .medias a {
  font-size: 0;
  vertical-align: middle;
}
header .secondary .right .medias a:not(:last-child) {
  margin-right: 20px;
}
header .secondary .right .medias svg {
  width: 16px;
  height: 16px;
  fill: #3d4146;
  transition: fill 300ms;
}
header .secondary .right .medias svg:hover {
  fill: #3e8be1;
}
header .secondary .right .phone {
  padding: 0 30px;
}
header .secondary .right .connection {
  padding-right: 30px;
  font: 0.875rem/1 "neue-haas-unica", sans-serif;
}
header .secondary .right .lang {
  padding-left: 5px;
  padding-right: 10px;
}
header .principal {
  position: relative;
  height: 80px;
  border-top: 1px solid #efeff3;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header .principal {
    display: none;
  }
}
header .principal .left {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1300px) {
  header .principal .left {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1130px) {
  header .principal .left {
    width: calc(100% - 250px);
  }
}
header .principal .left div {
  display: inline-block;
  vertical-align: middle;
}
header .principal .left div:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 1360px) {
  header .principal .left div:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  header .principal .left div:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  header .principal .left div:not(:last-child) {
    margin-right: 20px;
  }
}
header .principal .left div a, header .principal .left div button {
  font: 1.125rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3d4146;
  transition: color 300ms;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .principal .left div a, header .principal .left div button {
    font-size: 16px;
  }
}
header .principal .left div a:hover, header .principal .left div button:hover {
  color: #3e8be1;
}
header .principal .left div button::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -5px;
  height: 0px;
  background-color: #3e8be1;
  opacity: 0;
  transition: height 400ms ease, opacity 400ms ease;
}
header .principal .left div img {
  width: 180px;
  height: 50px;
}
@media screen and (max-width: 1380px) {
  header .principal .left div img {
    width: 160px;
  }
}
@media screen and (max-width: 1130px) {
  header .principal .left div img {
    width: 140px;
  }
}
@media screen and (max-width: 1060px) {
  header .principal .left div img {
    width: 120px;
  }
}
header .principal .right {
  width: 400px;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  header .principal .right {
    width: 300px;
  }
}
@media screen and (max-width: 1130px) {
  header .principal .right {
    width: 250px;
  }
}
header .mobile {
  display: none;
  position: relative;
  padding: 0 50px;
  height: 90px;
  align-items: center;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header .mobile {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  header .mobile {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  header .mobile {
    padding: 0 20px;
  }
}
header .mobile .left, header .mobile .right {
  width: 50%;
  font-size: 0;
}
header .mobile .left a img {
  width: 180px;
}
@media screen and (max-width: 375px) {
  header .mobile .left a img {
    width: 160px;
  }
}
header .mobile .right {
  text-align: right;
}
header .mobile .right div {
  display: inline-block;
  vertical-align: middle;
}
header .mobile .right .btnSearch {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background: #3e8be1;
  border-radius: 50%;
  transition: background 300ms, opacity 300ms;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  header .mobile .right .btnSearch {
    margin-left: 20px;
  }
}
header .mobile .right .btnSearch:before, header .mobile .right .btnSearch:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity 300ms;
}
header .mobile .right .btnSearch:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .mobile .right .btnSearch:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .mobile .right .btnSearch svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  stroke: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 300ms linear 175ms;
}

footer {
  background: #3d4146;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .logo p {
  font-size: 0.9375rem;
  color: #fff;
}
footer .logo img {
  width: 255px;
}
footer .logo .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  footer .logo .btn {
    margin-top: 30px;
  }
}
footer .newsletter {
  margin-top: 30px;
  padding-right: 50px;
  max-width: 400px;
}
@media (max-width: 768px) {
  footer .newsletter {
    margin: 30px auto 0;
    padding-right: 0;
  }
}
footer .newsletter .inputField {
  -webkit-box-shadow: initial !important;
}
footer .newsletter .inputField label {
  font-size: 0.9375rem;
}
footer .newsletter a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 300ms;
}
footer .newsletter a:hover svg {
  stroke: #3e8be1;
}
footer .newsletter svg {
  width: 20px;
  height: 20px;
  stroke: white;
}
footer .newsletter-success {
  display: none;
  margin-top: 30px;
}
footer .newsletter-success p {
  color: white;
}
@media screen and (max-width: 425px) {
  footer .links {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .links div {
    width: 135px;
    margin: 0 auto;
  }
}
footer .links div:not(:last-child) {
  margin-bottom: 20px;
}
footer .links div a {
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  transition: color 300ms;
}
footer .links div a:hover {
  color: #3e8be1;
}
@media screen and (max-width: 425px) {
  footer .infos {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .infos .wrapper {
    width: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  footer .infos .wrapper {
    width: 100%;
    margin: 0;
  }
}
footer .infos a, footer .infos p, footer .infos span {
  color: #fff;
}
footer .infos a {
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  transition: color 300ms;
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  footer .infos a {
    margin-bottom: 15px;
  }
}
footer .infos a:hover {
  color: #3e8be1;
}
footer .infos p {
  margin-bottom: 25px;
  font: 0.9375rem/1.5 "neue-haas-unica", sans-serif;
}
@media screen and (max-width: 425px) {
  footer .infos p {
    margin-bottom: 15px;
  }
}
footer .infos span {
  display: block;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
}
footer .infos span:not(:last-child) {
  margin-bottom: 10px;
}
footer .infos .amq-img {
  height: 90px;
  margin-top: 30px;
  max-width: 100%;
}

.copyright {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #34373c;
  flex-flow: row wrap;
}
.copyright p, .copyright a {
  display: inline-block;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: sub;
}
.copyright .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .copyright .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .copyright .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.copyright .left p {
  font: 0.8125rem/1 "neue-haas-unica", sans-serif;
}
@media screen and (max-width: 768px) {
  .copyright .left p {
    display: block;
    margin-bottom: 10px;
  }
}
.copyright .right {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 900px) {
  .copyright .right {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
}
.copyright .right p {
  font-size: 0.9375rem;
}
.copyright .right a {
  margin-left: 10px;
  font-size: 0;
  vertical-align: middle;
}
.copyright .right a:hover svg {
  fill: #fff;
}
.copyright .right svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.5);
  transition: fill 300ms;
}
.copyright .right .youtube {
  position: relative;
  top: 2px;
}
.copyright .right .pinterest {
  position: relative;
  top: -1px;
}
.copyright .right .amq-img {
  margin-left: 30px;
  height: 30px;
  margin-bottom: 5px;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .copyright .right .amq-img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .copyright .left, .copyright .right {
    text-align: center;
  }
}

.headerSection {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .headerSection {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .headerSection {
    padding-bottom: 50px;
  }
}
.headerSection h1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .headerSection h1 {
    margin-top: 20px;
  }
}
.headerSection h1.h2 {
  margin-bottom: 0;
}
.headerSection__subtitle {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .headerSection__subtitle {
    margin-top: 15px;
  }
}

.newsSection .head {
  position: relative;
}
@media (max-height: 650px) {
  .newsSection .head h5 {
    margin-bottom: 15px;
  }
}
@media (max-height: 650px) {
  .newsSection .head h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .newsSection .head h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .newsSection .head h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .newsSection .head h2 {
    margin-bottom: 30px;
  }
}
.newsSection .head .btn {
  position: absolute;
  right: 0;
  bottom: -3px;
}
@media screen and (max-width: 700px) {
  .newsSection .head .btn {
    position: relative;
    margin-bottom: 40px;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .newsSection .column:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .newsSection .column:nth-child(2) {
    margin-top: 40px;
  }
}

.expertiseSection .grid {
  align-items: center;
}
.expertiseSection .grid:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .expertiseSection .grid:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .expertiseSection .grid .column:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .expertiseSection .grid .column:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .expertiseSection .reversed .column:nth-child(1) {
    order: 2;
  }
}
@media screen and (min-width: 600px) {
  .expertiseSection .reversed .column:nth-child(2) {
    order: 1;
  }
}
.expertiseSection .imageWrapper {
  position: relative;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .expertiseSection .imageWrapper {
    height: 475px;
  }
}
@media screen and (max-width: 1200px) {
  .expertiseSection .imageWrapper {
    height: 425px;
  }
}
@media screen and (max-width: 1024px) {
  .expertiseSection .imageWrapper {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  .expertiseSection .imageWrapper {
    height: 325px;
  }
}
.expertiseSection .imageWrapper .image {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -35px;
  left: 0;
}
@media (max-width: 768px) {
  .expertiseSection h2 {
    margin-bottom: 35px;
  }
}
.expertiseSection .text {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .expertiseSection .text {
    max-width: 100%;
  }
}
.expertiseSection .text > :last-child {
  margin-bottom: 0;
}

.sForm #applicationFormWrapper p {
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  .sForm #applicationFormWrapper p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sForm #applicationFormWrapper p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sForm #applicationFormWrapper p {
    margin-bottom: 30px;
  }
}

#page-home .bannerSection {
  position: relative;
  background: #efeff3;
}
#page-home .bannerSection .banner .slideBanner {
  position: relative;
  display: flex !important;
  height: calc(100vh - 125px);
  align-items: center;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  #page-home .bannerSection .banner .slideBanner {
    height: calc(100vh - 90px);
    min-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .bannerSection .banner .slideBanner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  #page-home .bannerSection .banner .slideBanner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#page-home .bannerSection .banner .slideBanner .background {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: -50px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page-home .bannerSection .banner .slideBanner .wrapper {
  position: relative;
  max-width: 70%;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #page-home .bannerSection .banner .slideBanner .wrapper {
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #page-home .bannerSection .banner .slideBanner .wrapper {
    max-width: 415px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .bannerSection .banner .slideBanner .wrapper {
    padding: 50px 0;
    margin: 0 auto;
  }
}
#page-home .bannerSection .banner .slideBanner .wrapper h1 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #page-home .bannerSection .banner .slideBanner .wrapper h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 425px) {
  #page-home .bannerSection .banner .slideBanner .wrapper h1 {
    font-size: 31px;
  }
}
@media screen and (max-width: 375px) {
  #page-home .bannerSection .banner .slideBanner .wrapper h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  #page-home .bannerSection .banner .slideBanner .wrapper h1 {
    font-size: 26px;
  }
}
#page-home .bannerSection .banner .slideBanner .wrapper .btn {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  #page-home .bannerSection .banner .slideBanner .wrapper .btn {
    margin-top: 30px;
  }
}
#page-home .bannerSection .banner .scrollDown {
  position: absolute;
  left: 150px;
  bottom: 40px;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  transition: opacity 300ms;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #page-home .bannerSection .banner .scrollDown {
    left: 130px;
  }
}
@media screen and (max-width: 1200px) {
  #page-home .bannerSection .banner .scrollDown {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .bannerSection .banner .scrollDown {
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .bannerSection .banner .scrollDown {
    display: none;
  }
}
#page-home .bannerSection .banner .scrollDown:hover {
  opacity: 0.75;
}
#page-home .bannerSection .banner .scrollDown svg {
  position: relative;
  width: 14px;
  height: 23px;
  margin-left: 20px;
  top: -2px;
  stroke: #fff;
  vertical-align: middle;
}
#page-home .sectorsSection {
  background: #efeff3;
}
#page-home .sectorsSection .head {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
@media (min-width: 1360px) and (max-width: 1370px) {
  #page-home .sectorsSection .head {
    max-width: 770px;
  }
}
@media (max-height: 650px) {
  #page-home .sectorsSection .head h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  #page-home .sectorsSection .head h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .sectorsSection .head h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .sectorsSection .head h2 {
    margin-bottom: 30px;
  }
}
#page-home .sectorsSection .slickWrapper {
  position: relative;
}
#page-home .sectorsSection .slickWrapper .next,
#page-home .sectorsSection .slickWrapper .prev {
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  background: #3e8be1;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 300ms;
}
@media screen and (max-width: 1024px) {
  #page-home .sectorsSection .slickWrapper .next,
  #page-home .sectorsSection .slickWrapper .prev {
    width: 50px;
    height: 50px;
  }
}
#page-home .sectorsSection .slickWrapper .next:hover,
#page-home .sectorsSection .slickWrapper .prev:hover {
  background: #397eca;
}
#page-home .sectorsSection .slickWrapper .next svg,
#page-home .sectorsSection .slickWrapper .prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  stroke: #fff;
}
#page-home .sectorsSection .slickWrapper .next {
  right: -20px;
}
@media screen and (max-width: 1200px) {
  #page-home .sectorsSection .slickWrapper .next {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .sectorsSection .slickWrapper .next {
    right: -15px;
  }
}
#page-home .sectorsSection .slickWrapper .next svg {
  transform: translate(-50%, -50%);
}
#page-home .sectorsSection .slickWrapper .prev {
  left: -20px;
}
@media screen and (max-width: 1200px) {
  #page-home .sectorsSection .slickWrapper .prev {
    left: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .sectorsSection .slickWrapper .prev {
    left: -15px;
  }
}
#page-home .sectorsSection .slickWrapper .prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
#page-home .sectorsSection .slickWrapper .slick-slide > div,
#page-home .sectorsSection .slickWrapper .slick-slide > div > div,
#page-home .sectorsSection .slickWrapper .minimalBlock {
  height: 100%;
}
#page-home .sectorsSection .slickWrapper .slick-track {
  display: flex;
  align-items: stretch;
}
#page-home .sectorsSection .slickWrapper .slick-slide {
  height: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #page-home .sectorsSection .slickWrapper .slick-slide {
    padding: 0 10px;
  }
}
#page-home .sectorsSection .slickWrapper .slickSectors .minimalBlock {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page-home .sectorsSection .slickWrapper .slickSectors .minimalBlock {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-home .expertiseSection .btn {
    margin-bottom: 35px;
  }
}
#page-home .equipmentSection {
  position: relative;
  display: flex;
  align-items: center;
  height: 780px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #page-home .equipmentSection {
    height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  #page-home .equipmentSection {
    height: 650px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .equipmentSection {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .equipmentSection {
    display: block;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 340px;
  }
}
#page-home .equipmentSection .background {
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: -50px;
  left: 0;
}
#page-home .equipmentSection .imageWrapper {
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: -20px;
  right: 100px;
}
@media screen and (max-width: 1400px) {
  #page-home .equipmentSection .imageWrapper {
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  #page-home .equipmentSection .imageWrapper {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #page-home .equipmentSection .imageWrapper {
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #page-home .equipmentSection .imageWrapper {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  #page-home .equipmentSection .imageWrapper {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-home .equipmentSection .imageWrapper {
    right: auto;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#page-home .equipmentSection .imageWrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/page-home/armoire2.jpg") no-repeat center/contain;
}
#page-home .equipmentSection .w1100 {
  position: relative;
}
#page-home .equipmentSection .w1100 .wrapper {
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  #page-home .equipmentSection .w1100 .wrapper {
    margin: 0 auto;
  }
}
#page-home .equipmentSection .w1100 .wrapper h5, #page-home .equipmentSection .w1100 .wrapper h2 {
  color: #fff;
}
@media (max-width: 1024px) {
  #page-home .equipmentSection .w1100 .wrapper h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #page-home .equipmentSection .w1100 .wrapper h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page-products .headerSection {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  #page-products .headerSection {
    padding-bottom: 30px;
  }
}
#page-products .productsSection .w1200 {
  position: relative;
}
#page-products .productsSection .products {
  width: calc(100% - 250px);
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  #page-products .productsSection .products {
    width: 100%;
  }
}
#page-products .productsSection .products .product {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  #page-products .productsSection .products .product {
    margin-bottom: 40px;
  }
}
#page-products .productsSection .products .product .text {
  padding-bottom: 0;
}
#page-products .productsSection .products .page {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  #page-products .productsSection .products .page {
    margin-top: 0;
  }
}

#page-productDetail .headerImageSection {
  padding-top: 40px;
}
#page-productDetail .headerImageSection .col12 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-productDetail .headerImageSection .slick {
    order: 2;
  }
  #page-productDetail .headerImageSection .info {
    order: 1;
  }
}
#page-productDetail .headerImageSection .slickImagesWrapper {
  position: relative;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -30px;
}
@media screen and (max-width: 768px) {
  #page-productDetail .headerImageSection .slickImagesWrapper .slickDots {
    left: 20px;
  }
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul {
  width: 10px;
  top: 50%;
  bottom: auto;
  left: 0;
  font-size: 0;
  transform: translateY(-50%);
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul li {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul li:not(:last-child) {
  margin-bottom: 30px;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul li button {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 auto;
  background: rgba(93, 97, 100, 0.2);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul li button:before {
  display: none;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickDots ul li.slick-active button {
  transform: scale(1.75);
  background: #3e8be1;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickImages {
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  #page-productDetail .headerImageSection .slickImagesWrapper .slickImages {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .headerImageSection .slickImagesWrapper .slickImages {
    padding-right: 1%;
  }
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickImages .image {
  height: 500px;
  position: relative;
}
#page-productDetail .headerImageSection .slickImagesWrapper .slickImages .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(231deg, rgba(0, 0, 0, 0) -21.55%, rgba(0, 0, 0, 0.1) 98.15%);
}
@media screen and (max-width: 1400px) {
  #page-productDetail .headerImageSection .slickImagesWrapper .slickImages .image {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  #page-productDetail .headerImageSection .slickImagesWrapper .slickImages .image {
    height: 400px;
  }
}
#page-productDetail .headerImageSection .infos {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  #page-productDetail .headerImageSection .infos {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .headerImageSection .infos {
    padding-left: 1%;
    margin-bottom: 40px;
  }
}
#page-productDetail .headerImageSection .infos h1 {
  margin-bottom: 30px;
}
#page-productDetail .headerImageSection .infos .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
#page-productDetail .headerImageSection .infos .tag {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
#page-productDetail .headerImageSection .infos h5 {
  margin-bottom: 0;
}
#page-productDetail .headerImageSection .infos p {
  margin-top: 40px;
  border-top: 1px solid rgba(61, 65, 70, 0.2);
  padding-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-productDetail .headerImageSection .infos p {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .headerImageSection .infos p {
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
#page-productDetail .headerImageSection .infos a {
  display: block;
  font: 0.9375rem/1 "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #3e8be1;
  transition: color 300ms;
  padding-bottom: 15px;
}
#page-productDetail .headerImageSection .infos a:hover {
  color: #3d4146;
}
#page-productDetail .headerImageSection .infos a:hover svg {
  stroke: #3d4146;
}
#page-productDetail .headerImageSection .infos a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  stroke: #3e8be1;
  fill: none;
  vertical-align: sub;
  transition: stroke 300ms;
}
#page-productDetail .similarSection .h1 {
  text-align: center;
}
#page-productDetail .similarSection .slickSimilarWrapper {
  position: relative;
}
#page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 74px;
  top: 150px;
  background: #3e8be1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 300ms;
}
@media screen and (max-width: 1400px) {
  #page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
    width: 50px;
    height: 50px;
    top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  #page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
    top: 125px;
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
    top: 150px;
  }
}
@media screen and (max-width: 600px) {
  #page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
    top: 125px;
  }
}
@media screen and (max-width: 375px) {
  #page-productDetail .similarSection .prev, #page-productDetail .similarSection .next {
    top: 100px;
  }
}
#page-productDetail .similarSection .prev:hover, #page-productDetail .similarSection .next:hover {
  background: #397eca;
}
#page-productDetail .similarSection .prev svg, #page-productDetail .similarSection .next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  stroke: #fff;
  transform: translate(-50%, -50%);
}
#page-productDetail .similarSection .prev {
  left: -100px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  #page-productDetail .similarSection .prev {
    left: -65px;
  }
}
@media screen and (max-width: 1024px) {
  #page-productDetail .similarSection .prev {
    left: 0;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .similarSection .prev {
    left: -10px;
    transform: rotate(180deg);
  }
}
#page-productDetail .similarSection .next {
  right: -100px;
}
@media screen and (max-width: 1400px) {
  #page-productDetail .similarSection .next {
    right: -65px;
  }
}
@media screen and (max-width: 1024px) {
  #page-productDetail .similarSection .next {
    right: 0;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail .similarSection .next {
    right: -10px;
    transform: none;
  }
}
#page-productDetail .similarSection .slickSimilar {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1200px) {
  #page-productDetail .similarSection .slickSimilar {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 500px) {
  #page-productDetail .similarSection .slickSimilar {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#page-productDetail .similarSection .slickSimilar .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #page-productDetail .similarSection .slickSimilar .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #page-productDetail .similarSection .slickSimilar .slick-slide {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #page-productDetail .similarSection .slickSimilar .slick-slide .product {
    max-width: 300px;
    margin: 0 auto;
  }
}

.slickImagesWrapper {
  position: relative;
}
.slickImagesWrapper .slick-navigation {
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: flex;
  gap: 8px;
  z-index: 99;
}
.slickImagesWrapper .slick-navigation .button {
  border: 0;
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background 300ms;
  position: relative;
}
.slickImagesWrapper .slick-navigation .button:hover {
  background: #3e8be1;
}
.slickImagesWrapper .slick-navigation .button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  stroke: #3e8be1;
  stroke-width: 1.23176;
  transform: translate(-50%, -50%);
  transition: stroke 300ms;
}
.slickImagesWrapper .slick-navigation .button:hover svg {
  stroke: white;
}
.slickImagesWrapper .slick-navigation .button:nth-child(1) svg {
  transform: translate(-50%, -50%) rotate(180deg);
}

#page-productDetail #slickImagesThumbnails {
  padding-right: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  #page-productDetail #slickImagesThumbnails {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #page-productDetail #slickImagesThumbnails {
    padding-right: 1%;
  }
}
#page-productDetail #slickImagesThumbnails .slick-list {
  padding-right: 25%;
}
#page-productDetail #slickImagesThumbnails .slick-slide {
  margin-right: 15px;
  cursor: pointer;
}
#page-productDetail #slickImagesThumbnails .slick-slide picture {
  background-color: white;
  display: block !important;
  position: relative;
}
#page-productDetail #slickImagesThumbnails .slick-slide picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(231deg, rgba(0, 0, 0, 0) -21.55%, rgba(0, 0, 0, 0.1) 98.15%);
  pointer-events: none;
}
#page-productDetail #slickImagesThumbnails .slick-slide picture img {
  opacity: 1;
  transition: opacity 300ms;
}
#page-productDetail #slickImagesThumbnails .slick-slide picture img:hover {
  opacity: 0.6;
}

#page-search .headerSection .didYouMean {
  margin: 30px 0 0;
}
#page-search .headerSection h1 span {
  font-style: italic;
  color: #3e8be1;
}
#page-search .searchSection .results a {
  display: flex;
  width: 100%;
  padding: 30px 20px;
  align-items: center;
  border-bottom: 1px solid rgba(61, 65, 70, 0.2);
}
@media screen and (max-width: 768px) {
  #page-search .searchSection .results a {
    padding: 20px 0;
  }
}
#page-search .searchSection .results a:first-child {
  padding-top: 0;
}
#page-search .searchSection .results a:hover .imageWrapper .image {
  transform: scale(1.05);
}
#page-search .searchSection .results a:hover .btn svg {
  right: 20px;
}
#page-search .searchSection .results a .imageWrapper {
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #page-search .searchSection .results a .imageWrapper {
    display: none;
  }
}
#page-search .searchSection .results a .imageWrapper .image {
  width: 180px;
  height: 180px;
  transition: transform 300ms;
}
@media screen and (max-width: 1024px) {
  #page-search .searchSection .results a .imageWrapper .image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #page-search .searchSection .results a .imageWrapper .image {
    width: 125px;
    height: 125px;
  }
}
#page-search .searchSection .results a .wrapper {
  width: calc(100% - 180px);
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  #page-search .searchSection .results a .wrapper {
    width: calc(100% - 150px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-search .searchSection .results a .wrapper {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 500px) {
  #page-search .searchSection .results a .wrapper {
    width: 100%;
    padding-left: 0;
  }
}
#page-search .searchSection .results a .wrapper mark {
  background: rgba(96, 154, 227, 0.3);
  font-weight: 700;
}
#page-search .searchSection .results a .wrapper h4 {
  margin-bottom: 10px;
}
#page-search .searchSection .results a .wrapper h6 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #page-search .searchSection .results a .wrapper h6 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #page-news .headerSection {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  #page-news .headerSection {
    padding-bottom: 30px;
  }
}
#page-news .newsListSection .w1200 {
  position: relative;
}
#page-news .newsListSection .newsList {
  width: calc(100% - 250px);
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  #page-news .newsListSection .newsList {
    width: 100%;
  }
}
#page-news .newsListSection .newsList .news {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  #page-news .newsListSection .newsList .news {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #page-newsDetail .headerSection {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  #page-newsDetail .headerSection {
    padding-bottom: 30px;
  }
}
#page-newsDetail .detailSection .w1200 {
  position: relative;
}
#page-newsDetail .detailSection .detail {
  width: calc(100% - 250px);
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  #page-newsDetail .detailSection .detail {
    width: 100%;
  }
}
#page-newsDetail .detailSection .detail > h2 {
  margin-bottom: 0;
}
#page-newsDetail .detailSection .detail .imageWrapper {
  position: relative;
  height: 500px;
  margin: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #page-newsDetail .detailSection .detail .imageWrapper {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #page-newsDetail .detailSection .detail .imageWrapper {
    height: 400px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-newsDetail .detailSection .detail .imageWrapper {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #page-newsDetail .detailSection .detail .imageWrapper {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #page-newsDetail .detailSection .detail .imageWrapper {
    margin: 30px 0;
  }
}
#page-newsDetail .detailSection .detail .imageWrapper .image {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -35px;
  left: 0;
}

.detailSection .w1200 {
  position: relative;
}
.detailSection .detail .date {
  margin-bottom: 30px;
}

#page-about .headerSection h1 {
  max-width: 680px;
}
@media screen and (max-width: 1400px) {
  #page-about .headerSection h1 {
    max-width: 550px;
  }
}

#page-sectors .headerSection, #page-sectors .sectorsSection {
  background: #efeff3;
}
#page-sectors .headerSection .column:nth-child(n+4), #page-sectors .sectorsSection .column:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 1024px) {
  #page-sectors .headerSection .column:nth-child(n+3), #page-sectors .sectorsSection .column:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 600px) {
  #page-sectors .headerSection .column:nth-child(n+2), #page-sectors .sectorsSection .column:nth-child(n+2) {
    margin-top: 20px;
  }
}
#page-sectors .headerSection .minimalBlock, #page-sectors .sectorsSection .minimalBlock {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #page-sectors .headerSection .minimalBlock, #page-sectors .sectorsSection .minimalBlock {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sectors .headerSection .minimalBlock .imageWrapper, #page-sectors .sectorsSection .minimalBlock .imageWrapper {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 600px) {
  #page-sectors .headerSection .minimalBlock .imageWrapper, #page-sectors .sectorsSection .minimalBlock .imageWrapper {
    width: 200px;
    height: 200px;
  }
}

#page-sectorDetail .sectorSection .grid {
  align-items: center;
}
#page-sectorDetail .sectorSection .grid:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  #page-sectorDetail .sectorSection .grid:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #page-sectorDetail .sectorSection .grid .column:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  #page-sectorDetail .sectorSection .grid .column:first-child {
    margin-bottom: 30px;
  }
}
#page-sectorDetail .sectorSection .imageWrapper {
  position: relative;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #page-sectorDetail .sectorSection .imageWrapper {
    height: 475px;
  }
}
@media screen and (max-width: 1200px) {
  #page-sectorDetail .sectorSection .imageWrapper {
    height: 425px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sectorDetail .sectorSection .imageWrapper {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  #page-sectorDetail .sectorSection .imageWrapper {
    height: 325px;
  }
}
#page-sectorDetail .sectorSection .imageWrapper .image {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -35px;
  left: 0;
}
#page-sectorDetail .sectorSection .text {
  max-width: 420px;
  margin: 0 auto;
}
#page-sectorDetail .sectorSection .text > :last-child {
  margin-bottom: 0;
}
#page-sectorDetail .productsSection .h1 {
  text-align: center;
}
#page-sectorDetail .productsSection .slickWrapper {
  position: relative;
}
#page-sectorDetail .productsSection .slickWrapper .next, #page-sectorDetail .productsSection .slickWrapper .prev {
  position: absolute;
  width: 74px;
  height: 74px;
  top: 138px;
  background: #3e8be1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: background 300ms;
}
@media screen and (max-width: 1200px) {
  #page-sectorDetail .productsSection .slickWrapper .next, #page-sectorDetail .productsSection .slickWrapper .prev {
    top: 150px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sectorDetail .productsSection .slickWrapper .next, #page-sectorDetail .productsSection .slickWrapper .prev {
    top: 125px;
  }
}
@media screen and (max-width: 768px) {
  #page-sectorDetail .productsSection .slickWrapper .next, #page-sectorDetail .productsSection .slickWrapper .prev {
    top: 150px;
  }
}
#page-sectorDetail .productsSection .slickWrapper .next:hover, #page-sectorDetail .productsSection .slickWrapper .prev:hover {
  background: #397eca;
}
#page-sectorDetail .productsSection .slickWrapper .next svg, #page-sectorDetail .productsSection .slickWrapper .prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  stroke: #fff;
  transform: translate(-50%, -50%);
}
#page-sectorDetail .productsSection .slickWrapper .next {
  right: -100px;
}
@media screen and (max-width: 1200px) {
  #page-sectorDetail .productsSection .slickWrapper .next {
    right: -60px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sectorDetail .productsSection .slickWrapper .next {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  #page-sectorDetail .productsSection .slickWrapper .next {
    right: -10px;
  }
}
#page-sectorDetail .productsSection .slickWrapper .prev {
  left: -100px;
}
@media screen and (max-width: 1200px) {
  #page-sectorDetail .productsSection .slickWrapper .prev {
    left: -60px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sectorDetail .productsSection .slickWrapper .prev {
    left: -25px;
  }
}
@media screen and (max-width: 768px) {
  #page-sectorDetail .productsSection .slickWrapper .prev {
    left: -10px;
  }
}
#page-sectorDetail .productsSection .slickWrapper .prev svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}
#page-sectorDetail .productsSection .slickWrapper .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #page-sectorDetail .productsSection .slickWrapper .slick-slide {
    padding: 0 10px;
  }
}
#page-sectorDetail .productsSection .slickWrapper .slick-slide .product .text {
  max-width: 100%;
}
#page-sectorDetail .productsSection .slickWrapper .slickSectors .minimalBlock {
  width: 100%;
}

.confirmMessage1 h2 {
  margin: 0 0 40px !important;
}
.confirmMessage1 p {
  margin-bottom: 25px !important;
}

#page-jobDetail .imageWrapper {
  position: relative;
  height: 500px;
  margin: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #page-jobDetail .imageWrapper {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  #page-jobDetail .imageWrapper {
    height: 400px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-jobDetail .imageWrapper {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  #page-jobDetail .imageWrapper {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #page-jobDetail .imageWrapper {
    margin: 30px 0;
  }
}
#page-jobDetail .imageWrapper .image {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -35px;
  left: 0;
}

#page-contact .contactSection .grid {
  width: 100%;
  margin: 0;
}
#page-contact .contactSection .grid .column {
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #page-contact .contactSection .xp120 {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 1200px) {
  #page-contact .contactSection .xp120 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #page-contact .contactSection .xp120 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  #page-contact .contactSection .xp120 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#page-contact .contactSection .bgWhite {
  background: #fff;
}
#page-contact .contactSection .bgWhite > div {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-contact .contactSection .bgWhite > div {
    padding-bottom: 80px;
  }
}
#page-contact .contactSection .bgWhite > div h1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #page-contact .contactSection .bgWhite > div h1 {
    margin-top: 20px;
  }
}
#page-contact .contactSection .bgWhite > div .contact__content {
  margin-top: 50px;
}
#page-contact .contactSection .bgWhite > div .contact__title {
  margin: 0;
}
#page-contact .contactSection .bgWhite > div .contact__text {
  margin-top: 20px;
  margin-bottom: 0;
}
#page-contact .contactSection .bgWhite > div .btn {
  margin-top: 20px;
}
#page-contact .contactSection .bgWhite > div .tel {
  color: #3e8be1;
  transition: color 300ms;
}
#page-contact .contactSection .bgWhite > div .tel:hover {
  color: #397eca;
}
#page-contact .contactSection .bgBlue {
  background: #3e8be1;
}
#page-contact .contactSection .bgBlue > div {
  padding-top: 206px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  #page-contact .contactSection .bgBlue > div {
    padding-top: 194px;
  }
}
@media screen and (max-width: 1024px) {
  #page-contact .contactSection .bgBlue > div {
    padding-bottom: 80px;
  }
}
#page-contact .contactSection .bgBlue > div h3, #page-contact .contactSection .bgBlue > div h4 {
  color: #fff;
}
#page-contact .contactSection .bgBlue > div h3 {
  margin-bottom: 50px;
}
#page-contact .contactSection .bgBlue > div h4 {
  margin-bottom: 25px;
}

#page-error .errorBlock h5 {
  margin-bottom: 10px;
}
#page-error .errorBlock h1 {
  margin-bottom: 30px;
}
#page-error .errorBlock p {
  margin-bottom: 30px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,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Sjs7QUdyU0E7RUFBNkI7QUh5UzdCOztBR3ZTQTtFQUNJO0VBQ0E7RUFDQTtBSDBTSjtBR3hTSTtFQUNJO0FIMFNSO0FHdlNJO0VBQ0k7RUFDQTtFQUNBO0FIeVNSOztBSXRWQTtFQUNDO0VBQ0E7RUFDQTtFQUNHO0VBQ0g7RUFDQTtFQUNBO0FKeVZEO0FJdlZDO0VBQ0MsaUJBWks7RUFhTCxnQkFiSztBSnNXUDs7QUlqVkM7RUFBWTtBSnFWYjs7QUlyVkM7RUFBWTtBSnlWYjs7QUl6VkM7RUFBWTtBSjZWYjs7QUk3VkM7RUFBWTtBSmlXYjs7QUlqV0M7RUFBWTtBSnFXYjs7QUlyV0M7RUFBWTtBSnlXYjs7QUl6V0M7RUFBWTtBSjZXYjs7QUk3V0M7RUFBWTtBSmlYYjs7QUlqWEM7RUFBWTtBSnFYYjs7QUlyWEM7RUFBWTtBSnlYYjs7QUl6WEM7RUFBWTtBSjZYYjs7QUk3WEM7RUFBWTtBSmlZYjs7QUk3WEE7RUFFRTtJQUFpQjtFSmdZakI7RUloWUE7SUFBaUI7RUptWWpCO0VJbllBO0lBQWlCO0VKc1lqQjtFSXRZQTtJQUFpQjtFSnlZakI7RUl6WUE7SUFBaUI7RUo0WWpCO0VJNVlBO0lBQWlCO0VKK1lqQjtFSS9ZQTtJQUFpQjtFSmtaakI7RUlsWkE7SUFBaUI7RUpxWmpCO0VJclpBO0lBQWlCO0VKd1pqQjtFSXhaQTtJQUFpQjtFSjJaakI7RUkzWkE7SUFBaUI7RUo4WmpCO0VJOVpBO0lBQWlCO0VKaWFqQjtBQUNGO0FJN1pBO0VBRUU7SUFBaUI7RUorWmpCO0VJL1pBO0lBQWlCO0VKa2FqQjtFSWxhQTtJQUFpQjtFSnFhakI7RUlyYUE7SUFBaUI7RUp3YWpCO0VJeGFBO0lBQWlCO0VKMmFqQjtFSTNhQTtJQUFpQjtFSjhhakI7RUk5YUE7SUFBaUI7RUppYmpCO0VJamJBO0lBQWlCO0VKb2JqQjtFSXBiQTtJQUFpQjtFSnViakI7RUl2YkE7SUFBaUI7RUowYmpCO0VJMWJBO0lBQWlCO0VKNmJqQjtFSTdiQTtJQUFpQjtFSmdjakI7QUFDRjtBSTViQTtFQUVFO0lBQWlCO0VKOGJqQjtFSTliQTtJQUFpQjtFSmljakI7RUlqY0E7SUFBaUI7RUpvY2pCO0VJcGNBO0lBQWlCO0VKdWNqQjtFSXZjQTtJQUFpQjtFSjBjakI7RUkxY0E7SUFBaUI7RUo2Y2pCO0VJN2NBO0lBQWlCO0VKZ2RqQjtFSWhkQTtJQUFpQjtFSm1kakI7RUluZEE7SUFBaUI7RUpzZGpCO0VJdGRBO0lBQWlCO0VKeWRqQjtFSXpkQTtJQUFpQjtFSjRkakI7RUk1ZEE7SUFBaUI7RUorZGpCO0FBQ0Y7QUkzZEE7RUFFRTtJQUFpQjtFSjZkakI7RUk3ZEE7SUFBaUI7RUpnZWpCO0VJaGVBO0lBQWlCO0VKbWVqQjtFSW5lQTtJQUFpQjtFSnNlakI7RUl0ZUE7SUFBaUI7RUp5ZWpCO0VJemVBO0lBQWlCO0VKNGVqQjtFSTVlQTtJQUFpQjtFSitlakI7RUkvZUE7SUFBaUI7RUprZmpCO0VJbGZBO0lBQWlCO0VKcWZqQjtFSXJmQTtJQUFpQjtFSndmakI7RUl4ZkE7SUFBaUI7RUoyZmpCO0VJM2ZBO0lBQWlCO0VKOGZqQjtBQUNGO0FJMWZBO0VBRUU7SUFBaUI7RUo0ZmpCO0VJNWZBO0lBQWlCO0VKK2ZqQjtFSS9mQTtJQUFpQjtFSmtnQmpCO0VJbGdCQTtJQUFpQjtFSnFnQmpCO0VJcmdCQTtJQUFpQjtFSndnQmpCO0VJeGdCQTtJQUFpQjtFSjJnQmpCO0VJM2dCQTtJQUFpQjtFSjhnQmpCO0VJOWdCQTtJQUFpQjtFSmloQmpCO0VJamhCQTtJQUFpQjtFSm9oQmpCO0VJcGhCQTtJQUFpQjtFSnVoQmpCO0VJdmhCQTtJQUFpQjtFSjBoQmpCO0VJMWhCQTtJQUFpQjtFSjZoQmpCO0FBQ0Y7QUl6aEJBO0VBRUU7SUFBaUI7RUoyaEJqQjtFSTNoQkE7SUFBaUI7RUo4aEJqQjtFSTloQkE7SUFBaUI7RUppaUJqQjtFSWppQkE7SUFBaUI7RUpvaUJqQjtFSXBpQkE7SUFBaUI7RUp1aUJqQjtFSXZpQkE7SUFBaUI7RUowaUJqQjtFSTFpQkE7SUFBaUI7RUo2aUJqQjtFSTdpQkE7SUFBaUI7RUpnakJqQjtFSWhqQkE7SUFBaUI7RUptakJqQjtFSW5qQkE7SUFBaUI7RUpzakJqQjtFSXRqQkE7SUFBaUI7RUp5akJqQjtFSXpqQkE7SUFBaUI7RUo0akJqQjtBQUNGO0FJeGpCQTtFQUVFO0lBQWlCO0VKMGpCakI7RUkxakJBO0lBQWlCO0VKNmpCakI7RUk3akJBO0lBQWlCO0VKZ2tCakI7RUloa0JBO0lBQWlCO0VKbWtCakI7RUlua0JBO0lBQWlCO0VKc2tCakI7RUl0a0JBO0lBQWlCO0VKeWtCakI7RUl6a0JBO0lBQWlCO0VKNGtCakI7RUk1a0JBO0lBQWlCO0VKK2tCakI7RUkva0JBO0lBQWlCO0VKa2xCakI7RUlsbEJBO0lBQWlCO0VKcWxCakI7RUlybEJBO0lBQWlCO0VKd2xCakI7RUl4bEJBO0lBQWlCO0VKMmxCakI7QUFDRjtBSXZsQkE7RUFFRTtJQUFpQjtFSnlsQmpCO0VJemxCQTtJQUFpQjtFSjRsQmpCO0VJNWxCQTtJQUFpQjtFSitsQmpCO0VJL2xCQTtJQUFpQjtFSmttQmpCO0VJbG1CQTtJQUFpQjtFSnFtQmpCO0VJcm1CQTtJQUFpQjtFSndtQmpCO0VJeG1CQTtJQUFpQjtFSjJtQmpCO0VJM21CQTtJQUFpQjtFSjhtQmpCO0VJOW1CQTtJQUFpQjtFSmluQmpCO0VJam5CQTtJQUFpQjtFSm9uQmpCO0VJcG5CQTtJQUFpQjtFSnVuQmpCO0VJdm5CQTtJQUFpQjtFSjBuQmpCO0FBQ0Y7QUl0bkJBO0VBRUU7SUFBaUI7RUp3bkJqQjtFSXhuQkE7SUFBaUI7RUoybkJqQjtFSTNuQkE7SUFBaUI7RUo4bkJqQjtFSTluQkE7SUFBaUI7RUppb0JqQjtFSWpvQkE7SUFBaUI7RUpvb0JqQjtFSXBvQkE7SUFBaUI7RUp1b0JqQjtFSXZvQkE7SUFBaUI7RUowb0JqQjtFSTFvQkE7SUFBaUI7RUo2b0JqQjtFSTdvQkE7SUFBaUI7RUpncEJqQjtFSWhwQkE7SUFBaUI7RUptcEJqQjtFSW5wQkE7SUFBaUI7RUpzcEJqQjtFSXRwQkE7SUFBaUI7RUp5cEJqQjtBQUNGO0FJcnBCQTtFQUVFO0lBQWdCO0VKdXBCaEI7RUl2cEJBO0lBQWdCO0VKMHBCaEI7RUkxcEJBO0lBQWdCO0VKNnBCaEI7RUk3cEJBO0lBQWdCO0VKZ3FCaEI7RUlocUJBO0lBQWdCO0VKbXFCaEI7RUlucUJBO0lBQWdCO0VKc3FCaEI7RUl0cUJBO0lBQWdCO0VKeXFCaEI7RUl6cUJBO0lBQWdCO0VKNHFCaEI7RUk1cUJBO0lBQWdCO0VKK3FCaEI7RUkvcUJBO0lBQWdCO0VKa3JCaEI7RUlsckJBO0lBQWdCO0VKcXJCaEI7RUlyckJBO0lBQWdCO0VKd3JCaEI7QUFDRjtBSXByQkE7RUFFRTtJQUFnQjtFSnNyQmhCO0VJdHJCQTtJQUFnQjtFSnlyQmhCO0VJenJCQTtJQUFnQjtFSjRyQmhCO0VJNXJCQTtJQUFnQjtFSityQmhCO0VJL3JCQTtJQUFnQjtFSmtzQmhCO0VJbHNCQTtJQUFnQjtFSnFzQmhCO0VJcnNCQTtJQUFnQjtFSndzQmhCO0VJeHNCQTtJQUFnQjtFSjJzQmhCO0VJM3NCQTtJQUFnQjtFSjhzQmhCO0VJOXNCQTtJQUFnQjtFSml0QmhCO0VJanRCQTtJQUFnQjtFSm90QmhCO0VJcHRCQTtJQUFnQjtFSnV0QmhCO0FBQ0Y7QUludEJBO0VBRUU7SUFBZ0I7RUpxdEJoQjtFSXJ0QkE7SUFBZ0I7RUp3dEJoQjtFSXh0QkE7SUFBZ0I7RUoydEJoQjtFSTN0QkE7SUFBZ0I7RUo4dEJoQjtFSTl0QkE7SUFBZ0I7RUppdUJoQjtFSWp1QkE7SUFBZ0I7RUpvdUJoQjtFSXB1QkE7SUFBZ0I7RUp1dUJoQjtFSXZ1QkE7SUFBZ0I7RUowdUJoQjtFSTF1QkE7SUFBZ0I7RUo2dUJoQjtFSTd1QkE7SUFBZ0I7RUpndkJoQjtFSWh2QkE7SUFBZ0I7RUptdkJoQjtFSW52QkE7SUFBZ0I7RUpzdkJoQjtBQUNGO0FJbHZCQTtFQUVFO0lBQWdCO0VKb3ZCaEI7RUlwdkJBO0lBQWdCO0VKdXZCaEI7RUl2dkJBO0lBQWdCO0VKMHZCaEI7RUkxdkJBO0lBQWdCO0VKNnZCaEI7RUk3dkJBO0lBQWdCO0VKZ3dCaEI7RUlod0JBO0lBQWdCO0VKbXdCaEI7RUlud0JBO0lBQWdCO0VKc3dCaEI7RUl0d0JBO0lBQWdCO0VKeXdCaEI7RUl6d0JBO0lBQWdCO0VKNHdCaEI7RUk1d0JBO0lBQWdCO0VKK3dCaEI7RUkvd0JBO0lBQWdCO0VKa3hCaEI7RUlseEJBO0lBQWdCO0VKcXhCaEI7QUFDRjtBSWp4QkE7RUFFRTtJQUFnQjtFSm14QmhCO0VJbnhCQTtJQUFnQjtFSnN4QmhCO0VJdHhCQTtJQUFnQjtFSnl4QmhCO0VJenhCQTtJQUFnQjtFSjR4QmhCO0VJNXhCQTtJQUFnQjtFSit4QmhCO0VJL3hCQTtJQUFnQjtFSmt5QmhCO0VJbHlCQTtJQUFnQjtFSnF5QmhCO0VJcnlCQTtJQUFnQjtFSnd5QmhCO0VJeHlCQTtJQUFnQjtFSjJ5QmhCO0VJM3lCQTtJQUFnQjtFSjh5QmhCO0VJOXlCQTtJQUFnQjtFSml6QmhCO0VJanpCQTtJQUFnQjtFSm96QmhCO0FBQ0Y7QUloekJBO0VBRUU7SUFBZ0I7RUprekJoQjtFSWx6QkE7SUFBZ0I7RUpxekJoQjtFSXJ6QkE7SUFBZ0I7RUp3ekJoQjtFSXh6QkE7SUFBZ0I7RUoyekJoQjtFSTN6QkE7SUFBZ0I7RUo4ekJoQjtFSTl6QkE7SUFBZ0I7RUppMEJoQjtFSWowQkE7SUFBZ0I7RUpvMEJoQjtFSXAwQkE7SUFBZ0I7RUp1MEJoQjtFSXYwQkE7SUFBZ0I7RUowMEJoQjtFSTEwQkE7SUFBZ0I7RUo2MEJoQjtFSTcwQkE7SUFBZ0I7RUpnMUJoQjtFSWgxQkE7SUFBZ0I7RUptMUJoQjtBQUNGO0FJLzBCQTtFQUVFO0lBQWdCO0VKaTFCaEI7RUlqMUJBO0lBQWdCO0VKbzFCaEI7RUlwMUJBO0lBQWdCO0VKdTFCaEI7RUl2MUJBO0lBQWdCO0VKMDFCaEI7RUkxMUJBO0lBQWdCO0VKNjFCaEI7RUk3MUJBO0lBQWdCO0VKZzJCaEI7RUloMkJBO0lBQWdCO0VKbTJCaEI7RUluMkJBO0lBQWdCO0VKczJCaEI7RUl0MkJBO0lBQWdCO0VKeTJCaEI7RUl6MkJBO0lBQWdCO0VKNDJCaEI7RUk1MkJBO0lBQWdCO0VKKzJCaEI7RUkvMkJBO0lBQWdCO0VKazNCaEI7QUFDRjtBS3YvQkE7RUFDSTtFQUNBO0VBQ0E7RUFLQTtFQUNBO0FMcS9CSjtBTXgvQkE7RUFBZ0I7QU4yL0JoQjs7QU0xL0JBO0VBQWdCO0FOOC9CaEI7O0FNNy9CQTtFQUFnQjtBTmlnQ2hCOztBTWhnQ0E7RUFBZ0I7QU5vZ0NoQjs7QU1uZ0NBO0VBQWdCO0VBQXNCO0VBQXNCO0FOeWdDNUQ7O0FNdGdDQTtFQUFZO0FOMGdDWjs7QU16Z0NBO0VBQVk7QU42Z0NaOztBTTVnQ0E7RUFBWTtBTmdoQ1o7O0FNL2dDQTtFQUFZO0VBQWtCO0FOb2hDOUI7O0FNamhDQTtFQUFjO0FOcWhDZDs7QU1waENBO0VBQWM7QU53aENkOztBTWhoQ0E7RUFBYztBTm9oQ2Q7O0FNbmhDQTtFQUFjO0FOdWhDZDs7QU10aENBO0VBQWM7QU4waENkOztBTXZoQ0E7RUFBZTtBTjJoQ2Y7O0FNMWhDQTtFQUFlO0FOOGhDZjs7QU03aENBO0VBQWU7QU5paUNmOztBTTloQ0E7RUFBVztBTmtpQ1g7O0FNamlDQTtFQUFXO0FOcWlDWDs7QU05aENBO0VBQVM7QU5raUNUOztBTWppQ0E7RUFBUztFQUFtQjtBTnNpQzVCO0FNdGlDNEM7RUFBNUM7SUFBb0Y7RU4waUNsRjtBQUNGOztBTTFpQ0E7RUFBUztFQUFtQjtBTitpQzVCO0FNL2lDNEM7RUFBNUM7SUFBb0Y7RU5takNsRjtBQUNGOztBTW5qQ0E7RUFBUztFQUFtQjtBTndqQzVCO0FNeGpDNEM7RUFBNUM7SUFBb0Y7RU40akNsRjtBQUNGOztBTTVqQ0E7RUFBUztFQUFtQjtBTmlrQzVCO0FNamtDNEM7RUFBNUM7SUFBb0Y7RU5xa0NsRjtBQUNGOztBTTlqQ0E7RUFBUztFQUFvQjtBTm1rQzdCO0FNbGtDSTtFQURKO0lBQzRDO0lBQW9CO0VOdWtDOUQ7QUFDRjtBTXZrQ0k7RUFGSjtJQUU0QztJQUFvQjtFTjRrQzlEO0FBQ0Y7QU01a0NJO0VBSEo7SUFHNEM7SUFBb0I7RU5pbEM5RDtBQUNGO0FNamxDSTtFQUpKO0lBSTRDO0lBQW9CO0VOc2xDOUQ7QUFDRjtBTXRsQ0k7RUFMSjtJQUs0QztJQUFvQjtFTjJsQzlEO0FBQ0Y7QU0zbENJO0VBTko7SUFNNEM7SUFBb0I7RU5nbUM5RDtBQUNGOztBTS9sQ0E7RUFBUztBTm1tQ1Q7QU1sbUNJO0VBREo7SUFDNEM7RU5zbUMxQztBQUNGO0FNdG1DSTtFQUZKO0lBRTRDO0VOMG1DMUM7QUFDRjtBTTFtQ0k7RUFISjtJQUc0QztFTjhtQzFDO0FBQ0Y7QU05bUNJO0VBSko7SUFJNEM7RU5rbkMxQztBQUNGO0FNbG5DSTtFQUxKO0lBSzRDO0VOc25DMUM7QUFDRjtBTXRuQ0k7RUFOSjtJQU00QztFTjBuQzFDO0FBQ0Y7O0FNem5DQTtFQUFTO0FONm5DVDtBTTVuQ0k7RUFESjtJQUM0QztFTmdvQzFDO0FBQ0Y7QU1ob0NJO0VBRko7SUFFNEM7RU5vb0MxQztBQUNGO0FNcG9DSTtFQUhKO0lBRzRDO0VOd29DMUM7QUFDRjtBTXhvQ0k7RUFKSjtJQUk0QztFTjRvQzFDO0FBQ0Y7QU01b0NJO0VBTEo7SUFLNEM7RU5ncEMxQztBQUNGO0FNaHBDSTtFQU5KO0lBTTRDO0VOb3BDMUM7QUFDRjs7QU1qcENBO0VBQVM7RUFBb0I7QU5zcEM3QjtBTXJwQ0k7RUFESjtJQUM0QztJQUFvQjtFTjBwQzlEO0FBQ0Y7QU0xcENJO0VBRko7SUFFNEM7SUFBb0I7RU4rcEM5RDtBQUNGO0FNL3BDSTtFQUhKO0lBRzRDO0lBQW9CO0VOb3FDOUQ7QUFDRjtBTXBxQ0k7RUFKSjtJQUk0QztJQUFvQjtFTnlxQzlEO0FBQ0Y7QU16cUNJO0VBTEo7SUFLNEM7SUFBb0I7RU44cUM5RDtBQUNGO0FNOXFDSTtFQU5KO0lBTTRDO0lBQW9CO0VObXJDOUQ7QUFDRjs7QU1sckNBO0VBQVM7QU5zckNUO0FNcnJDSTtFQURKO0lBQzRDO0VOeXJDMUM7QUFDRjtBTXpyQ0k7RUFGSjtJQUU0QztFTjZyQzFDO0FBQ0Y7QU03ckNJO0VBSEo7SUFHNEM7RU5pc0MxQztBQUNGO0FNanNDSTtFQUpKO0lBSTRDO0VOcXNDMUM7QUFDRjtBTXJzQ0k7RUFMSjtJQUs0QztFTnlzQzFDO0FBQ0Y7QU16c0NJO0VBTko7SUFNNEM7RU42c0MxQztBQUNGOztBTTVzQ0E7RUFBUztBTmd0Q1Q7QU0vc0NJO0VBREo7SUFDNEM7RU5tdEMxQztBQUNGO0FNbnRDSTtFQUZKO0lBRTRDO0VOdXRDMUM7QUFDRjtBTXZ0Q0k7RUFISjtJQUc0QztFTjJ0QzFDO0FBQ0Y7QU0zdENJO0VBSko7SUFJNEM7RU4rdEMxQztBQUNGO0FNL3RDSTtFQUxKO0lBSzRDO0VObXVDMUM7QUFDRjtBTW51Q0k7RUFOSjtJQU00QztFTnV1QzFDO0FBQ0Y7O0FNcHVDQTtFQUFTO0VBQW9CO0FOeXVDN0I7QU14dUNJO0VBREo7SUFDNEM7SUFBb0I7RU42dUM5RDtBQUNGO0FNN3VDSTtFQUZKO0lBRTRDO0lBQW9CO0VOa3ZDOUQ7QUFDRjtBTWx2Q0k7RUFISjtJQUc0QztJQUFvQjtFTnV2QzlEO0FBQ0Y7QU12dkNJO0VBSko7SUFJNEM7SUFBb0I7RU40dkM5RDtBQUNGO0FNNXZDSTtFQUxKO0lBSzRDO0lBQW9CO0VOaXdDOUQ7QUFDRjtBTWp3Q0k7RUFOSjtJQU00QztJQUFvQjtFTnN3QzlEO0FBQ0Y7O0FNcndDQTtFQUFTO0FOeXdDVDtBTXh3Q0k7RUFESjtJQUM0QztFTjR3QzFDO0FBQ0Y7QU01d0NJO0VBRko7SUFFNEM7RU5neEMxQztBQUNGO0FNaHhDSTtFQUhKO0lBRzRDO0VOb3hDMUM7QUFDRjtBTXB4Q0k7RUFKSjtJQUk0QztFTnd4QzFDO0FBQ0Y7QU14eENJO0VBTEo7SUFLNEM7RU40eEMxQztBQUNGO0FNNXhDSTtFQU5KO0lBTTRDO0VOZ3lDMUM7QUFDRjs7QU0veENBO0VBQVM7QU5teUNUO0FNbHlDSTtFQURKO0lBQzRDO0VOc3lDMUM7QUFDRjtBTXR5Q0k7RUFGSjtJQUU0QztFTjB5QzFDO0FBQ0Y7QU0xeUNJO0VBSEo7SUFHNEM7RU44eUMxQztBQUNGO0FNOXlDSTtFQUpKO0lBSTRDO0VOa3pDMUM7QUFDRjtBTWx6Q0k7RUFMSjtJQUs0QztFTnN6QzFDO0FBQ0Y7QU10ekNJO0VBTko7SUFNNEM7RU4wekMxQztBQUNGOztBTXZ6Q0E7RUFBUztFQUFvQjtBTjR6QzdCO0FNM3pDSTtFQURKO0lBQzRDO0lBQW9CO0VOZzBDOUQ7QUFDRjtBTWgwQ0k7RUFGSjtJQUU0QztJQUFvQjtFTnEwQzlEO0FBQ0Y7QU1yMENJO0VBSEo7SUFHNEM7SUFBb0I7RU4wMEM5RDtBQUNGO0FNMTBDSTtFQUpKO0lBSTRDO0lBQW9CO0VOKzBDOUQ7QUFDRjs7QU05MENBO0VBQVM7QU5rMUNUO0FNajFDSTtFQURKO0lBQzRDO0VOcTFDMUM7QUFDRjtBTXIxQ0k7RUFGSjtJQUU0QztFTnkxQzFDO0FBQ0Y7QU16MUNJO0VBSEo7SUFHNEM7RU42MUMxQztBQUNGO0FNNzFDSTtFQUpKO0lBSTRDO0VOaTJDMUM7QUFDRjs7QU1oMkNBO0VBQVM7QU5vMkNUO0FNbjJDSTtFQURKO0lBQzRDO0VOdTJDMUM7QUFDRjtBTXYyQ0k7RUFGSjtJQUU0QztFTjIyQzFDO0FBQ0Y7QU0zMkNJO0VBSEo7SUFHNEM7RU4rMkMxQztBQUNGO0FNLzJDSTtFQUpKO0lBSTRDO0VObTNDMUM7QUFDRjs7QU1oM0NBO0VBQVM7RUFBb0I7QU5xM0M3QjtBTXAzQ0k7RUFESjtJQUM0QztJQUFtQjtFTnkzQzdEO0FBQ0Y7QU16M0NJO0VBRko7SUFFNEM7SUFBbUI7RU44M0M3RDtBQUNGO0FNOTNDSTtFQUhKO0lBRzRDO0lBQW1CO0VObTRDN0Q7QUFDRjtBTW40Q0k7RUFKSjtJQUk0QztJQUFvQjtFTnc0QzlEO0FBQ0Y7O0FNdjRDQTtFQUFTO0FOMjRDVDtBTTE0Q0k7RUFESjtJQUM0QztFTjg0QzFDO0FBQ0Y7QU05NENJO0VBRko7SUFFNEM7RU5rNUMxQztBQUNGO0FNbDVDSTtFQUhKO0lBRzRDO0VOczVDMUM7QUFDRjtBTXQ1Q0k7RUFKSjtJQUk0QztFTjA1QzFDO0FBQ0Y7O0FNejVDQTtFQUFTO0FONjVDVDtBTTU1Q0k7RUFESjtJQUM0QztFTmc2QzFDO0FBQ0Y7QU1oNkNJO0VBRko7SUFFNEM7RU5vNkMxQztBQUNGO0FNcDZDSTtFQUhKO0lBRzRDO0VOdzZDMUM7QUFDRjtBTXg2Q0k7RUFKSjtJQUk0QztFTjQ2QzFDO0FBQ0Y7O0FNejZDQTtFQUFRO0VBQW1CO0FOODZDM0I7O0FNNzZDQTtFQUFRO0FOaTdDUjs7QU1oN0NBO0VBQVE7QU5vN0NSOztBTTU2Q0E7RUFBUztFQUFzQjtBTmk3Qy9CO0FNaDdDSTtFQURKO0lBQzRDO0lBQXNCO0VOcTdDaEU7QUFDRjtBTXI3Q0k7RUFGSjtJQUU0QztJQUFxQjtFTjA3Qy9EO0FBQ0Y7QU0xN0NJO0VBSEo7SUFHNEM7SUFBcUI7RU4rN0MvRDtBQUNGO0FNLzdDSTtFQUpKO0lBSTRDO0lBQXFCO0VObzhDL0Q7QUFDRjs7QU1uOENBO0VBQVM7QU51OENUO0FNdDhDSTtFQURKO0lBQzRDO0VOMDhDMUM7QUFDRjtBTTE4Q0k7RUFGSjtJQUU0QztFTjg4QzFDO0FBQ0Y7QU05OENJO0VBSEo7SUFHNEM7RU5rOUMxQztBQUNGO0FNbDlDSTtFQUpKO0lBSTRDO0VOczlDMUM7QUFDRjs7QU1yOUNBO0VBQVM7QU55OUNUO0FNeDlDSTtFQURKO0lBQzRDO0VONDlDMUM7QUFDRjtBTTU5Q0k7RUFGSjtJQUU0QztFTmcrQzFDO0FBQ0Y7QU1oK0NJO0VBSEo7SUFHNEM7RU5vK0MxQztBQUNGO0FNcCtDSTtFQUpKO0lBSTRDO0VOdytDMUM7QUFDRjs7QU1yK0NBO0VBQVM7RUFBc0I7QU4wK0MvQjtBTXorQ0k7RUFESjtJQUM0QztJQUFxQjtFTjgrQy9EO0FBQ0Y7QU05K0NJO0VBRko7SUFFNEM7SUFBcUI7RU5tL0MvRDtBQUNGO0FNbi9DSTtFQUhKO0lBRzRDO0lBQXFCO0VOdy9DL0Q7QUFDRjs7QU12L0NBO0VBQVM7QU4yL0NUO0FNMS9DSTtFQURKO0lBQzRDO0VOOC9DMUM7QUFDRjtBTTkvQ0k7RUFGSjtJQUU0QztFTmtnRDFDO0FBQ0Y7QU1sZ0RJO0VBSEo7SUFHNEM7RU5zZ0QxQztBQUNGOztBTXJnREE7RUFBUztBTnlnRFQ7QU14Z0RJO0VBREo7SUFDNEM7RU40Z0QxQztBQUNGO0FNNWdESTtFQUZKO0lBRTRDO0VOZ2hEMUM7QUFDRjtBTWhoREk7RUFISjtJQUc0QztFTm9oRDFDO0FBQ0Y7O0FNNWdEQTtFQUFVO0FOZ2hEVjs7QU03Z0RBO0VBQVk7RUFBZ0I7QU5raEQ1Qjs7QU0vZ0RBO0VBQ0k7RUFDQTtFQUNBO0FOa2hESjtBTWhoREk7RUFMSjtJQUsyQztFTm9oRHpDO0FBQ0Y7O0FNamhEQTtFQUNJO0VBQ0E7RUFDQTtBTm9oREo7QU1saERJO0VBTEo7SUFLMkM7RU5zaER6QztBQUNGOztBTXBoREE7RUFBWTtBTndoRFo7O0FNaGhEQTtFQUFRO0FOb2hEUjs7QU1uaERBO0VBQXdDO0lBQWE7RU53aERuRDtBQUNGO0FNeGhEQTtFQUF3QztJQUFhO0VONGhEbkQ7QUFDRjtBTTVoREE7RUFBd0M7SUFBYTtFTmdpRG5EO0FBQ0Y7QU1oaURBO0VBQXdDO0lBQWE7RU5vaURuRDtBQUNGO0FNcGlEQTtFQUF3QztJQUFhO0VOd2lEbkQ7QUFDRjtBTXhpREE7RUFBd0M7SUFBYTtFTjRpRG5EO0FBQ0Y7QU01aURBO0VBQXdDO0lBQWE7RU5nakRuRDtBQUNGO0FNaGpEQTtFQUF3QztJQUFhO0VOb2pEbkQ7QUFDRjtBTXBqREE7RUFBd0M7SUFBYTtFTndqRG5EO0FBQ0Y7QU14akRBO0VBQXdDO0lBQWE7RU40akRuRDtBQUNGO0FNNWpEQTtFQUF3QztJQUFhO0VOZ2tEbkQ7QUFDRjtBTWhrREE7RUFBd0M7SUFBYTtFTm9rRG5EO0FBQ0Y7QU1wa0RBO0VBQXdDO0lBQWE7RU53a0RuRDtBQUNGO0FNeGtEQTtFQUF3QztJQUFhO0VONGtEbkQ7QUFDRjtBTTVrREE7RUFBd0M7SUFBYTtFTmdsRG5EO0FBQ0Y7QU1obERBO0VBQXdDO0lBQWE7RU5vbERuRDtBQUNGO0FNcGxEQTtFQUF3QztJQUFhO0VOd2xEbkQ7QUFDRjtBTXhsREE7RUFBd0M7SUFBYTtFTjRsRG5EO0FBQ0Y7QU9uM0RBO0VBQ0MsMENDZU87RURkUDtFQUNBO0VBQ0EsY0NHUTtFQ0FSO0FUbTNERDtBU2gzREU7RUZWRjtJRVUwQztFVG8zRHhDO0FBQ0Y7QVNqM0RFO0VGZEY7SUVjMEM7RVRxM0R4QztBQUNGO0FTbDNERTtFRmxCRjtJRWtCMEM7RVRzM0R4QztBQUNGO0FTbjNERTtFRnRCRjtJRXNCMEM7RVR1M0R4QztBQUNGO0FTcDNERTtFRjFCRjtJRTBCMEM7RVR3M0R4QztBQUNGO0FTcjNERTtFRjlCRjtJRThCMEM7RVR5M0R4QztBQUNGOztBT2g1REE7RUFDSTtFQUNILDBDQ01PO0VETFA7RUFDQTtFQUNBLGNDTlE7RUNBUjtBVDA1REQ7QVN2NURFO0VGRkY7SUVFMEM7RVQyNUR4QztBQUNGO0FTeDVERTtFRk5GO0lFTTBDO0VUNDVEeEM7QUFDRjtBU3o1REU7RUZWRjtJRVUwQztFVDY1RHhDO0FBQ0Y7QVMxNURFO0VGZEY7SUVjMEM7RVQ4NUR4QztBQUNGO0FTMzVERTtFRmxCRjtJRWtCMEM7RVQrNUR4QztBQUNGO0FTNTVERTtFRnRCRjtJRXNCMEM7RVRnNkR4QztBQUNGO0FPLzZESTtFQVJKO0lBUTRDO0VQbTdEMUM7QUFDRjtBT243REk7RUFUSjtJQVM0QztFUHU3RDFDO0FBQ0Y7QU92N0RJO0VBVko7SUFVNEM7RVAyN0QxQztBQUNGOztBT3o3REE7RUFDSTtFQUNBLDBDQ1BJO0VEUUo7RUFDSDtFQUNBLGNDbkJRO0VDQVI7QVRnOUREO0FTcjhERTtFRkdGO0lFSDBDO0VUeThEeEM7QUFDRjtBU3Q4REU7RUZERjtJRUMwQztFVDA4RHhDO0FBQ0Y7QVN2OERFO0VGTEY7SUVLMEM7RVQyOER4QztBQUNGO0FTeDhERTtFRlRGO0lFUzBDO0VUNDhEeEM7QUFDRjtBTzk4REk7RUFSSjtJQVE0QztFUGs5RDFDO0FBQ0Y7QU9sOURJO0VBVEo7SUFTNEM7RVBzOUQxQztBQUNGO0FPdDlESTtFQVZKO0lBVTRDO0VQMDlEMUM7QUFDRjs7QU94OURBO0VBQ0k7RUFDQSwwQ0NwQkk7RURxQko7RUFDSDtFQUNBLGNDaENRO0VDQVI7QVQ0L0REO0FTNytERTtFRllGO0lFWjBDO0VUaS9EeEM7QUFDRjtBUzkrREU7RUZRRjtJRVIwQztFVGsvRHhDO0FBQ0Y7QVMvK0RFO0VGSUY7SUVKMEM7RVRtL0R4QztBQUNGO0FPeCtESTtFQVJKO0lBUTRDO0VQNCtEMUM7QUFDRjtBTzUrREk7RUFUSjtJQVM0QztFUGcvRDFDO0FBQ0Y7O0FPOStEQTtFQUNJO0VBQ0gsMENDaENPO0VEaUNQO0VBQ0EsY0MxQ1E7RUNEUjtBVDZoRUQ7QU8vK0RJO0VBUEo7SUFPMkM7RVBtL0R6QztBQUNGOztBT2ovREE7RUFDSTtFQUNBLDBDQzFDSTtFRDJDSjtFQUNBLGNDcERLO0VDRFI7QVQwaUVEOztBT2ovREE7RUFDSTtFQUNILDBDQ2xETztFRG1EUDtFQUNBLGNDeERRO0VDTFI7QVRrakVEO0FTdmlFRTtFRjhDRjtJRTlDMEM7RVQyaUV4QztBQUNGO0FPdi9EQztFQUFTO0FQMC9EVjs7QU92L0RBO0VBQ0M7RUFDQTtFQUNBO0FQMC9ERDs7QU92L0RBO0VBQ0k7RUFDSCwwQ0NsRU87RURtRVA7RUFDQSxjQ3hFUTtFQ0xSO0VGK0VHO0VBQ0E7QVAwL0RKO0FTL2pFRTtFRjhERjtJRTlEMEM7RVRta0V4QztBQUNGO0FPNy9ESTtFQUFVLGNDaEZMO0FSZ2xFVDtBTzkvREk7RUFDSTtFQUNBO0VBQ0EsY0N2RkM7QVJ1bEVUO0FPOS9EUTtFQUFVLGNDdkZUO0FSd2xFVDs7QU81L0RBO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQSxjQ25HUTtBUmttRVQ7QU83L0RDO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsbUJDNUdPO0VENkdQO0FQKy9ERjtBTzMvREU7RUFDQztFQUNBO0VBQ0E7QVA2L0RIO0FPei9EQztFQUNDO0FQMi9ERjtBT3ovREU7RUFBVTtBUDQvRFo7O0FPdi9EQTtFQUNJO0VBQ0E7RUFDSDtFQUNBO0VBQ0E7RUFDRztFQUNBLG1CQ3JJSztFRHNJTDtFQUNBO0VBQ0E7QVAwL0RKO0FPeC9EQztFQUNPO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVAwL0RSO0FPdi9EQztFQUNPLG1CQ3JKQztBUjhvRVQ7QU94L0RRO0VBQU07QVAyL0RkO0FPeC9ESTtFQUNJO0VBQ0EsY0M3SkM7QVJ1cEVUO0FPeC9EUTtFQUFNLGVDOUpMO0FSeXBFVDtBTzEvRFE7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RVAyZ0VqRDtBQUNGO0FPMWdFWTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLHlCQzNkUDtFRDRkTztFQUNBO0VBQ0E7RUFDQTtBUDRnRWhCO0FPeGdFZ0I7RUFDSTtBUDBnRXBCO0FPdmdFZ0I7RUFDSSx5QkN4ZVg7QVJpL0VUO0FPLy9EYTtFQUVMO0VBQ0E7QVBnZ0VSO0FPOS9EUTtFQUNJO0VBQ0E7QVBnZ0VaO0FPOS9EWTtFQUpKO0lBSTJDO0VQa2dFakQ7QUFDRjtBT2xnRVk7RUFMSjtJQUsyQztFUHNnRWpEO0FBQ0Y7QU9yZ0VZO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDWixjQ3RnQks7RUR1Z0JPO0VFemdCZjtBVGloRkQ7QVN0Z0ZFO0VGcWZVO0lFcmY4QjtFVDBnRnhDO0FBQ0Y7QU94Z0VnQjtFQUNJO0FQMGdFcEI7QU90Z0VvQjtFQURKO0lBQzJDO0VQMGdFekQ7QUFDRjtBT3pnRW9CO0VBQ0k7QVAyZ0V4QjtBVXhpRkk7RUFBaUI7QVYyaUZyQjtBVTFpRkk7RUFBZ0I7QVY2aUZwQjtBVTVpRkk7RUFBMkM7QVYraUYvQztBVTdpRkk7RUFDSTtFREVQO0FUOGlGRDtBUzNpRkU7RUNORTtJRE1zQztFVCtpRnhDO0FBQ0Y7QVM1aUZFO0VDVkU7SURVc0M7RVRnakZ4QztBQUNGO0FTN2lGRTtFQ2RFO0lEY3NDO0VUaWpGeEM7QUFDRjtBUzlpRkU7RUNsQkU7SURrQnNDO0VUa2pGeEM7QUFDRjtBUy9pRkU7RUN0QkU7SURzQnNDO0VUbWpGeEM7QUFDRjtBU2hqRkU7RUMxQkU7SUQwQnNDO0VUb2pGeEM7QUFDRjtBVTNrRlE7RUFKSjtJQUk0QztFVitrRjlDO0FBQ0Y7QVUva0ZRO0VBTEo7SUFLNEM7RVZtbEY5QztBQUNGO0FVbmxGUTtFQU5KO0lBTTRDO0VWdWxGOUM7QUFDRjtBVXJsRkk7RUFDSTtFRFBQO0FUK2xGRDtBU2hsRkU7RUNURTtJRFNzQztFVG9sRnhDO0FBQ0Y7QVNqbEZFO0VDYkU7SURhc0M7RVRxbEZ4QztBQUNGO0FTbGxGRTtFQ2pCRTtJRGlCc0M7RVRzbEZ4QztBQUNGO0FVcG1GUTtFQUpKO0lBSTRDO0VWd21GOUM7QUFDRjtBVXhtRlE7RUFMSjtJQUs0QztFVjRtRjlDO0FBQ0Y7QVUxbUZJO0VBQ0k7RURmUDtBVDRuRkQ7QVV6bUZJO0VBQ0k7RUFDQTtFRHJCUDtBVGlvRkQ7QVN0bkZFO0VDUUU7SURSc0M7RVQwbkZ4QztBQUNGO0FVOW1GUTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVmduRlo7QVU5bUZZO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QVZnbkZoQjtBVTdtRlk7RUFDSTtBVittRmhCO0FVNW1GWTtFQUNJO0FWOG1GaEI7QVV6bUZJO0VBQWE7QVY0bUZqQjtBVTFtRkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBLDBDRi9DQTtFRWdEQTtFQUNBO0VBQ0E7RUFDQSxjRjVEQztFQ0FSO0FUeXFGRDtBUzFwRkU7RUNvQ0U7SURwQ3NDO0VUOHBGeEM7QUFDRjtBUzNwRkU7RUNnQ0U7SURoQ3NDO0VUK3BGeEM7QUFDRjtBUzVwRkU7RUM0QkU7SUQ1QnNDO0VUZ3FGeEM7QUFDRjtBVXpuRlE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVjJuRlo7QVV0bEZJO0VBQ0k7RUFDQSwwQ0ZwR0E7RUVxR0E7RUFDQSxjRjFHQztFQ0xSO0VDaUhPO0VBQ0E7RUFDQTtBVndsRlI7QVNoc0ZFO0VDZ0dFO0lEaEdzQztFVG9zRnhDO0FBQ0Y7QVUzbEZRO0VBRUk7QVY0bEZaO0FVeGxGUTtFQUNJO0VBQ0E7RUFDQTtFQUNBLGFGMUhIO0VFMkhHO0FWMGxGWjtBVXBsRlk7RUFDSTtFQUNBO0FWc2xGaEI7QVVsbEZRO0VBQ0ksY0YzSUg7QVIrdEZUO0FVbGxGWTtFQUNJLGFGOUlQO0FSa3VGVDtBVXhrRlE7Ozs7OztFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVYra0ZaO0FVM2tGSTs7RUFFSTtBVjZrRlI7QVUza0ZRO0VBSko7O0lBSTRDO0VWZ2xGOUM7QUFDRjtBVTFrRkk7RUFDSTtFQUNBO0FWNGtGUjtBVXJr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QUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXRCK2hMWjtBc0I3aExZO0VBQ0k7RUFDQTtFQUNBLG1CZGpGUDtFY2tGTztFQUNBO0VBQ0E7RUFDQTtBdEIraExoQjtBc0IzaExZO0VBQVc7QXRCOGhMdkI7QXNCN2hMWTtFQUFVO0F0QmdpTHRCO0FzQjdoTFE7RUFDSTtFQUNBO0F0QitoTFo7QXNCN2hMWTtFQUFXO0VBQVU7RUFBWTtBdEJraUw3QztBc0IvaExRO0VBQ0k7QXRCaWlMWjtBc0IvaExZO0VidkdYO0FUeW9MRDtBU3RuTEU7RWFvRlU7SWJwRjhCO0VUMG5MeEM7QUFDRjtBU3ZuTEU7RWFnRlU7SWJoRjhCO0VUMm5MeEM7QUFDRjtBc0J2aUxRO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdEJ5aUxaO0FzQnZpTFk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBLG1CZHpIUDtFYzBITztBdEJ5aUxoQjtBc0J2aUxnQjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F0QnlpTHBCO0FzQnJpTFk7RUFDSTtBdEJ1aUxoQjs7QXNCOWhMUTtFQUFXO0F0QmtpTG5CO0FzQi9oTFE7RUFBVztBdEJraUxuQjtBc0JoaUxZO0VBQ0k7RUFDQTtBdEJraUxoQjtBc0I3aExJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdEIraExSO0FzQjVoTEk7RUFDSTtBdEI4aExSO0FzQjVoTFE7RUFDSTtBdEI4aExaO0FzQjNoTFE7RUFDSTtFQUNBO0VBQ0E7QXRCNmhMWjs7QXVCdHRMQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXZCeXRMSjtBdUJ2dExJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdkJ5dExSO0F1QnR0TEk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2Qnd0TFI7QXVCdHRMUTtFQWhCSjtJQWlCUTtFdkJ5dExWO0FBQ0Y7QXVCdnRMUTtFQXBCSjtJQXFCUTtJQUNBO0V2QjB0TFY7QUFDRjtBdUJ4dExRO0VBekJKO0lBMEJRO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7RXZCMnRMVjtBQUNGO0F1Qnh0TEk7RUFDSTtFQUNBLGNmakRDO0FSMndMVDtBdUJ2dExJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2Qnl0TFI7QXVCdnRMUTtFQUVJO0F2Qnd0TFo7QXVCcnRMUTtFQUVJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLG1CZnZFSDtFZXdFRztBdkJzdExaO0F1Qm50TFE7RUFDSTtBdkJxdExaO0F1Qmx0TFE7RUFDSTtBdkJvdExaO0F1Qmh0TEk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBdkJrdExSO0F1QjlzTFE7RUFDSTtBdkJndExaO0F1QjlzTFk7RUFISjtJQUlRO0V2Qml0TGQ7QUFDRjtBdUI3c0xJO0VBQ0k7RUFDQTtFQUNBO0VBQ0EsbUJmekdDO0VlMEdEO0VBQ0E7RUFDQTtFQUNBO0F2QitzTFI7QXVCN3NMUTtFQVZKO0lBVTJDO0lBQWE7RXZCa3RMMUQ7QUFDRjtBdUJsdExRO0VBWEo7SUFXMkM7SUFBYTtFdkJ1dEwxRDtBQUNGO0F1QnR0TFE7RUFDSSxtQmZsSEg7QVIwMExUO0F1QnB0TEk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdkJzdExSO0F1QnB0TFE7RUFUSjtJQVMyQztJQUFhO0V2Qnl0TDFEO0FBQ0Y7O0F1Qm50TFE7RUFDSTtBdkJzdExaOztBdUJodExJO0VBQ0k7RUFDQTtBdkJtdExSO0F1Qmp0TFE7RUFDSTtFQUNBO0VBQ0E7QXZCbXRMWjtBdUJqdExZO0VBTEo7SUFNUTtFdkJvdExkO0FBQ0Y7O0F1QjdzTFE7RUFDSTtFQUNBO0F2Qmd0TFo7QXVCOXNMWTtFQUpKO0lBS1E7RXZCaXRMZDtBQUNGOztBd0JqNExBO0VBQ0k7QXhCbzRMSjs7QXdCajRMQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBT0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0F4QjYzTEo7QXdCOTRMSTtFQU5KO0lBT1E7SUFDQTtFeEJpNUxOO0FBQ0Y7QXdCbDRMSTtFQUNJO0F4Qm80TFI7QXdCajRMSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSx5QmhCMUJDO0FSNjVMVDtBd0JoNExJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBeEJrNExSO0F3Qi8zTEk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F4Qmk0TFI7QXdCOTNMSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXhCZzRMUjtBd0I3M0xJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QXhCKzNMUjtBd0I1M0xJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBeEI4M0xSO0F3QjUzTFE7RUFDSTtBeEI4M0xaO0F3QjEzTEk7RUFDSTtFQUNBO0VBQ0E7QXhCNDNMUjtBd0J6M0xJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QXhCMjNMUjtBd0J6M0xRO0VBQ0k7QXhCMjNMWjtBd0J2M0xJO0VBQ0k7QXhCeTNMUjtBd0J0M0xJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBeEJ3M0xSO0F3QnIzTEk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXhCdTNMUjtBd0JyM0xRO0VBQ0ksZWhCekhIO0VnQjBIRztFQUNBO0VBQ0E7RUFDQTtFQUNBO0F4QnUzTFo7QXdCbjNMSTtFQUNJO0F4QnEzTFI7QXdCbDNMSTtFQUNJO0VBQ0E7RUFDQSx5QmhCdklDO0VnQndJRDtFQUNBO0F4Qm8zTFI7QXdCbDNMUTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F4Qm8zTFo7QXdCbDNMUTtFQUNJO0F4Qm8zTFo7QXdCbDNMUTtFQUNJO0F4Qm8zTFo7QXdCaDNMSTtFQUNJO0F4QmszTFI7QXdCOTJMSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXhCZzNM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O0UxQ3EyUXZFO0FBQ0Y7QTBDcjJRWTtFQUZKO0lBRTRDO0lBQXFCO0UxQzAyUXZFO0FBQ0Y7QTBDMTJRWTtFQUhKO0lBRzRDO0lBQXFCO0UxQysyUXZFO0FBQ0Y7QTBDLzJRWTtFQUpKO0lBSTRDO0lBQXFCO0UxQ28zUXZFO0FBQ0Y7QTBDbjNRUTtFQUNJO0ExQ3EzUVo7QTBDbjNRWTtFQUNJO0VBQ0E7QTFDcTNRaEI7QTBDbjNRZ0I7RUFKSjtJQUk0QztFMUN1M1F0RDtBQUNGO0EwQ3QzUWdCO0VBQ0k7QTFDdzNRcEI7QTBDdDNRb0I7RUFISjtJQUcyQztFMUMwM1F6RDtBQUNGO0EwQ3gzUWdCO0VBQ0k7QTFDMDNRcEI7QTBDdjNRZ0I7RUFDSTtBMUN5M1FwQjtBMEN0M1FnQjtFQUNJO0VBQ0E7QTFDdzNRcEI7QTBDcjNRZ0I7RUFDSTtBMUN1M1FwQjtBMENwM1FnQjtFQUNJLGNsQ3ZDWDtFa0N3Q1c7QTFDczNRcEI7QTBDcDNRb0I7RUFDSSxjbEMxQ2Y7QVJnNlFUO0EwQ2ozUVE7RUFDSSxtQmxDakRIO0FSbzZRVDtBMENqM1FZO0VBQ0k7RUFDQTtBMUNtM1FoQjtBMENqM1FnQjtFQUpKO0lBSTRDO0UxQ3EzUXREO0FBQ0Y7QTBDcjNRZ0I7RUFMSjtJQUs0QztFMUN5M1F0RDtBQUNGO0EwQ3gzUWdCO0VBQ0k7QTFDMDNRcEI7QTBDdjNRZ0I7RUFDSTtBMUN5M1FwQjtBMEN0M1FnQjtFQUNJO0ExQ3czUXBCOztBMkNuOFFRO0VBQUs7QTNDdThRYjtBMkN0OFFRO0VBQUs7QTNDeThRYjtBMkN4OFFRO0VBQUs7QTNDMjhRYixDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vLy4vc2Nzcy9zdHlsZS5zY3NzIiwid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9zbGljay1jYXJvdXNlbC9zbGljay9zbGljay10aGVtZS5zY3NzIiwid2VicGFjazovLy8uL25vZGVfbW9kdWxlcy9zbGljay1jYXJvdXNlbC9zbGljay9zbGljay5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvZXNzZW50aWFscy9yZXNldHMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL2Vzc2VudGlhbHMvZ3JpZC5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvZXNzZW50aWFscy9mb250cy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvZXNzZW50aWFscy9oZWxwZXIuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL2Vzc2VudGlhbHMvZ2VuZXJpYy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvZXNzZW50aWFscy92YXJpYWJsZXMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL2Vzc2VudGlhbHMvbWl4aW5zLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9lc3NlbnRpYWxzL2R5bmFtaWMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhcnRpYWxzL2hhbWJ1cmdlckJ0bi5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFydGlhbHMvYW5pbWF0aW9uL3Njcm9sbEZpcmUuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhcnRpYWxzL2FuaW1hdGlvbi90cmFuc2l0aW9uLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9wYXJ0aWFscy9wYXJ0aWFscy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFydGlhbHMvYmxvY2tzLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9wYXJ0aWFscy9zZWxlY3Quc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhcnRpYWxzL2Zvcm1zLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9zZWN0aW9ucy9vdmVybGF5cy9tZW51LnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9zZWN0aW9ucy9vdmVybGF5cy9zZWFyY2guc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3NlY3Rpb25zL292ZXJsYXlzL3F1b3RlUmVxdWVzdC5zY3NzIiwid2VicGFjazovLy8uL3Njc3Mvc2VjdGlvbnMvb3ZlcmxheXMvcHJvZHVjdFNoZWV0LnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9zZWN0aW9ucy9vdmVybGF5cy9jYXRhbG9nUmVxdWVzdC5zY3NzIiwid2VicGFjazovLy8uL3Njc3Mvc2VjdGlvbnMvb3ZlcmxheXMvb3ZlcmxheS1zaGFyZS5zY3NzIiwid2VicGFjazovLy8uL3Njc3Mvc2VjdGlvbnMvb3ZlcmxheXMvcHJvZHVjdHMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3NlY3Rpb25zL292ZXJsYXlzL3NlY3RvcnMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3NlY3Rpb25zL292ZXJsYXlzL2Fib3V0LnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9zZWN0aW9ucy9oZWFkZXIuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3NlY3Rpb25zL2Zvb3Rlci5zY3NzIiwid2VicGFjazovLy8uL3Njc3Mvc2VjdGlvbnMvY29weXJpZ2h0LnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9zZWN0aW9ucy9zZWN0aW9ucy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvaG9tZS5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvcHJvZHVjdHMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhZ2VzL3Byb2R1Y3REZXRhaWwuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhZ2VzL3NlYXJjaC5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvbmV3cy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvbmV3c0RldGFpbC5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvYWJvdXQuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhZ2VzL3NlY3RvcnMuc2NzcyIsIndlYnBhY2s6Ly8vLi9zY3NzL3BhZ2VzL3NlY3RvckRldGFpbC5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvam9icy5zY3NzIiwid2VicGFjazovLy8uL3Njc3MvcGFnZXMvam9iRGV0YWlsLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9wYWdlcy9jb250YWN0LnNjc3MiLCJ3ZWJwYWNrOi8vLy4vc2Nzcy9wYWdlcy9lcnJvci5zY3NzIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/