.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { border-top:0 solid #c32ea9;border-left:0;border-right:0;border-bottom:1px solid #efefef;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { background-color: transparent; background-image: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { border-width: 0; border-radius: 0; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16px;width:120px;top:19.5px;left:540px;overflow:hidden;display:block; }
#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#483d13;background-image:url("https://images.assets-landingi.com/uc/90192ba4-157f-4e0e-90f3-91b123c7dca5/header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.adaptive-delivery-prevent-bg, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyload, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyloading { background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { background-color: transparent; background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container > .video-iframe-container { display: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container { display: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { border-width: 0; border-radius: 0; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { font-size:14px;font-family:arial;height:716px;width:1200px;position:relative;display:block; }#uUxp0FmlZBPEDRFCckZIFSJsA04zZAVa { color:rgba(242,225,194,0.7);display:block;width:925px;position:absolute;font-family:"poppins font";font-size:18px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:216px;left:137.5px;height:54px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlsTfBeJvZffkthlsWUaLcDXx8kuLFwx { color:#f2e1c2;display:block;width:599px;position:absolute;font-family:"poppins font";font-size:40px;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:102px;left:301px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwMetnX552I7E6UWGrkfKZh8QhX1cpn2 { color:#f2b56b;display:block;width:177px;position:absolute;font-family:cylburn;font-size:82px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 12px rgba(242,181,107,0.5);top:128px;left:411px;height:106.594px;text-align:center;text-align-last:center;display:block; }
#iGlb938T6EZvo5KU30dMGZqhFeLsbOBU { color:#f2e1c2;display:block;width:236px;position:absolute;font-family:"poppins font";font-size:40px;font-weight:700;z-index:15001;line-height:2.2;letter-spacing:0;top:128px;left:571px;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nroUdWgTaULRCQGIZ4asVF8aKyQmx0Wa { color:#f2b56b;display:block;width:128px;position:absolute;font-family:"poppins font";font-size:12px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:61px;left:536px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#besNHRC2lZHLSe1FoXObwEGuGN2sCZWe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:16px;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:297px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:295px;left:451.5px;display:block; }
#XxN5GJz7U5Wgi1WQnmDXvJagaKiXpLaL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { position:relative;display:none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { border-width: 0; border-radius: 0; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XCH063Qa4wlSUcUNCgziSbpM9EbnSEkS { color:rgba(242,225,194,0.7);display:block;width:925px;position:absolute;font-family:"poppins font";font-size:18px;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:216px;left:137.5px;height:54px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JhnlUgBRDzWq0opLIdfhh68Q8SppJtO6 { color:#f2e1c2;display:block;width:236px;position:absolute;font-family:"poppins font";font-size:40px;font-weight:700;z-index:15001;line-height:2.2;letter-spacing:0;top:128px;left:571px;height:176px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SXX9bAbumkxmtBM5O5OFpQx6UrIpK1Wi { color:#f2e1c2;display:block;width:177px;position:absolute;font-family:cylburn;font-size:82px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:128px;left:411px;height:106.594px;text-align:center;text-align-last:center;display:none; }
#JsRtRC89UwmcQPJO2ETPriQJLpKtfhLu { color:#f2e1c2;display:block;width:599px;position:absolute;font-family:"poppins font";font-size:40px;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:102px;left:301px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#brCZgR75GqbnPnNf5p5esW7fJz5MrSWf { color:#f2b56b;display:block;width:128px;position:absolute;font-family:"poppins font";font-size:12px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:61px;left:536px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nO0aH2fDOZtNivVOkDD17E2s4o9EnvVT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:16px;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:297px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:295px;left:451.5px;display:none; }
#d451Mi40e68bB5OdAiFECK0dNrp4veU8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:1111px;width:1200px;overflow:visible;position:relative;display:block; }#hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/83192e72-545d-4236-ae8b-ee2c7ad86037/1_SVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:146px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:186px;left:134px;display:block; }#hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT.adaptive-delivery-prevent-bg, #hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT.lazyload, #hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT.lazyloading { background-image: none; }
#u1Uu2UfByhGonVhzzNxHeoy8bviIkF1f { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#A8pVXphGK4zWKEtXxpfm7TerkzC5CL71 { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/8496a1bf-d3ee-42dd-a057-c08c9c263b1b/17_M_VECTO_Plandetravail1copie.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:72px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:117px;height:114px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:768px;left:839px;display:block; }#A8pVXphGK4zWKEtXxpfm7TerkzC5CL71.adaptive-delivery-prevent-bg, #A8pVXphGK4zWKEtXxpfm7TerkzC5CL71.lazyload, #A8pVXphGK4zWKEtXxpfm7TerkzC5CL71.lazyloading { background-image: none; }
#U5tOqp2hTOMm8Dk0bG1XmK8iaPb6wl1G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DbesLITDGLeX7T98bTWbJmuwRU7CLGrh { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/2c353492-0f4b-4f05-9ef0-7b870ae18e2a/4_SVECTO_Plandetravail1copie3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:48px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:289px;height:146px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:186px;left:430px;display:block; }#DbesLITDGLeX7T98bTWbJmuwRU7CLGrh.adaptive-delivery-prevent-bg, #DbesLITDGLeX7T98bTWbJmuwRU7CLGrh.lazyload, #DbesLITDGLeX7T98bTWbJmuwRU7CLGrh.lazyloading { background-image: none; }
#pPLGoMOpm4b9MeXpbBuK0UZVkSsESH4M { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/03dd56b7-2347-4b60-87d1-49db485c030a/22_XSVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:149px;height:146px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:186px;left:281px;display:block; }#PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN.adaptive-delivery-prevent-bg, #PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN.lazyload, #PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN.lazyloading { background-image: none; }
#xus3DGORmxtsAydB159ANN879QdeHQvs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/e8270003-b56d-463e-b97c-5471ac6403a4/23_L_VECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:56px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340px;height:92px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:553px;left:446px;display:block; }#FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI.adaptive-delivery-prevent-bg, #FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI.lazyload, #FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI.lazyloading { background-image: none; }
#ctBnyA4S9st4SCzw93GEiJyNP2UTVQZw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/862867af-80ed-46af-a7ca-2c3c3c1846cc/6_MVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:84px;height:262px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:332px;left:134px;display:block; }#umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O.adaptive-delivery-prevent-bg, #umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O.lazyload, #umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O.lazyloading { background-image: none; }
#nQgTTBXTf6niFybUbpv4IhFW4Xe7gqCc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3 { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/205115ae-2f6a-4075-8c47-0e521c48eac1/7_XXLVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:56px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:159px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:486px;left:300px;display:block; }#erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3.adaptive-delivery-prevent-bg, #erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3.lazyload, #erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3.lazyloading { background-image: none; }
#BmE5C8c0f474qm6zIz4Os2RZMIEFQSRD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/edc90dba-e0ef-4e48-b3fd-4dca048a0a73/12_XS_VECTO_Plandetravail1copie.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:56px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:166px;height:174px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:594px;left:134px;display:block; }#NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT.adaptive-delivery-prevent-bg, #NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT.lazyload, #NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT.lazyloading { background-image: none; }
#Uwx66EPcEH8EiSUVThxzX8q3akFJ58aZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5 { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/808c9807-316a-4c23-9aa5-fa9a2cb33037/9_SVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:77px;height:146px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:186px;left:719px;display:block; }#inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5.adaptive-delivery-prevent-bg, #inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5.lazyload, #inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5.lazyloading { background-image: none; }
#HgQaH8DeJmy7igIBfWVHmiUqxXmTrxIR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/8a27a438-fc27-4f5a-b501-33df2a78fb03/10_S_VECTO_Plandetravail1copie.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:117px;height:221px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:332px;left:668px;display:block; }#opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh.adaptive-delivery-prevent-bg, #opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh.lazyload, #opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh.lazyloading { background-image: none; }
#yR0IimPku9ZM4kLqNi1HuzuiVCTpNgP5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/8324a3d2-89c0-4b55-9c5b-b715e23afe32/11_XSVECTO_Plandetravail1copie2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:112px;height:114px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:768px;left:954px;display:block; }#Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q.adaptive-delivery-prevent-bg, #Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q.lazyload, #Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q.lazyloading { background-image: none; }
#gef1UFAAadaM495MTiKqaASquIMdwzeB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/9749b443-e73c-4846-81de-1cb0492e68da/8_SVECTO_Plandetravail1copie2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:72px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:176px;height:171px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:332px;left:785px;display:block; }#ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC.adaptive-delivery-prevent-bg, #ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC.lazyload, #ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC.lazyloading { background-image: none; }
#w457ghm7GB4VeWCbkbkezkRWcH2WeEo9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6 { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/ec7fd295-bd48-431f-a9fc-ed49e611321a/24_SVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:112px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:221px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:332px;left:446px;display:block; }#ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6.adaptive-delivery-prevent-bg, #ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6.lazyload, #ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6.lazyloading { background-image: none; }
#ZeA8OHG2x3p8ZzSw1MwU09daUIMqZGmA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2 { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/c770a7f8-64f6-4005-aec7-59079b7986d5/14_XS_VECTO_Plandetravail1copie.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:117px;height:114px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:768px;left:134px;display:block; }#FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2.adaptive-delivery-prevent-bg, #FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2.lazyload, #FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2.lazyloading { background-image: none; }
#wzE5uPFy492au1tx4mhXSpWkhBAbTN5p { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LgE5CK3bxRExD3EemgOq6vXtqGrbICmm { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/430b5380-29d0-4dec-82d8-f29a8a65f611/15_LVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:73px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:259px;left:796px;display:block; }#LgE5CK3bxRExD3EemgOq6vXtqGrbICmm.adaptive-delivery-prevent-bg, #LgE5CK3bxRExD3EemgOq6vXtqGrbICmm.lazyload, #LgE5CK3bxRExD3EemgOq6vXtqGrbICmm.lazyloading { background-image: none; }
#HntVFVTo1QXokAdItQnJTXNRk9fB9bpT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/0f4f2ce3-7351-466e-863d-4d8e9cacc514/16_XSVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148px;height:154px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:332px;left:299px;display:block; }#Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp.adaptive-delivery-prevent-bg, #Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp.lazyload, #Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp.lazyloading { background-image: none; }
#bEzdLaTnt3d6bkhZVWFwf0T0CZInADQc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#keSyhFhcX2pH9fyvz3ak1sDMXSbD411J { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/6da4f36b-a45d-4904-97cc-9fd7bc8bf602/3_MVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106px;height:344px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:332px;left:960px;display:block; }#keSyhFhcX2pH9fyvz3ak1sDMXSbD411J.adaptive-delivery-prevent-bg, #keSyhFhcX2pH9fyvz3ak1sDMXSbD411J.lazyload, #keSyhFhcX2pH9fyvz3ak1sDMXSbD411J.lazyloading { background-image: none; }
#n3M3RaFnrD2QbLGBMFteGnpNVWNpwRhQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94 { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/393f0c62-a143-4f8b-9567-ecff005e463d/18_XXLVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:176px;height:173px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:503px;left:784px;display:block; }#qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94.adaptive-delivery-prevent-bg, #qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94.lazyload, #qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94.lazyloading { background-image: none; }
#UG77hNd2Et0HQKml2PQyCUkxUcyG5aXL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { color:#483d13;display:block;width:694px;position:absolute;font-family:"poppins font";font-size:22px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:92px;left:253px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#cfgNDfArfApHCRRJu7LLCzqwge8vohkL { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/f2eb3336-c464-4a9f-9ec9-ba22ea5468ea/13_MVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:64px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282px;height:93px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:675px;left:784px;display:block; }#cfgNDfArfApHCRRJu7LLCzqwge8vohkL.adaptive-delivery-prevent-bg, #cfgNDfArfApHCRRJu7LLCzqwge8vohkL.lazyload, #cfgNDfArfApHCRRJu7LLCzqwge8vohkL.lazyloading { background-image: none; }
#TAMxrRSBTdxQWqT3wfHD3bOPaIcrNqKr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ecwGMi574repC3OIJQkLXVTHHxTcRrPx { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/f331cad9-3e39-4a27-9a8b-e42b57f4cc8f/19_M_VECTO_Plandetravail1copie.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:82px;height:261px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:332px;left:218px;display:block; }#ecwGMi574repC3OIJQkLXVTHHxTcRrPx.adaptive-delivery-prevent-bg, #ecwGMi574repC3OIJQkLXVTHHxTcRrPx.lazyload, #ecwGMi574repC3OIJQkLXVTHHxTcRrPx.lazyloading { background-image: none; }
#TxCeEQpzi7HPl3xig6uwBxrWqyxaoQzG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/3780136c-2205-4eca-8e87-4f92f38cc342/20_SVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:179px;height:114px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:768px;left:251px;display:block; }#K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi.adaptive-delivery-prevent-bg, #K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi.lazyload, #K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi.lazyloading { background-image: none; }
#Zefn3pL1mJzoFb1a2q2V88SVIQUhtaTE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/0958ea0b-ac74-4bd0-9004-04b7246dcaae/2_XLVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:484px;height:123px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:645px;left:300px;display:block; }#xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr.adaptive-delivery-prevent-bg, #xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr.lazyload, #xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr.lazyloading { background-image: none; }
#hdml9IN4GkkPbT6m1v4dpn2ycTB4edpU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/482f50ef-133c-43e6-afff-350ddbba1d4e/21_LVECTO_Plandetravail1copie2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:413px;height:114px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:768px;left:429px;display:block; }#uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa.adaptive-delivery-prevent-bg, #uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa.lazyload, #uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa.lazyloading { background-image: none; }
#IP7liyWqEyVhSeEOPPZX5Ubc8W1nRXAl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1 { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/eb8a969c-a1ce-4e3b-93a1-a253e6e00883/5_XLVECTO_Plandetravail1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:73px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:186px;left:796px;display:block; }#a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1.adaptive-delivery-prevent-bg, #a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1.lazyload, #a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1.lazyloading { background-image: none; }
#DOAswyFstn53mJXFWT5IaAai3nmfnf0w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XU7iRXUTlaHBEp1c2hPle96CsWErampg { color:#483d13;display:block;width:694px;position:absolute;font-family:"poppins font";font-size:14px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:940px;left:253px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#VSoRZsOsZS5eg8gUBHyiM9eMp9zEBH3X { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"poppins font";font-size:16px;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:297px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1005px;left:451.5px;display:block; }
#w3fqCbK6NOkpT0R5p7QA2xDVkEr2tA7M { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { position:relative;display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { background-color: transparent; background-image: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { border-width: 0; border-radius: 0; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:167px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M2LlHCKdWReORpN2FyachSKaV2QsUbet { color:#000000;display:block;width:979px;position:absolute;font-family:"poppins font";font-size:12px;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:56.5px;left:110.5px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { top:19px;left:322px;width:120px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { display:block; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUxp0FmlZBPEDRFCckZIFSJsA04zZAVa { top:216px;left:0px;width:764px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SlsTfBeJvZffkthlsWUaLcDXx8kuLFwx { top:102px;left:83px;width:599px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bwMetnX552I7E6UWGrkfKZh8QhX1cpn2 { top:128px;left:193px;width:177px;height:106px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #iGlb938T6EZvo5KU30dMGZqhFeLsbOBU { top:128px;left:353px;width:236px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nroUdWgTaULRCQGIZ4asVF8aKyQmx0Wa { top:61px;left:318px;width:128px;height:21px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #besNHRC2lZHLSe1FoXObwEGuGN2sCZWe { width:297px;height:55px;top:295px;left:233.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XxN5GJz7U5Wgi1WQnmDXvJagaKiXpLaL { display:block; }
 }@media only screen and (max-width: 763px) { #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { display:none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCH063Qa4wlSUcUNCgziSbpM9EbnSEkS { top:216px;left:0px;width:764px;height:54px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #JhnlUgBRDzWq0opLIdfhh68Q8SppJtO6 { top:128px;left:353px;width:236px;height:88px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #SXX9bAbumkxmtBM5O5OFpQx6UrIpK1Wi { top:128px;left:193px;width:177px;height:106px;font-size:59px;display:none; }
 }@media only screen and (max-width: 763px) { #JsRtRC89UwmcQPJO2ETPriQJLpKtfhLu { top:102px;left:83px;width:599px;height:36px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #brCZgR75GqbnPnNf5p5esW7fJz5MrSWf { top:37px;left:0px;width:140px;height:21px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #nO0aH2fDOZtNivVOkDD17E2s4o9EnvVT { width:297px;height:55px;top:295px;left:233.5px;display:none; }
 }@media only screen and (max-width: 763px) { #d451Mi40e68bB5OdAiFECK0dNrp4veU8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT { width:147px;height:146px;top:186px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u1Uu2UfByhGonVhzzNxHeoy8bviIkF1f { display:block; }
 }@media only screen and (max-width: 763px) { #A8pVXphGK4zWKEtXxpfm7TerkzC5CL71 { width:117px;height:114px;top:768px;left:621px;display:block; }
 }@media only screen and (max-width: 763px) { #U5tOqp2hTOMm8Dk0bG1XmK8iaPb6wl1G { display:block; }
 }@media only screen and (max-width: 763px) { #DbesLITDGLeX7T98bTWbJmuwRU7CLGrh { width:289px;height:146px;top:186px;left:212px;display:block; }
 }@media only screen and (max-width: 763px) { #pPLGoMOpm4b9MeXpbBuK0UZVkSsESH4M { display:block; }
 }@media only screen and (max-width: 763px) { #PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN { width:149px;height:146px;top:186px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #xus3DGORmxtsAydB159ANN879QdeHQvs { display:block; }
 }@media only screen and (max-width: 763px) { #FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI { width:340px;height:92px;top:553px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #ctBnyA4S9st4SCzw93GEiJyNP2UTVQZw { display:block; }
 }@media only screen and (max-width: 763px) { #umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O { width:84px;height:262px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nQgTTBXTf6niFybUbpv4IhFW4Xe7gqCc { display:block; }
 }@media only screen and (max-width: 763px) { #erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3 { width:147px;height:159px;top:486px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #BmE5C8c0f474qm6zIz4Os2RZMIEFQSRD { display:block; }
 }@media only screen and (max-width: 763px) { #NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT { width:166px;height:174px;top:594px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uwx66EPcEH8EiSUVThxzX8q3akFJ58aZ { display:block; }
 }@media only screen and (max-width: 763px) { #inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5 { width:77px;height:146px;top:186px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #HgQaH8DeJmy7igIBfWVHmiUqxXmTrxIR { display:block; }
 }@media only screen and (max-width: 763px) { #opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh { width:117px;height:221px;top:332px;left:450px;display:block; }
 }@media only screen and (max-width: 763px) { #yR0IimPku9ZM4kLqNi1HuzuiVCTpNgP5 { display:block; }
 }@media only screen and (max-width: 763px) { #Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q { width:112px;height:114px;top:768px;left:652px;display:block; }
 }@media only screen and (max-width: 763px) { #gef1UFAAadaM495MTiKqaASquIMdwzeB { display:block; }
 }@media only screen and (max-width: 763px) { #ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC { width:176px;height:171px;top:332px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #w457ghm7GB4VeWCbkbkezkRWcH2WeEo9 { display:block; }
 }@media only screen and (max-width: 763px) { #ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6 { width:222px;height:221px;top:332px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeA8OHG2x3p8ZzSw1MwU09daUIMqZGmA { display:block; }
 }@media only screen and (max-width: 763px) { #FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2 { width:117px;height:114px;top:768px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wzE5uPFy492au1tx4mhXSpWkhBAbTN5p { display:block; }
 }@media only screen and (max-width: 763px) { #LgE5CK3bxRExD3EemgOq6vXtqGrbICmm { width:270px;height:73px;top:259px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { #HntVFVTo1QXokAdItQnJTXNRk9fB9bpT { display:block; }
 }@media only screen and (max-width: 763px) { #Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp { width:148px;height:154px;top:332px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #bEzdLaTnt3d6bkhZVWFwf0T0CZInADQc { display:block; }
 }@media only screen and (max-width: 763px) { #keSyhFhcX2pH9fyvz3ak1sDMXSbD411J { width:106px;height:344px;top:332px;left:658px;display:block; }
 }@media only screen and (max-width: 763px) { #n3M3RaFnrD2QbLGBMFteGnpNVWNpwRhQ { display:block; }
 }@media only screen and (max-width: 763px) { #qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94 { width:176px;height:173px;top:503px;left:566px;display:block; }
 }@media only screen and (max-width: 763px) { #UG77hNd2Et0HQKml2PQyCUkxUcyG5aXL { display:block; }
 }@media only screen and (max-width: 763px) { #nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { top:92px;left:35px;width:694px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cfgNDfArfApHCRRJu7LLCzqwge8vohkL { width:282px;height:93px;top:675px;left:482px;display:block; }
 }@media only screen and (max-width: 763px) { #TAMxrRSBTdxQWqT3wfHD3bOPaIcrNqKr { display:block; }
 }@media only screen and (max-width: 763px) { #ecwGMi574repC3OIJQkLXVTHHxTcRrPx { width:82px;height:261px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TxCeEQpzi7HPl3xig6uwBxrWqyxaoQzG { display:block; }
 }@media only screen and (max-width: 763px) { #K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi { width:179px;height:114px;top:768px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Zefn3pL1mJzoFb1a2q2V88SVIQUhtaTE { display:block; }
 }@media only screen and (max-width: 763px) { #xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr { width:484px;height:123px;top:645px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #hdml9IN4GkkPbT6m1v4dpn2ycTB4edpU { display:block; }
 }@media only screen and (max-width: 763px) { #uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa { width:413px;height:114px;top:768px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #IP7liyWqEyVhSeEOPPZX5Ubc8W1nRXAl { display:block; }
 }@media only screen and (max-width: 763px) { #a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1 { width:270px;height:73px;top:186px;left:494px;display:block; }
 }@media only screen and (max-width: 763px) { #DOAswyFstn53mJXFWT5IaAai3nmfnf0w { display:block; }
 }@media only screen and (max-width: 763px) { #XU7iRXUTlaHBEp1c2hPle96CsWErampg { top:940px;left:35px;width:694px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VSoRZsOsZS5eg8gUBHyiM9eMp9zEBH3X { width:297px;height:55px;top:1005px;left:233.5px;display:block; }
 }@media only screen and (max-width: 763px) { #w3fqCbK6NOkpT0R5p7QA2xDVkEr2tA7M { display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { top:56px;left:0px;width:764px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { position:relative;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { width:120px;height:16px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { background-color:#483d13;background-image:url("https://images.assets-landingi.com/uc/90192ba4-157f-4e0e-90f3-91b123c7dca5/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.adaptive-delivery-prevent-bg, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyload, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyloading { background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { width:320px;height:510px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uUxp0FmlZBPEDRFCckZIFSJsA04zZAVa { width:320px;height:72px;top:135.078125px;left:0px;font-size:12px;color:rgba(242,225,194,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #SlsTfBeJvZffkthlsWUaLcDXx8kuLFwx { width:320px;height:23px;top:60.390625px;left:0px;font-size:23px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bwMetnX552I7E6UWGrkfKZh8QhX1cpn2 { width:125px;height:76.6953px;top:75.390625px;left:15px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #iGlb938T6EZvo5KU30dMGZqhFeLsbOBU { width:236px;height:24px;top:94.9375px;left:84px;font-size:24px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nroUdWgTaULRCQGIZ4asVF8aKyQmx0Wa { width:140px;height:21.5938px;top:28.796875px;left:90px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #besNHRC2lZHLSe1FoXObwEGuGN2sCZWe { width:297px;height:55px;top:227.078125px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XxN5GJz7U5Wgi1WQnmDXvJagaKiXpLaL { display:block; }
 }@media only screen and (max-width: 763px) { #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b1e3374-a38e-480d-9cfd-1f58020c95bc/header_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.adaptive-delivery-prevent-bg, #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.lazyload, #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.lazyloading { background-image: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { background-color: transparent; background-image: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container > .video-iframe-container { display: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container { display: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { border-width: 0; border-radius: 0; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCH063Qa4wlSUcUNCgziSbpM9EbnSEkS { width:320px;height:72px;top:166.6875px;left:0px;font-size:12px;color:rgba(242,225,194,0.7);z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JhnlUgBRDzWq0opLIdfhh68Q8SppJtO6 { width:177px;height:24px;top:110px;left:122px;font-size:24px;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SXX9bAbumkxmtBM5O5OFpQx6UrIpK1Wi { width:125px;height:76.6953px;top:90px;left:21px;font-size:59px;z-index:15008;color:#f2b56b;text-shadow:1px 1px 12px rgba(242,181,107,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JsRtRC89UwmcQPJO2ETPriQJLpKtfhLu { width:320px;height:23px;top:77px;left:0px;font-size:23px;line-height:1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #brCZgR75GqbnPnNf5p5esW7fJz5MrSWf { width:140px;height:21.5938px;top:37px;left:90px;font-size:12px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nO0aH2fDOZtNivVOkDD17E2s4o9EnvVT { width:243px;height:50px;top:259px;left:38.5px;z-index:15005;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d451Mi40e68bB5OdAiFECK0dNrp4veU8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkRWK4o2r1HhQ1Vb4aZZRw5kP4BSSmFT { width:87px;height:111px;top:100px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #u1Uu2UfByhGonVhzzNxHeoy8bviIkF1f { display:block; }
 }@media only screen and (max-width: 763px) { #A8pVXphGK4zWKEtXxpfm7TerkzC5CL71 { width:87px;height:111px;top:100px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #U5tOqp2hTOMm8Dk0bG1XmK8iaPb6wl1G { display:block; }
 }@media only screen and (max-width: 763px) { #DbesLITDGLeX7T98bTWbJmuwRU7CLGrh { width:86px;height:109px;top:211px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #pPLGoMOpm4b9MeXpbBuK0UZVkSsESH4M { display:block; }
 }@media only screen and (max-width: 763px) { #PcgR2dC61AvTAFqz6JpHlSwWaTTC6WGN { width:87px;height:112px;top:100px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #xus3DGORmxtsAydB159ANN879QdeHQvs { display:block; }
 }@media only screen and (max-width: 763px) { #FFhhL9QmyzteIByM2wKDMBDvXnSbBKpI { width:175px;height:146px;top:211px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ctBnyA4S9st4SCzw93GEiJyNP2UTVQZw { display:block; }
 }@media only screen and (max-width: 763px) { #umoukxQtT6vTJcJB8xIRzQuvB3lTZs1O { width:81px;height:106px;top:357px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nQgTTBXTf6niFybUbpv4IhFW4Xe7gqCc { display:block; }
 }@media only screen and (max-width: 763px) { #erXn3HBhtrT8Rg7cTe8fnEtVNPF4ZSO3 { width:86px;height:114px;top:320px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #BmE5C8c0f474qm6zIz4Os2RZMIEFQSRD { display:block; }
 }@media only screen and (max-width: 763px) { #NvxIWdZdc9vohKNKVtlwvgoBBmeQMBCT { width:94px;height:67px;top:357px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #Uwx66EPcEH8EiSUVThxzX8q3akFJ58aZ { display:block; }
 }@media only screen and (max-width: 763px) { #inCwT0Qumw9tBu4hU9VASuzhWFvEGEt5 { width:54px;height:133px;top:887px;left:144.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HgQaH8DeJmy7igIBfWVHmiUqxXmTrxIR { display:block; }
 }@media only screen and (max-width: 763px) { #opd90K1r00Z8vWNIL0c3xT1Uvz8hBKrh { width:86px;height:117px;top:434px;left:205.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yR0IimPku9ZM4kLqNi1HuzuiVCTpNgP5 { display:block; }
 }@media only screen and (max-width: 763px) { #Gp60DExwEzgUiXmIfcAQJPzHBGqnpp0q { width:86px;height:88px;top:551px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #gef1UFAAadaM495MTiKqaASquIMdwzeB { display:block; }
 }@media only screen and (max-width: 763px) { #ZDpn78sx0iWQOP3rTUbtGyNf90ZIFytC { width:95px;height:93px;top:424px;left:110.42234432234px;display:block; }
 }@media only screen and (max-width: 763px) { #w457ghm7GB4VeWCbkbkezkRWcH2WeEo9 { display:block; }
 }@media only screen and (max-width: 763px) { #ul7qrnzcHxiBrJb4s4zXIF2bTJdLsEG6 { width:176px;height:122px;top:517px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeA8OHG2x3p8ZzSw1MwU09daUIMqZGmA { display:block; }
 }@media only screen and (max-width: 763px) { #FO7Cq6h3goyP9hrzGiilxR00UUOUCzR2 { width:86px;height:86px;top:639px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wzE5uPFy492au1tx4mhXSpWkhBAbTN5p { display:block; }
 }@media only screen and (max-width: 763px) { #LgE5CK3bxRExD3EemgOq6vXtqGrbICmm { width:85px;height:65px;top:748px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #HntVFVTo1QXokAdItQnJTXNRk9fB9bpT { display:block; }
 }@media only screen and (max-width: 763px) { #Rw2qnyTzGBdM9Br1E0NzGoOrN0fS9sEp { width:84px;height:60px;top:688px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #bEzdLaTnt3d6bkhZVWFwf0T0CZInADQc { display:block; }
 }@media only screen and (max-width: 763px) { #keSyhFhcX2pH9fyvz3ak1sDMXSbD411J { width:93px;height:124px;top:688px;left:198.72222222222px;display:block; }
 }@media only screen and (max-width: 763px) { #n3M3RaFnrD2QbLGBMFteGnpNVWNpwRhQ { display:block; }
 }@media only screen and (max-width: 763px) { #qplfVdRSrDGAlMyVWm9Rnf4reRvsPp94 { width:115px;height:58px;top:887px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UG77hNd2Et0HQKml2PQyCUkxUcyG5aXL { display:block; }
 }@media only screen and (max-width: 763px) { #nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { width:320px;height:41.5938px;top:32.421875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cfgNDfArfApHCRRJu7LLCzqwge8vohkL { width:86px;height:87px;top:725px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TAMxrRSBTdxQWqT3wfHD3bOPaIcrNqKr { display:block; }
 }@media only screen and (max-width: 763px) { #ecwGMi574repC3OIJQkLXVTHHxTcRrPx { width:94px;height:208px;top:812px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #TxCeEQpzi7HPl3xig6uwBxrWqyxaoQzG { display:block; }
 }@media only screen and (max-width: 763px) { #K0QTJTqeNvX5X6e91nSTN7IqaG56hBzi { width:81px;height:54px;top:463px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Zefn3pL1mJzoFb1a2q2V88SVIQUhtaTE { display:block; }
 }@media only screen and (max-width: 763px) { #xzyATHVSXZgGuMEXVpdJDdLX8Hhx3LXr { width:169px;height:76px;top:812px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #hdml9IN4GkkPbT6m1v4dpn2ycTB4edpU { display:block; }
 }@media only screen and (max-width: 763px) { #uwzZGFGBRhy4iQVL9FvKwLf8lHnumdRa { width:115px;height:75px;top:945px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IP7liyWqEyVhSeEOPPZX5Ubc8W1nRXAl { display:block; }
 }@media only screen and (max-width: 763px) { #a711qTA8G5o5fJBlCqlPTUUm5w5HT1h1 { width:176px;height:49px;top:639px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #DOAswyFstn53mJXFWT5IaAai3nmfnf0w { display:block; }
 }@media only screen and (max-width: 763px) { #XU7iRXUTlaHBEp1c2hPle96CsWErampg { width:320px;height:18.1953px;top:1040px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VSoRZsOsZS5eg8gUBHyiM9eMp9zEBH3X { width:297px;height:55px;top:1094.1875px;left:11.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w3fqCbK6NOkpT0R5p7QA2xDVkEr2tA7M { display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { width:320px;height:108px;top:20px;left:0px;font-size:12px;display:block; }
 }