.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:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#81dbdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;overflow:visible;position:relative;display:block; }#DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { color:#184b50;display:block;width:71.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:17.561849594116rem;left:1.5625rem;height:15.98438125rem;display:block; }
#UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { color:#3aa1aa;display:block;width:71.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:13.185764312744rem;left:1.5625rem;height:1.5629875rem;text-align:center;text-align-last:center;display:block; }
#aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { color:#246068;display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:6.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8723959922791rem;left:0rem;height:16.251rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INdllSDeD78Lzb41rREKqGGIld70FHwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#INdllSDeD78Lzb41rREKqGGIld70FHwT.adaptive-delivery-prevent-bg, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyload, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyloading { background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { background-color: transparent; background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .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); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { border-width: 0; border-radius: 0; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { font-size:0.875rem;font-family:arial;height:143.5rem;width:75rem;position:relative;display:block; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { color:#184b50;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:5.7451171875rem;left:1.5625rem;height:5.99414375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { color:#184b50;display:block;width:70.18375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:100.04736328125rem;left:1.5615234375rem;height:1.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oek36E3DHdgko1EXkK0bdbfSSQErZW31 { color:#246068;display:block;width:72.311875rem;position:absolute;font-family:"bebas neue";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:0.618896484375rem;left:1.341552734375rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xNlKp6iMbaTnh3LD9Vs3rHZqGxDTLS6f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.9975625rem;top:17.8037109375rem;left:16.65380859375rem;display:block; }
#nnaQTobkE82XgGKeMabZQy48J3Zd11eg { color:#184b50;display:block;width:71.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:14.36865234375rem;left:1.71826171875rem;height:1.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tkfxlHMdnCuBMZ8tKDAeLaV7l8E9fiOH { color:#184b50;display:block;width:71.560625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:43.0546875rem;left:1.71826171875rem;height:1.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFWny1zcg4ghgLCiR3H58FRvvAaplFah { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.9975625rem;top:45.83056640625rem;left:16.65380859375rem;display:block; }
#TemXvxAuDV6TTFrEmIcDG4TWbxpf81vn { color:#184b50;display:block;width:71.560625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:71.4287109375rem;left:1.71826171875rem;height:1.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#drdEqvxNwXnune1Sz3UxtQ8Pmazk1me2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.9975625rem;top:74.5166015625rem;left:16.65380859375rem;display:block; }
#pim7cIutbbnNa3CR8rCPEaCbZQHvQbiX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.9975625rem;top:103.1396484375rem;left:16.65380859375rem;display:block; }
#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.adaptive-delivery-prevent-bg, #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.lazyload, #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.lazyloading { background-image: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { background-color: transparent; background-image: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container > .video-iframe-container { display: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row > .video-iframe-container { display: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .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); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { border-width: 0; border-radius: 0; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { font-size:0.875rem;font-family:arial;height:109.5rem;width:75rem;position:relative;display:block; }#FucUaiLcWWUmAFxOWhx5c9bWhns2lNz1 { color:#184b50;display:block;width:55.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:44.060333251953rem;left:1.5625rem;height:7.99219375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhZBHsHHbJIdTnvM5JHvT0vL7MUElSNw { color:#184b50;display:block;width:54.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:26.678384184838rem;left:1.5625rem;height:7.9921875rem;display:block; }
#StUUIC6FAN3ydrItI7IVrFCJhcwkgQJs { color:#184b50;display:block;width:57.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.9029951095581rem;left:1.5625rem;height:11.98829375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fdO7A3U72heKH0QLPdA3M1f0P1OWL9a8 { color:#184b50;display:block;width:56.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:63.787757873538rem;left:1.5625rem;height:7.9921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9ATVFRGbVNy5XPBO2X0W2TaVrt6UZ2S { position:absolute;display:block;z-index:15004;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:14.6875rem;width:10.125rem;top:44.239585876465rem;left:61.460540043044rem;overflow:hidden;display:block; }
#bm7JG44Fd2XrtPCOxRzJLrkscs62IVTn { position:absolute;display:block;z-index:15005;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:14.4998125rem;width:10.186625rem;top:8.9029951095581rem;left:61.433382034302rem;overflow:hidden;display:block; }
#UcayThzdl3tg792SpbcoVsvdw85RN2Dv { color:#246068;display:block;width:71.6875rem;position:absolute;font-family:"bebas neue";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5559883117676rem;left:1.6558170318604rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zaSTSKb1B7M7nwEOflvHkc8dvzdoHesP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:41.175778865814rem;left:28.125rem;display:block; }
#MsLFFe2Gh5vvmVZeRTA0faEx9bCcHaLB { position:absolute;display:block;z-index:15006;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:14.3125rem;width:10.125rem;top:25.428603172302rem;left:61.465929031372rem;overflow:hidden;display:block; }
#QyPGvXZvcWQaMhTSkN6DHyg9CDDX8UXA { color:#18978a;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3461370468137rem;left:1.5625rem;height:2.1108375rem;display:block; }
#uysTE9LloqwzCnktTvH2z6e03E1fxQ3T { color:#18978a;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.267147064209rem;left:1.5625rem;height:2.1108375rem;display:block; }
#S3anGktLwncwGOMzGiQWC05GKFcVrRAR { color:#18978a;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:62.052083492279rem;left:1.5625rem;height:2.1108375rem;display:block; }
#PnEaQTn6AJDifRdW8tGgrUvwzmrTM8JE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:60.611980438233rem;left:28.125rem;display:block; }
#HM1RWXZ8Q7LTxleQ6bHkXR22TmQAvO4x { 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:8rem;width:14.4375rem;top:62.975261688231rem;left:59.24089050293rem;overflow:hidden;display:block; }
#lhTVOfI6knDJoW2cm4PcnKgObkivClMy { color:#18978a;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:75.239583969119rem;left:1.5625rem;height:2.1108375rem;display:block; }
#u6FkXOp1RIQAc3r5mfJdmhmb5wO5Lsfr { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:73.299482345581rem;left:28.125rem;display:block; }
#f5z2qSKcdLroPTM9SCMupmpWNOLc7Xuk { color:#184b50;display:block;width:57.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:77.351575851438rem;left:1.5625rem;height:5.9941375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kWcPqX8XBpp3ZFTHUg1fzvMzwk4LOmnL { position:absolute;display:block;z-index:15005;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:14.3125rem;width:10.125rem;top:77.3515663147rem;left:61.39714050293rem;overflow:hidden;display:block; }
#ukk3mc1aqokffpkpz6V63Iw6VD1t8512 { background-color:#18978a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:56.04638671875rem;left:1.5615234375rem;display:block; }
#O3a94K7hZIExEv6TUF9iwnpW2l3DbTFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSny9p2X5snCD88tF3ZPoVaqSDD48BqG { background-color:#18978a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.17041015625rem;left:1.5615234375rem;display:block; }
#u3VoqIxIoAv0l5HpCWPMG2EV8GnFBvn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCunrazBQuEEeVyLSxS4RXQqh3bfAtci { background-color:#18978a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874rem;height:2.3745125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.82666015625rem;left:1.5615234375rem;display:block; }
#C045SIAwWL2aZTm3APi75xVQGUt89kP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKMW26k6SERINJJTbk64t79bxCwV70SH { background-color:#18978a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8115rem;height:2.3745125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:69.935546875rem;left:1.5615234375rem;display:block; }
#An1kfMoZsFsBGZ3Tq5IPXIQDzIbLzaG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cihtbyMBTcAkuoRKvkdalTeIavLw5JFR { background-color:#18978a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1865rem;height:2.3745125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:83.34375rem;left:1.5615234375rem;display:block; }
#eM9vXomNQzOU5D4nQF2OTiCIvtJITiQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi.adaptive-delivery-prevent-bg, #c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi.lazyload, #c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi.lazyloading { background-image: none; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container { background-color: transparent; background-image: none; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container > .video-iframe-container { display: none; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row > .video-iframe-container { display: none; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .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); }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container { border-width: 0; border-radius: 0; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#xll9WUsZ4rBQa7PI8zTlATfMfqks4NMt { color:#246068;display:block;width:71.875rem;position:absolute;font-family:"bebas neue";font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:1.0625rem;left:1.5625rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wJPOxb7cRgIudSOQi9T3rVg4yg8q0NT3 { position:absolute;display:block;z-index:15006;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:4.749025rem;width:14.937rem;top:16.9365234375rem;left:4.048828125rem;overflow:hidden;display:block; }
#QMNVs8ohsWS6HMIXhsQPDyqDyOch2rXB { position:absolute;display:block;z-index:15007;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:3.374025rem;width:9.624rem;top:8.60417175293rem;left:4.0481796264649rem;overflow:hidden;display:block; }
#kkngUEhNPHrH9dKwd8VtNoMfy9uKlbI8 { position:absolute;display:block;z-index:15008;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:6.3125rem;width:6.3125rem;top:7.51171875rem;left:30.274742126465rem;overflow:hidden;display:block; }
#JfoXvcpzKx0TBfsQqZVIii9VmcfCIsT3 { position:absolute;display:block;z-index:15009;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:2.1237rem;width:10rem;top:9.2265625rem;left:41.74479675293rem;overflow:hidden;display:block; }
#weXai9rlbtCERcZwARQAgT0V7HCfT8nV { 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:14.625rem;width:14.625rem;top:2.3125rem;left:13.515625rem;overflow:hidden;display:block; }
#dNdWS2SL2yXgG82FKH8bHp82zKHQG4pt { position:absolute;display:block;z-index:15011;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:1.5625rem;width:8.4375rem;top:9.5078125rem;left:57.497398376465rem;overflow:hidden;display:block; }
#fnUX5CLlt8llk7gFePf7Tk9ybLOO07uU { position:absolute;display:block;z-index:15007;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:7.6245rem;width:7.6245rem;top:15.49658203125rem;left:26.04638671875rem;overflow:hidden;display:block; }
#GKIsqeBVv8i3TbPSkvgvo6ygczwaCgRK { position:absolute;display:block;z-index:15008;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:13.9365rem;width:13.9365rem;top:12.34130859375rem;left:55.99658203125rem;overflow:hidden;display:block; }
#E5M9WlyqTN7rnwpTr9Op5IqJ46LsM2Gq { position:absolute;display:block;z-index:15008;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:7.5615rem;width:7.5615rem;top:16.1865234375rem;left:40.99365234375rem;overflow:hidden;display:block; }
#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.adaptive-delivery-prevent-bg, #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.lazyload, #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.lazyloading { background-image: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { background-color: transparent; background-image: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container > .video-iframe-container { display: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container { display: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .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); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { border-width: 0; border-radius: 0; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#N9dh1ryAPs0t4wh5R1l27RViErm02rgx { color:#184b50;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.4366340637206rem;left:40.625001907349rem;height:7.9921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { position:absolute;display:block;z-index:15006;height:21.749125rem;width:37.5rem;top:2.3741321563721rem;left:0rem;display:block; }
#gCDraTAeB4w3THilp1WIkvDRVBubaZEc { color:#246068;display:block;width:31.25rem;position:absolute;font-family:"bebas neue";font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:2.5rem;left:40.625rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.adaptive-delivery-prevent-bg, #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.lazyload, #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.lazyloading { background-image: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { background-color: transparent; background-image: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container > .video-iframe-container { display: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container { display: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .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); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { border-width: 0; border-radius: 0; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#bzxilGTfGTipTNturca0gQKMgPB7TypS { color:#246068;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.3720703125rem;left:4.31103515625rem;height:3.99609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { background-color:#e47d6a;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.499rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.9326171875rem;left:42.49951171875rem;display:block; }
#KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { color:#246068;display:block;width:71.87375rem;position:absolute;font-family:"bebas neue";font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:1.1865234375rem;left:1.5615234375rem;height:8.3994375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #81dbdb, #24727d);background-image: -moz-linear-gradient(180deg, #81dbdb, #24727d);background-image: -ms-linear-gradient(180deg, #81dbdb, #24727d);background-image: -o-linear-gradient(180deg, #81dbdb, #24727d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#81dbdb', endColorstr='#24727d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#81dbdb', endColorstr='#24727d' );";background-image: linear-gradient(180deg, #81dbdb, #24727d);background-size:auto !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; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { background-color: transparent; background-image: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container > .video-iframe-container { display: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container { display: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .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); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { border-width: 0; border-radius: 0; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { position:absolute;display:block;z-index:15000;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:5.25rem;width:18.75rem;top:6.625rem;left:9.375rem;overflow:hidden;display:block; }
#XkG55XNSL7E64BHfM2rnK66diRhHFM2l { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#24727d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.75rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.6875rem;left:9.375rem;display:block; }
#RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { color:#184b50;display:block;width:31.25rem;position:absolute;font-family:"bebas neue";font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.3125rem;left:40.625rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.875rem;left:50.625rem; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#MKRWdBecKDbpfciOl69We6anez3V5fke { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.875rem;left:53.8125rem; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#tReDDl59SReWclnPtn7Scn4l8wC3lnDM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.875rem;left:56.9375rem; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.875rem;left:60rem; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { top:17.5rem;left:0rem;width:47.75rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { top:13.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { top:5.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INdllSDeD78Lzb41rREKqGGIld70FHwT { display:block; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { top:5.6875rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { top:100rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oek36E3DHdgko1EXkK0bdbfSSQErZW31 { top:0.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlKp6iMbaTnh3LD9Vs3rHZqGxDTLS6f { top:17.75rem;left:3.02880859375rem;width:39.9375rem;height:22.466212784842rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaQTobkE82XgGKeMabZQy48J3Zd11eg { top:14.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkfxlHMdnCuBMZ8tKDAeLaV7l8E9fiOH { top:43rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWny1zcg4ghgLCiR3H58FRvvAaplFah { top:45.8125rem;left:3.02880859375rem;width:39.9375rem;height:22.466212784842rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemXvxAuDV6TTFrEmIcDG4TWbxpf81vn { top:71.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drdEqvxNwXnune1Sz3UxtQ8Pmazk1me2 { top:74.5rem;left:3.02880859375rem;width:39.9375rem;height:22.466212784842rem;display:block; }
 }@media only screen and (max-width: 763px) { #pim7cIutbbnNa3CR8rCPEaCbZQHvQbiX { top:103.125rem;left:3.02880859375rem;width:39.9375rem;height:22.466212784842rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS { display:block; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FucUaiLcWWUmAFxOWhx5c9bWhns2lNz1 { top:44rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZBHsHHbJIdTnvM5JHvT0vL7MUElSNw { top:26.625rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StUUIC6FAN3ydrItI7IVrFCJhcwkgQJs { top:8.875rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdO7A3U72heKH0QLPdA3M1f0P1OWL9a8 { top:63.75rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ATVFRGbVNy5XPBO2X0W2TaVrt6UZ2S { top:44.1875rem;left:37.625rem;width:10.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7JG44Fd2XrtPCOxRzJLrkscs62IVTn { top:8.875rem;left:37.5625rem;width:10.125rem;height:14.412094443695rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcayThzdl3tg792SpbcoVsvdw85RN2Dv { top:1.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSTSKb1B7M7nwEOflvHkc8dvzdoHesP { top:41.125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLFFe2Gh5vvmVZeRTA0faEx9bCcHaLB { top:25.375rem;left:37.625rem;width:10.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPGvXZvcWQaMhTSkN6DHyg9CDDX8UXA { top:7.3125rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysTE9LloqwzCnktTvH2z6e03E1fxQ3T { top:42.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3anGktLwncwGOMzGiQWC05GKFcVrRAR { top:62rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnEaQTn6AJDifRdW8tGgrUvwzmrTM8JE { top:60.5625rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1RWXZ8Q7LTxleQ6bHkXR22TmQAvO4x { top:62.9375rem;left:33.3125rem;width:14.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTVOfI6knDJoW2cm4PcnKgObkivClMy { top:75.1875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6FkXOp1RIQAc3r5mfJdmhmb5wO5Lsfr { top:73.25rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5z2qSKcdLroPTM9SCMupmpWNOLc7Xuk { top:77.3125rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWcPqX8XBpp3ZFTHUg1fzvMzwk4LOmnL { top:77.3125rem;left:37.625rem;width:10.125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukk3mc1aqokffpkpz6V63Iw6VD1t8512 { width:18.1875rem;height:2.375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3a94K7hZIExEv6TUF9iwnpW2l3DbTFy { display:block; }
 }@media only screen and (max-width: 763px) { #TSny9p2X5snCD88tF3ZPoVaqSDD48BqG { width:17.6875rem;height:2.375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3VoqIxIoAv0l5HpCWPMG2EV8GnFBvn6 { display:block; }
 }@media only screen and (max-width: 763px) { #rCunrazBQuEEeVyLSxS4RXQqh3bfAtci { width:17.8125rem;height:2.3125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C045SIAwWL2aZTm3APi75xVQGUt89kP0 { display:block; }
 }@media only screen and (max-width: 763px) { #fKMW26k6SERINJJTbk64t79bxCwV70SH { width:15.75rem;height:2.3125rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #An1kfMoZsFsBGZ3Tq5IPXIQDzIbLzaG9 { display:block; }
 }@media only screen and (max-width: 763px) { #cihtbyMBTcAkuoRKvkdalTeIavLw5JFR { width:10.125rem;height:2.3125rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9vXomNQzOU5D4nQF2OTiCIvtJITiQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi { display:block; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xll9WUsZ4rBQa7PI8zTlATfMfqks4NMt { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJPOxb7cRgIudSOQi9T3rVg4yg8q0NT3 { top:16.875rem;left:0rem;width:14.875rem;height:4.7293129058713rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMNVs8ohsWS6HMIXhsQPDyqDyOch2rXB { top:8.5625rem;left:0rem;width:9.5625rem;height:3.3522499821404rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkngUEhNPHrH9dKwd8VtNoMfy9uKlbI8 { top:7.5rem;left:17.5625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfoXvcpzKx0TBfsQqZVIii9VmcfCIsT3 { top:9.1875rem;left:23.875rem;width:10rem;height:2.1237rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXai9rlbtCERcZwARQAgT0V7HCfT8nV { top:2.3125rem;left:6.703125rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdWS2SL2yXgG82FKH8bHp82zKHQG4pt { top:9.5rem;left:37.059898376465rem;width:8.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUX5CLlt8llk7gFePf7Tk9ybLOO07uU { top:15.4375rem;left:16.3125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKIsqeBVv8i3TbPSkvgvo6ygczwaCgRK { top:12.3125rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5M9WlyqTN7rnwpTr9Op5IqJ46LsM2Gq { top:16.125rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { display:block; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9dh1ryAPs0t4wh5R1l27RViErm02rgx { top:6.375rem;left:16.5rem;width:31.25rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { top:2.3125rem;left:0rem;width:37.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDraTAeB4w3THilp1WIkvDRVBubaZEc { top:2.5rem;left:16.5rem;width:31.25rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { display:block; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzxilGTfGTipTNturca0gQKMgPB7TypS { top:6.3125rem;left:0rem;width:30.875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { width:23.4375rem;height:4.875rem;top:5.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block; }
 }@media only screen and (max-width: 763px) { #PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { top:1.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { display:block; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { top:6.625rem;left:2.5625rem;width:18.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkG55XNSL7E64BHfM2rnK66diRhHFM2l { width:18.75rem;height:2.6875rem;top:14.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block; }
 }@media only screen and (max-width: 763px) { #dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { top:9.3125rem;left:16.5rem;width:31.25rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { top:14.875rem;left:30.1875rem;width:1.875rem;height:1.875rem;display:block; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MKRWdBecKDbpfciOl69We6anez3V5fke { top:14.875rem;left:33.375rem;width:1.875rem;height:1.875rem;display:block; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tReDDl59SReWclnPtn7Scn4l8wC3lnDM { top:14.875rem;left:36.5rem;width:1.875rem;height:1.875rem;display:block; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { top:14.875rem;left:39.5625rem;width:1.875rem;height:1.875rem;display:block; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { width:17.4975625rem;height:28.5rem;top:10.65820625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { width:19.9980625rem;height:4.3110375rem;top:5.09716875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { width:19.9980625rem;height:2.59863125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INdllSDeD78Lzb41rREKqGGIld70FHwT { background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#INdllSDeD78Lzb41rREKqGGIld70FHwT.adaptive-delivery-prevent-bg, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyload, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyloading { background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { background-color: transparent; background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .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); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { width:17.4975625rem;height:12rem;top:8.8984375rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { width:19.9995rem;height:3rem;top:73.01806640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oek36E3DHdgko1EXkK0bdbfSSQErZW31 { width:19.9980625rem;height:6.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNlKp6iMbaTnh3LD9Vs3rHZqGxDTLS6f { height:11.25rem;width:19.9995rem;top:26.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnaQTobkE82XgGKeMabZQy48J3Zd11eg { width:18.8745rem;height:3rem;top:23.08154296875rem;left:0.56103515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkfxlHMdnCuBMZ8tKDAeLaV7l8E9fiOH { width:18.249rem;height:3rem;top:40.14404296875rem;left:0.87451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFWny1zcg4ghgLCiR3H58FRvvAaplFah { height:11.25rem;width:19.9995rem;top:43.705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemXvxAuDV6TTFrEmIcDG4TWbxpf81vn { width:19.9980625rem;height:3rem;top:56.958984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drdEqvxNwXnune1Sz3UxtQ8Pmazk1me2 { height:11.25rem;width:19.9995rem;top:60.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pim7cIutbbnNa3CR8rCPEaCbZQHvQbiX { height:11.250685588653rem;width:20rem;top:76.58056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS { background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.adaptive-delivery-prevent-bg, #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.lazyload, #GP5UiR1KfM3377msuMgRzfIm9BSNcuaS.lazyloading { background-image: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { background-color: transparent; background-image: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container > .video-iframe-container { display: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row > .video-iframe-container { display: none; }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .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); }#GP5UiR1KfM3377msuMgRzfIm9BSNcuaS > .row .container { width:20rem;height:204.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FucUaiLcWWUmAFxOWhx5c9bWhns2lNz1 { width:17.4975625rem;height:13.5rem;top:91.67724609375rem;left:1.24951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhZBHsHHbJIdTnvM5JHvT0vL7MUElSNw { width:17.4975625rem;height:13.5rem;top:49.93212890625rem;left:1.24951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StUUIC6FAN3ydrItI7IVrFCJhcwkgQJs { width:17.4975625rem;height:18rem;top:7.55712890625rem;left:1.24951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdO7A3U72heKH0QLPdA3M1f0P1OWL9a8 { width:17.4975625rem;height:12rem;top:136.53518rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9ATVFRGbVNy5XPBO2X0W2TaVrt6UZ2S { width:14.0625rem;height:19.8105625rem;top:106.037109375rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7JG44Fd2XrtPCOxRzJLrkscs62IVTn { width:13.3725625rem;height:19.125rem;top:24.55810546875rem;left:3.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcayThzdl3tg792SpbcoVsvdw85RN2Dv { width:19.9980625rem;height:3.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaSTSKb1B7M7nwEOflvHkc8dvzdoHesP { width:18.75rem;height:0.312011875rem;top:86.92822265625rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLFFe2Gh5vvmVZeRTA0faEx9bCcHaLB { width:13.437rem;height:19.2495rem;top:62.431640625rem;left:3.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPGvXZvcWQaMhTSkN6DHyg9CDDX8UXA { width:12.4980625rem;height:2.1108375rem;top:5.01123046875rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uysTE9LloqwzCnktTvH2z6e03E1fxQ3T { width:12.4980625rem;height:2.1108375rem;top:88.552734375rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3anGktLwncwGOMzGiQWC05GKFcVrRAR { width:12.4980625rem;height:2.1108375rem;top:132.90966796875rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnEaQTn6AJDifRdW8tGgrUvwzmrTM8JE { width:18.75rem;height:0.312011875rem;top:131.3466796875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1RWXZ8Q7LTxleQ6bHkXR22TmQAvO4x { width:14.4375rem;height:7.9980625rem;top:147.767578125rem;left:2.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTVOfI6knDJoW2cm4PcnKgObkivClMy { width:12.4980625rem;height:2.1108375rem;top:164.38916015625rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6FkXOp1RIQAc3r5mfJdmhmb5wO5Lsfr { width:18.75rem;height:0.312011875rem;top:162.64013671875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5z2qSKcdLroPTM9SCMupmpWNOLc7Xuk { width:17.562rem;height:9rem;top:166.49853515625rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWcPqX8XBpp3ZFTHUg1fzvMzwk4LOmnL { width:13.9365rem;height:19.9365rem;top:177.80859375rem;left:3.029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukk3mc1aqokffpkpz6V63Iw6VD1t8512 { width:18.1875rem;height:2.3745125rem;top:127.50439453125rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3a94K7hZIExEv6TUF9iwnpW2l3DbTFy { display:block; }
 }@media only screen and (max-width: 763px) { #TSny9p2X5snCD88tF3ZPoVaqSDD48BqG { width:19.9375rem;height:2.5rem;top:45.33837890625rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3VoqIxIoAv0l5HpCWPMG2EV8GnFBvn6 { display:block; }
 }@media only screen and (max-width: 763px) { #rCunrazBQuEEeVyLSxS4RXQqh3bfAtci { width:17.8125rem;height:2.311525rem;top:82.74462890625rem;left:1.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C045SIAwWL2aZTm3APi75xVQGUt89kP0 { display:block; }
 }@media only screen and (max-width: 763px) { #fKMW26k6SERINJJTbk64t79bxCwV70SH { width:15.75rem;height:2.311525rem;top:157.8310546875rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #An1kfMoZsFsBGZ3Tq5IPXIQDzIbLzaG9 { display:block; }
 }@media only screen and (max-width: 763px) { #cihtbyMBTcAkuoRKvkdalTeIavLw5JFR { width:10.125rem;height:2.311525rem;top:199.3740234375rem;left:4.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9vXomNQzOU5D4nQF2OTiCIvtJITiQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi { display:block; }#c6tayJEG3dWLkewHaiu9o1yHgfDwgqZi > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xll9WUsZ4rBQa7PI8zTlATfMfqks4NMt { width:17.4975625rem;height:3rem;top:1.25rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJPOxb7cRgIudSOQi9T3rVg4yg8q0NT3 { width:12.1245rem;height:3.75rem;top:37.53515625rem;left:3.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMNVs8ohsWS6HMIXhsQPDyqDyOch2rXB { width:8.5rem;height:2.875rem;top:5.4990234375rem;left:5.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkngUEhNPHrH9dKwd8VtNoMfy9uKlbI8 { width:6.3105625rem;height:6.3105625rem;top:13.3505859375rem;left:6.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfoXvcpzKx0TBfsQqZVIii9VmcfCIsT3 { width:9.9975625rem;height:2.12109375rem;top:20.94580078125rem;left:4.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXai9rlbtCERcZwARQAgT0V7HCfT8nV { width:12.687rem;height:12.687rem;top:3.2255859375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdWS2SL2yXgG82FKH8bHp82zKHQG4pt { width:8.4375rem;height:1.561525rem;top:25.0458984375rem;left:5.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUX5CLlt8llk7gFePf7Tk9ybLOO07uU { width:7.5600625rem;height:7.5600625rem;top:28.4501953125rem;left:6.21826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKIsqeBVv8i3TbPSkvgvo6ygczwaCgRK { width:10.437rem;height:10.437rem;top:49.25537109375rem;left:4.77978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5M9WlyqTN7rnwpTr9Op5IqJ46LsM2Gq { width:7.5rem;height:7.5rem;top:43.50439453125rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { display:block; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9dh1ryAPs0t4wh5R1l27RViErm02rgx { width:17.4975625rem;height:9rem;top:4.125rem;left:1.24951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { width:18.999rem;height:10.6245rem;top:13.435546875rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDraTAeB4w3THilp1WIkvDRVBubaZEc { width:17.4975625rem;height:3rem;top:1.125rem;left:1.24951171875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { display:block; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzxilGTfGTipTNturca0gQKMgPB7TypS { width:17.4975625rem;height:4.5rem;top:10.24951171875rem;left:1.24951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { width:17.499rem;height:5.499025rem;top:16.43701171875rem;left:1.248046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block; }
 }@media only screen and (max-width: 763px) { #PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { width:17.4975625rem;height:9rem;top:1.25rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { display:block; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { width:18.75rem;height:5.2485375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkG55XNSL7E64BHfM2rnK66diRhHFM2l { width:18.75rem;height:2.686525rem;top:7.7485375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block; }
 }@media only screen and (max-width: 763px) { #dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { width:19.9980625rem;height:3.19921875rem;top:11.6850625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { display:flex;width:1.875rem;height:1.875rem;top:16.13428125rem;left:9.0625rem; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MKRWdBecKDbpfciOl69We6anez3V5fke { display:flex;width:1.875rem;height:1.875rem;top:19.25928125rem;left:9.0625rem; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tReDDl59SReWclnPtn7Scn4l8wC3lnDM { display:flex;width:1.875rem;height:1.875rem;top:22.38428125rem;left:9.0625rem; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { display:flex;width:1.875rem;height:1.875rem;top:25.50928125rem;left:9.0625rem; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }