.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 { background-color:#233588;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container { background-color: transparent; background-image: none; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container > .video-iframe-container { display: none; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row > .video-iframe-container { display: none; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .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); }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container { border-width: 0; border-radius: 0; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#TANwkxhbRK4rpwvF39PI0mouKlMJb9tW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.625rem;top:1.0625rem;left:0.875rem;overflow:hidden;display:block; }
#gHxZEUao77taxWgKFIdNm7KmZdR2T6G7 { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4375rem;left:11.25rem;display:block; }
#TQbzrxNVetM1IhnzQR3XtupVrbUMKgmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsDdGUc4zucPm5vMDTlOgwfUB2qJ8kbS { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.4375rem;left:21.625rem;display:block; }
#HvmCBOrEWnHem2NcHXQfu1aU6TdGHpXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKfD33iSTAvkOJEJGOirTh1JK2Q9xPHo { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:34.3125rem;display:block; }
#z9pDfnhCl6fM3lgJ4fyMDcBZTmg4Ryif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xng0JDleOyblJQKGqiXTE2XdgNiTmTwO { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.56225625rem;width:3.4375rem;top:3.6875rem;left:9rem;overflow:hidden;display:none; }
#JNzQak6bs7oypouCQVE9CuJRhsKg6b1x { color:#ffdd01;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:4rem;left:45.625rem;height:0.97473125rem;display:block; }
#ENS3l4r8g0FSwmR1PLQn8GpRrp0co7DG { background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffdd01;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.577875rem;height:3.953125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.125rem;left:44.3125rem;display:block; }
#F8wWMJepSQHD5vFqVEc816uNJhPRLZgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.1875rem;left:45.25rem; }
#SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32203c9-6bdc-4d10-ad87-dd6cacd8bf46/ACCUEILALLIANCES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.adaptive-delivery-prevent-bg, #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.lazyload, #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.lazyloading { background-image: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { background-color: transparent; background-image: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,23,63,0.67); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container > .video-iframe-container { display: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,23,63,0.67); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container { display: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .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); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { border-width: 0; border-radius: 0; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n::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; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#TDA4reahCOvbrLVmH95Xs7HJDtlhq8Xk { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:29.3125rem;width:20.0625rem;top:6.96875rem;left:38.15625rem;display:block; }
#WxNWfev4Lxfkcz96iqNcwr8NG9FF5aTk { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:11.5625rem;left:51.8125rem;display:block; }
#oMNlhMlmvUITuvLK2wNtqzxMJN5kLOk6 { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:11.5625rem;left:52.9375rem;display:block; }
#GRWqzNt8XByeUo20kIhhdIKfqAhD6RJN { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:11.5625rem;left:54.0625rem;display:block; }
#LfKUX821WENm4UAHhKUN1vpWk7kA1D12 { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:11.5625rem;left:55.25rem;display:block; }
#QEdAfCPGu7smAozlsDh5gMbCh3TuyIav { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:11.5625rem;left:56.3125rem;display:block; }
#R7sDTWiKlIw8NwxvyNgu17bTPw6GvIWV { position:absolute;display:block;z-index:15055;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.3125rem;width:4.75rem;top:11rem;left:38.8125rem;overflow:hidden;display:block; }
#OmiX3AzfTaNLw8wILASZEqflNE6daA1C { color:#686868;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:11.6875rem;left:43.9375rem;height:1.05615rem;font-style:normal;display:block; }
#f2iaz8ctFJGI2PeNJuuTg5CJI3sA9N6V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#hdDJ0tpW005CNN53F0TItkTIALitRhwe { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:27.25rem;left:4.5rem;display:none; }
#bw0g8lssLO3bGTursMK8ktsvo4WBU7sh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#v6b17fA7FMi2TGQ7FAXLJfx4TLIh7RJn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#LuLCdNlV6KgyUGSnGzZLQ8fheZ7FJTvE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#TZigft1Nu4tVZ14G6BvB90HCzWXBuKlh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#k5nWGMAAJ1JvtnQ1OO8GcAeAbPrJID28 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#rQe4TPK7yCULDDpK6ne1G8foxPkWraLF { color:#ffffff;display:block;width:30.874625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem rgba(0,0,0,0.5);top:33.687133789062rem;left:3.9129638671875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KzhXVS6rXt1Irns8NqvTnb5bM4BTJ5g1 { color:#ffffff;display:block;width:37.937rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4661865234375rem;left:0rem;height:16.62596875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiWeStUzrBbi4dAo22o2VQwWby10TWJc { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.8896484375rem;left:38.59375rem;height:2.79785rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dgVJQBvWfGOyAsSBG57Te5nETGbsRvev { background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffdd01;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.375rem;left:20.1875rem;display:block; }
#BixEZxGBB3e9C4aE1geWIG9KhfzrBzMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1BUoCZnT5X7cVUPsi95cQqoXF7EqZaT { color:#ffdd01;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:31.262329101562rem;left:4.124267578125rem;height:0.97473125rem;display:block; }
#P77eyHmEiudoIPGK5TeHitsD6eEPTAtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:29.405639648438rem;left:3.9132080078125rem; }
#P77eyHmEiudoIPGK5TeHitsD6eEPTAtV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xoGsWaXRJEEnRZpzK6PEduSiB3GmxKTs { background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffdd01;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.336059570312rem;left:2.9998779296875rem;display:block; }
#ARDhtZUFkMz0CARtBSeTIJy0FQAnT8Uz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k86u0E6FUwPbnFvnslVMdWntBlbqv5xO { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.75rem;left:1.46875rem;height:4.67529375rem;text-align:center;text-align-last:center;font-style:normal;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:none; }
#QSXVBDzA4frxo8TitgW8gwigS5QiFuSQ { color:#ffffff;display:block;width:34.43725rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:33.687133789062rem;left:2.1295166015625rem;height:1.4433625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-form-header {  }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-text {padding-top: 0; padding-bottom: 0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-select {padding-top: 0; padding-bottom: 0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -moz-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -ms-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -o-linear-gradient(206deg, #ffdd01, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd01', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd01', endColorstr='#2a2d3d' );";background-image: linear-gradient(206deg, #ffdd01, #2a2d3d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.125rem;height:3.75rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal;float:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-container:first-of-type{padding-top:0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-container:last-of-type{padding-bottom:0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.373046875rem;top:12.8125rem;z-index:15053;position:absolute; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd {display:block;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.373046875rem;top:12.8125rem;z-index:15053;position:absolute; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #dTZEdG0dDdSR5dS5TXePFFzLOlcN8fP6 { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #sxSaE8Py37pPNJk6DcfP1qWvNC7ckX9r { position:relative;display:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #kWgxFVm0cgFSCmtOd2nUmUDwbsZBmbrn { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #M7LIVdGQlbsfrrNsciPO829cq2JqsSNv { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FIn301nOrIbw1kpxRP6CsdlFm4WMxEWt { position:relative;display:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #a4QeqiAZ6i65TGfGvkMtM2RXJCVZWyyw { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #raPiE7SsCzAWPDZ27ZV8RXro3Du0KEQb { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #s9CwQL74agw63I71LKtAXxZpDa2QkUbw { position:relative;display:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FiU7M1QfnNTOBTTRe3QV06QclfdgT1mK { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #HDlqr3OFESbHxUL1L2VCwRD71nB6sHkt { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #JhEs50q800Q3WvBBH3HN6ytodBJDeLAz { position:relative;display:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #iTFZObt9PzbdTR2B9beJAdQsdqfxZI1T { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #DfyMX0sO91n8Zq7BUiNStRGanA4h1zcu { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #epilRuFGrHnNXkNeC1I8PS8BiWO6m16m { position:relative;display:none; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #aB89sTzCqVJy98K65r48fJkNhd5wTDKK { position:relative; }
#eMzBcrzwJLRJtvaKVfclPtWfWbNqXzDG { position:relative;display:block; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LTOFgdP0FJs07eUQK4sZBuXK6XqvKQzs { position:relative; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LDeu8lpzH9HuTXbte1PKysu0s0MSG5zn { position:relative; }
#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG { background-color:#f2f6f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { background-color: transparent; background-image: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container > .video-iframe-container { display: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row > .video-iframe-container { display: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .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); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { border-width: 0; border-radius: 0; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;overflow:visible;position:relative;display:block; }#DMCnumbXgo9gfi2HLvHghZbFwA1kiEDk { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5932625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.25rem;left:1.0625rem;display:block; }
#t7H6zHUwNUSJ8FyM462kCH2LK2prrn2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3HBPi1uc6f2nndXMleIidVNO3WmN0rb { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.5932625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.25rem;left:7.125rem;display:block; }
#o4qDAyhpc2vX2SFCeDdOs8IPJLb6ySbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9if7dI9lUte18GMtP3TMW0IXVM0ncSt { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5932625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:20.1875rem;display:block; }
#ioUcJIaWJqV0XOpy1DhGUDbC4xgm5fkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ll99oiUKbBov0uVZew6585xqv2CV7kye { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5932625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.25rem;left:14.125rem;display:block; }
#tkRcMTDeH9ofeTBDVKfi0hstFKs0OIn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntzPh4qwyTvyJ0TP37iLmfDMlsidNKP8 { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.09301875rem;height:2.5932625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.25rem;left:45.8125rem;display:block; }
#A8r0keW2S6RqnJaX2uhIQFU55Z8TtDTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff28LuICUIy7y4p8BDqhnGTRBr8aXlFH { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5932625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:39.6875rem;display:block; }
#GdnhVbJhomPRTxvEn7Qw0uozZqrgPrgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5eviOcVkbhm7uoVgWZPszfqg7G8idwq { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.09301875rem;height:2.5932625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:32.6875rem;display:block; }
#hP1qUztJCRrN7aADNQaeNkG0rHEKOMCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHIBwsdpbAPOQy9PkotkhGJX94JTAQy1 { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5932625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:26.4375rem;display:block; }
#f7HPSNTCtzo0HTwTn9Dqr2R63E5PO3hV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etw68RzgLVHUErXTGkO6UnlRE3V5wpz0 { 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.0625rem solid #233588;border-left:0.0625rem solid #233588;border-right:0.0625rem solid #233588;border-bottom:0.0625rem solid #233588;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#233588;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.09301875rem;height:2.5932625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:52.875rem;display:block; }
#yqohm3xhn13vDHvPhbQVPTqeshSkxqGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container { background-color: transparent; background-image: none; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container > .video-iframe-container { display: none; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row > .video-iframe-container { display: none; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .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); }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container { border-width: 0; border-radius: 0; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#fc0yCSTgwy6h6crMZ3KvTyeh4ZhdnJFO { color:#7f7e7e;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.78125rem;left:2.25rem;height:18.37163125rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#OC4xMJfupSVTc3TtQ7fZ4hkDvZX4wu2c { position:absolute;display:block;z-index:15007;background-color:#1d274f;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.326171875rem;left:23.75rem;display:block; }
#WtlPnyep8OnHC6C5g92LFSy9qiHE5arC { color:#3c3c3c;display:block;width:57.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.201171875rem;left:1.3125rem;height:5.49805rem;text-align:center;text-align-last:center;font-style:normal;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; }
#mm6fXPfoHkubT1pzwWvPBTcMhy72hHnf { background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffdd01;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.5rem;left:33.9375rem;display:block; }
#NHRs48PA6nGmn60pf0iDStVt9VwknCVy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTBALETGboNX92BA4yJ9C8SrMmQdKeS3 { background-color:#c13610;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #c13610;border-left:0.1875rem solid #c13610;border-right:0.1875rem solid #c13610;border-bottom:0.1875rem solid #c13610;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.9375rem;left:6.625rem;display:none; }
#yD1piEt6uIIlgrvFJ9tu0TbKlbR2O2FW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehJt5PBG72IuvnfP7Lvix1Q4vZTAFVzT { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.9375rem;width:26.625rem;top:11.513671875rem;left:32.3125rem;display:block; }
#rf8NebTffVZQcPk7blnmOm7U7hcI4cl0 { background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffdd01;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.577875rem;height:3.953125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.5625rem;left:8.4375rem;display:block; }
#SdLQE8xm8hG2NtwQ12GOnc6AZliuH9TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s28EJeDLJivTQneCeiaOTnRgKEePoOEP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:32.625rem;left:9.375rem; }
#s28EJeDLJivTQneCeiaOTnRgKEePoOEP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#MaK6g36p5UqwatJ1yRNBSCgZRuuOM54T { color:#ffdd01;display:block;width:13.49975rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:34.4375rem;left:9.5625rem;height:0.97473125rem;display:block; }
#dAe10zITX1k6QV4ZAN82caawLTgOnNTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98eb57a3-343e-4a7e-90ee-f057acd11311/101opbldning_TCC_V2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE.adaptive-delivery-prevent-bg, #dAe10zITX1k6QV4ZAN82caawLTgOnNTE.lazyload, #dAe10zITX1k6QV4ZAN82caawLTgOnNTE.lazyloading { background-image: none; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container { background-color: transparent; background-image: none; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(157,158,158,0.67); }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container > .video-iframe-container { display: none; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(157,158,158,0.67); }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row > .video-iframe-container { display: none; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .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); }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container { border-width: 0; border-radius: 0; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE::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; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#D5Qd8L0XWk6uue2CQanMbhWClADJB8u0 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:12.375rem;left:29.375rem;height:23.6206rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#blBCMTpxpUDX0aroQF4VqofPMHOWRCys { position:absolute;display:block;z-index:15008;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11rem;left:37.0625rem;display:block; }
#Pazq35QDJedWaT9XD4Zv7VF9DRNTTITt { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:5.0625rem;left:29.375rem;height:4.67529375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#k4kr3Aik0NTsT3xe492MBSJqBmZ5qied { position:absolute;display:block;z-index:15012;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:27.625rem;width:24.1875rem;top:8.4375rem;left:1rem;overflow:hidden;display:block; }
#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32203c9-6bdc-4d10-ad87-dd6cacd8bf46/ACCUEILALLIANCES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD.adaptive-delivery-prevent-bg, #QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD.lazyload, #QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD.lazyloading { background-image: none; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container { background-color: transparent; background-image: none; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.86); }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container > .video-iframe-container { display: none; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.86); }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row > .video-iframe-container { display: none; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .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); }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container { border-width: 0; border-radius: 0; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD::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; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#O00dBGMbNSET5S0UoaDoISfVVZavAaEO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.5625rem;width:25.9375rem;top:15.5625rem;left:31.9375rem;display:block; }
#vhc2pHsEm1CGkdCwGBPGVGfcGlzCDgyQ { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13rem;left:1.375rem;height:17.05934375rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#GtulCZ6s3mmu4PpToHpCuKSaJ0933L5z { position:absolute;display:block;z-index:15008;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.6875rem;left:9.1875rem;display:block; }
#qbZWRHpuXZBP5ARdExSCaq2uFTsBkBAP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:15.25rem;top:6.0625rem;left:42.9375rem;overflow:hidden;display:block; }
#JoKFDFZ6TGRdLoTlmrLTL6UA2t5V72U2 { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.75rem;left:1.46875rem;height:4.67529375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#s93tzJJZ1liUXMuTVOLTBfORKv1vIckb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11rem;top:3.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#LPgq8oCt48zHz4IMf20r06nJVA62HInD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31d198db-19b7-4f78-accb-78a1458456ee/baieaccordeonouverte.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD.adaptive-delivery-prevent-bg, #LPgq8oCt48zHz4IMf20r06nJVA62HInD.lazyload, #LPgq8oCt48zHz4IMf20r06nJVA62HInD.lazyloading { background-image: none; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container { background-color: transparent; background-image: none; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(157,158,158,0.67); }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container > .video-iframe-container { display: none; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(157,158,158,0.67); }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row > .video-iframe-container { display: none; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .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); }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container { border-width: 0; border-radius: 0; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD::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; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#bZ52bThTrp6qMompeIZoZrFwoXHwxfyd { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:13.1875rem;left:0rem;height:18.3716125rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#CioMXb0tAIgbqsf4miGBFiMp7Jp8IbNv { position:absolute;display:block;z-index:15008;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.8125rem;left:7.6875rem;display:block; }
#bUci5HTDJoseMTSIT3wGwOpdnTI6XQXy { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:5.875rem;left:0rem;height:4.67529375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bSohNryh49iTcq1qawFODFhy2vygDKcS { position:absolute;display:block;z-index:15013;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:26.0625rem;width:26.0625rem;top:5.9375rem;left:33.8125rem;overflow:hidden;display:block; }
#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container { background-color: transparent; background-image: none; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container > .video-iframe-container { display: none; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row > .video-iframe-container { display: none; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .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); }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container { border-width: 0; border-radius: 0; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#eSUnTacbuIoUb6P7wwh54m7s4y3yuRRb { position:absolute;display:block;z-index:15011;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:32.25rem;top:4.5rem;left:25.75rem;overflow:hidden;display:block; }
#M5Oeof1FlZ3PDMZ7EivF5F85uftyNOSw { position:absolute;display:block;z-index:15012;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:28.375rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#IHkeaMGiMUvbGZZxMvBezFGaNlm5Pe4J { 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:16.3125rem;width:26.0625rem;top:22.5625rem;left:32.5rem;overflow:hidden;display:block; }
#yqUNbArI9TE13ZnGuWCC1Gzo3Ou1igdC { position:absolute;display:block;z-index:15013;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:16.625rem;top:24.3125rem;left:15.9375rem;overflow:hidden;display:block; }
#ymvPMqN6qfGqoiAbTu9mm4lZI8HZTl09 { position:absolute;display:block;z-index:15006;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;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.125rem;width:16.625rem;top:35.125rem;left:0.0625rem;overflow:hidden;display:block; }
#LlSFBh1hKBeynxcVOFswfrM0xMsGipfp { position:absolute;display:block;z-index:15007;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:24.8125rem;top:38.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#elTbgVMnOF52qFcmoEZt6vbBGVeErNqS { position:absolute;display:block;z-index:15014;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:15.25rem;top:38.875rem;left:17.375rem;overflow:hidden;display:block; }
#BPRmh18TzAixUpJ0N7Ia7M6pl0yT8vMJ { color:#3c3c3c;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:2rem;left:7.5rem;height:2.33764375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#a7HpXOx3RAfIDSUzO7U0REUqBOkZrUaT { position:absolute;display:block;z-index:15009;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:4.9375rem;left:8.625rem;display:block; }
#TM0DNLXgP5C9OlhI6frD0WGdPEN7eB5f { position:absolute;display:block;z-index:15006;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;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.5625rem;width:15.375rem;top:25.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#N8GynqWoPUTwzs8TbvCNZ9DZvct1Ip1L { color:#7f7e7e;display:block;width:25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.49951171875rem;left:0.5615234375rem;height:2.6245125rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#nGIqbMTNCXda8op3EUU8piuPIUbeVZ3K { color:#233588;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:42.70703125rem;left:19.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ua4T7GLfAoDaxkFmXCG6wTgb28TnAiLr { color:#233588;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:30.5rem;left:21.8125rem;height:1.950075rem;font-style:normal;display:block; }
#b2yT2izFv6ww3UuOCUpKOV0H7exno0CR { color:#233588;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:43.681640625rem;left:37.34375rem;height:1.9494625rem;font-style:normal;display:block; }
#ude4OHCZJDKd0LzMvIsupxFi9TdClgoz { color:#233588;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:41.138671875rem;left:3.625rem;height:1.94970625rem;font-style:normal;display:block; }
#A5Ak2abitBFBeRW9obAdu1uiAxGU702s { color:#233588;display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:28.33203125rem;left:4.15625rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTRglTa9gzcCXUfQ1KnDZsCizhxcbTTU { color:#233588;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.146728515625rem;left:3.265380859375rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEde5xQIirCVguZZmcMxeKfDcqzKallC { color:#233588;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:30.5rem;left:42.5625rem;height:1.950075rem;font-style:normal;display:block; }
#TPHtUIBI5RMghPxKDguiczyv4gBOVRbS { color:#233588;display:block;width:7.56225rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:13.134765625rem;left:44.530029296875rem;height:1.9494625rem;font-style:normal;display:block; }
#iNHkcrooTGQIeUTyaflWelOpJApkfFyE { box-sizing:content-box;height:4.1875rem;width:11.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.66);background-image:none;top:13.834228515625rem;left:3.390625rem;display:block; }
#hA3bG23AL0gdA16IpdovTIQq5MnXvVJr { box-sizing:content-box;height:2.436525rem;width:8.0615rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.66);background-image:none;top:12.890625rem;left:44.091064453125rem;display:block; }
#HLWaeRRMvmmmtT5WKLQm3RLGyw5SOKT2 { box-sizing:content-box;height:4rem;width:9.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.66);background-image:none;top:28.28125rem;left:3.75rem;display:block; }
#waD0hKBOQDJuLDaLkGMS0Hi38MlXdFxt { box-sizing:content-box;height:2.25rem;width:6.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.66);background-image:none;top:30.5rem;left:21.625rem;display:block; }
#NXTgJDhcpF6DCWQ7o4Vacl6zp3ZTWL9k { box-sizing:content-box;height:2.25rem;width:6.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.66);background-image:none;top:30.349609375rem;left:42.34375rem;display:block; }
#LkS9h4XlpkrmvhsgUrrP7e4aixMFwFOS { box-sizing:content-box;height:2.25rem;width:18.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.66);background-image:none;top:43.53125rem;left:37.09375rem;display:block; }
#VGxpXXgFR93KxonEBJVKcO5PZ78ssxTZ { box-sizing:content-box;height:4rem;width:13.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.66);background-image:none;top:42.65625rem;left:18.8125rem;display:block; }
#oaPTOG2D7bclGtsPS5gkT06Ev5qzxJEf { box-sizing:content-box;height:2.25rem;width:11.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.66);background-image:none;top:40.92578125rem;left:3.21875rem;display:block; }
#GRMPHI9tRLuVUlHmFMIsZpOnuDh6oUKG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:20rem;display:none; }
#wDQfiC4yvGPsCTIdh6JXTn1KaOn8L6En { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.75rem;display:none; }
#k5GyMBgTkNWIwP25xMl30bdrx02snr2I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:15.375rem;display:none; }
#TVOOFtiVIEqApFWM31XxdTkNxAJKTWMO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:20rem;display:none; }
#yg5LTimdH0vaOwmM25BTSkQklrVQA3TH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:17.875rem;display:none; }
#BLEvu8LeX1Jww4QbqMFFlRdmN0CgzbAu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:10rem;display:none; }
#rVHXGM5HUSkLr7CLAT4AuSG8bNSixcRZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:15.25rem;display:none; }
#AO9RJxDwEm8yB2QoaOLFOL4RUkb3S0w7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:13.125rem;display:none; }
#fgBOGwIaUaXSIfuekeL1MOiT6BGTzB1s { position:absolute;display:block;z-index:15014;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.874rem;width:21.499rem;top:6.82861328125rem;left:20.047607421875rem;overflow:hidden;display:block; }
#EWKRchBkOwl3ZVEKdGJmJmzSfxvibCmp { color:#233588;display:block;width:7.5610625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:14.146728515625rem;left:27.562255859375rem;height:1.9494625rem;font-style:normal;display:block; }
#EEHv0omcpITK7V0T90QqmTxcvwFi3bRR { box-sizing:content-box;height:2.436525rem;width:8.0603125rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.66);background-image:none;top:13.896728515625rem;left:26.952392578125rem;display:block; }
#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32203c9-6bdc-4d10-ad87-dd6cacd8bf46/ACCUEILALLIANCES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w.adaptive-delivery-prevent-bg, #ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w.lazyload, #ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w.lazyloading { background-image: none; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container { background-color: transparent; background-image: none; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.84); }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container > .video-iframe-container { display: none; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.84); }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row > .video-iframe-container { display: none; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .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); }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container { border-width: 0; border-radius: 0; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w::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; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#WHcD8wRNm5EPKrFxV7UhQLDNio8xA50W { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.1875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypD1InnwPBLyWe8fs1EyCLI4q8x9FR3J { 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:4rem;width:4rem;top:4.25rem;left:9.625rem;overflow:hidden;display:block; }
#aBghARU8XvTA0VSmT47W8CrLS7gpeKkz { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.25rem;width:0.0625rem;top:4.25rem;left:19.6875rem;display:block; }
#hJnhXPefkwNyWFdTS7WmhTT1tc1eRD1C { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.1875rem;left:24.9375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQ67L5AQvE5bEIECAzZq99pcDZacD9h6 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;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.25rem;width:0.0625rem;top:4.25rem;left:38.4375rem;display:block; }
#yR8FJsKR2V1vuJtT9MyUxVl4zKCcvZkO { 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:4rem;width:4rem;top:4.25rem;left:28.375rem;overflow:hidden;display:block; }
#NKbOzwL0vf4rS1nmGvOAyViXlcIyf7cu { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1875rem;left:43rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t87mBCpnw1eJaBgW4CuF7sG0R57OIcpc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:4.25rem;left:46.4375rem;overflow:hidden;display:block; }
#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container { background-color: transparent; background-image: none; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container > .video-iframe-container { display: none; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row > .video-iframe-container { display: none; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .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); }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container { border-width: 0; border-radius: 0; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#Q35RFnidHETvF7PDk0syzQX1tKEFgahJ { position:absolute;display:block;z-index:15011;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:32.25rem;top:4.5rem;left:25.75rem;overflow:hidden;display:block; }
#gAcPWbVgWtC5mUSlOOJmqfUP8TsgIz9T { position:absolute;display:block;z-index:15012;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:25.9375rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#iPdXvmJTbWNqAOgZTidq4FWhv8twwatm { position:absolute;display:block;z-index:15006;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:26.0625rem;top:23.375rem;left:32.8125rem;overflow:hidden;display:block; }
#b7t0q0cyX3V2mzQSJ46iN2syTCn2aCAO { position:absolute;display:block;z-index:15013;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:16.625rem;top:24.3125rem;left:15.9375rem;overflow:hidden;display:block; }
#F3VDfzkbRpdIeuUxByT0wDkqV0526BMd { position:absolute;display:block;z-index:15006;border-top:0.5625rem solid #f2f6f8;border-left:0.5625rem solid #f2f6f8;border-right:0.5625rem solid #f2f6f8;border-bottom:0.5625rem solid #f2f6f8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:16.625rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#t5KOpEHBTzvBSPxFQSVPAuTsUomFLrDC { color:#233588;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:31.73828125rem;left:40.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DiLr9agBa2Tn2GTctvc0zDreUZRBsPtX { color:#233588;display:block;width:3.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.119140625rem;left:11.5625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpLW8XH2TxGW9wSM9TWvG3KAppR3HApM { box-sizing:content-box;height:2.4375rem;width:10.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.66);background-image:none;top:14.875rem;left:8.40625rem;display:block; }
#nyB9RqLPqanvDfB5JNAXmaC4Gwe7WHiK { box-sizing:content-box;height:4rem;width:9.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.66);background-image:none;top:31.6875rem;left:20.25rem;display:block; }
#DhTB0TFl5vkgdFdMefEEf9fk65TsGcpg { box-sizing:content-box;height:3.9375rem;width:14.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.66);background-image:none;top:31.71875rem;left:39rem;display:block; }
#coQengphriT3qnWWIHG0fzo22RzrFEQ4 { color:#3c3c3c;display:block;width:15.75rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:2.25rem;left:6.75rem;height:2.33764375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#KV6mcNeXFG0L0x7FN6rPlhKrT5C86Qbr { position:absolute;display:block;z-index:15009;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.5rem;left:8.375rem;display:block; }
#CITmPMTaFkwNR00kTl5dGKH6uXM8oVQW { color:#7f7e7e;display:block;width:25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0.5625rem;height:2.625rem;text-align:justify;text-align-last:initial;font-style:normal;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; }
#vfsLVMfzbBIkHZ1dN9QZZkgxfEugrLGK { color:#233588;display:block;width:3.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.150390625rem;left:40.46875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aExOiqcLry7GcRuJlkOTeC10Iq1SVEH4 { box-sizing:content-box;height:2.4375rem;width:10.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.66);background-image:none;top:12.90625rem;left:37.3125rem;display:block; }
#UheF6lyA6UZwQ3hinah6O5Qo3tJptV00 { color:#233588;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:31.73828125rem;left:20.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwzgHDCCgka2oNQRRmgkRSwnTOSyiEWC { box-sizing:content-box;height:2.375rem;width:9.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.66);background-image:none;top:32.5rem;left:3.34375rem;display:block; }
#yEKPRJZ0Xfmu5efHxtFI2VVZWqmAJfsB { color:#233588;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:32.712890625rem;left:3.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGTZanNeBnRWdJBAJWwdpwRkS88I3NQO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:20rem;display:none; }
#sgzaTyEOxSKZFrSIUrwxbtS1qpwbHgaT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:20rem;display:none; }
#VLUuzPNxgxCHteE6yBptXX8dwWiBvo15 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:13.125rem;display:none; }
#XTIGMtBU9WRcZC3FxsKkT5p5xmagJtoz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:10rem;display:none; }
#bXqxuuE86uFquSJbbVvQFNJJ1M6zhlsG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:17.875rem;display:none; }
#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB { 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; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container { background-color: transparent; background-image: none; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container > .video-iframe-container { display: none; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row > .video-iframe-container { display: none; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .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); }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container { border-width: 0; border-radius: 0; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#x4Ud5oMPpfFiuIHyvky4cslZHXkf0u8H { position:absolute;display:block;z-index:15000;height:21.75rem;width:59.9375rem;top:11.625rem;left:0rem;display:block; }
#qMq4RlDzrP9Zm7SZ23mRS1eQewUg7rfP { color:rgba(60,60,60,0.86);display:block;width:46.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.25rem;left:6.8125rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbJEHFZQZfGVTILmfPpFNvnmAanyqNPJ { color:#494949;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6rem;left:18.3125rem;height:1.950075rem;font-style:normal;display:block; }
#gben1k34Zskg644P3AGlv1tEJTRSDoSC { position:absolute;display:block;z-index:15056;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.3125rem;width:4.75rem;top:7.9375rem;left:20.125rem;overflow:hidden;display:block; }
#PTL7RSb7mN04SnkNyqiIkw4aQaUFUiU3 { color:#686868;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:8.5625rem;left:25.875rem;height:1.05615rem;font-style:normal;display:block; }
#QT7Ww0wXGrTH6C01hEE5MFrGpbkblEU4 { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:8.375rem;left:35.25rem;display:block; }
#dKz2I4Vz4TTbEWeRoBlhWHiX7CJ0NGCB { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:8.375rem;left:34.125rem;display:block; }
#kttG7u7DDvtT49lOAwb5reXtc9FMJWOV { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:8.375rem;left:36.375rem;display:block; }
#Ob9ckBUhnNL1H1CPRLGw55MOcRKx0aGI { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:8.375rem;left:37.4375rem;display:block; }
#CqEQhSD83TTUG28pRyFSUm15mE5TI5Wo { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:8.375rem;left:38.5rem;display:block; }
#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container { background-color: transparent; background-image: none; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container > .video-iframe-container { display: none; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row > .video-iframe-container { display: none; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .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); }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container { border-width: 0; border-radius: 0; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#eZEcBeEKz3sOTbnkJqnpyxpilhEHkyc8 { position:absolute;display:block;z-index:15000;height:21.75rem;width:59.9375rem;top:7.3125rem;left:0.0625rem;display:block; }
#UCDfE0bx2OEC4GD3CdZS6x9PwfJRktfd { color:rgba(56,56,56,0.86);display:block;width:46.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9uzNM7qFC132MtD1byDRtmCitsQ6QNz { position:absolute;display:block;z-index:15013;background-color:#ffdd01;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:12.5rem;top:5.24755859375rem;left:23.75rem;display:block; }
#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32203c9-6bdc-4d10-ad87-dd6cacd8bf46/ACCUEILALLIANCES.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq.adaptive-delivery-prevent-bg, #lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq.lazyload, #lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq.lazyloading { background-image: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { background-color: transparent; background-image: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.84); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container > .video-iframe-container { display: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,24,55,0.84); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row > .video-iframe-container { display: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .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); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { border-width: 0; border-radius: 0; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq::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; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#KL3yRJTLkH7EWnnelDbWwyJWlMkWHPnV { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.25rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRC3Iq2ICSTHCSQl2Ako5FgW9VBvkaf8 { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:33.8125rem;width:22.5rem;top:10.1875rem;left:37.5rem;display:block; }
#yBxgXlMX693nbwoxgxmIlooyEcs84z1O { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(26,29,42,0.1) ;height:8.3125rem;width:22.5rem;top:7.4375rem;left:37.5rem;display:block; }
#EcQ5e0VK3XxZOL4nJU5Etv8dbrCRctxc { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.0625rem;top:10.1875rem;left:13.25rem;overflow:hidden;display:block; }
#I9HJriwm4WL91guFe1JWzfNQNachC7qV { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:14rem;left:43.875rem;height:1.05590625rem;font-style:normal;display:block; }
#UTWcsQq8FrpdXmzSZ2E5TqOACaUZf4AM { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:13.875rem;left:56.25rem;display:block; }
#n2nm7saTXnhOMzHNgC6MOvQMutflUxHG { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:13.875rem;left:55.1875rem;display:block; }
#TbGOJnTHpmu7CEF1wXEyJiiAZlWAtwVA { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:13.875rem;left:54rem;display:block; }
#t1sOXP89X7FA6R1d6Wr2fGMxA0SkwiJ9 { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:13.875rem;left:52.875rem;display:block; }
#ulTRgS8Luhsa71DGug6smHaNGWg1ygOB { box-sizing:content-box;color:#ffd800;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:13.875rem;left:51.75rem;display:block; }
#A4JiVuDXeAoxn6MzHI4LEDuPFIhAz9T8 { position:absolute;display:block;z-index:15062;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.3125rem;width:4.75rem;top:13.3125rem;left:38.75rem;overflow:hidden;display:block; }
#l8B0MzI4ZsLDxnAlgzI376UKRISzvrrJ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:2.0625rem;left:17.65625rem;height:2.76245rem;font-style:normal;display:block; }
#T2DJoTsJp8M2aiPeqNlAbXnpJ0PyrEoB { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.3125rem;left:39.1875rem;height:5.07568125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GEmD7nGqkTfW7v8LrafVdAAbKXqD0c45 { box-sizing:content-box;height:36.625rem;width:37.4375rem;position:absolute;display:block;z-index:15060;background-color:#233588;background-image:none;top:7.375rem;left:0.0625rem;display:block; }
#hMzzuGTxWdgvwEzSuTMd9w59tqfO6GIt { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:23.625rem;left:4.3125rem;height:14.2871rem;display:block; }
#OacNLfsKXD8TPpdh64OLMmBP8fOXT5Ad { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:1.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:46.25rem;left:27.875rem;display:block; }
#wktiglWZ3NgMwF9fECbgV65pzQuQof1C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-form-header {  }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -moz-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -ms-linear-gradient(206deg, #ffdd01, #2a2d3d);background-image: -o-linear-gradient(206deg, #ffdd01, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd01', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd01', endColorstr='#2a2d3d' );";background-image: linear-gradient(206deg, #ffdd01, #2a2d3d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.125rem;height:3.75rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal;float:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-container:first-of-type{padding-top:0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-container:last-of-type{padding-bottom:0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.9375rem;top:17.25rem;z-index:15054;position:absolute; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv {display:block;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.9375rem;top:17.25rem;z-index:15054;position:absolute; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #fKJOyWJZ0fhRd9ALzvcT3zvKfTe6K7UM { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #WZ4niWK8LC3vsEuBbON5lkZFmdSCGo9l { position:relative;display:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Di3QrqzPyJv1D3xE6mfk8qqGUCSt8RW5 { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #VA8Dk2URa1e5QHAy5SUe1xJFkMuit6qC { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #L6vhtcFUV3XDpKTm2AAWSS6U0KZmyHSD { position:relative;display:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #ktqWGrZrTHw2ul2mabMxzHC1iz88AMQi { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #dNgHlnKoOiJVoWGPT4r9XF13c22T4I2x { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #H9ArJGxtUerHEKyDtOLa6nBvpgvbwZil { position:relative;display:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #kcmtVnzbeR2XBVrmhCTk1UOaoLpOVQbx { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #OACA43RLf1PBTSmVxouIEBJqtVHdhcod { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Vg0K5XX5Magr6TTLeQQU84uM4tcmA33A { position:relative;display:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #muaOpcAkQ4TWccQKP0EWdqtxedEnPPip { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Map8NCQ2LT7I4iuH5o1ToZAsryuKDTBk { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #uC3WOI7TpzXx9uw1klXSLSoOXrdlyp71 { position:relative;display:none; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #qz1XzTmQ3eLMQagN50GiQazO9OhlD1Uu { position:relative; }
#JKvyQiGvzt1CiSGfMiTyiEArFsed7Vwg { position:relative;display:block; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #bv4wiIsPuGyomDVQU5Kx83pAVeIbouIJ { position:relative; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Exf4CA7L5K1cnW0mVxHEygkR24OU5L6R { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU8bMoibkvJezCGBQuJWSwykyxteh4F7 { display:block; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANwkxhbRK4rpwvF39PI0mouKlMJb9tW { top:1.0625rem;left:0rem;width:9.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHxZEUao77taxWgKFIdNm7KmZdR2T6G7 { width:10.4375rem;height:3.4375rem;top:1.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbzrxNVetM1IhnzQR3XtupVrbUMKgmv { display:block; }
 }@media only screen and (max-width: 763px) { #TsDdGUc4zucPm5vMDTlOgwfUB2qJ8kbS { width:12.6875rem;height:3.4375rem;top:1.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvmCBOrEWnHem2NcHXQfu1aU6TdGHpXQ { display:block; }
 }@media only screen and (max-width: 763px) { #kKfD33iSTAvkOJEJGOirTh1JK2Q9xPHo { width:9.0625rem;height:3.4375rem;top:1.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9pDfnhCl6fM3lgJ4fyMDcBZTmg4Ryif { display:block; }
 }@media only screen and (max-width: 763px) { #Xng0JDleOyblJQKGqiXTE2XdgNiTmTwO { top:4.3125rem;left:2.875rem;width:3.4375rem;height:2.56225625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNzQak6bs7oypouCQVE9CuJRhsKg6b1x { top:4rem;left:34.5625rem;width:13.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENS3l4r8g0FSwmR1PLQn8GpRrp0co7DG { width:15.5625rem;height:3.9375rem;top:1.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8wWMJepSQHD5vFqVEc816uNJhPRLZgh { display:block; }
 }@media only screen and (max-width: 763px) { #SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd { top:2.1875rem;left:39.125rem;width:1.875rem;height:1.875rem;display:block; }
#SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n { display:block; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDA4reahCOvbrLVmH95Xs7HJDtlhq8Xk { width:20.0625rem;height:29.3125rem;top:6.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNWfev4Lxfkcz96iqNcwr8NG9FF5aTk { width:1.25rem;height:1.25rem;top:11.5625rem;left:45.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNlhMlmvUITuvLK2wNtqzxMJN5kLOk6 { width:1.25rem;height:1.25rem;top:11.5625rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWqzNt8XByeUo20kIhhdIKfqAhD6RJN { width:1.25rem;height:1.25rem;top:11.5625rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfKUX821WENm4UAHhKUN1vpWk7kA1D12 { width:1.25rem;height:1.25rem;top:11.5625rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEdAfCPGu7smAozlsDh5gMbCh3TuyIav { width:1.25rem;height:1.25rem;top:11.5625rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7sDTWiKlIw8NwxvyNgu17bTPw6GvIWV { top:11rem;left:32.6875rem;width:4.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiX3AzfTaNLw8wILASZEqflNE6daA1C { width:7.5rem;height:1rem;top:11.6875rem;left:37.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2iaz8ctFJGI2PeNJuuTg5CJI3sA9N6V { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdDJ0tpW005CNN53F0TItkTIALitRhwe { top:27.25rem;left:0rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bw0g8lssLO3bGTursMK8ktsvo4WBU7sh { display:none; }
 }@media only screen and (max-width: 763px) { #v6b17fA7FMi2TGQ7FAXLJfx4TLIh7RJn { display:none; }
 }@media only screen and (max-width: 763px) { #LuLCdNlV6KgyUGSnGzZLQ8fheZ7FJTvE { display:none; }
 }@media only screen and (max-width: 763px) { #TZigft1Nu4tVZ14G6BvB90HCzWXBuKlh { display:none; }
 }@media only screen and (max-width: 763px) { #k5nWGMAAJ1JvtnQ1OO8GcAeAbPrJID28 { display:none; }
 }@media only screen and (max-width: 763px) { #rQe4TPK7yCULDDpK6ne1G8foxPkWraLF { width:30.8125rem;height:0;top:33.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzhXVS6rXt1Irns8NqvTnb5bM4BTJ5g1 { top:8.4375rem;left:0rem;width:37.875rem;height:16.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiWeStUzrBbi4dAo22o2VQwWby10TWJc { width:19.1875rem;height:2.75rem;top:7.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgVJQBvWfGOyAsSBG57Te5nETGbsRvev { width:15.6875rem;height:4rem;top:28.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BixEZxGBB3e9C4aE1geWIG9KhfzrBzMD { display:block; }
 }@media only screen and (max-width: 763px) { #D1BUoCZnT5X7cVUPsi95cQqoXF7EqZaT { top:31.25rem;left:0rem;width:13.5rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77eyHmEiudoIPGK5TeHitsD6eEPTAtV { top:29.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#P77eyHmEiudoIPGK5TeHitsD6eEPTAtV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xoGsWaXRJEEnRZpzK6PEduSiB3GmxKTs { width:15.5625rem;height:4.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDhtZUFkMz0CARtBSeTIJy0FQAnT8Uz { display:block; }
 }@media only screen and (max-width: 763px) { #k86u0E6FUwPbnFvnslVMdWntBlbqv5xO { width:27.9375rem;height:4.625rem;top:4.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSXVBDzA4frxo8TitgW8gwigS5QiFuSQ { width:34.375rem;height:1.4375rem;top:33.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-regular-label { display:block;height:auto; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd  { width:15rem;height:auto; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd {display:block;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #dTZEdG0dDdSR5dS5TXePFFzLOlcN8fP6 {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #sxSaE8Py37pPNJk6DcfP1qWvNC7ckX9r { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #kWgxFVm0cgFSCmtOd2nUmUDwbsZBmbrn {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #M7LIVdGQlbsfrrNsciPO829cq2JqsSNv {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FIn301nOrIbw1kpxRP6CsdlFm4WMxEWt { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #a4QeqiAZ6i65TGfGvkMtM2RXJCVZWyyw {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #raPiE7SsCzAWPDZ27ZV8RXro3Du0KEQb {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #s9CwQL74agw63I71LKtAXxZpDa2QkUbw { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FiU7M1QfnNTOBTTRe3QV06QclfdgT1mK {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #HDlqr3OFESbHxUL1L2VCwRD71nB6sHkt {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #JhEs50q800Q3WvBBH3HN6ytodBJDeLAz { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #iTFZObt9PzbdTR2B9beJAdQsdqfxZI1T {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #DfyMX0sO91n8Zq7BUiNStRGanA4h1zcu {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #epilRuFGrHnNXkNeC1I8PS8BiWO6m16m { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #aB89sTzCqVJy98K65r48fJkNhd5wTDKK {  }
 }@media only screen and (max-width: 763px) { #eMzBcrzwJLRJtvaKVfclPtWfWbNqXzDG { display:block; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LTOFgdP0FJs07eUQK4sZBuXK6XqvKQzs {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LDeu8lpzH9HuTXbte1PKysu0s0MSG5zn {  }
 }@media only screen and (max-width: 763px) { #XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG { display:block; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMCnumbXgo9gfi2HLvHghZbFwA1kiEDk { width:5.3125rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7H6zHUwNUSJ8FyM462kCH2LK2prrn2o { display:block; }
 }@media only screen and (max-width: 763px) { #r3HBPi1uc6f2nndXMleIidVNO3WmN0rb { width:6.0625rem;height:2.5625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4qDAyhpc2vX2SFCeDdOs8IPJLb6ySbe { display:block; }
 }@media only screen and (max-width: 763px) { #f9if7dI9lUte18GMtP3TMW0IXVM0ncSt { width:5.3125rem;height:2.5625rem;top:1.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUcJIaWJqV0XOpy1DhGUDbC4xgm5fkI { display:block; }
 }@media only screen and (max-width: 763px) { #ll99oiUKbBov0uVZew6585xqv2CV7kye { width:5.3125rem;height:2.5625rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkRcMTDeH9ofeTBDVKfi0hstFKs0OIn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntzPh4qwyTvyJ0TP37iLmfDMlsidNKP8 { width:6.0625rem;height:2.5625rem;top:1.25rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8r0keW2S6RqnJaX2uhIQFU55Z8TtDTa { display:block; }
 }@media only screen and (max-width: 763px) { #Ff28LuICUIy7y4p8BDqhnGTRBr8aXlFH { width:5.3125rem;height:2.5625rem;top:1.25rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnhVbJhomPRTxvEn7Qw0uozZqrgPrgf { display:block; }
 }@media only screen and (max-width: 763px) { #N5eviOcVkbhm7uoVgWZPszfqg7G8idwq { width:6.0625rem;height:2.5625rem;top:1.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1qUztJCRrN7aADNQaeNkG0rHEKOMCR { display:block; }
 }@media only screen and (max-width: 763px) { #QHIBwsdpbAPOQy9PkotkhGJX94JTAQy1 { width:5.3125rem;height:2.5625rem;top:1.25rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7HPSNTCtzo0HTwTn9Dqr2R63E5PO3hV { display:block; }
 }@media only screen and (max-width: 763px) { #etw68RzgLVHUErXTGkO6UnlRE3V5wpz0 { width:6.0625rem;height:2.5625rem;top:1.25rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqohm3xhn13vDHvPhbQVPTqeshSkxqGF { display:block; }
 }@media only screen and (max-width: 763px) { #HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 { display:block; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc0yCSTgwy6h6crMZ3KvTyeh4ZhdnJFO { width:28.125rem;height:18.375rem;top:10.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC4xMJfupSVTc3TtQ7fZ4hkDvZX4wu2c { top:7.3125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtlPnyep8OnHC6C5g92LFSy9qiHE5arC { width:47.75rem;height:5.4375rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm6fXPfoHkubT1pzwWvPBTcMhy72hHnf { width:15.8125rem;height:4.1875rem;top:31.5rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRs48PA6nGmn60pf0iDStVt9VwknCVy { display:block; }
 }@media only screen and (max-width: 763px) { #QTBALETGboNX92BA4yJ9C8SrMmQdKeS3 { width:17rem;height:3.4375rem;top:28.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yD1piEt6uIIlgrvFJ9tu0TbKlbR2O2FW { display:block; }
 }@media only screen and (max-width: 763px) { #ehJt5PBG72IuvnfP7Lvix1Q4vZTAFVzT { top:11.5rem;left:21.125rem;width:26.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8NebTffVZQcPk7blnmOm7U7hcI4cl0 { width:15.5625rem;height:3.9375rem;top:31.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdLQE8xm8hG2NtwQ12GOnc6AZliuH9TB { display:block; }
 }@media only screen and (max-width: 763px) { #s28EJeDLJivTQneCeiaOTnRgKEePoOEP { top:32.625rem;left:3.25rem;width:1.875rem;height:1.875rem;display:block; }
#s28EJeDLJivTQneCeiaOTnRgKEePoOEP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MaK6g36p5UqwatJ1yRNBSCgZRuuOM54T { top:34.4375rem;left:3.4375rem;width:13.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAe10zITX1k6QV4ZAN82caawLTgOnNTE { display:block; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5Qd8L0XWk6uue2CQanMbhWClADJB8u0 { width:30.125rem;height:23.625rem;top:12.375rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBCMTpxpUDX0aroQF4VqofPMHOWRCys { top:11rem;left:30.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pazq35QDJedWaT9XD4Zv7VF9DRNTTITt { width:27.9375rem;height:4.625rem;top:5.0625rem;left:19.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kr3Aik0NTsT3xe492MBSJqBmZ5qied { width:24.1875rem;height:27.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD { display:block; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O00dBGMbNSET5S0UoaDoISfVVZavAaEO { width:25.9375rem;height:14.5625rem;top:15.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhc2pHsEm1CGkdCwGBPGVGfcGlzCDgyQ { width:28.125rem;height:17.0625rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtulCZ6s3mmu4PpToHpCuKSaJ0933L5z { top:10.6875rem;left:3.0625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbZWRHpuXZBP5ARdExSCaq2uFTsBkBAP { top:6.0625rem;left:32.3125rem;width:15.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoKFDFZ6TGRdLoTlmrLTL6UA2t5V72U2 { width:27.9375rem;height:4.625rem;top:4.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93tzJJZ1liUXMuTVOLTBfORKv1vIckb { top:3.6875rem;left:25.8125rem;width:11rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPgq8oCt48zHz4IMf20r06nJVA62HInD { display:block; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ52bThTrp6qMompeIZoZrFwoXHwxfyd { width:30.125rem;height:18.375rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CioMXb0tAIgbqsf4miGBFiMp7Jp8IbNv { top:11.8125rem;left:1.5625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUci5HTDJoseMTSIT3wGwOpdnTI6XQXy { width:27.9375rem;height:4.625rem;top:5.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSohNryh49iTcq1qawFODFhy2vygDKcS { width:26.0625rem;height:26.0625rem;top:5.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 { display:block; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSUnTacbuIoUb6P7wwh54m7s4y3yuRRb { width:32.25rem;height:18.125rem;top:4.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5Oeof1FlZ3PDMZ7EivF5F85uftyNOSw { width:28.375rem;height:15.625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHkeaMGiMUvbGZZxMvBezFGaNlm5Pe4J { width:26.0625rem;height:16.3125rem;top:22.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqUNbArI9TE13ZnGuWCC1Gzo3Ou1igdC { width:16.625rem;height:18.5rem;top:24.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymvPMqN6qfGqoiAbTu9mm4lZI8HZTl09 { width:16.625rem;height:14.125rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlSFBh1hKBeynxcVOFswfrM0xMsGipfp { width:24.8125rem;height:10.3125rem;top:38.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTbgVMnOF52qFcmoEZt6vbBGVeErNqS { width:15.25rem;height:10.375rem;top:38.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRmh18TzAixUpJ0N7Ia7M6pl0yT8vMJ { width:14.875rem;height:2.3125rem;top:2rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HpXOx3RAfIDSUzO7U0REUqBOkZrUaT { top:4.9375rem;left:2.5rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0DNLXgP5C9OlhI6frD0WGdPEN7eB5f { width:15.375rem;height:8.5625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8GynqWoPUTwzs8TbvCNZ9DZvct1Ip1L { width:25rem;height:2.625rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIqbMTNCXda8op3EUU8piuPIUbeVZ3K { top:42.6875rem;left:13.0625rem;width:13.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4T7GLfAoDaxkFmXCG6wTgb28TnAiLr { top:30.5rem;left:15.6875rem;width:6rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2yT2izFv6ww3UuOCUpKOV0H7exno0CR { top:43.625rem;left:30.125rem;width:17.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ude4OHCZJDKd0LzMvIsupxFi9TdClgoz { top:41.125rem;left:0rem;width:10.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Ak2abitBFBeRW9obAdu1uiAxGU702s { top:28.3125rem;left:0rem;width:8.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRglTa9gzcCXUfQ1KnDZsCizhxcbTTU { top:14.125rem;left:0rem;width:11.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEde5xQIirCVguZZmcMxeKfDcqzKallC { top:30.5rem;left:36.4375rem;width:5.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHtUIBI5RMghPxKDguiczyv4gBOVRbS { top:13.125rem;left:38.405029296875rem;width:7.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHkcrooTGQIeUTyaflWelOpJApkfFyE { top:13.8125rem;left:0rem;width:11.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3bG23AL0gdA16IpdovTIQq5MnXvVJr { top:12.875rem;left:37.966064453125rem;width:8rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWaeRRMvmmmtT5WKLQm3RLGyw5SOKT2 { top:28.25rem;left:0rem;width:9.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #waD0hKBOQDJuLDaLkGMS0Hi38MlXdFxt { top:30.5rem;left:15.5rem;width:6.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTgJDhcpF6DCWQ7o4Vacl6zp3ZTWL9k { top:30.3125rem;left:36.21875rem;width:6.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkS9h4XlpkrmvhsgUrrP7e4aixMFwFOS { top:43.5rem;left:29.625rem;width:18.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGxpXXgFR93KxonEBJVKcO5PZ78ssxTZ { top:42.625rem;left:12.6875rem;width:13.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPTOG2D7bclGtsPS5gkT06Ev5qzxJEf { top:40.875rem;left:0rem;width:11.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMPHI9tRLuVUlHmFMIsZpOnuDh6oUKG { width:20rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDQfiC4yvGPsCTIdh6JXTn1KaOn8L6En { width:16.75rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5GyMBgTkNWIwP25xMl30bdrx02snr2I { width:15.375rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVOOFtiVIEqApFWM31XxdTkNxAJKTWMO { width:20rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg5LTimdH0vaOwmM25BTSkQklrVQA3TH { width:17.875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLEvu8LeX1Jww4QbqMFFlRdmN0CgzbAu { width:10rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVHXGM5HUSkLr7CLAT4AuSG8bNSixcRZ { width:15.25rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO9RJxDwEm8yB2QoaOLFOL4RUkb3S0w7 { width:13.125rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgBOGwIaUaXSIfuekeL1MOiT6BGTzB1s { width:21.4375rem;height:15.828590864691rem;top:6.8125rem;left:13.922607421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKRchBkOwl3ZVEKdGJmJmzSfxvibCmp { top:14.125rem;left:21.437255859375rem;width:7.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHv0omcpITK7V0T90QqmTxcvwFi3bRR { top:13.875rem;left:20.827392578125rem;width:8rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w { display:block; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHcD8wRNm5EPKrFxV7UhQLDNio8xA50W { width:10.875rem;height:2.25rem;top:9.1875rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypD1InnwPBLyWe8fs1EyCLI4q8x9FR3J { width:4rem;height:4rem;top:4.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBghARU8XvTA0VSmT47W8CrLS7gpeKkz { width:0.0625rem;height:7.25rem;top:4.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJnhXPefkwNyWFdTS7WmhTT1tc1eRD1C { width:10.875rem;height:2.25rem;top:9.1875rem;left:18.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ67L5AQvE5bEIECAzZq99pcDZacD9h6 { width:0.0625rem;height:7.25rem;top:4.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR8FJsKR2V1vuJtT9MyUxVl4zKCcvZkO { width:4rem;height:4rem;top:4.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbOzwL0vf4rS1nmGvOAyViXlcIyf7cu { width:10.875rem;height:1.125rem;top:9.1875rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t87mBCpnw1eJaBgW4CuF7sG0R57OIcpc { width:4rem;height:4rem;top:4.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k { display:block; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q35RFnidHETvF7PDk0syzQX1tKEFgahJ { width:32.25rem;height:18.125rem;top:4.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAcPWbVgWtC5mUSlOOJmqfUP8TsgIz9T { width:25.9375rem;height:14.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPdXvmJTbWNqAOgZTidq4FWhv8twwatm { width:26.0625rem;height:19.5rem;top:23.375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t0q0cyX3V2mzQSJ46iN2syTCn2aCAO { width:16.625rem;height:18.5rem;top:24.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VDfzkbRpdIeuUxByT0wDkqV0526BMd { width:16.625rem;height:18.125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5KOpEHBTzvBSPxFQSVPAuTsUomFLrDC { top:31.6875rem;left:34.0625rem;width:12.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiLr9agBa2Tn2GTctvc0zDreUZRBsPtX { top:15.0625rem;left:5.4375rem;width:3.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLW8XH2TxGW9wSM9TWvG3KAppR3HApM { top:14.875rem;left:2.28125rem;width:10.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyB9RqLPqanvDfB5JNAXmaC4Gwe7WHiK { top:31.6875rem;left:14.125rem;width:9.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTB0TFl5vkgdFdMefEEf9fk65TsGcpg { top:31.6875rem;left:32.875rem;width:14.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQengphriT3qnWWIHG0fzo22RzrFEQ4 { width:15.75rem;height:2.3125rem;top:2.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV6mcNeXFG0L0x7FN6rPlhKrT5C86Qbr { top:5.5rem;left:2.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITmPMTaFkwNR00kTl5dGKH6uXM8oVQW { width:25rem;height:2.625rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsLVMfzbBIkHZ1dN9QZZkgxfEugrLGK { top:13.125rem;left:34.34375rem;width:3.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExOiqcLry7GcRuJlkOTeC10Iq1SVEH4 { top:12.875rem;left:31.1875rem;width:10.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UheF6lyA6UZwQ3hinah6O5Qo3tJptV00 { top:31.6875rem;left:14.375rem;width:8.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwzgHDCCgka2oNQRRmgkRSwnTOSyiEWC { top:32.5rem;left:0rem;width:9.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEKPRJZ0Xfmu5efHxtFI2VVZWqmAJfsB { top:32.6875rem;left:0rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTZanNeBnRWdJBAJWwdpwRkS88I3NQO { width:20rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgzaTyEOxSKZFrSIUrwxbtS1qpwbHgaT { width:20rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLUuzPNxgxCHteE6yBptXX8dwWiBvo15 { width:13.125rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTIGMtBU9WRcZC3FxsKkT5p5xmagJtoz { width:10rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXqxuuE86uFquSJbbVvQFNJJ1M6zhlsG { width:17.875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB { display:block; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Ud5oMPpfFiuIHyvky4cslZHXkf0u8H { top:11.625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq4RlDzrP9Zm7SZ23mRS1eQewUg7rfP { width:46.4375rem;height:2.75rem;top:3.25rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbJEHFZQZfGVTILmfPpFNvnmAanyqNPJ { width:23.4375rem;height:1.9375rem;top:6rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gben1k34Zskg644P3AGlv1tEJTRSDoSC { top:7.9375rem;left:14rem;width:4.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTL7RSb7mN04SnkNyqiIkw4aQaUFUiU3 { width:7.5rem;height:1rem;top:8.5625rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7Ww0wXGrTH6C01hEE5MFrGpbkblEU4 { width:1.25rem;height:1.25rem;top:8.375rem;left:29.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKz2I4Vz4TTbEWeRoBlhWHiX7CJ0NGCB { width:1.25rem;height:1.25rem;top:8.375rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttG7u7DDvtT49lOAwb5reXtc9FMJWOV { width:1.25rem;height:1.25rem;top:8.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob9ckBUhnNL1H1CPRLGw55MOcRKx0aGI { width:1.25rem;height:1.25rem;top:8.375rem;left:31.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqEQhSD83TTUG28pRyFSUm15mE5TI5Wo { width:1.25rem;height:1.25rem;top:8.375rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTE2TgyTFiUoLNQqy88TldIxWglG2gDE { display:block; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZEcBeEKz3sOTbnkJqnpyxpilhEHkyc8 { top:7.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCDfE0bx2OEC4GD3CdZS6x9PwfJRktfd { width:46.4375rem;height:2.75rem;top:1.4375rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9uzNM7qFC132MtD1byDRtmCitsQ6QNz { top:5.1875rem;left:17.625rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq { display:block; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KL3yRJTLkH7EWnnelDbWwyJWlMkWHPnV { width:33rem;height:4.5rem;top:15.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRC3Iq2ICSTHCSQl2Ako5FgW9VBvkaf8 { width:22.5rem;height:33.8125rem;top:10.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBxgXlMX693nbwoxgxmIlooyEcs84z1O { width:22.5rem;height:8.3125rem;top:7.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcQ5e0VK3XxZOL4nJU5Etv8dbrCRctxc { top:10.1875rem;left:7.125rem;width:11.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HJriwm4WL91guFe1JWzfNQNachC7qV { width:7.5rem;height:1rem;top:14rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWcsQq8FrpdXmzSZ2E5TqOACaUZf4AM { width:1.25rem;height:1.25rem;top:13.875rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nm7saTXnhOMzHNgC6MOvQMutflUxHG { width:1.25rem;height:1.25rem;top:13.875rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbGOJnTHpmu7CEF1wXEyJiiAZlWAtwVA { width:1.25rem;height:1.25rem;top:13.875rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sOXP89X7FA6R1d6Wr2fGMxA0SkwiJ9 { width:1.25rem;height:1.25rem;top:13.875rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTRgS8Luhsa71DGug6smHaNGWg1ygOB { width:1.25rem;height:1.25rem;top:13.875rem;left:45.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JiVuDXeAoxn6MzHI4LEDuPFIhAz9T8 { top:13.3125rem;left:32.625rem;width:4.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B0MzI4ZsLDxnAlgzI376UKRISzvrrJ { top:2.0625rem;left:11.53125rem;width:24.6875rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2DJoTsJp8M2aiPeqNlAbXnpJ0PyrEoB { width:19.1875rem;height:5.0625rem;top:8.3125rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEmD7nGqkTfW7v8LrafVdAAbKXqD0c45 { top:7.375rem;left:0rem;width:37.4375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMzzuGTxWdgvwEzSuTMd9w59tqfO6GIt { top:23.625rem;left:0rem;width:28.9375rem;height:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OacNLfsKXD8TPpdh64OLMmBP8fOXT5Ad { width:9.6875rem;height:1.8125rem;top:46.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktiglWZ3NgMwF9fECbgV65pzQuQof1C { display:block; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-regular-label { display:block;height:auto; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv  { width:15rem;height:auto; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv {display:block;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #fKJOyWJZ0fhRd9ALzvcT3zvKfTe6K7UM {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #WZ4niWK8LC3vsEuBbON5lkZFmdSCGo9l { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Di3QrqzPyJv1D3xE6mfk8qqGUCSt8RW5 {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #VA8Dk2URa1e5QHAy5SUe1xJFkMuit6qC {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #L6vhtcFUV3XDpKTm2AAWSS6U0KZmyHSD { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #ktqWGrZrTHw2ul2mabMxzHC1iz88AMQi {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #dNgHlnKoOiJVoWGPT4r9XF13c22T4I2x {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #H9ArJGxtUerHEKyDtOLa6nBvpgvbwZil { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #kcmtVnzbeR2XBVrmhCTk1UOaoLpOVQbx {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #OACA43RLf1PBTSmVxouIEBJqtVHdhcod {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Vg0K5XX5Magr6TTLeQQU84uM4tcmA33A { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #muaOpcAkQ4TWccQKP0EWdqtxedEnPPip {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Map8NCQ2LT7I4iuH5o1ToZAsryuKDTBk {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #uC3WOI7TpzXx9uw1klXSLSoOXrdlyp71 { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #qz1XzTmQ3eLMQagN50GiQazO9OhlD1Uu {  }
 }@media only screen and (max-width: 763px) { #JKvyQiGvzt1CiSGfMiTyiEArFsed7Vwg { display:block; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #bv4wiIsPuGyomDVQU5Kx83pAVeIbouIJ {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Exf4CA7L5K1cnW0mVxHEygkR24OU5L6R {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU8bMoibkvJezCGBQuJWSwykyxteh4F7 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 { border-width: 0; border-radius: 0; }#lU8bMoibkvJezCGBQuJWSwykyxteh4F7 > .row .container { width:20rem;height:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANwkxhbRK4rpwvF39PI0mouKlMJb9tW { width:8.1875rem;height:3.5rem;top:0.6561279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHxZEUao77taxWgKFIdNm7KmZdR2T6G7 { width:5.8125rem;height:1.8125rem;top:4.593505859375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbzrxNVetM1IhnzQR3XtupVrbUMKgmv { display:block; }
 }@media only screen and (max-width: 763px) { #TsDdGUc4zucPm5vMDTlOgwfUB2qJ8kbS { width:7.25rem;height:1.75rem;top:4.6246337890625rem;left:6.37451171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvmCBOrEWnHem2NcHXQfu1aU6TdGHpXQ { display:block; }
 }@media only screen and (max-width: 763px) { #kKfD33iSTAvkOJEJGOirTh1JK2Q9xPHo { width:5.0625rem;height:1.8125rem;top:4.593505859375rem;left:14.937133789062rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9pDfnhCl6fM3lgJ4fyMDcBZTmg4Ryif { display:block; }
 }@media only screen and (max-width: 763px) { #Xng0JDleOyblJQKGqiXTE2XdgNiTmTwO { width:1.49963125rem;height:1.0620125rem;top:1.8743896484375rem;left:8.3116455078125rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #JNzQak6bs7oypouCQVE9CuJRhsKg6b1x { width:10.9375rem;height:0.8125rem;top:3.257568359375rem;left:8.5616455078125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENS3l4r8g0FSwmR1PLQn8GpRrp0co7DG { width:11.8125rem;height:3.9375rem;top:0.4364013671875rem;left:8.0628662109375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8wWMJepSQHD5vFqVEc816uNJhPRLZgh { display:block; }
 }@media only screen and (max-width: 763px) { #SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd { display:flex;width:1.875rem;height:1.875rem;top:13.468137109375rem;left:9.0625rem;display:none; }
#SUvnNF8frZQO3aoKrW3K0TDiaMLaNlUd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d6b0676-f272-4983-8a6e-7cb958c6ac8b/pierretmixte.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;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; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.adaptive-delivery-prevent-bg, #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.lazyload, #loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n.lazyloading { background-image: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { background-color: transparent; background-image: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,23,63,0.67); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container > .video-iframe-container { display: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,23,63,0.67); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container { display: none; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .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); }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { border-width: 0; border-radius: 0; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n::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; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loPqo9Jz52sOOzuA3eWfxhFTRGzfVa5n > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDA4reahCOvbrLVmH95Xs7HJDtlhq8Xk { width:20rem;height:32.4375rem;top:19.874877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNWfev4Lxfkcz96iqNcwr8NG9FF5aTk { width:2.3125rem;height:2.3125rem;top:52.17285rem;left:13.71875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMNlhMlmvUITuvLK2wNtqzxMJN5kLOk6 { width:2.3125rem;height:2.3125rem;top:52.17285rem;left:16.03125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRWqzNt8XByeUo20kIhhdIKfqAhD6RJN { width:2.3125rem;height:2.3125rem;top:52.17285rem;left:17.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfKUX821WENm4UAHhKUN1vpWk7kA1D12 { width:2.3125rem;height:2.3125rem;top:52.17285rem;left:17.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEdAfCPGu7smAozlsDh5gMbCh3TuyIav { width:2.3125rem;height:2.3125rem;top:52.17285rem;left:17.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7sDTWiKlIw8NwxvyNgu17bTPw6GvIWV { width:7.0625rem;height:3.6875rem;top:51.4541rem;left:0.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmiX3AzfTaNLw8wILASZEqflNE6daA1C { width:6.8125rem;height:0;top:52.80175625rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2iaz8ctFJGI2PeNJuuTg5CJI3sA9N6V { top:26.3125rem;left:0rem;width:5.6875rem;height:3.1875rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hdDJ0tpW005CNN53F0TItkTIALitRhwe { top:27.25rem;left:4.5rem;width:8.0625rem;height:1.298825rem;z-index:15060;font-family:lato;font-weight:700;font-style:normal;color:#939393;display:block; }
 }@media only screen and (max-width: 763px) { #bw0g8lssLO3bGTursMK8ktsvo4WBU7sh { top:27.0625rem;left:12.5625rem;width:1.75rem;height:1.75rem;z-index:15061;font-size:1.1875rem;color:#ffd800;display:block; }
 }@media only screen and (max-width: 763px) { #v6b17fA7FMi2TGQ7FAXLJfx4TLIh7RJn { top:27.0625rem;left:13.6875rem;width:1.75rem;height:1.75rem;z-index:15062;font-size:1.1875rem;color:#ffd800;display:block; }
 }@media only screen and (max-width: 763px) { #LuLCdNlV6KgyUGSnGzZLQ8fheZ7FJTvE { top:27.0625rem;left:14.875rem;width:1.75rem;height:1.75rem;z-index:15063;font-size:1.1875rem;color:#ffd800;display:block; }
 }@media only screen and (max-width: 763px) { #TZigft1Nu4tVZ14G6BvB90HCzWXBuKlh { top:27rem;left:16.0625rem;width:1.75rem;height:1.75rem;z-index:15064;font-size:1.1875rem;color:#ffd800;display:block; }
 }@media only screen and (max-width: 763px) { #k5nWGMAAJ1JvtnQ1OO8GcAeAbPrJID28 { top:27rem;left:17.1875rem;width:1.75rem;height:1.75rem;z-index:15065;font-size:1.1875rem;color:#ffd800;display:block; }
 }@media only screen and (max-width: 763px) { #rQe4TPK7yCULDDpK6ne1G8foxPkWraLF { width:20rem;height:0;top:21.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;z-index:15066;text-shadow:0.25rem 0.3125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #KzhXVS6rXt1Irns8NqvTnb5bM4BTJ5g1 { width:20rem;height:12.59766875rem;top:7.08935546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiWeStUzrBbi4dAo22o2VQwWby10TWJc { width:19.1875rem;height:5.1745625rem;top:20.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.2;color:#3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #dgVJQBvWfGOyAsSBG57Te5nETGbsRvev { width:15.702625rem;height:4.0776375rem;top:58.59814453125rem;left:2.1474609375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BixEZxGBB3e9C4aE1geWIG9KhfzrBzMD { display:block; }
 }@media only screen and (max-width: 763px) { #D1BUoCZnT5X7cVUPsi95cQqoXF7EqZaT { width:11.499625rem;height:0.8125rem;top:54.1875rem;left:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77eyHmEiudoIPGK5TeHitsD6eEPTAtV { display:flex;width:2.12463125rem;height:2.12463125rem;top:54.6875rem;left:2.9375rem; }
#P77eyHmEiudoIPGK5TeHitsD6eEPTAtV > img { max-width: 100%;max-height:100%; width:2.12463125rem; height:2.12463125rem; } }@media only screen and (max-width: 763px) { #xoGsWaXRJEEnRZpzK6PEduSiB3GmxKTs { width:15.5625rem;height:4.0625rem;top:53.71826171875rem;left:2.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDhtZUFkMz0CARtBSeTIJy0FQAnT8Uz { display:block; }
 }@media only screen and (max-width: 763px) { #k86u0E6FUwPbnFvnslVMdWntBlbqv5xO { width:20rem;height:3.0224625rem;top:63.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QSXVBDzA4frxo8TitgW8gwigS5QiFuSQ { width:20rem;height:auto;top:33.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-regular-label { display:block;width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-text {padding-top: 0; padding-bottom: 0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-select {padding-top: 0; padding-bottom: 0;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd  { width:17.125rem;height:auto;top:28.875rem;left:0.1875rem; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd {display:block;}#IlLOsroLxSJq7xQQP3PZuffVofxaZZsd { width:17.125rem;height:auto;top:28.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #dTZEdG0dDdSR5dS5TXePFFzLOlcN8fP6 {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #sxSaE8Py37pPNJk6DcfP1qWvNC7ckX9r { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #kWgxFVm0cgFSCmtOd2nUmUDwbsZBmbrn {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #M7LIVdGQlbsfrrNsciPO829cq2JqsSNv {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FIn301nOrIbw1kpxRP6CsdlFm4WMxEWt { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #a4QeqiAZ6i65TGfGvkMtM2RXJCVZWyyw {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #raPiE7SsCzAWPDZ27ZV8RXro3Du0KEQb {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #s9CwQL74agw63I71LKtAXxZpDa2QkUbw { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #FiU7M1QfnNTOBTTRe3QV06QclfdgT1mK {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #HDlqr3OFESbHxUL1L2VCwRD71nB6sHkt {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #JhEs50q800Q3WvBBH3HN6ytodBJDeLAz { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #iTFZObt9PzbdTR2B9beJAdQsdqfxZI1T {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #DfyMX0sO91n8Zq7BUiNStRGanA4h1zcu {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #epilRuFGrHnNXkNeC1I8PS8BiWO6m16m { display:none; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #aB89sTzCqVJy98K65r48fJkNhd5wTDKK {  }
 }@media only screen and (max-width: 763px) { #eMzBcrzwJLRJtvaKVfclPtWfWbNqXzDG { display:block; }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LTOFgdP0FJs07eUQK4sZBuXK6XqvKQzs {  }
 }@media only screen and (max-width: 763px) { #IlLOsroLxSJq7xQQP3PZuffVofxaZZsd #LDeu8lpzH9HuTXbte1PKysu0s0MSG5zn {  }
 }@media only screen and (max-width: 763px) { #XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG { position:relative;z-index:auto;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { background-color: transparent; background-image: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container > .video-iframe-container { display: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row > .video-iframe-container { display: none; }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .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); }#XxkKWVqChoXo1c8tiZ0O31dT7lTBRvNG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMCnumbXgo9gfi2HLvHghZbFwA1kiEDk { width:5.3125rem;height:2.5rem;top:0.5625rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7H6zHUwNUSJ8FyM462kCH2LK2prrn2o { display:block; }
 }@media only screen and (max-width: 763px) { #r3HBPi1uc6f2nndXMleIidVNO3WmN0rb { width:5.3125rem;height:2.5932625rem;top:0.513916015625rem;left:7.34375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4qDAyhpc2vX2SFCeDdOs8IPJLb6ySbe { display:block; }
 }@media only screen and (max-width: 763px) { #f9if7dI9lUte18GMtP3TMW0IXVM0ncSt { width:5.3125rem;height:2.5932625rem;top:6.7626953125rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUcJIaWJqV0XOpy1DhGUDbC4xgm5fkI { display:block; }
 }@media only screen and (max-width: 763px) { #ll99oiUKbBov0uVZew6585xqv2CV7kye { width:5.3125rem;height:2.5932625rem;top:0.513916015625rem;left:14.18701171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkRcMTDeH9ofeTBDVKfi0hstFKs0OIn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntzPh4qwyTvyJ0TP37iLmfDMlsidNKP8 { width:5.3125rem;height:2.5932625rem;top:3.6083984375rem;left:14.18701171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8r0keW2S6RqnJaX2uhIQFU55Z8TtDTa { display:block; }
 }@media only screen and (max-width: 763px) { #Ff28LuICUIy7y4p8BDqhnGTRBr8aXlFH { width:5.3125rem;height:2.5932625rem;top:6.7626953125rem;left:14.18701171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnhVbJhomPRTxvEn7Qw0uozZqrgPrgf { display:block; }
 }@media only screen and (max-width: 763px) { #N5eviOcVkbhm7uoVgWZPszfqg7G8idwq { width:5.3125rem;height:2.5932625rem;top:3.6083984375rem;left:7.34375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1qUztJCRrN7aADNQaeNkG0rHEKOMCR { display:block; }
 }@media only screen and (max-width: 763px) { #QHIBwsdpbAPOQy9PkotkhGJX94JTAQy1 { width:5.3125rem;height:2.625rem;top:3.6246337890625rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7HPSNTCtzo0HTwTn9Dqr2R63E5PO3hV { display:block; }
 }@media only screen and (max-width: 763px) { #etw68RzgLVHUErXTGkO6UnlRE3V5wpz0 { width:5.3125rem;height:2.5625rem;top:6.77734375rem;left:7.34375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqohm3xhn13vDHvPhbQVPTqeshSkxqGF { display:block; }
 }@media only screen and (max-width: 763px) { #HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 { display:block; }#HpUfSAQPNF777XsKC8zKpxVrvKBllGs4 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc0yCSTgwy6h6crMZ3KvTyeh4ZhdnJFO { width:18.999625rem;height:26.24513125rem;top:9.0616455078125rem;left:0.4998779296875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC4xMJfupSVTc3TtQ7fZ4hkDvZX4wu2c { width:12.5rem;height:0.124511875rem;top:7.9150390625rem;left:3.75rem;background-color:#ffdd01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WtlPnyep8OnHC6C5g92LFSy9qiHE5arC { width:20rem;height:6.044925rem;top:0.8905029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm6fXPfoHkubT1pzwWvPBTcMhy72hHnf { width:15.703rem;height:3.4526375rem;top:51.812133789062rem;left:2.09228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRs48PA6nGmn60pf0iDStVt9VwknCVy { display:block; }
 }@media only screen and (max-width: 763px) { #QTBALETGboNX92BA4yJ9C8SrMmQdKeS3 { width:15.812375rem;height:3.5620125rem;top:47.599487304688rem;left:2.093505859375rem;font-size:1.25rem;z-index:15016;background-color:#233588;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffdd01;display:block; }
 }@media only screen and (max-width: 763px) { #yD1piEt6uIIlgrvFJ9tu0TbKlbR2O2FW { display:block; }
 }@media only screen and (max-width: 763px) { #ehJt5PBG72IuvnfP7Lvix1Q4vZTAFVzT { height:11.2195rem;width:20rem;top:35.630493164062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8NebTffVZQcPk7blnmOm7U7hcI4cl0 { width:15.5625rem;height:3.9375rem;top:56.436768359375rem;left:2.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdLQE8xm8hG2NtwQ12GOnc6AZliuH9TB { display:block; }
 }@media only screen and (max-width: 763px) { #s28EJeDLJivTQneCeiaOTnRgKEePoOEP { display:flex;width:1.875rem;height:1.875rem;top:48.442993164062rem;left:3.25rem; }
#s28EJeDLJivTQneCeiaOTnRgKEePoOEP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MaK6g36p5UqwatJ1yRNBSCgZRuuOM54T { width:11.5625rem;height:0.8125rem;top:50.201293945312rem;left:4.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAe10zITX1k6QV4ZAN82caawLTgOnNTE { display:block; }#dAe10zITX1k6QV4ZAN82caawLTgOnNTE > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5Qd8L0XWk6uue2CQanMbhWClADJB8u0 { width:20rem;height:35.43095rem;top:24rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBCMTpxpUDX0aroQF4VqofPMHOWRCys { width:12.5rem;height:0.125rem;top:4.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pazq35QDJedWaT9XD4Zv7VF9DRNTTITt { width:20rem;height:1.51220625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kr3Aik0NTsT3xe492MBSJqBmZ5qied { width:13.875rem;height:15.875rem;top:6.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD { display:block; }#QLn5sHJmrkctNMBWpuRfT9m6Z99bbRdD > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O00dBGMbNSET5S0UoaDoISfVVZavAaEO { height:10.75rem;width:19.25rem;top:42.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhc2pHsEm1CGkdCwGBPGVGfcGlzCDgyQ { width:20rem;height:23.62056875rem;top:8.8125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtulCZ6s3mmu4PpToHpCuKSaJ0933L5z { width:12.5rem;height:0.125rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbZWRHpuXZBP5ARdExSCaq2uFTsBkBAP { width:10.875rem;height:5.1875rem;top:34.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoKFDFZ6TGRdLoTlmrLTL6UA2t5V72U2 { width:20rem;height:3.0224625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93tzJJZ1liUXMuTVOLTBfORKv1vIckb { width:6.875rem;height:7.0625rem;top:33.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPgq8oCt48zHz4IMf20r06nJVA62HInD { display:block; }#LPgq8oCt48zHz4IMf20r06nJVA62HInD > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ52bThTrp6qMompeIZoZrFwoXHwxfyd { width:20rem;height:23.62059375rem;top:7rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CioMXb0tAIgbqsf4miGBFiMp7Jp8IbNv { width:12.5rem;height:0.125rem;top:5.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUci5HTDJoseMTSIT3wGwOpdnTI6XQXy { width:20rem;height:3.0234375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSohNryh49iTcq1qawFODFhy2vygDKcS { width:20rem;height:20rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 { display:block; }#cMDT5g9fu2BlpyFd5OPJTSUpxi1CBTH0 > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSUnTacbuIoUb6P7wwh54m7s4y3yuRRb { width:9.375rem;height:5.25rem;top:14.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5Oeof1FlZ3PDMZ7EivF5F85uftyNOSw { width:9.25rem;height:5.0625rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #IHkeaMGiMUvbGZZxMvBezFGaNlm5Pe4J { width:8.4375rem;height:5.25rem;top:14.375rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #yqUNbArI9TE13ZnGuWCC1Gzo3Ou1igdC { width:4.6875rem;height:5.25rem;top:21.25rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymvPMqN6qfGqoiAbTu9mm4lZI8HZTl09 { width:13.1875rem;height:11.25rem;top:28.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlSFBh1hKBeynxcVOFswfrM0xMsGipfp { width:18.875rem;height:7.8447732997481rem;top:94.01171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elTbgVMnOF52qFcmoEZt6vbBGVeErNqS { width:15.25rem;height:10.375rem;top:81.26171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPRmh18TzAixUpJ0N7Ia7M6pl0yT8vMJ { width:14.875rem;height:1.6499rem;top:1.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HpXOx3RAfIDSUzO7U0REUqBOkZrUaT { width:12.5rem;height:0.125rem;top:4.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0DNLXgP5C9OlhI6frD0WGdPEN7eB5f { width:15.375rem;height:8.5625rem;top:59.82421875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8GynqWoPUTwzs8TbvCNZ9DZvct1Ip1L { width:20rem;height:2.625rem;top:5.26171875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIqbMTNCXda8op3EUU8piuPIUbeVZ3K { width:13.375rem;height:3.8994125rem;top:91.83203125rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4T7GLfAoDaxkFmXCG6wTgb28TnAiLr { width:6.125rem;height:1.950075rem;top:79.625rem;left:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2yT2izFv6ww3UuOCUpKOV0H7exno0CR { width:17.625rem;height:1.950075rem;top:53.375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ude4OHCZJDKd0LzMvIsupxFi9TdClgoz { width:10.875rem;height:1.950075rem;top:106.0625rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Ak2abitBFBeRW9obAdu1uiAxGU702s { width:8.3125rem;height:3.8994125rem;top:39.3125rem;left:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRglTa9gzcCXUfQ1KnDZsCizhxcbTTU { width:16rem;height:3.898925rem;top:27.375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEde5xQIirCVguZZmcMxeKfDcqzKallC { width:5.9375rem;height:1.950075rem;top:66.375rem;left:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHtUIBI5RMghPxKDguiczyv4gBOVRbS { width:7.5625rem;height:1.950075rem;top:14.431640625rem;left:6.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHkcrooTGQIeUTyaflWelOpJApkfFyE { width:11.125rem;height:4.625rem;top:27.1240234375rem;left:4.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA3bG23AL0gdA16IpdovTIQq5MnXvVJr { width:8.0625rem;height:2.4375rem;top:14.1875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWaeRRMvmmmtT5WKLQm3RLGyw5SOKT2 { width:9.125rem;height:4rem;top:39.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waD0hKBOQDJuLDaLkGMS0Hi38MlXdFxt { width:6.375rem;height:2.25rem;top:79.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTgJDhcpF6DCWQ7o4Vacl6zp3ZTWL9k { width:6.375rem;height:2.25rem;top:66.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkS9h4XlpkrmvhsgUrrP7e4aixMFwFOS { width:18.125rem;height:2.25rem;top:53.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGxpXXgFR93KxonEBJVKcO5PZ78ssxTZ { width:13.75rem;height:4rem;top:91.78125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPTOG2D7bclGtsPS5gkT06Ev5qzxJEf { width:11.4375rem;height:2.25rem;top:105.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMPHI9tRLuVUlHmFMIsZpOnuDh6oUKG { top:9.6875rem;left:0rem;width:20rem;height:11.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wDQfiC4yvGPsCTIdh6JXTn1KaOn8L6En { top:22.625rem;left:0rem;width:20rem;height:11.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5GyMBgTkNWIwP25xMl30bdrx02snr2I { top:35.5rem;left:0rem;width:20rem;height:11.4375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TVOOFtiVIEqApFWM31XxdTkNxAJKTWMO { top:48.625rem;left:0rem;width:20rem;height:11.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yg5LTimdH0vaOwmM25BTSkQklrVQA3TH { top:61.5625rem;left:0rem;width:20rem;height:11.4375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BLEvu8LeX1Jww4QbqMFFlRdmN0CgzbAu { top:74.8125rem;left:0rem;width:20rem;height:11.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rVHXGM5HUSkLr7CLAT4AuSG8bNSixcRZ { top:88.0625rem;left:0rem;width:20rem;height:11.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AO9RJxDwEm8yB2QoaOLFOL4RUkb3S0w7 { top:101.1875rem;left:0rem;width:20rem;height:11.4375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fgBOGwIaUaXSIfuekeL1MOiT6BGTzB1s { width:20rem;height:13.9375rem;top:114.1455078125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EWKRchBkOwl3ZVEKdGJmJmzSfxvibCmp { width:6.9983125rem;height:1.9494625rem;top:120.13916015625rem;left:6.685791015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHv0omcpITK7V0T90QqmTxcvwFi3bRR { width:7.9980625rem;height:2.37426875rem;top:119.92553710938rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w { display:block; }#ht5xkLxOkobPGMhW5qsUI5HIHBpRuC0w > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHcD8wRNm5EPKrFxV7UhQLDNio8xA50W { width:11.375rem;height:2.2753875rem;top:7.8125rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypD1InnwPBLyWe8fs1EyCLI4q8x9FR3J { width:4rem;height:4rem;top:2.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBghARU8XvTA0VSmT47W8CrLS7gpeKkz { width:6.25rem;height:0.0625rem;top:33.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJnhXPefkwNyWFdTS7WmhTT1tc1eRD1C { width:10.875rem;height:2.2753875rem;top:18.5625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ67L5AQvE5bEIECAzZq99pcDZacD9h6 { width:0.0625rem;height:7.25rem;top:43.2109375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yR8FJsKR2V1vuJtT9MyUxVl4zKCcvZkO { width:4rem;height:4rem;top:13.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbOzwL0vf4rS1nmGvOAyViXlcIyf7cu { width:9.3125rem;height:1.13769375rem;top:28rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t87mBCpnw1eJaBgW4CuF7sG0R57OIcpc { width:4rem;height:4rem;top:22.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k { display:block; }#qJTsZ05fd6KBtGxahrbBNerqHKeEPf1k > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q35RFnidHETvF7PDk0syzQX1tKEFgahJ { width:9.375rem;height:5.25rem;top:14.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAcPWbVgWtC5mUSlOOJmqfUP8TsgIz9T { width:9.25rem;height:5.0625rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iPdXvmJTbWNqAOgZTidq4FWhv8twwatm { width:7rem;height:5.25rem;top:14.375rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #b7t0q0cyX3V2mzQSJ46iN2syTCn2aCAO { width:4.6875rem;height:5.25rem;top:21.25rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3VDfzkbRpdIeuUxByT0wDkqV0526BMd { width:10.3125rem;height:11.25rem;top:28.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5KOpEHBTzvBSPxFQSVPAuTsUomFLrDC { width:12.4375rem;height:3.8994125rem;top:64.9375rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiLr9agBa2Tn2GTctvc0zDreUZRBsPtX { width:3.9375rem;height:1.950075rem;top:27.1875rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLW8XH2TxGW9wSM9TWvG3KAppR3HApM { width:10.25rem;height:2.4375rem;top:26.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyB9RqLPqanvDfB5JNAXmaC4Gwe7WHiK { width:9.125rem;height:4rem;top:52.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTB0TFl5vkgdFdMefEEf9fk65TsGcpg { width:14.8125rem;height:3.9375rem;top:64.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQengphriT3qnWWIHG0fzo22RzrFEQ4 { width:15.75rem;height:1.6499rem;top:2.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV6mcNeXFG0L0x7FN6rPlhKrT5C86Qbr { width:12.5rem;height:0.125rem;top:4.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITmPMTaFkwNR00kTl5dGKH6uXM8oVQW { width:20rem;height:2.625rem;top:5.75rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsLVMfzbBIkHZ1dN9QZZkgxfEugrLGK { width:3.9375rem;height:1.950075rem;top:14.3125rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aExOiqcLry7GcRuJlkOTeC10Iq1SVEH4 { width:10.25rem;height:2.4375rem;top:14.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UheF6lyA6UZwQ3hinah6O5Qo3tJptV00 { width:8.625rem;height:3.8994125rem;top:52.125rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwzgHDCCgka2oNQRRmgkRSwnTOSyiEWC { width:9.5rem;height:2.375rem;top:40rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEKPRJZ0Xfmu5efHxtFI2VVZWqmAJfsB { width:8.8125rem;height:1.950075rem;top:40.1875rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTZanNeBnRWdJBAJWwdpwRkS88I3NQO { top:9.5625rem;left:0rem;width:20rem;height:11.4375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sgzaTyEOxSKZFrSIUrwxbtS1qpwbHgaT { top:22.4375rem;left:0rem;width:20rem;height:11.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VLUuzPNxgxCHteE6yBptXX8dwWiBvo15 { top:35.4375rem;left:0rem;width:20rem;height:11.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XTIGMtBU9WRcZC3FxsKkT5p5xmagJtoz { top:48.375rem;left:0rem;width:20rem;height:11.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bXqxuuE86uFquSJbbVvQFNJJ1M6zhlsG { top:61.1875rem;left:0rem;width:20rem;height:11.4375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB { display:block; }#q7qoXX7UG31RTkRn12CGf9pGa5LIoWlB > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Ud5oMPpfFiuIHyvky4cslZHXkf0u8H { width:18.3125rem;height:21.75rem;top:10.40625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq4RlDzrP9Zm7SZ23mRS1eQewUg7rfP { width:20rem;height:3.8994125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #FbJEHFZQZfGVTILmfPpFNvnmAanyqNPJ { width:20rem;height:1.29980625rem;top:5.7109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gben1k34Zskg644P3AGlv1tEJTRSDoSC { width:4.75rem;height:2.3125rem;top:7rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTL7RSb7mN04SnkNyqiIkw4aQaUFUiU3 { width:7.5rem;height:1.05615rem;top:7.625rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7Ww0wXGrTH6C01hEE5MFrGpbkblEU4 { width:1.25rem;height:1.25rem;top:7.5rem;left:14.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKz2I4Vz4TTbEWeRoBlhWHiX7CJ0NGCB { width:1.25rem;height:1.25rem;top:7.5rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttG7u7DDvtT49lOAwb5reXtc9FMJWOV { width:1.25rem;height:1.25rem;top:7.5rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob9ckBUhnNL1H1CPRLGw55MOcRKx0aGI { width:1.25rem;height:1.25rem;top:7.5rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqEQhSD83TTUG28pRyFSUm15mE5TI5Wo { width:1.25rem;height:1.25rem;top:7.5rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTE2TgyTFiUoLNQqy88TldIxWglG2gDE { display:block; }#qTE2TgyTFiUoLNQqy88TldIxWglG2gDE > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZEcBeEKz3sOTbnkJqnpyxpilhEHkyc8 { width:20rem;height:21.75rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCDfE0bx2OEC4GD3CdZS6x9PwfJRktfd { width:20rem;height:1.950075rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #U9uzNM7qFC132MtD1byDRtmCitsQ6QNz { width:12.5rem;height:0.0625rem;top:4.662109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq { background-color:#233588;background-image:none;display:block; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { background-color: transparent; background-image: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container > .video-iframe-container { display: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row > .video-iframe-container { display: none; }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .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); }#lNTXiWBO3vBA7WPqNKc9GMoLJtTQ0abq > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KL3yRJTLkH7EWnnelDbWwyJWlMkWHPnV { width:20rem;height:4.62890625rem;top:6.380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oRC3Iq2ICSTHCSQl2Ako5FgW9VBvkaf8 { width:20rem;height:34.1875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBxgXlMX693nbwoxgxmIlooyEcs84z1O { width:20rem;height:9.6875rem;top:70.3935546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcQ5e0VK3XxZOL4nJU5Etv8dbrCRctxc { width:9.25rem;height:3.9375rem;top:1.630859375rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I9HJriwm4WL91guFe1JWzfNQNachC7qV { width:6.875rem;height:0.9746125rem;top:17.625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWcsQq8FrpdXmzSZ2E5TqOACaUZf4AM { width:1.25rem;height:1.25rem;top:17.4375rem;left:18.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nm7saTXnhOMzHNgC6MOvQMutflUxHG { width:1.25rem;height:1.25rem;top:17.4375rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbGOJnTHpmu7CEF1wXEyJiiAZlWAtwVA { width:1.25rem;height:1.25rem;top:17.4375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1sOXP89X7FA6R1d6Wr2fGMxA0SkwiJ9 { width:1.25rem;height:1.25rem;top:17.4375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTRgS8Luhsa71DGug6smHaNGWg1ygOB { width:1.25rem;height:1.25rem;top:17.4375rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JiVuDXeAoxn6MzHI4LEDuPFIhAz9T8 { width:4.75rem;height:2.3125rem;top:16.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B0MzI4ZsLDxnAlgzI376UKRISzvrrJ { width:20rem;height:0;top:1.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#383838;display:none; }
 }@media only screen and (max-width: 763px) { #T2DJoTsJp8M2aiPeqNlAbXnpJ0PyrEoB { width:19.1875rem;height:1.5rem;top:13.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GEmD7nGqkTfW7v8LrafVdAAbKXqD0c45 { width:20rem;height:11.5625rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMzzuGTxWdgvwEzSuTMd9w59tqfO6GIt { width:20rem;height:9.10155rem;top:48.109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OacNLfsKXD8TPpdh64OLMmBP8fOXT5Ad { width:9.6875rem;height:1.8125rem;top:45rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktiglWZ3NgMwF9fECbgV65pzQuQof1C { display:block; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-regular-label { display:block;width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv  { width:17.125rem;height:auto;top:20.578125rem;left:0.1875rem; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv {display:block;}#QTPUdayMcxTWKwnapinZnPw8TXzwyZBv { width:17.125rem;height:auto;top:20.578125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #fKJOyWJZ0fhRd9ALzvcT3zvKfTe6K7UM {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #WZ4niWK8LC3vsEuBbON5lkZFmdSCGo9l { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Di3QrqzPyJv1D3xE6mfk8qqGUCSt8RW5 {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #VA8Dk2URa1e5QHAy5SUe1xJFkMuit6qC {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #L6vhtcFUV3XDpKTm2AAWSS6U0KZmyHSD { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #ktqWGrZrTHw2ul2mabMxzHC1iz88AMQi {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #dNgHlnKoOiJVoWGPT4r9XF13c22T4I2x {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #H9ArJGxtUerHEKyDtOLa6nBvpgvbwZil { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #kcmtVnzbeR2XBVrmhCTk1UOaoLpOVQbx {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #OACA43RLf1PBTSmVxouIEBJqtVHdhcod {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Vg0K5XX5Magr6TTLeQQU84uM4tcmA33A { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #muaOpcAkQ4TWccQKP0EWdqtxedEnPPip {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Map8NCQ2LT7I4iuH5o1ToZAsryuKDTBk {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #uC3WOI7TpzXx9uw1klXSLSoOXrdlyp71 { display:none; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #qz1XzTmQ3eLMQagN50GiQazO9OhlD1Uu {  }
 }@media only screen and (max-width: 763px) { #JKvyQiGvzt1CiSGfMiTyiEArFsed7Vwg { display:block; }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #bv4wiIsPuGyomDVQU5Kx83pAVeIbouIJ {  }
 }@media only screen and (max-width: 763px) { #QTPUdayMcxTWKwnapinZnPw8TXzwyZBv #Exf4CA7L5K1cnW0mVxHEygkR24OU5L6R {  }
 }