.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57e2b3cd-eec6-4a40-a54d-42ced7901f58/English.jpg");background-position:top left !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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#pMOnugtT85eo0r435mGPPQ8r4R7ueKae { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.8125rem;left:30.125rem;height:4.8000001875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.8125rem;left:14.9375rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.8125rem;left:28.125rem; }
#eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.9375rem;left:12.625rem; }
#iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.8125rem;left:18.9375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { position:absolute;display:block;z-index:15029;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.625rem;width:19.125rem;top:8.0625rem;left:2.9375rem;overflow:hidden;display:none; }
#A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { position:absolute;display:block;z-index:15001;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.875rem;width:43.375rem;top:7.8125rem;left:8.3125rem;overflow:hidden;display:block; }
#LBi6nMB3kmoS3dGyvEmu9rvopu9SHmR3 { background-color:#e3abc4;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.9375rem;left:21.6875rem;display:block; }
#pVGiVVhSFKMge51IkpRCrM2q7bt95hM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { 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:5.0625rem;width:5.0625rem;top:2.8367214202881rem;left:26.84375rem;overflow:hidden;display:block; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:6rem;height:1.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { position:absolute;display:block;z-index:15003;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.375rem;width:4.8125rem;top:1.5rem;left:17.875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { 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:2.1875rem;width:5.3125rem;top:1.625rem;left:25.25rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { 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:2rem;width:6.75rem;top:1.6875rem;left:32.5rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { 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:2.5rem;width:3.875rem;top:1.4375rem;left:42.125rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { 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:1.3125rem;width:5.5625rem;top:2.0625rem;left:48.5rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #261545, rgba(255,102,196,0.48));background-image: -moz-linear-gradient(170deg, #261545, rgba(255,102,196,0.48));background-image: -ms-linear-gradient(170deg, #261545, rgba(255,102,196,0.48));background-image: -o-linear-gradient(170deg, #261545, rgba(255,102,196,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c47a' );";background-image: linear-gradient(170deg, #261545, rgba(255,102,196,0.48));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; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:#e3abc4;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.699998855591rem;left:21.75rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { color:#ffebbc;display:block;width:27.8125rem;position:absolute;font-family:"work sans";font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7500019073486rem;left:16.09375rem;height:6.400000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.581253051757rem;left:5.375rem;height:16.00000025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS { border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container { background-color: transparent; background-image: none; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container > .video-iframe-container { display: none; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row > .video-iframe-container { display: none; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .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); }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container { border-width: 0; border-radius: 0; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#l10QbKEDNAomJSvi9P4qrw9M1VwwfGWP { color:#2f2f2f;display:block;width:13.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.8125rem;height:5.8000001875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFnBEETRBztUa0R3UGDfMViVgbmr9ckm { color:#2f2f2f;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:22.1875rem;height:5.8000001875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeCR5cwWKR35K4lCnDULcNaGbKLHxm00 { color:#070b32;display:block;width:12.1875rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:23.5625rem;height:3.7000000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0fzNDA8sPIAzlqWgetFE91dvmzrJvdI { color:#070b32;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNBPkXu9mEdowzegl2yHOUPOheFA27Nv { color:#2f2f2f;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:42.0625rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1IXvDFFrqXD4uAIzumn3QGWXfRiH5VG { color:#070b32;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19rem;left:42.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPIhqLN3mdXh4WlLaxQnyCRPgpkhbKi8 { position:absolute;display:block;z-index:15014;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.5625rem;width:7.5625rem;top:10.6875rem;left:6.6875rem;overflow:hidden;display:block; }
#nD6C2BSno07I1h23toTq1Ft3N0vTsDhn { position:absolute;display:block;z-index:15019;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.5625rem;width:7.5625rem;top:10.625rem;left:25.875rem;overflow:hidden;display:block; }
#AhRX3m3VhXOpQsXCIM2bHMeiica9CLNC { 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:8.375rem;width:8.375rem;top:10.4375rem;left:45.375rem;overflow:hidden;display:block; }
#xlWuO9nC4lz9s4ifHeJty3hLnyovmbXQ { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:14.625rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LivnVznhs45oCQ6Q8v7oOW1i9DyaMbT4 { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.625rem;left:21.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EFHSOErCHLoMIIHgUiURuiU5txwvGdgI { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:14.625rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QgIcNoWJuwGeTOh7FT8h5pCKtf4JswLw { color:#3c285f;display:block;width:51.8125rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3125rem;left:4.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261545;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;display:block; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container { background-color: transparent; background-image: none; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container > .video-iframe-container { display: none; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row > .video-iframe-container { display: none; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .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); }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container { border-width: 0; border-radius: 0; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#guEqMVTKwamOeW8mCegv9V7p6V3loSZB { box-sizing:content-box;height:11.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60f1d8be-1d1a-4f2a-9c34-b35e92a8c0c3/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:33.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#guEqMVTKwamOeW8mCegv9V7p6V3loSZB.adaptive-delivery-prevent-bg, #guEqMVTKwamOeW8mCegv9V7p6V3loSZB.lazyload, #guEqMVTKwamOeW8mCegv9V7p6V3loSZB.lazyloading { background-image: none; }
#ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm { box-sizing:content-box;height:10.75rem;width:10.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2e4f52c-d923-492c-ae99-a592b8d92d4a/JPO2025Visuels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.3125rem;left:40.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm.adaptive-delivery-prevent-bg, #ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm.lazyload, #ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm.lazyloading { background-image: none; }
#gdirxfhlgnftrgPUmixf9lkrJPrOeKKc { box-sizing:content-box;height:10.25rem;width:10.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.9375rem;left:42rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#gdirxfhlgnftrgPUmixf9lkrJPrOeKKc.adaptive-delivery-prevent-bg, #gdirxfhlgnftrgPUmixf9lkrJPrOeKKc.lazyload, #gdirxfhlgnftrgPUmixf9lkrJPrOeKKc.lazyloading { background-image: none; }
#hTURqTkui8hwKNJAEMksLJ9VsHQTOzHH { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:10.25rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7fBp14TyqJWWIpmaPnbMgPXHUHtBBO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10.625rem;left:7.9375rem; }
#g5s3WTQTyaTLMX0bGM8W7OXw3EagXEfW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:14.5rem;left:7.9375rem; }
#ZfTT6IXd9DXineEN4q3UGUX2thpTMmDA { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:10.3125rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRdiRvERTUlEfk2d0Cn1qTh3xyxSZdgu { color:#030538;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:4.3500213623047rem;left:7.90625rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KFIFKPxXTXnhdbnXLvw7tkLtQThTTqoO { color:#ffebbc;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:4.1125030517578rem;left:4.375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1IecDecNgiJpyCEFMK18h8r4bCy8JAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.8125rem;left:7.9375rem; }
#nu4s6qDgIQn0tioToJki2Su0NmowdvxK { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.9375rem;left:10.25rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROJrMUq0NqaDJDMWG8Ti7UnzOCZPg6bu { background-color:#e3abc4;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.75rem;left:7.9375rem;display:block; }
#u3lwm6Lah9I6REoMJi1HalpRJch2FC3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261545;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;display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#ffebbc;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:6.599999875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #261545, rgba(255,102,196,0.48));background-image: -moz-linear-gradient(180deg, #261545, rgba(255,102,196,0.48));background-image: -ms-linear-gradient(180deg, #261545, rgba(255,102,196,0.48));background-image: -o-linear-gradient(180deg, #261545, rgba(255,102,196,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c47a' );";background-image: linear-gradient(180deg, #261545, rgba(255,102,196,0.48));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; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a4c4283-b8a8-449e-8c2f-468a96e95134/SergeMichenaud.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.8304748535156rem;left:3.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.adaptive-delivery-prevent-bg, #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.lazyload, #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.lazyloading { background-image: none; }
#dr2TKhQv1bRXc7TiSXlM03ZrxM1nF0AE { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3679809570312rem;left:30.59375rem;height:20.800000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JhuNewguJpX4nplrql1zXbtdvZVhIkSm { 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-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:#3c285f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.499992370606rem;left:21.5625rem;display:block; }
#EUCbh0Dy75GDagdqE5MCi7ruTdPMSiS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { background-color: transparent; background-image: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .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); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:18.875rem;left:14.1875rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { position:absolute;display:block;z-index:15001;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:17.625rem;width:17.625rem;top:3.3125rem;left:0.4375rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { position:absolute;display:block;z-index:15001;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:12.875rem;width:12.875rem;top:20.9375rem;left:0.9375rem;overflow:hidden;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:30.3125rem;left:14.75rem;height:2.099999875rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:16.75rem;left:18.3125rem;height:2.099999875rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:34.4375rem;left:1.75rem;height:2.7000000625rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9375rem;left:30.3125rem;height:23.2000005625rem;font-style:normal;display:block; }
#B7oVoM53WU45F8tXcFkwKTzEN2c29QKE { color:#3c285f;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.25rem;left:30.3125rem;height:2.2999999375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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;display:block; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container { background-color: transparent; background-image: none; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container > .video-iframe-container { display: none; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row > .video-iframe-container { display: none; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .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); }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container { border-width: 0; border-radius: 0; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#xrU6NDTT8Xp39l4JbRMAGZOCrwagoaUo { color:#3c285f;display:block;width:37rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5249938964844rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#nfPNG5cbVtVJSKnecaWihZWD16J2sv3X { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.375rem;width:29.25rem;top:11.134368896484rem;left:30.75rem;overflow:hidden;display:block; }
#rMflwZHaApAxa6J5fMCGwgqr1PbyRqqu { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#ehTMacGdnZOfXWyG7PJygXpEUN3S9enH { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#VLzJKTGhWHeCKCS21bJBgJIUD3l60c4T { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9117126464844rem;left:0rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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;display:block; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container { background-color: transparent; background-image: none; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container > .video-iframe-container { display: none; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row > .video-iframe-container { display: none; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .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); }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container { border-width: 0; border-radius: 0; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#hAad4e0pTyTDDpDrovs0JlFX14Q9wV77 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.2000000625rem;text-align:left;text-align-last:left;display:block; }
#aOEoZhsT16C9ey6qJSCVohIbQcDdgQV6 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.767578125rem;left:18.9375rem;height:3.8999998125rem;text-align:center;text-align-last:center;display:block; }
#leJa8sDB4f3nnmXCOtCP7FVc5Fy5h7xU { 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:3.0625rem;width:5rem;top:2.01171875rem;left:0rem;overflow:hidden;display:block; }
#mzTfAm1d3cZPJhwKK9LTG1BcSCwZbifU { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:50.375rem;height:2.2000000625rem;text-align:right;text-align-last:right;display:block; }
#fTeHysH9yqHsFx01HlN9hxaDpGACXNCR { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.0625rem;left:47.4375rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#NQcym3k8WQ4l4FeBIaeTTGHSe7FB5qPw { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.625rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.5625rem;left:8.0625rem; }
#FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:5.625rem; }
#TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { top:21.8125rem;left:24rem;width:17.3125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { top:21.8125rem;left:8.8125rem;width:13.25rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { top:21.8125rem;left:22rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { top:21.9375rem;left:6.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { top:17.9375rem;left:4.6875rem;width:8.9375rem;height:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { top:8.0625rem;left:0rem;width:19.125rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { top:7.8125rem;left:2.1875rem;width:43.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBi6nMB3kmoS3dGyvEmu9rvopu9SHmR3 { width:16.625rem;height:3.3125rem;top:28.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGiVVhSFKMge51IkpRCrM2q7bt95hM2 { display:block; }
 }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:2.8125rem;left:20.71875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:11.75rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.5rem;height:3.4375rem;top:34.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { top:3.75rem;left:9.96875rem;width:27.8125rem;height:6.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { top:12.5625rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13rtqHzMf36Vide9cxdFbOoPFEG0ycS { display:block; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l10QbKEDNAomJSvi9P4qrw9M1VwwfGWP { width:13.375rem;height:7.25rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFnBEETRBztUa0R3UGDfMViVgbmr9ckm { width:15rem;height:7.25rem;top:23.3125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCR5cwWKR35K4lCnDULcNaGbKLHxm00 { width:12.1875rem;height:3.6875rem;top:19rem;left:17.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fzNDA8sPIAzlqWgetFE91dvmzrJvdI { width:15rem;height:2rem;top:19.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNBPkXu9mEdowzegl2yHOUPOheFA27Nv { width:15rem;height:8.6875rem;top:21.875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1IXvDFFrqXD4uAIzumn3QGWXfRiH5VG { width:15rem;height:2rem;top:19rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPIhqLN3mdXh4WlLaxQnyCRPgpkhbKi8 { top:10.6875rem;left:0.5625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6C2BSno07I1h23toTq1Ft3N0vTsDhn { top:10.625rem;left:19.75rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRX3m3VhXOpQsXCIM2bHMeiica9CLNC { width:8.375rem;height:8.375rem;top:10.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlWuO9nC4lz9s4ifHeJty3hLnyovmbXQ { top:14.625rem;left:0rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LivnVznhs45oCQ6Q8v7oOW1i9DyaMbT4 { top:14.625rem;left:15.25rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFHSOErCHLoMIIHgUiURuiU5txwvGdgI { top:14.625rem;left:31.1875rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgIcNoWJuwGeTOh7FT8h5pCKtf4JswLw { top:4.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1LoosEpaTCR5uo3yIRT96W3lJ062qwI { display:block; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guEqMVTKwamOeW8mCegv9V7p6V3loSZB { top:11.5625rem;left:27rem;width:10.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm { top:16.3125rem;left:34.75rem;width:10.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdirxfhlgnftrgPUmixf9lkrJPrOeKKc { top:8.9375rem;left:35.875rem;width:10.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTURqTkui8hwKNJAEMksLJ9VsHQTOzHH { top:10.5rem;left:4.125rem;width:18rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7fBp14TyqJWWIpmaPnbMgPXHUHtBBO7 { top:10.625rem;left:1.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5s3WTQTyaTLMX0bGM8W7OXw3EagXEfW { top:14.5rem;left:1.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTT6IXd9DXineEN4q3UGUX2thpTMmDA { top:14.5rem;left:4.1875rem;width:17.9375rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdiRvERTUlEfk2d0Cn1qTh3xyxSZdgu { top:3.4375rem;left:0rem;width:20rem;height:7rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFIFKPxXTXnhdbnXLvw7tkLtQThTTqoO { top:4.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1IecDecNgiJpyCEFMK18h8r4bCy8JAD { top:19.8125rem;left:1.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu4s6qDgIQn0tioToJki2Su0NmowdvxK { top:19.9375rem;left:4.125rem;width:17.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROJrMUq0NqaDJDMWG8Ti7UnzOCZPg6bu { width:16.625rem;height:3.3125rem;top:23.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3lwm6Lah9I6REoMJi1HalpRJch2FC3Z { display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.9375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO { top:3.8125rem;left:0.0625rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr2TKhQv1bRXc7TiSXlM03ZrxM1nF0AE { top:4.3125rem;left:18.9375rem;width:28.8125rem;height:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhuNewguJpX4nplrql1zXbtdvZVhIkSm { width:16.625rem;height:3.3125rem;top:33.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUCbh0Dy75GDagdqE5MCi7ruTdPMSiS2 { display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:18.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:15.625rem;height:2.0625rem;top:30.3125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.0625rem;top:16.75rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:12.0625rem;height:2.6875rem;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:8.9375rem;left:2.6875rem;width:29.0625rem;height:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7oVoM53WU45F8tXcFkwKTzEN2c29QKE { width:29.3125rem;height:2.25rem;top:5.25rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmH5vCNpe2vitfAhW8q369AZVi7fJbLr { display:block; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrU6NDTT8Xp39l4JbRMAGZOCrwagoaUo { top:3.5rem;left:0rem;width:37rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfPNG5cbVtVJSKnecaWihZWD16J2sv3X { top:11.125rem;left:18.5rem;width:29.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMflwZHaApAxa6J5fMCGwgqr1PbyRqqu { top:10.625rem;left:0rem;width:17.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehTMacGdnZOfXWyG7PJygXpEUN3S9enH { top:10.625rem;left:0rem;width:19.875rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLzJKTGhWHeCKCS21bJBgJIUD3l60c4T { top:8.875rem;left:0rem;width:27.9375rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW { display:block; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAad4e0pTyTDDpDrovs0JlFX14Q9wV77 { top:5.0625rem;left:0rem;width:12.375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOEoZhsT16C9ey6qJSCVohIbQcDdgQV6 { top:2.75rem;left:12.8125rem;width:22.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJa8sDB4f3nnmXCOtCP7FVc5Fy5h7xU { top:2rem;left:0rem;width:5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTfAm1d3cZPJhwKK9LTG1BcSCwZbifU { top:3.625rem;left:38.125rem;width:9.625rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeHysH9yqHsFx01HlN9hxaDpGACXNCR { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQcym3k8WQ4l4FeBIaeTTGHSe7FB5qPw { top:6.25rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T { top:2.5625rem;left:1.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy { top:2.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
#TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cda515fc-b2fa-4d53-a061-4060e6790923/English.jpg");background-position:center right !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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { width:8.5625rem;height:2.400000125rem;top:19.375rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { width:5.75rem;height:3.2999999375rem;top:17.875rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { display:flex;width:1.8125rem;height:1.8125rem;top:17.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { display:flex;width:1.625rem;height:1.625rem;top:17.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { width:8.9375rem;height:4.400000125rem;top:17.9375rem;left:10.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { width:20rem;height:6.8125rem;top:10.238644244106rem;left:0rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { width:20rem;height:6.8587896253602rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBi6nMB3kmoS3dGyvEmu9rvopu9SHmR3 { width:16.625rem;height:3.3125rem;top:23.987501144409rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGiVVhSFKMge51IkpRCrM2q7bt95hM2 { display:block; }
 }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.5625rem;height:5.5625rem;top:3.25390625rem;left:7.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.4500000625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:3.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.625rem;height:3.4375rem;top:47.111722946167rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { width:17.9375rem;height:4.5rem;top:3.5rem;left:1.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { width:19.375rem;height:33.3499999375rem;top:9.56796836853rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w13rtqHzMf36Vide9cxdFbOoPFEG0ycS { display:block; }#w13rtqHzMf36Vide9cxdFbOoPFEG0ycS > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l10QbKEDNAomJSvi9P4qrw9M1VwwfGWP { width:14.5rem;height:5.1999998125rem;top:15.087501525879rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFnBEETRBztUa0R3UGDfMViVgbmr9ckm { width:14.6875rem;height:5.1999998125rem;top:27.75rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCR5cwWKR35K4lCnDULcNaGbKLHxm00 { width:9.5rem;height:3.2000000625rem;top:23.8125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fzNDA8sPIAzlqWgetFE91dvmzrJvdI { width:7.9375rem;height:1.6rem;top:11.778907775879rem;left:7.15625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNBPkXu9mEdowzegl2yHOUPOheFA27Nv { width:14.25rem;height:6.5rem;top:40.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1IXvDFFrqXD4uAIzumn3QGWXfRiH5VG { width:9.625rem;height:1.6rem;top:37.5rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPIhqLN3mdXh4WlLaxQnyCRPgpkhbKi8 { width:5.0625rem;height:5.0625rem;top:9.4367218017575rem;left:1.3624999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6C2BSno07I1h23toTq1Ft3N0vTsDhn { width:4.9375rem;height:4.9375rem;top:22.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhRX3m3VhXOpQsXCIM2bHMeiica9CLNC { width:4.75rem;height:4.75rem;top:35.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlWuO9nC4lz9s4ifHeJty3hLnyovmbXQ { width:16.5625rem;height:11.25rem;top:9.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LivnVznhs45oCQ6Q8v7oOW1i9DyaMbT4 { width:16.5625rem;height:11.5625rem;top:22.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFHSOErCHLoMIIHgUiURuiU5txwvGdgI { width:16.5625rem;height:12rem;top:36.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgIcNoWJuwGeTOh7FT8h5pCKtf4JswLw { width:20rem;height:3.7999999375rem;top:3.9375rem;left:0rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1LoosEpaTCR5uo3yIRT96W3lJ062qwI { display:block; }#H1LoosEpaTCR5uo3yIRT96W3lJ062qwI > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guEqMVTKwamOeW8mCegv9V7p6V3loSZB { width:10.0625rem;height:8.875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGhTBgLyD232SXGvXw4CmxWKG5bDzcm { width:10.6875rem;height:10.375rem;top:38.1875rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gdirxfhlgnftrgPUmixf9lkrJPrOeKKc { width:10.6875rem;height:9.6875rem;top:32rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTURqTkui8hwKNJAEMksLJ9VsHQTOzHH { width:16.75rem;height:2.900000125rem;top:12.4375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7fBp14TyqJWWIpmaPnbMgPXHUHtBBO7 { display:flex;width:1.9375rem;height:1.9375rem;top:12.48046875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #g5s3WTQTyaTLMX0bGM8W7OXw3EagXEfW { display:flex;width:2rem;height:2rem;top:15.987503051757rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ZfTT6IXd9DXineEN4q3UGUX2thpTMmDA { width:16.25rem;height:4.349999875rem;top:16.000015258789rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRdiRvERTUlEfk2d0Cn1qTh3xyxSZdgu { width:20rem;height:7rem;top:3.4867248535156rem;left:0rem;font-size:1.625rem;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KFIFKPxXTXnhdbnXLvw7tkLtQThTTqoO { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1IecDecNgiJpyCEFMK18h8r4bCy8JAD { display:flex;width:2rem;height:2rem;top:21.124221801757rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #nu4s6qDgIQn0tioToJki2Su0NmowdvxK { width:9.8125rem;height:1.4500000625rem;top:21.2734375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROJrMUq0NqaDJDMWG8Ti7UnzOCZPg6bu { width:16.625rem;height:3.3125rem;top:24.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3lwm6Lah9I6REoMJi1HalpRJch2FC3Z { display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { background-color:#261545;background-image:none;display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:4.599999875rem;top:3.3179702758789rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #261545, rgba(255,102,196,0.41));background-image: -moz-linear-gradient(180deg, #261545, rgba(255,102,196,0.41));background-image: -ms-linear-gradient(180deg, #261545, rgba(255,102,196,0.41));background-image: -o-linear-gradient(180deg, #261545, rgba(255,102,196,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c468' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#261545', endColorstr='#ff66c468' );";background-image: linear-gradient(180deg, #261545, rgba(255,102,196,0.41));background-size:auto !important;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO { width:20rem;height:22.1875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a4c4283-b8a8-449e-8c2f-468a96e95134/SergeMichenaud.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.adaptive-delivery-prevent-bg, #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.lazyload, #LNTBSP9R5AsenaQEMD8Tr49DURxTwnaO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dr2TKhQv1bRXc7TiSXlM03ZrxM1nF0AE { width:19.75rem;height:27.5500006875rem;top:24.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhuNewguJpX4nplrql1zXbtdvZVhIkSm { width:16.625rem;height:3.3125rem;top:54.500015258789rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUCbh0Dy75GDagdqE5MCi7ruTdPMSiS2 { display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:38.125rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:50.5625rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:46.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:5.625rem;height:1.7000000625rem;top:58rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.7000000625rem;top:44.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:3.900000125rem;top:61.125rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:28.6000005625rem;top:8.5617370605469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7oVoM53WU45F8tXcFkwKTzEN2c29QKE { width:18.8125rem;height:4.400000125rem;top:3.1492156982422rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DmH5vCNpe2vitfAhW8q369AZVi7fJbLr { display:block; }#DmH5vCNpe2vitfAhW8q369AZVi7fJbLr > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrU6NDTT8Xp39l4JbRMAGZOCrwagoaUo { width:16.0625rem;height:4rem;top:3.0625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nfPNG5cbVtVJSKnecaWihZWD16J2sv3X { width:20rem;height:11.25rem;top:17.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMflwZHaApAxa6J5fMCGwgqr1PbyRqqu { width:19.625rem;height:7.7999999375rem;top:8.1875rem;left:0.25rem;font-size:1rem;z-index:15001;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ehTMacGdnZOfXWyG7PJygXpEUN3S9enH { width:19.625rem;height:11.69999975rem;top:31.125rem;left:0rem;font-size:1rem;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VLzJKTGhWHeCKCS21bJBgJIUD3l60c4T { width:20rem;height:auto;top:8.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW { display:block; }#ZZXVoNpgPP1vCSFDM9ha7z5fiiDHXRcW > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAad4e0pTyTDDpDrovs0JlFX14Q9wV77 { width:20rem;height:1.0499999375rem;top:12.75rem;left:-0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOEoZhsT16C9ey6qJSCVohIbQcDdgQV6 { width:17.8125rem;height:3.1499998125rem;top:2.44921875rem;left:1.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJa8sDB4f3nnmXCOtCP7FVc5Fy5h7xU { width:5rem;height:3.0625rem;top:9.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTfAm1d3cZPJhwKK9LTG1BcSCwZbifU { width:7.3125rem;height:1.6rem;top:15.850036621094rem;left:6.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTeHysH9yqHsFx01HlN9hxaDpGACXNCR { width:5.75rem;height:1.6rem;top:15.875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQcym3k8WQ4l4FeBIaeTTGHSe7FB5qPw { width:5.25rem;height:1.6rem;top:15.825012207031rem;left:14.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T { display:flex;width:2rem;height:2rem;top:9.625rem;left:12.625rem; }
#FOgIQJXsEbkNHhBthxwpLPl0N4CqZx7T > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy { display:flex;width:2rem;height:2rem;top:9.625rem;left:10.375rem; }
#TKVyPhIiAU3BuK2fHptLbkPGoB77SRTy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }