.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;overflow:visible;position:relative;display:block; }#UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { color:#f4f4f4;display:block;width:59.9375rem;position:absolute;font-family:"times new roman";font-size:4.875rem;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:11.75rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpdTo1g4c41w1WWmDMcNnRSRTrzZFt8p { color:#fafafa;display:block;width:59.9375rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:400;z-index:100032;line-height:1.1;letter-spacing:0;top:23.75rem;left:0rem;height:6.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { color:#faf6f7;display:block;width:59.9375rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:4.78125rem;left:27.1875rem;overflow:hidden;display:block; }
#gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { color:#fbf8f8;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:31.625rem;left:0rem;height:17.25rem;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; }
#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container { background-color: transparent; background-image: none; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container > .video-iframe-container { display: none; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row > .video-iframe-container { display: none; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .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); }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container { border-width: 0; border-radius: 0; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container { font-size:0.875rem;font-family:arial;height:105.9375rem;width:60rem;position:relative;display:block; }#zFuWKCOUqvUGt08RJpzvOJ1mbTFa1A2v { position:absolute;display:block;z-index:100004;background-color:#c9eaba;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;height:16.5rem;width:60rem;top:3.875rem;left:0rem;display:block; }
#yekkvR9Zx6XLaeTKHTfT6Wi51IRUQuRN { position:absolute;display:block;z-index:100008;background-color:#c9eaba;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;height:56.6875rem;width:35.625rem;top:43.75rem;left:24.375rem;display:block; }
#y4an12usMRETFfTz778hZtri1rwGc7pc { color:#121010;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100029;line-height:.9;letter-spacing:0;top:5.5625rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAcLhWLeG02vSM8THPqdewzBfUocAtVO { color:#100f0f;display:block;width:59.8125rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:11.3125rem;left:0rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTScvSEQuU7rJRz7KTsTZ1fSVD46Wn8I { position:absolute;display:block;z-index:100009;background-color:#bddeec;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;height:56.6875rem;width:21.1875rem;top:43.75rem;left:0rem;display:block; }
#TPZbcUUVP6ys9bre8oF75TD932F1G83A { position:absolute;display:block;z-index:100010;background-color:#4b9e99;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;height:3rem;width:16.25rem;top:42.3125rem;left:2.5rem;display:block; }
#v9C8DgsmiDADPWuRCRin5n4USvnaWEhT { position:absolute;display:block;z-index:100009;background-color:#c9eaba;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;height:4.9375rem;width:16.1875rem;top:45.5rem;left:2.5rem;display:block; }
#iQtrfByGW8TDsn67ixDRWhQKUlaHgbqh { color:#120f10;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:42.9375rem;left:2.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pd4FaM7lhEcxQTXw6LZDRRCDvrrZE15D { color:#120f10;display:block;width:14.8125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:45.3125rem;left:3.1875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upOSJ8Vn3f1OqfqwQq7ppUwMJoPhvaAM { color:#565353;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:50.5rem;left:2.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5Qz3iaaC9bHugT20PGCv1vAoHuzk2sg { color:#0e0d0d;display:block;width:11.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:54.375rem;left:6.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kRhanWvUcwnBvMSMhRTH2kaqFVoSiPSs { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:59.8125rem;left:6.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3dfVTSDg3baTn3Ii3TStDrmkQU0uqAn { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:63.9375rem;left:6.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXWDu0dEwXLWpby5BZmTrk0bkGk8nohu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:47.3125rem;left:26.75rem;overflow:hidden;display:block; }
#hKUmNq9S4gMFqVKDDCW1cNc9eQI4DJl2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:55.5625rem;left:2.5rem;overflow:hidden;display:block; }
#EwhpCNfase8C1EgnxHGfmNU8sITkZAEH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:60.0625rem;left:2.5rem;overflow:hidden;display:block; }
#hz8tCTTm8fgCJ1TPEcIdPGgJ5c8cTgDe { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:64.25rem;left:2.5rem;overflow:hidden;display:block; }
#yoNx1KkX3Ze21c6SmDrqwwZm05yzTpDt { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:76rem;left:6.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#inTCfJLCmdIcv6R1XgUr87vtiKfZiwAi { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:70.25rem;left:2.5rem;overflow:hidden;display:block; }
#cl2viCr0Hi45G6LmtpQxIgKHTrUqdu9T { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:84.1875rem;left:6.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFWduHizdhG3Cs81eT6VpsOEbs8TR3QS { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:90.1875rem;left:6.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gD3uiAJcuIkFZbnf8cgtv6e13U5bHII0 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:77.375rem;left:2.5rem;overflow:hidden;display:block; }
#rW9VyMt3qm2fy3s3AZBtmBH6kzP9ZFPX { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:85.4375rem;left:2.5rem;overflow:hidden;display:block; }
#ww6ZHdwfmsqb7bTTDqfq7GRuobBfUToT { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:47rem;left:33.0625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 { color:#0e0d0d;display:block;width:24.375rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:55.8125rem;left:35.625rem;height:19.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 li:before{  }
#BmmA5m0PTL1WBDyq18dcKDwBbXoeUaUd { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:53rem;left:33.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnwX20zEy5kHaMSCXRivWB1FBXvSUyRk { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:53.3125rem;left:26.75rem;overflow:hidden;display:block; }
#VU7pzTbVA6k1tRzpLdHQ1Kq6rZTOtMHx { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:77.3125rem;left:27.4375rem;overflow:hidden;display:block; }
#uQUG9zLgTP2nhH9rwS2dICTPOA7GZCvy { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:76.9375rem;left:33.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJyKak0VDcZ0tTqlqbiXDHEdd6OxEErR { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:86.25rem;left:27.4375rem;overflow:hidden;display:block; }
#l1hthBufP5zeiNG0BFTWeRzWGdSD9gD7 { color:#0e0d0d;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:85.8125rem;left:33.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IyFXhmsBCB1Ma7fDKKQiDO55EXe0uPtT { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:90.375rem;left:33.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVxtDMzQITck8GtUPqTloMFPZSlPArzd { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:93.25rem;left:33.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AD9Qyrt4ouFORrcsgfnBVLQmBBqrnXWS { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:90.875rem;left:27.4375rem;overflow:hidden;display:block; }
#E2JQTbXF6qiEGSZ4rnmvLadK99LuvBJT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:95.4375rem;left:27.4375rem;overflow:hidden;display:block; }
#TnfF5hr2l02gXI86vGbmteAEcgAZlHUa { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:68.5625rem;left:6.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkSiccThfxgTkpCOnpRtCcWIuDa4nFgd { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:92.125rem;left:2.5rem;overflow:hidden;display:block; }
#n9oIXBygZxp4ZTbUz9rFHkJfbTTDg0Gz { color:#0e0d0d;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:81.3125rem;left:33.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xx6X2CLn4I82mNrpm5oBuKoFFNvzV3aG { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:81.625rem;left:27.4375rem;overflow:hidden;display:block; }
#WHQtV0KstgEfLdpNl0S75f2JU0gWtq8o { color:#120f10;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:48.75rem;left:2.15625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHgoh1Bo5gATFN5RHM8wgSZOrTRm8PIM { position:absolute;display:block;z-index:100011;background-color:#c9eaba;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;height:16.625rem;width:25.3125rem;top:23.5625rem;left:17.375rem;display:block; }
#FnmxraWWKm9oxXtOMKuudmP5nmZXT8bK { color:#120f10;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruqXZTdhRRNRvDTJyEozTmHJvS7zOEXv { color:#120f10;display:block;width:24.75rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.6875rem;left:17.625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Lh5K2NbbTIl5THw0wd1JE0vXPNNU6a { color:#120f10;display:block;width:21.375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.1875rem;left:19.3125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mx86m7Vq2g0LocsZEWzkeweifT4QUCNC { background-color:#5d92ff;background-image:none;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-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:32.4375rem;left:20.8125rem;display:block; }
#d5ZVFWWMntky9xf08QDu7l4kHpXrnyat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xw6WzesQUFyaIJgRAZXkwNMsH1QKWpMb { color:#120f10;display:block;width:20.0625rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:38.25rem;left:20rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVaqmITWDfStOqueyh5zEQENy1N6OGuc { position:absolute;display:block;z-index:100011;background-color:#4b9e99;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;height:3rem;width:16.25rem;top:22.1875rem;left:21.875rem;display:block; }
#rd8Ni61TINixlX92mv5nb3deRloRMKxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo.adaptive-delivery-prevent-bg, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyload, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyloading { background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { background-color: transparent; background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .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); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { border-width: 0; border-radius: 0; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container { background-color: transparent; background-image: none; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container > .video-iframe-container { display: none; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row > .video-iframe-container { display: none; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .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); }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container { border-width: 0; border-radius: 0; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container { font-size:0.875rem;font-family:arial;height:95.875rem;width:60rem;position:relative;display:block; }#HFfPkXsq6LkT8FzDnanE2oEi0eDpnDV6 { position:absolute;display:block;z-index:100004;background-color:#c9eaba;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;height:16.5rem;width:60rem;top:3.875rem;left:0rem;display:block; }
#wKuZlsnDd0Qe6oHfawU68u1siikEgEKO { position:absolute;display:block;z-index:100008;background-color:#c9eaba;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;height:47.5625rem;width:35.625rem;top:42.875rem;left:24.4375rem;display:block; }
#IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { color:#121010;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100029;line-height:.9;letter-spacing:0;top:5.5625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { color:#100f0f;display:block;width:59.8125rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:11.3125rem;left:0rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FO4lTENS2cXohkRdD0ITZn3rR3tbyfiX { position:absolute;display:block;z-index:100009;background-color:#bddeec;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;height:47.5625rem;width:21.1875rem;top:42.875rem;left:0rem;display:block; }
#r9Q2EXnTdNtTe5M6TUpT7E90qdRsxKay { position:absolute;display:block;z-index:100010;background-color:#4b9e99;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;height:3rem;width:16.25rem;top:41.4375rem;left:2.5rem;display:block; }
#JEuxXx6CxyANEoroG1ULbyGzzBbseSJI { position:absolute;display:block;z-index:100009;background-color:#c9eaba;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;height:4.6875rem;width:16.1875rem;top:44.625rem;left:2.5rem;display:block; }
#tAlR6F9NSUzf85tRt2DbDpMON1vowtxW { color:#120f10;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:42.0625rem;left:2.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWKU4NDJpzUNARAtTE7LOu1WwGTCr6J6 { color:#120f10;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:47.625rem;left:2.15625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOABEy0FWb4Xt5DsopxfLbq5128Vppi9 { color:#565353;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:49.625rem;left:2.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4qHeprFKXxslisufILvkdc1FLbmwIKl { color:#0e0d0d;display:block;width:11.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:53.5rem;left:6.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbhT3rTtFAlet6cT3uQMRbzcTmHAXzg9 { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:58.9375rem;left:6.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLCvE5wcp1XPuQirT28Pgpz7Aia7zPgb { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:63rem;left:6.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tq92TrLpJutEIs7HTV5Z3HaZCMtAM7KQ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:46.375rem;left:26.75rem;overflow:hidden;display:block; }
#rPSSveDdqk6dKZc9kr8eBI7LqRokctqh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:54.6875rem;left:2.5rem;overflow:hidden;display:block; }
#mC2DvEChfX29iQDsRDkghB45XfBUE5EQ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:59.1875rem;left:2.5rem;overflow:hidden;display:block; }
#ZdfXh6d0TSQp2S4Hr9aQ6OTJgcruwwCZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:63.3125rem;left:2.5rem;overflow:hidden;display:block; }
#EkR5Q28dLAbS8QTd2UtWSkGdz0N8Lab8 { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:67.5625rem;left:6.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpdG1OrZwDKNEVTAumd7B37NGKQqd9so { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:69rem;left:2.5rem;overflow:hidden;display:block; }
#XNBrSmtmw8dQt2EP8OdhKp4Xv9EFXPho { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:75.3125rem;left:6.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZidThTKx81VEaNq9n4JKLr25IRCZzBGy { color:#0e0d0d;display:block;width:12.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:81.75rem;left:6.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAyKJ1K7xChAQxo8wgvTO8MVzMTf8z0A { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:76.5rem;left:2.5rem;overflow:hidden;display:block; }
#rkeB6F0NIKR6QEyfCgMWZId7dyIXGbCR { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.25rem;top:83.75rem;left:2.5rem;overflow:hidden;display:block; }
#LTMtcK4d8JqBv5ko18kyB4U8UsfEfFxt { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:46.0625rem;left:33.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi { color:#0e0d0d;display:block;width:24.375rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:52.625rem;left:33.6875rem;height:15.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi li:before{  }
#JTkVw5zQalLdFyprKlTfPF816MhUgVU9 { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:52.0625rem;left:33.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CV4ta7TauHENVxy9zs7bXBuXemb4U9uR { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:52.375rem;left:26.75rem;overflow:hidden;display:block; }
#wJFeWpvLU1uhkGzmfaslCksHK8vfpAeH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:69.375rem;left:26.75rem;overflow:hidden;display:block; }
#MERL8Lp4lqp26MywJt05BnOyzlsvi26z { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:69.0625rem;left:33.0625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKArbvFIRnqMqQNyyw75DhCNRC2pAT8T { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:74rem;left:26.75rem;overflow:hidden;display:block; }
#rtJrf3fIviCaNi2hHuQ6o9xo1XuJshnk { color:#0e0d0d;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:73.5625rem;left:33.0625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVfSmbVxc1pr031LEnWn9x2NTCybfLUV { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:77.9375rem;left:33.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUfNknK8UlubiIrg9Dgz5qv7tUZ68hhr { color:#0e0d0d;display:block;width:25.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:81.75rem;left:33.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHRh4Ibgvo2qbDmE9PLgba3gZphvk3C3 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:78.6875rem;left:26.75rem;overflow:hidden;display:block; }
#pEhbani0wWDHTpIxmgm33d739ZE2ZCr2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:3.1875rem;top:83.5625rem;left:26.75rem;overflow:hidden;display:block; }
#s353vuCdhOgx62SwZaiXwJ47B1Z53Tcn { color:#120f10;display:block;width:14.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:44.4375rem;left:3.15625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmoTaQpZ9TZqCFGZUbqbMiZ51vUtyL8T { position:absolute;display:block;z-index:100012;background-color:#c9eaba;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;height:16.625rem;width:25.3125rem;top:56.875rem;left:34.6875rem;display:block; }
#eThFqaJ2gbBSPA4PfTnE25ZkhoCdB4Wd { position:absolute;display:block;z-index:100017;background-color:#c9eaba;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;height:16.25rem;width:25.3125rem;top:23.375rem;left:17.34375rem;display:block; }
#thNNUFXMT8QIWbSH9PK7tnvZN7wM7oPe { color:#120f10;display:block;width:24.75rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:25.125rem;left:17.625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9VLKzxAMWpaH8d3nIh0IDyVI4GKVRvR { color:#120f10;display:block;width:20.25rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:22.15625rem;left:19.875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaLyclzpA2s6AEQLD2FNNNcMMu2fZASe { color:#120f10;display:block;width:21.375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.3125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfSuLJnutkDNJNdsZLQfTU3402oiQrHe { background-color:#5d92ff;background-image:none;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-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:31.1875rem;left:20.8125rem;display:block; }
#KuDpEQN6XZFhTB5IJGqI5ubhaTwLTNih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T5crtFZ5XNOuXfXz2BTIV2VVuLpv0OCd { color:#120f10;display:block;width:20.0625rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:36.5625rem;left:19.96875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTSX4yXvBsZb2KoL9M66CJX8mRZ4COrr { position:absolute;display:block;z-index:100038;background-color:#4b9e99;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;height:3rem;width:18.375rem;top:21.625rem;left:20.8125rem;display:block; }
#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN.adaptive-delivery-prevent-bg, #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN.lazyload, #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN.lazyloading { background-image: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { background-color: transparent; background-image: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container > .video-iframe-container { display: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row > .video-iframe-container { display: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .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); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { border-width: 0; border-radius: 0; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:3.625rem;left:23.5625rem;height:1.25rem;display:block; }
#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 { position:relative;display:block; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 { background-color: transparent; background-image: none; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row .container > .video-iframe-container { display: none; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row > .video-iframe-container { display: none; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .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); }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 { border-width: 0; border-radius: 0; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#eoBEShurM6vPCoVIMinPPUoLpV2SABg7 { color:#4b9e99;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.4;letter-spacing:0;top:5.125rem;left:-0.0625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkqh39xpyT1gGfP2hSgQr8ZBF0QQxCTV { color:#191c1c;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.1875rem;font-weight:700;z-index:100047;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbZQTh6ZdoFafA3qZh3qBW7KTx9SlPGb { color:#4b9e99;display:block;width:58.1875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.4;letter-spacing:0;top:16.375rem;left:1.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TN3qacRfTSmiWTvIabPLkBTU2BRJICiQ { color:#212de1;display:block;width:57.1875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.4;letter-spacing:0;top:18.59375rem;left:2.8125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCfLrUF6fXM6So4n3dnwFLnvDl2e1E1U { color:#4b9e99;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100047;line-height:1.4;letter-spacing:0;top:23.4375rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiC1CIo2n3mgnO30H3FHn09t2O3eOf4O { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f100f;border-left:0.0625rem solid #0f100f;border-right:0.0625rem solid #0f100f;border-bottom:0.0625rem solid #0f100f;height:4.375rem;width:59.875rem;top:22.0625rem;left:0rem;display:block; }
#P3snTHyi0ykgcTCyBBes0KX2GgNJPK9G { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f100f;border-left:0.0625rem solid #0f100f;border-right:0.0625rem solid #0f100f;border-bottom:0.0625rem solid #0f100f;height:4.0625rem;width:59.875rem;top:38.34375rem;left:0rem;display:block; }
#Q3GSAa7iFNcgKqtAKDMa3VChNUThItpO { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f100f;border-left:0.0625rem solid #0f100f;border-right:0.0625rem solid #0f100f;border-bottom:0.0625rem solid #0f100f;height:6.5625rem;width:59.875rem;top:13.90625rem;left:0rem;display:block; }
#WcO1wdbTAg2AqevLOuMiMAtUrTPZoHio { color:#4b9e99;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.3125rem;font-weight:700;z-index:100048;line-height:1.4;letter-spacing:0;top:14.625rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgdlAO41vqNLHhRL4RuBmhcIqBBLLtAJ { color:#4b9e99;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.3125rem;font-weight:700;z-index:100049;line-height:1.4;letter-spacing:0;top:31.03125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyykmfH4dxc7GgOIMpz83q7ygiZtn642 { color:#212de1;display:block;width:57.1875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100049;line-height:1.4;letter-spacing:0;top:34.59375rem;left:2.8125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAeoLnZ6VlwnUzdevwMmKgRb6vPgU9lo { color:#4b9e99;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.4;letter-spacing:0;top:39.5625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyfRwIE5raZ6lnBvsifBgbwlbzyFgvPu { color:#4b9e99;display:block;width:58.1875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.4;letter-spacing:0;top:32.84375rem;left:0.90625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O5SeapWl37R2UGAI9JQrP5Jb4ClMW3Kq { position:absolute;display:block;z-index:100052;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f100f;border-left:0.0625rem solid #0f100f;border-right:0.0625rem solid #0f100f;border-bottom:0.0625rem solid #0f100f;height:6.5625rem;width:59.875rem;top:30.375rem;left:0rem;display:block; }
#cTpyNL4row1xPN0fTAWzIRFUu54DDNfm { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f100f;border-left:0.0625rem solid #0f100f;border-right:0.0625rem solid #0f100f;border-bottom:0.0625rem solid #0f100f;height:6.375rem;width:59.875rem;top:3.9375rem;left:0rem;display:block; }
#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL.adaptive-delivery-prevent-bg, #DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL.lazyload, #DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL.lazyloading { background-image: none; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container { background-color: transparent; background-image: none; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container > .video-iframe-container { display: none; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,211,211,0.28); }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row > .video-iframe-container { display: none; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .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); }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container { border-width: 0; border-radius: 0; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#GNKvKEODoGDTlhImmTkxNlZOKekTae9W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:3.625rem;left:23.5625rem;height:1.25rem;display:block; }
#LeAUKlDsokm1cnUsZ303Vp68CQgcr50G { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.15625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { position:absolute;display:block;z-index:100026;background-color:#00acf8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:7.3125rem;left:23.75rem;display:block; }
#Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { position:absolute;display:block;z-index:100024;background-color:#00acf8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:7.3125rem;left:27.1875rem;display:block; }
#oWaooqsMmWW6CEde4yi8kCe8XePmryRH { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:7.625rem;left:27.5rem;display:block; }
#gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:7.625rem;left:24.0625rem;display:block; }
#zccrwHAaIsJyGwC6AglTGFR8coPW65gz { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:7.625rem;left:30.875rem;display:block; }
#JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { position:absolute;display:block;z-index:100018;background-color:#00acf8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:7.3125rem;left:30.4375rem;display:block; }
#OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { position:absolute;display:block;z-index:100016;background-color:#00acf8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:7.3125rem;left:33.75rem;display:block; }
#ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:7.625rem;left:34.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:47.75rem;height:10.5rem;top:11.75rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpdTo1g4c41w1WWmDMcNnRSRTrzZFt8p { width:47.75rem;height:6.9375rem;top:23.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { top:4.75rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { top:31.625rem;left:0rem;width:47.75rem;height:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4tXRD1ro09VmeIg67F8fRvCNKXssg { display:block; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuWKCOUqvUGt08RJpzvOJ1mbTFa1A2v { width:47.75rem;height:16.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yekkvR9Zx6XLaeTKHTfT6Wi51IRUQuRN { width:35.625rem;height:56.6875rem;top:43.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4an12usMRETFfTz778hZtri1rwGc7pc { width:47.75rem;height:4.125rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAcLhWLeG02vSM8THPqdewzBfUocAtVO { width:47.75rem;height:5.75rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTScvSEQuU7rJRz7KTsTZ1fSVD46Wn8I { width:21.1875rem;height:56.6875rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZbcUUVP6ys9bre8oF75TD932F1G83A { width:16.25rem;height:3rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9C8DgsmiDADPWuRCRin5n4USvnaWEhT { width:16.1875rem;height:4.9375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtrfByGW8TDsn67ixDRWhQKUlaHgbqh { width:16.875rem;height:1.75rem;top:42.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4FaM7lhEcxQTXw6LZDRRCDvrrZE15D { width:14.8125rem;height:3.5rem;top:45.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOSJ8Vn3f1OqfqwQq7ppUwMJoPhvaAM { width:16.875rem;height:1.5rem;top:50.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Qz3iaaC9bHugT20PGCv1vAoHuzk2sg { width:11.875rem;height:4.5rem;top:54.375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRhanWvUcwnBvMSMhRTH2kaqFVoSiPSs { width:12.0625rem;height:3rem;top:59.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3dfVTSDg3baTn3Ii3TStDrmkQU0uqAn { width:12.0625rem;height:3rem;top:63.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWDu0dEwXLWpby5BZmTrk0bkGk8nohu { width:3.1875rem;height:2.375rem;top:47.3125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKUmNq9S4gMFqVKDDCW1cNc9eQI4DJl2 { width:2.25rem;height:2.1875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwhpCNfase8C1EgnxHGfmNU8sITkZAEH { width:2.25rem;height:2.1875rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz8tCTTm8fgCJ1TPEcIdPGgJ5c8cTgDe { width:2.25rem;height:2.1875rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoNx1KkX3Ze21c6SmDrqwwZm05yzTpDt { width:12.0625rem;height:6rem;top:76rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTCfJLCmdIcv6R1XgUr87vtiKfZiwAi { width:2.25rem;height:2.1875rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2viCr0Hi45G6LmtpQxIgKHTrUqdu9T { width:12.0625rem;height:4.5rem;top:84.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFWduHizdhG3Cs81eT6VpsOEbs8TR3QS { width:12.0625rem;height:6rem;top:90.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD3uiAJcuIkFZbnf8cgtv6e13U5bHII0 { width:2.25rem;height:2.1875rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW9VyMt3qm2fy3s3AZBtmBH6kzP9ZFPX { width:2.25rem;height:2.1875rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6ZHdwfmsqb7bTTDqfq7GRuobBfUToT { width:25.5625rem;height:3rem;top:47rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 { width:24.375rem;height:19.3125rem;top:55.8125rem;left:23.375rem;font-size:1rem;display:block; }#iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 li:before{  }
 }@media only screen and (max-width: 763px) { #BmmA5m0PTL1WBDyq18dcKDwBbXoeUaUd { width:25.5625rem;height:1.5rem;top:53rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnwX20zEy5kHaMSCXRivWB1FBXvSUyRk { width:3.1875rem;height:2.375rem;top:53.3125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU7pzTbVA6k1tRzpLdHQ1Kq6rZTOtMHx { width:3.1875rem;height:2.375rem;top:77.3125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQUG9zLgTP2nhH9rwS2dICTPOA7GZCvy { width:25.5625rem;height:3rem;top:76.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJyKak0VDcZ0tTqlqbiXDHEdd6OxEErR { width:3.1875rem;height:2.375rem;top:86.25rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hthBufP5zeiNG0BFTWeRzWGdSD9gD7 { width:25.0625rem;height:3rem;top:85.8125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyFXhmsBCB1Ma7fDKKQiDO55EXe0uPtT { width:25.5625rem;height:4.5rem;top:90.375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVxtDMzQITck8GtUPqTloMFPZSlPArzd { width:25.5625rem;height:4.5rem;top:93.25rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9Qyrt4ouFORrcsgfnBVLQmBBqrnXWS { width:3.1875rem;height:2.375rem;top:90.875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JQTbXF6qiEGSZ4rnmvLadK99LuvBJT { width:3.1875rem;height:2.375rem;top:95.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfF5hr2l02gXI86vGbmteAEcgAZlHUa { width:12.0625rem;height:6rem;top:68.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSiccThfxgTkpCOnpRtCcWIuDa4nFgd { width:2.25rem;height:2.1875rem;top:92.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9oIXBygZxp4ZTbUz9rFHkJfbTTDg0Gz { width:25.0625rem;height:3rem;top:81.3125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6X2CLn4I82mNrpm5oBuKoFFNvzV3aG { width:3.1875rem;height:2.375rem;top:81.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHQtV0KstgEfLdpNl0S75f2JU0gWtq8o { width:16.875rem;height:1.75rem;top:48.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHgoh1Bo5gATFN5RHM8wgSZOrTRm8PIM { width:25.3125rem;height:16.625rem;top:23.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmxraWWKm9oxXtOMKuudmP5nmZXT8bK { width:16.875rem;height:0;top:22.5rem;left:15.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqXZTdhRRNRvDTJyEozTmHJvS7zOEXv { width:24.75rem;height:3.5rem;top:25.6875rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Lh5K2NbbTIl5THw0wd1JE0vXPNNU6a { width:21.375rem;height:1.75rem;top:29.1875rem;left:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx86m7Vq2g0LocsZEWzkeweifT4QUCNC { width:18.375rem;height:3.5rem;top:32.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ZVFWWMntky9xf08QDu7l4kHpXrnyat { display:block; }
 }@media only screen and (max-width: 763px) { #Xw6WzesQUFyaIJgRAZXkwNMsH1QKWpMb { width:20.0625rem;height:1.375rem;top:38.25rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVaqmITWDfStOqueyh5zEQENy1N6OGuc { width:16.25rem;height:3rem;top:22.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 { display:block; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFfPkXsq6LkT8FzDnanE2oEi0eDpnDV6 { width:47.75rem;height:16.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuZlsnDd0Qe6oHfawU68u1siikEgEKO { width:35.625rem;height:47.5625rem;top:42.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { width:47.75rem;height:2.75rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:47.75rem;height:5.75rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO4lTENS2cXohkRdD0ITZn3rR3tbyfiX { width:21.1875rem;height:47.5625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Q2EXnTdNtTe5M6TUpT7E90qdRsxKay { width:16.25rem;height:3rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEuxXx6CxyANEoroG1ULbyGzzBbseSJI { width:16.1875rem;height:4.6875rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlR6F9NSUzf85tRt2DbDpMON1vowtxW { width:16.875rem;height:1.75rem;top:42.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKU4NDJpzUNARAtTE7LOu1WwGTCr6J6 { width:16.875rem;height:1.75rem;top:47.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOABEy0FWb4Xt5DsopxfLbq5128Vppi9 { width:16.875rem;height:1.5rem;top:49.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4qHeprFKXxslisufILvkdc1FLbmwIKl { width:11.875rem;height:4.5rem;top:53.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbhT3rTtFAlet6cT3uQMRbzcTmHAXzg9 { width:12.0625rem;height:3rem;top:58.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLCvE5wcp1XPuQirT28Pgpz7Aia7zPgb { width:12.0625rem;height:3rem;top:63rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq92TrLpJutEIs7HTV5Z3HaZCMtAM7KQ { width:3.1875rem;height:2.375rem;top:46.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSSveDdqk6dKZc9kr8eBI7LqRokctqh { width:2.25rem;height:2.1875rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2DvEChfX29iQDsRDkghB45XfBUE5EQ { width:2.25rem;height:2.1875rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfXh6d0TSQp2S4Hr9aQ6OTJgcruwwCZ { width:2.25rem;height:2.1875rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkR5Q28dLAbS8QTd2UtWSkGdz0N8Lab8 { width:12.0625rem;height:6rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpdG1OrZwDKNEVTAumd7B37NGKQqd9so { width:2.25rem;height:2.1875rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNBrSmtmw8dQt2EP8OdhKp4Xv9EFXPho { width:12.0625rem;height:4.5rem;top:75.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidThTKx81VEaNq9n4JKLr25IRCZzBGy { width:12.0625rem;height:6rem;top:81.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyKJ1K7xChAQxo8wgvTO8MVzMTf8z0A { width:2.25rem;height:2.1875rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkeB6F0NIKR6QEyfCgMWZId7dyIXGbCR { width:2.25rem;height:2.1875rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMtcK4d8JqBv5ko18kyB4U8UsfEfFxt { width:25.5625rem;height:4.5rem;top:46.0625rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi { width:24.375rem;height:15.6875rem;top:52.625rem;left:23.375rem;font-size:1rem;display:block; }#VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi li:before{  }
 }@media only screen and (max-width: 763px) { #JTkVw5zQalLdFyprKlTfPF816MhUgVU9 { width:25.5625rem;height:1.5rem;top:52.0625rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV4ta7TauHENVxy9zs7bXBuXemb4U9uR { width:3.1875rem;height:2.375rem;top:52.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFeWpvLU1uhkGzmfaslCksHK8vfpAeH { width:3.1875rem;height:2.375rem;top:69.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MERL8Lp4lqp26MywJt05BnOyzlsvi26z { width:25.5625rem;height:3rem;top:69.0625rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKArbvFIRnqMqQNyyw75DhCNRC2pAT8T { width:3.1875rem;height:2.375rem;top:74rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJrf3fIviCaNi2hHuQ6o9xo1XuJshnk { width:25.0625rem;height:3rem;top:73.5625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVfSmbVxc1pr031LEnWn9x2NTCybfLUV { width:25.5625rem;height:4.5rem;top:77.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUfNknK8UlubiIrg9Dgz5qv7tUZ68hhr { width:25.5625rem;height:4.5rem;top:81.75rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRh4Ibgvo2qbDmE9PLgba3gZphvk3C3 { width:3.1875rem;height:2.375rem;top:78.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEhbani0wWDHTpIxmgm33d739ZE2ZCr2 { width:3.1875rem;height:2.375rem;top:83.5625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s353vuCdhOgx62SwZaiXwJ47B1Z53Tcn { width:14.875rem;height:3.5rem;top:44.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoTaQpZ9TZqCFGZUbqbMiZ51vUtyL8T { width:25.3125rem;height:16.625rem;top:56.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThFqaJ2gbBSPA4PfTnE25ZkhoCdB4Wd { width:25.3125rem;height:16.25rem;top:23.375rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thNNUFXMT8QIWbSH9PK7tnvZN7wM7oPe { width:24.75rem;height:3.5rem;top:25.125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VLKzxAMWpaH8d3nIh0IDyVI4GKVRvR { width:20.25rem;height:2.0625rem;top:22.125rem;left:13.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLyclzpA2s6AEQLD2FNNNcMMu2fZASe { width:21.375rem;height:1.75rem;top:28.5625rem;left:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSuLJnutkDNJNdsZLQfTU3402oiQrHe { width:18.375rem;height:3.5rem;top:31.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDpEQN6XZFhTB5IJGqI5ubhaTwLTNih { display:block; }
 }@media only screen and (max-width: 763px) { #T5crtFZ5XNOuXfXz2BTIV2VVuLpv0OCd { width:20.0625rem;height:1.375rem;top:36.5625rem;left:13.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTSX4yXvBsZb2KoL9M66CJX8mRZ4COrr { width:18.375rem;height:3rem;top:21.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { display:block; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { top:3.625rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 { display:block; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoBEShurM6vPCoVIMinPPUoLpV2SABg7 { width:47.75rem;height:1.75rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqh39xpyT1gGfP2hSgQr8ZBF0QQxCTV { width:47.75rem;height:1.625rem;top:7.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZQTh6ZdoFafA3qZh3qBW7KTx9SlPGb { width:47.75rem;height:1.75rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3qacRfTSmiWTvIabPLkBTU2BRJICiQ { width:47.75rem;height:1.75rem;top:18.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCfLrUF6fXM6So4n3dnwFLnvDl2e1E1U { width:47.75rem;height:1.75rem;top:23.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiC1CIo2n3mgnO30H3FHn09t2O3eOf4O { top:22.0625rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3snTHyi0ykgcTCyBBes0KX2GgNJPK9G { top:38.3125rem;left:0rem;width:47.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GSAa7iFNcgKqtAKDMa3VChNUThItpO { top:13.875rem;left:0rem;width:47.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcO1wdbTAg2AqevLOuMiMAtUrTPZoHio { width:47.75rem;height:1.8125rem;top:14.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdlAO41vqNLHhRL4RuBmhcIqBBLLtAJ { width:47.75rem;height:1.8125rem;top:31rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyykmfH4dxc7GgOIMpz83q7ygiZtn642 { width:47.75rem;height:1.75rem;top:34.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAeoLnZ6VlwnUzdevwMmKgRb6vPgU9lo { width:47.75rem;height:1.75rem;top:39.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyfRwIE5raZ6lnBvsifBgbwlbzyFgvPu { width:47.75rem;height:1.75rem;top:32.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SeapWl37R2UGAI9JQrP5Jb4ClMW3Kq { top:30.375rem;left:0rem;width:47.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpyNL4row1xPN0fTAWzIRFUu54DDNfm { top:3.9375rem;left:0rem;width:47.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL { display:block; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNKvKEODoGDTlhImmTkxNlZOKekTae9W { top:3.625rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeAUKlDsokm1cnUsZ303Vp68CQgcr50G { top:2.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:2.5rem;height:2.5rem;top:7.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:2.5rem;height:2.5rem;top:7.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWaooqsMmWW6CEde4yi8kCe8XePmryRH { width:1.9375rem;height:1.9375rem;top:7.625rem;left:21.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { width:1.9375rem;height:1.9375rem;top:7.625rem;left:17.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccrwHAaIsJyGwC6AglTGFR8coPW65gz { width:1.75rem;height:1.75rem;top:7.625rem;left:24.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:2.5rem;height:2.5rem;top:7.3125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:2.5rem;height:2.5rem;top:7.3125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { width:1.9375rem;height:1.9375rem;top:7.625rem;left:27.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/JsMph9hv/Capture_d_e_cran_2021_06_10_a_11.57.49.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:20rem;height:17.5rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#0c0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #lpdTo1g4c41w1WWmDMcNnRSRTrzZFt8p { width:20rem;height:5rem;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#f6f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { width:16.3125rem;height:2.5rem;top:1rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { width:3.875rem;height:3.875rem;top:4.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { width:20rem;height:35.625rem;top:35rem;left:0rem;font-size:0.9375rem;color:#e5eff3;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4tXRD1ro09VmeIg67F8fRvCNKXssg { display:block; }#A6z4tXRD1ro09VmeIg67F8fRvCNKXssg > .row .container { width:20rem;height:240.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuWKCOUqvUGt08RJpzvOJ1mbTFa1A2v { width:18.9375rem;height:18.75rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yekkvR9Zx6XLaeTKHTfT6Wi51IRUQuRN { width:18.9375rem;height:18.75rem;top:53rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4an12usMRETFfTz778hZtri1rwGc7pc { width:20rem;height:3.375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAcLhWLeG02vSM8THPqdewzBfUocAtVO { width:20rem;height:17.8125rem;top:8.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTScvSEQuU7rJRz7KTsTZ1fSVD46Wn8I { width:20rem;height:56.6875rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZbcUUVP6ys9bre8oF75TD932F1G83A { width:16.25rem;height:3rem;top:155.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9C8DgsmiDADPWuRCRin5n4USvnaWEhT { width:16.1875rem;height:4.9375rem;top:98.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtrfByGW8TDsn67ixDRWhQKUlaHgbqh { width:16.875rem;height:0;top:154.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4FaM7lhEcxQTXw6LZDRRCDvrrZE15D { width:14.8125rem;height:0;top:97.9375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOSJ8Vn3f1OqfqwQq7ppUwMJoPhvaAM { width:16.875rem;height:0;top:103.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Qz3iaaC9bHugT20PGCv1vAoHuzk2sg { width:11.875rem;height:0;top:107rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRhanWvUcwnBvMSMhRTH2kaqFVoSiPSs { width:12.0625rem;height:0;top:112.4375rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3dfVTSDg3baTn3Ii3TStDrmkQU0uqAn { width:12.0625rem;height:0;top:116.5625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXWDu0dEwXLWpby5BZmTrk0bkGk8nohu { width:3.1875rem;height:2.375rem;top:159.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKUmNq9S4gMFqVKDDCW1cNc9eQI4DJl2 { width:2.25rem;height:2.1875rem;top:108.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwhpCNfase8C1EgnxHGfmNU8sITkZAEH { width:2.25rem;height:2.1875rem;top:112.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz8tCTTm8fgCJ1TPEcIdPGgJ5c8cTgDe { width:2.25rem;height:2.1875rem;top:116.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoNx1KkX3Ze21c6SmDrqwwZm05yzTpDt { width:12.0625rem;height:0;top:128.625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTCfJLCmdIcv6R1XgUr87vtiKfZiwAi { width:2.25rem;height:2.1875rem;top:122.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2viCr0Hi45G6LmtpQxIgKHTrUqdu9T { width:12.0625rem;height:0;top:136.8125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFWduHizdhG3Cs81eT6VpsOEbs8TR3QS { width:12.0625rem;height:0;top:142.8125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD3uiAJcuIkFZbnf8cgtv6e13U5bHII0 { width:2.25rem;height:2.1875rem;top:130rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW9VyMt3qm2fy3s3AZBtmBH6kzP9ZFPX { width:2.25rem;height:2.1875rem;top:138.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6ZHdwfmsqb7bTTDqfq7GRuobBfUToT { width:20rem;height:0;top:163.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 { width:20rem;height:0;top:169.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#iaXLNSIE9VdIHbggit8LRD23oeC1IIH2 li:before{  }
 }@media only screen and (max-width: 763px) { #BmmA5m0PTL1WBDyq18dcKDwBbXoeUaUd { width:20rem;height:0;top:168.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnwX20zEy5kHaMSCXRivWB1FBXvSUyRk { width:3.1875rem;height:2.375rem;top:164.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU7pzTbVA6k1tRzpLdHQ1Kq6rZTOtMHx { width:3.1875rem;height:2.375rem;top:170.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQUG9zLgTP2nhH9rwS2dICTPOA7GZCvy { width:20rem;height:0;top:174.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJyKak0VDcZ0tTqlqbiXDHEdd6OxEErR { width:3.1875rem;height:2.375rem;top:180.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hthBufP5zeiNG0BFTWeRzWGdSD9gD7 { width:20rem;height:0;top:184.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyFXhmsBCB1Ma7fDKKQiDO55EXe0uPtT { width:20rem;height:0;top:189.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVxtDMzQITck8GtUPqTloMFPZSlPArzd { width:20rem;height:0;top:193.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9Qyrt4ouFORrcsgfnBVLQmBBqrnXWS { width:3.1875rem;height:2.375rem;top:185.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JQTbXF6qiEGSZ4rnmvLadK99LuvBJT { width:3.1875rem;height:2.375rem;top:190.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfF5hr2l02gXI86vGbmteAEcgAZlHUa { width:12.0625rem;height:0;top:121.1875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSiccThfxgTkpCOnpRtCcWIuDa4nFgd { width:2.25rem;height:2.1875rem;top:144.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9oIXBygZxp4ZTbUz9rFHkJfbTTDg0Gz { width:20rem;height:0;top:179.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6X2CLn4I82mNrpm5oBuKoFFNvzV3aG { width:3.1875rem;height:2.375rem;top:175.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHQtV0KstgEfLdpNl0S75f2JU0gWtq8o { width:16.875rem;height:0;top:101.375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHgoh1Bo5gATFN5RHM8wgSZOrTRm8PIM { width:20rem;height:16.625rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmxraWWKm9oxXtOMKuudmP5nmZXT8bK { width:16.875rem;height:0;top:90.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqXZTdhRRNRvDTJyEozTmHJvS7zOEXv { width:20rem;height:0;top:75.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Lh5K2NbbTIl5THw0wd1JE0vXPNNU6a { width:20rem;height:0;top:78.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx86m7Vq2g0LocsZEWzkeweifT4QUCNC { width:18.375rem;height:3.5rem;top:81.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ZVFWWMntky9xf08QDu7l4kHpXrnyat { display:block; }
 }@media only screen and (max-width: 763px) { #Xw6WzesQUFyaIJgRAZXkwNMsH1QKWpMb { width:20rem;height:0;top:87.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVaqmITWDfStOqueyh5zEQENy1N6OGuc { width:16.25rem;height:3rem;top:92.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 { display:block; }#bhBaAzfPT5nL6xOILv5sTZTdEJTWuOT0 > .row .container { width:20rem;height:239.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFfPkXsq6LkT8FzDnanE2oEi0eDpnDV6 { width:18.9375rem;height:18.75rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuZlsnDd0Qe6oHfawU68u1siikEgEKO { width:18.9375rem;height:18.75rem;top:53rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IstdEouFPD3cp3zaTfOmPa8CAhQixF8E { width:20rem;height:3.375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:20rem;height:17.8125rem;top:8.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO4lTENS2cXohkRdD0ITZn3rR3tbyfiX { width:20rem;height:47.5625rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Q2EXnTdNtTe5M6TUpT7E90qdRsxKay { width:16.25rem;height:3rem;top:146.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEuxXx6CxyANEoroG1ULbyGzzBbseSJI { width:16.1875rem;height:4.6875rem;top:97.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlR6F9NSUzf85tRt2DbDpMON1vowtxW { width:16.875rem;height:0;top:144.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKU4NDJpzUNARAtTE7LOu1WwGTCr6J6 { width:16.875rem;height:0;top:100.75rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOABEy0FWb4Xt5DsopxfLbq5128Vppi9 { width:16.875rem;height:0;top:102.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4qHeprFKXxslisufILvkdc1FLbmwIKl { width:11.875rem;height:0;top:106.625rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbhT3rTtFAlet6cT3uQMRbzcTmHAXzg9 { width:12.0625rem;height:0;top:112.0625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLCvE5wcp1XPuQirT28Pgpz7Aia7zPgb { width:12.0625rem;height:0;top:116.125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq92TrLpJutEIs7HTV5Z3HaZCMtAM7KQ { width:3.1875rem;height:2.375rem;top:150.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSSveDdqk6dKZc9kr8eBI7LqRokctqh { width:2.25rem;height:2.1875rem;top:107.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2DvEChfX29iQDsRDkghB45XfBUE5EQ { width:2.25rem;height:2.1875rem;top:112.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfXh6d0TSQp2S4Hr9aQ6OTJgcruwwCZ { width:2.25rem;height:2.1875rem;top:116.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkR5Q28dLAbS8QTd2UtWSkGdz0N8Lab8 { width:12.0625rem;height:0;top:120.6875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpdG1OrZwDKNEVTAumd7B37NGKQqd9so { width:2.25rem;height:2.1875rem;top:122.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNBrSmtmw8dQt2EP8OdhKp4Xv9EFXPho { width:12.0625rem;height:0;top:128.4375rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidThTKx81VEaNq9n4JKLr25IRCZzBGy { width:12.0625rem;height:0;top:134.875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyKJ1K7xChAQxo8wgvTO8MVzMTf8z0A { width:2.25rem;height:2.1875rem;top:129.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkeB6F0NIKR6QEyfCgMWZId7dyIXGbCR { width:2.25rem;height:2.1875rem;top:136.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMtcK4d8JqBv5ko18kyB4U8UsfEfFxt { width:20rem;height:0;top:153.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi { width:20rem;height:0;top:160.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#VTc1khtoSEA0IdKiHyBrTr5Sx0vz1rSi li:before{  }
 }@media only screen and (max-width: 763px) { #JTkVw5zQalLdFyprKlTfPF816MhUgVU9 { width:20rem;height:0;top:158.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV4ta7TauHENVxy9zs7bXBuXemb4U9uR { width:3.1875rem;height:2.375rem;top:155.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFeWpvLU1uhkGzmfaslCksHK8vfpAeH { width:3.1875rem;height:2.375rem;top:161.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MERL8Lp4lqp26MywJt05BnOyzlsvi26z { width:20rem;height:0;top:164.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKArbvFIRnqMqQNyyw75DhCNRC2pAT8T { width:3.1875rem;height:2.375rem;top:184.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJrf3fIviCaNi2hHuQ6o9xo1XuJshnk { width:20rem;height:0;top:187.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVfSmbVxc1pr031LEnWn9x2NTCybfLUV { width:20rem;height:0;top:192.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUfNknK8UlubiIrg9Dgz5qv7tUZ68hhr { width:20rem;height:0;top:197.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRh4Ibgvo2qbDmE9PLgba3gZphvk3C3 { width:3.1875rem;height:2.375rem;top:188.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEhbani0wWDHTpIxmgm33d739ZE2ZCr2 { width:3.1875rem;height:2.375rem;top:193.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s353vuCdhOgx62SwZaiXwJ47B1Z53Tcn { width:14.875rem;height:0;top:97.5625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoTaQpZ9TZqCFGZUbqbMiZ51vUtyL8T { width:20rem;height:16.625rem;top:166.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThFqaJ2gbBSPA4PfTnE25ZkhoCdB4Wd { width:20rem;height:16.25rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thNNUFXMT8QIWbSH9PK7tnvZN7wM7oPe { width:20rem;height:0;top:74.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VLKzxAMWpaH8d3nIh0IDyVI4GKVRvR { width:20rem;height:0;top:90.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLyclzpA2s6AEQLD2FNNNcMMu2fZASe { width:20rem;height:0;top:78.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfSuLJnutkDNJNdsZLQfTU3402oiQrHe { width:18.375rem;height:3.5rem;top:80.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDpEQN6XZFhTB5IJGqI5ubhaTwLTNih { display:block; }
 }@media only screen and (max-width: 763px) { #T5crtFZ5XNOuXfXz2BTIV2VVuLpv0OCd { width:20rem;height:0;top:86.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTSX4yXvBsZb2KoL9M66CJX8mRZ4COrr { width:18.375rem;height:3rem;top:91.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { display:block; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { width:12.5rem;height:1.25rem;top:6.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 { display:block; }#HlQKiASffex7cn2Jcx0VpfedQw3xRsK3 > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoBEShurM6vPCoVIMinPPUoLpV2SABg7 { width:20rem;height:2.3125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqh39xpyT1gGfP2hSgQr8ZBF0QQxCTV { width:20rem;height:0;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZQTh6ZdoFafA3qZh3qBW7KTx9SlPGb { width:20rem;height:0;top:15.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3qacRfTSmiWTvIabPLkBTU2BRJICiQ { width:20rem;height:0;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCfLrUF6fXM6So4n3dnwFLnvDl2e1E1U { width:20rem;height:0;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiC1CIo2n3mgnO30H3FHn09t2O3eOf4O { width:19.875rem;height:4.375rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3snTHyi0ykgcTCyBBes0KX2GgNJPK9G { width:19.875rem;height:4.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GSAa7iFNcgKqtAKDMa3VChNUThItpO { width:19.875rem;height:6.5625rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcO1wdbTAg2AqevLOuMiMAtUrTPZoHio { width:20rem;height:0;top:13.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdlAO41vqNLHhRL4RuBmhcIqBBLLtAJ { width:20rem;height:0;top:27.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyykmfH4dxc7GgOIMpz83q7ygiZtn642 { width:20rem;height:0;top:30.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAeoLnZ6VlwnUzdevwMmKgRb6vPgU9lo { width:20rem;height:0;top:35.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyfRwIE5raZ6lnBvsifBgbwlbzyFgvPu { width:20rem;height:0;top:29.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SeapWl37R2UGAI9JQrP5Jb4ClMW3Kq { width:19.875rem;height:6.5625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpyNL4row1xPN0fTAWzIRFUu54DDNfm { width:19.875rem;height:6.375rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL { display:block; }#DMO5S4IuTsdl5CqPlcmqAuvKbkGUpguL > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNKvKEODoGDTlhImmTkxNlZOKekTae9W { width:12.5rem;height:1.25rem;top:6.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeAUKlDsokm1cnUsZ303Vp68CQgcr50G { width:20rem;height:0;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:2.5rem;height:2.5rem;top:22.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:2.5rem;height:2.5rem;top:22.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWaooqsMmWW6CEde4yi8kCe8XePmryRH { width:1.9375rem;height:1.9375rem;top:22.9375rem;left:7.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { width:1.9375rem;height:1.9375rem;top:22.9375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccrwHAaIsJyGwC6AglTGFR8coPW65gz { width:1.75rem;height:1.75rem;top:23rem;left:10.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:2.5rem;height:2.5rem;top:22.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:2.5rem;height:2.5rem;top:22.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { width:1.9375rem;height:1.9375rem;top:22.9375rem;left:14.375rem;font-size:1.3125rem;display:block; }
 }