.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { background-color: transparent; background-image: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container > .video-iframe-container { display: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container { display: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .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); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { border-width: 0; border-radius: 0; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#MT1LB6mydpslTTVdqk4GmF79NzlhkwiI { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#mDeDEKDRvUFsx8d7MveZJd7orsEk1WeR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#xx1TUHo1bXOrGaXyvdzM9oWmBU53czCt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekT1ogUKNAvKQXIlTXMAQJkeqeOHF8Cl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.5rem;top:1.1875rem;left:0.25rem;overflow:hidden;display:none; }
#ScU52fznLgO13OemrxHNSuKm7Z1HEHQb { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS.adaptive-delivery-prevent-bg, #XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS.lazyload, #XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS.lazyloading { background-image: none; }
#XG9oREEDD9iN0TMD2c39aK8TW1kFqV3q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.3125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d02c80a4-3028-4ba3-87d8-d928bc2b82e8/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,48,106,0.65); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,48,106,0.65); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:manrope;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:9.0625rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:41.4355625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:27.493896484375rem;left:0rem;height:8.99414375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cWfKNBtR2mMvGTeAemiJpsfPmJTpJTcs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:43.625rem;display:none; }
#gAZsF6l47HV7cRRgRKsPQN2GLJnyW6vl { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.3125rem;left:1.25rem;display:none; }
#T74ZIwkMB7v4B0pdKeX5STbalPItrbId { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:37.875rem;left:2.5rem;display:none; }
#KsdZR3Ky5LTrl4sAbeCS7oyF6xodAi6w { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5rem;left:5rem;height:1.31303125rem;font-style:normal;display:none; }
#h6oE213EBp0L3f5IrwXM9KZ9HKWpASIC { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5rem;left:13.25rem;height:1.31303125rem;font-style:normal;display:none; }
#HG7ABRxP4JS1tATIVOWvCN6KsL9Pn0v4 { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.0625rem;left:5rem;height:1.40625rem;font-style:normal;display:none; }
#WAJBdgDsrWZPPRwTEakSmlT86LxdFpnA { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.5rem;height:1.40625rem;font-style:normal;display:none; }
#Lz0l2tEkJKSGXm277K5fMbcIWy8WzSm2 { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:21.6875rem;height:1.31303125rem;font-style:normal;display:none; }
#NMgxktKPnTc9uJo3ly6gt7hJ5k8e9XOv { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:21.6875rem;height:1.40625rem;font-style:normal;display:none; }
#ZkEpw77JkfZcSp38UuQ8uurA7zdPHNRt { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:31.375rem;height:1.40625rem;font-style:normal;display:none; }
#obkpEgfhvCpd7CEWNcSgFaqCpaKi9zmS { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:31.375rem;height:1.31303125rem;font-style:normal;display:none; }
#V0mbZ6fymeeC3hdNfeOwQZfPVJkUOglT { color:#0060ab;display:block;width:36.1875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.375rem;left:0.4375rem;height:1.39985625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7FiJlKsUTLzbZy6kxiflmbS6TfA9V5R { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8272552490234rem;left:10.048610687256rem;height:2.2721375rem;display:none; }
#bNVMKusB5IUGEszo8vatHLggrG6M7em7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CPPFAaTI28Qv1X8zOs9f0fu5o7WS0p7q { box-sizing:content-box;height:2.375rem;width:36.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:21.9375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#cT0lEBn9ehFzuzyvMc2GEZJtiI9Ls0Hf { position:absolute;display:block;z-index:15014;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.9375rem;width:23.3125rem;top:9.0625rem;left:51.8115234375rem;display:block; }
#FHC0rO9V7Qc9WJq5BJHTJmlyFlLq3cws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93359375rem;width:1.93359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.75rem;left:52.6875rem; }
#moty8ySv93dzfvVJrFGm1TDMMkh8wC0f { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:9.5rem;left:55.4375rem;height:3.2983375rem;font-style:normal;display:block; }
#T9JOi6BiA82FDE5t5rwUsElJuz1v0JOZ { color:#ffffff;display:block;width:15.8679375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.125rem;left:55.4375rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.6875rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.6875rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:20.8125rem;height:3.0625rem;font-family:manrope;overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:manrope;line-height:1.3;font-size:0.6875rem;font-weight:400;color:#787878;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15rem;left:51.812744140625rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15rem;left:51.812744140625rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #s1aE6XqgFumMwoJI8qz63mSInkhsSd0I { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JBbarzhsfsZDm0esigQiTgTvn2qJPORb { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #SXPdxzgJuTTIT55VRFnmxemWrP8yKgiH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#GeFgr2CL1DZgbsxaswgRl4c6c7gbPM3T { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#mKaXp3EwOCIEibTQUOpt9tnLlPpluECP { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #U9UJkGMnrGSGTqwbbWSZEG0VqDSZWoNE { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CD4BcL4DGIlzk350B5PSMePq88KKHrLC { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Z6sHzFa99nTSdeAbzONRGrfFCOImhC35 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iPpOK0yyym40y3TSQh1BpJWuJVQeLwdU { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L8hU5byMd7ZE9UURh4CoBqGNgK2KCmHC { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ISRviC8f2r74qwqTyR4qX0ZR6DvlATsw { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#ta3owTsoPKMAZ2HLp4qLzibg7zu3l5a0 { color:#ffffff;display:block;width:41.4355625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:27.493896484375rem;left:0rem;height:8.99414375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BbOqg5hu0TtodFxIS9Ga24gvAs0vtLDE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow { position:relative;display:block; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow { background-color: transparent; background-image: none; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row .container > .video-iframe-container { display: none; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row > .video-iframe-container { display: none; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .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); }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow { border-width: 0; border-radius: 0; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .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:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fLqQ6sH2lXu8PZRz2Al5MrmprTJGap1l { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:37.5625rem;top:3.3125rem;left:1.375rem;display:block; }
#akZFmzktXr3zaqqzOR89bXkmW3II0f2H { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.625rem;left:2.625rem;height:1.31303125rem;font-style:normal;display:block; }
#wiyvHXn8mmEiKEcgFTN3UTIaCXvF93lU { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.1875rem;left:2.625rem;height:1.40625rem;font-style:normal;display:block; }
#R3nMeNxbcHm3Mt8yBE9quxAsZ7SsWL6X { color:#161616;display:block;width:8.18725rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.1875rem;left:12.0625rem;height:1.40625rem;font-style:normal;display:block; }
#JNyEMnwvtDgXJ0CaNmTHdOi0aoG0JVkp { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.625rem;left:12.0625rem;height:1.31303125rem;font-style:normal;display:block; }
#QUu7TRD1l1it9WDLdS9Xi7m0i9WwHvMn { color:#161616;display:block;width:5.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.1875rem;left:20.1875rem;height:1.40625rem;font-style:normal;display:block; }
#kmchqfJUFLwcVbBX8VZWMwKAHaSX0g9G { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.625rem;left:20.1875rem;height:1.31303125rem;font-style:normal;display:block; }
#OT1RIkkdyyHWaBHLgryvfUwaedNP88IX { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.1875rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:block; }
#SSKNhB9FOT8dcNiUZJOlAZSeBhOtHAaM { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.625rem;left:27.9375rem;height:1.31303125rem;font-style:normal;display:block; }
#AR8Nnt0TtuPs7GRX1bi7LmrDimnatWEt { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.68823125rem;font-style:normal;display:block; }
#WOK6myNiTMXl6zSbRdviWwrQoGun5FqR { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:2.5rem;left:1.4375rem;display:none; }
#dT0MJtHRNUSZK678zPDo7B2PR0TPWvs0 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.63720703125rem;left:1.68701171875rem;height:2.2753875rem;display:block; }
#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP { position:relative;display:none; }#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP { border-width: 0; border-radius: 0; }#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP > .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:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ReLepBxgr97Av5v0SuIdPabkR8fU1nl5 { color:#161616;display:block;width:15.746875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4539060592651rem;left:0rem;height:2.35625rem;font-style:normal;display:block; }
#NtIvEFJmdpc2BugreeorSE6EdASkRBbq { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#FhrN2x4JUMJKnhxfPfhXQlkI1sotDpbT { color:#ffffff;display:block;width:15.8709375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.9375rem;height:1.21875rem;font-style:normal;display:none; }
#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT { position:relative;display:none; }#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT { border-width: 0; border-radius: 0; }#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT > .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:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlrNlJV3qCzK5UzbLWNwoukR1DB1aLlZ { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#TZiQNAOcfKLCkqX2K32mVTuLpkgTB0NT { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#st7Fp8MAhvRyw6u6v9nDtCXRWKs98qxh { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#TZnERh1GIOaixObkVWzBTyeQpPO83huJ { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#s5x0AlZ7qKX8PNmIrNzaMRFyPh6gUCR7 { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#GJPcsV4uKP2PTa6CGbMTOMtRPIUfEF3S { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#KE2hfZ749vRNJCeoky0XOPmbzyTqc3gc { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXU3xuvTq9HGkPxkXOoAtsld0TWMz7Ny { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#fQe0d1K0kTe3uSppDmp9JkSGtS2ACBI8 { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#uJDV4XvQD6ax3tTtTA8dcft0C4kQHZTT { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:none; }
#tMNKvXqN6eDhDv8NTUaoFOwUNaz60Ahg { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:none; }
#viwUuwtHOyXFBUAIM8ixS0RyW7eML176 { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:none; }
#wwWVBBuDlCVZxT6tyrNhFH4pbhHU7epC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;display:none; }
#WtbPyLN375v1KNaK7bT3DCkIIV7IhP3E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;display:none; }
#vyJW236xPCioFJllSBz5Q5BI44NACswE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;display:none; }
#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container { background-color: transparent; background-image: none; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container > .video-iframe-container { display: none; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row > .video-iframe-container { display: none; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .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); }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container { border-width: 0; border-radius: 0; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#tpy8TiBamI92g4aodhGUOQ4XxKvskdih { color:#ffffff;display:block;width:26.74925rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:0rem;height:9.50681875rem;font-style:normal;display:block; }
#wtqWePJ1zCxESwUczTmoNvALfVi41JoT { color:#ffffff;display:block;width:31.62475rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.07470703125rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#usecf6eFBPTTaaBcwLNNAa9b0E49u84R { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.23925rem;height:2.177rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.13720703125rem;left:0rem;display:block; }
#IwbwrCAnt9K0dnamhzWdM86IkPsyr9uS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ1L1huqKloZBTemEW0tpoUqyG4aK7QW { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.6875rem;left:39.375rem;height:2.8125rem;font-style:normal;display:block; }
#zomR3RQCaL4ix9i8City1l48PpzTynas { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6.9375rem;left:39.375rem;height:3.75rem;font-style:normal;display:block; }
#dgCu2whz7UlZWM4bErIAZTMpZphr5rVb { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.687255859375rem;left:58.624267578125rem;height:2.8125rem;font-style:normal;display:block; }
#v0iZz5oBIUGJW4EWkzfrTw2zv13FqXk0 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.9375rem;left:58.625rem;height:3.75rem;font-style:normal;display:block; }
#tT72TrAlhP6Zl4s9y4vOToTu81J5sySx { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.3125rem;left:39.1875rem;height:1.875rem;font-style:normal;display:block; }
#w3dC29Vb60CKbyUS693L9O2zggiUvAKl { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.3125rem;left:58.75rem;height:1.875rem;font-style:normal;display:block; }
#tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.625rem;left:39.375rem;display:block; }#tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e.adaptive-delivery-prevent-bg, #tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e.lazyload, #tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e.lazyloading { background-image: none; }
#boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.625rem;left:58.125rem;display:block; }#boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn.adaptive-delivery-prevent-bg, #boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn.lazyload, #boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn.lazyloading { background-image: none; }
#RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.375rem;left:39.5rem;display:block; }#RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H.adaptive-delivery-prevent-bg, #RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H.lazyload, #RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H.lazyloading { background-image: none; }
#TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.1875rem;left:58.625rem;display:block; }#TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr.adaptive-delivery-prevent-bg, #TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr.lazyload, #TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr.lazyloading { background-image: none; }
#WsmMSxDDxOCLKa1RMLVdkr6N5ngQAuZQ { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.3125rem;left:39.375rem;height:4.21875rem;font-style:normal;display:block; }
#uXD3FwSufO37tNk9097Qew1a3iPPmorr { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.248046875rem;left:58.560546875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NF1nUifhLxsh5oacifhQW6OTl6B9DCl6 { color:#ffffff;display:block;width:26.74925rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:0rem;height:9.50681875rem;font-style:normal;display:none; }
#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD { position:relative;display:block; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD { background-color: transparent; background-image: none; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row .container > .video-iframe-container { display: none; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row > .video-iframe-container { display: none; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .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); }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD { border-width: 0; border-radius: 0; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .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:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K4UFdRNa9JK7ahlSpeSJM3eVfmANLopi { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.125rem;height:2.35618125rem;font-style:normal;display:block; }
#Qc82hTITqmify31s6zEh41LiJ2dUsWu5 { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#wJHiOREavu0vTLde8Fe7hsHR18vxVWt9 { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.125rem;height:5.625rem;font-style:normal;display:block; }
#w3oPqQzpdiCTHEg9AA7p6LUZz9m3mcEv { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.9375rem;left:1.125rem;display:block; }
#L2X2It6oN7BLmrTqX3VFH8ZVFMb7LxtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:2rem;left:37.375rem;display:block; }#rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.adaptive-delivery-prevent-bg, #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.lazyload, #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.lazyloading { background-image: none; }
#VKA53eJSICLoJ3xzRE3d4aWT0VHTAxuo { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.25rem;height:5.625rem;font-style:normal;display:block; }
#mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:12rem;left:37.375rem;display:block; }#mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG.adaptive-delivery-prevent-bg, #mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG.lazyload, #mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG.lazyloading { background-image: none; }
#pdKJzCNWMxVkezDkr4RSnITUml8zwenK { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.3125rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw { position:relative;display:block; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw { background-color: transparent; background-image: none; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row .container > .video-iframe-container { display: none; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row > .video-iframe-container { display: none; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .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); }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw { border-width: 0; border-radius: 0; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .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:17.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PyaAutMK8dbXDJh5ZMRCyyDESRMdwIad { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#seOqwcprVelnKSwrSJ0EpLUu2Z7NJ8Z6 { color:#161616;display:block;width:47.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#mqgXU3um6vHiQZeE6xKblZatktzE7pF2 { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.1875rem;left:1.125rem;display:block; }
#Kw1LwJpS0PFJO4JieQTfyCBxmhHSt2IN { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.1875rem;left:16rem;display:block; }
#bMTJWXgklwFoOEdcxgJWtC1Zw5c8LQlO { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.1875rem;left:30.9375rem;display:block; }
#zxW18HITttCT8wh8XpX51s17JtgmQCu8 { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.1875rem;left:45.6875rem;display:block; }
#oqwURa1uI3TuksN89e6K7gWaAMp56gzi { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:60.375rem;display:none; }
#UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac3954dd-4c91-49ea-bf0b-36fdfd68ae15/HM_HOSPITALES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12.1875rem;top:11.1875rem;left:1.75rem;display:block; }#UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe.adaptive-delivery-prevent-bg, #UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe.lazyload, #UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe.lazyloading { background-image: none; }
#SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6b855312-72ed-4c0c-b33e-5d39fc46ef2a/LOGO_VITHAS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.9375rem;top:10.9375rem;left:16.4375rem;display:block; }#SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ.adaptive-delivery-prevent-bg, #SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ.lazyload, #SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ.lazyloading { background-image: none; }
#OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0 { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f402868-7333-4038-90cc-7458af6ebd1a/VIVO_DIAGNOSTICO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.5625rem;top:11rem;left:31.5625rem;display:block; }#OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0.adaptive-delivery-prevent-bg, #OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0.lazyload, #OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0.lazyloading { background-image: none; }
#w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6db666b6-9857-4e6b-a149-1d61fbf85ad5/QUIRONSALUD_positivoCOLOR_RGB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:12.125rem;top:10.625rem;left:46.0625rem;display:block; }#w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn.adaptive-delivery-prevent-bg, #w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn.lazyload, #w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn.lazyloading { background-image: none; }
#TTUMLJF31K38LxffLJevoW1HsbJyRpUh { position:absolute;display:block;z-index:15012;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.1875rem;left:61.0625rem;display:block; }
#GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72ac9a47-26e1-47e5-888c-972c355ee261/HLAPAZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.125rem;top:11.155469417572rem;left:61.406254768372rem;display:block; }#GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr.adaptive-delivery-prevent-bg, #GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr.lazyload, #GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr.lazyloading { background-image: none; }
#K5VGHonNzdOP3NciW5T9LlKwswH3bTiQ { color:#161616;display:block;width:47.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:none; }
#SkF86qpxD5JQzQsVn29HI4vx8887GycO { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:none; }
#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 { position:relative;display:none; }#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 { border-width: 0; border-radius: 0; }#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 > .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:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NJbUoqmqpXmT8ybnRNWBB82nCaq5OSg2 { color:#161616;display:block;width:43.1875rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.9375rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#ozggDTMT0orZP4dH3ludEnfv76iqV0Np { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0.96875rem;left:1.09375rem;height:1.6875rem;font-style:normal;display:block; }
#x6JOZZhM1BFOF9y6AUazDkbW05dsEpq9 { box-sizing:content-box;height:1.9375rem;width:9.625rem;position:absolute;display:block;z-index:14999;background-color:#0060ab;background-image:none;top:0.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;display:block; }
#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt { position:relative;display:none; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt { border-width: 0; border-radius: 0; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:18.4930625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a27zHrGINNL8TxfrF3zXbBNJrLBZfkGW { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:0.5rem;left:2.6875rem;height:0;font-style:normal;display:none; }
#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP { color:#161616;display:block;width:70.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.373046875rem;left:1.873046875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP li:before{  }
#U2NNzIPxuxeSerbZ7cLezpAnnJZaG8At { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:6.125rem;left:2.6875rem;height:0;font-style:normal;display:none; }
#LyGnEsyTlep88QrwxTAneHo1bdrbMbBB { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:3.9375rem;height:0;font-style:normal;display:none; }#LyGnEsyTlep88QrwxTAneHo1bdrbMbBB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LyGnEsyTlep88QrwxTAneHo1bdrbMbBB li:before{  }
#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C { position:relative;display:none; }#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C { border-width: 0; border-radius: 0; }#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C > .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:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Dan63KwtK3RFOAilLyQZCdbNFgu6dWge { color:#161616;display:block;width:43.1875rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.9375rem;left:15.625rem;height:1.6875rem;font-style:normal;display:block; }
#TuVc2vWtxamU9KlLEUk82dERTsLCWshe { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0.96875rem;left:1.09375rem;height:1.6875rem;font-style:normal;display:block; }
#x0D9Re1OLxVEZFdLoI7JPA3XmiKnMQ5w { box-sizing:content-box;height:1.9375rem;width:9.625rem;position:absolute;display:block;z-index:14999;background-color:#0060ab;background-image:none;top:0.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;display:block; }
#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae { position:relative;display:none; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae { border-width: 0; border-radius: 0; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:18.4930625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fhrzGd8QAnyg7MuKqzwpsidNoTlh2t4y { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:0.5rem;left:2.6875rem;height:0;font-style:normal;display:none; }
#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL { color:#161616;display:block;width:70.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.373046875rem;left:1.873046875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL li:before{  }
#NFt6EX5KVQ5KcDTCcr1uuvkaLNQbplpt { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:6.125rem;left:2.6875rem;height:0;font-style:normal;display:none; }
#Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 { color:#161616;display:block;width:42.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:3.9375rem;height:0;font-style:normal;display:none; }#Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 li:before{  }
#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 { position:relative;display:block; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 { background-color: transparent; background-image: none; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row .container > .video-iframe-container { display: none; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row > .video-iframe-container { display: none; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .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); }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 { border-width: 0; border-radius: 0; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .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:28.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iIebaFrpHtaoPRJn46xRJVPdKN44mFyz { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:1.25rem;height:4.55078125rem;font-style:normal;display:block; }
#xFt4egcZUHFok8PJ624z3Lu3t9rSgGkX { color:#9b9b9b;display:block;width:11.9995rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.4365234375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#f9kfSq05CMUzByMIyWiguTW9Dp0xUDIm { color:#161616;display:block;width:29.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.296875rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#E9TE8Croou3cuv5Si5uwXCs4N7rUWPUQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.625rem;width:11.4375rem;top:2.4375rem;left:37.375rem;display:block; }
#X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:17.3125rem;left:38.4375rem;display:block; }#X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri.adaptive-delivery-prevent-bg, #X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri.lazyload, #X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri.lazyloading { background-image: none; }
#Zq1HiSiyuQEGPkGhHFBAoJFhTfArFXgs { color:#161616;display:block;width:9.4993125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.375rem;left:38.375rem;height:3.9375rem;font-style:normal;display:block; }
#pCEOEecB75Xsg8zpDR7ye0mbf3zccubH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.625rem;width:11.5rem;top:2.4375rem;left:50.4375rem;display:block; }
#GvQxWBwbbLlO178wuk3El7SD0xidJdPu { color:#161616;display:block;width:10.4368125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:51.0625rem;height:2.625rem;font-style:normal;display:block; }
#Ddx3mA2o8C79NZLq5goePFtm4eOmvUtt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.6875rem;width:11.4375rem;top:2.4375rem;left:63.5rem;display:block; }
#ZbltmcdgywpH1LUAyhhZgeGhuPXpzSDT { color:#161616;display:block;width:10.0625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.3125rem;left:64.625rem;height:2.625rem;font-style:normal;display:block; }
#MAqov5LzdPJmuMIzQSF3yCcEP9hV6ed3 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.375rem;width:11.4375rem;top:16.125rem;left:37.5rem;display:block; }
#xuZSNz4cIRy1bqDaJg8RT6cnavdODzXb { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.5625rem;width:11.5rem;top:16.125rem;left:50.5625rem;display:block; }
#BvRBlyT7V8STBNI7PQOQ1LNhkGifVReD { color:#161616;display:block;width:9.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.875rem;left:38.9375rem;height:5.25rem;font-style:normal;display:block; }
#Jwiscbi2s9WssQ1EEryUWM6hQ3SvHfns { color:#161616;display:block;width:10.75rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.3125rem;left:51.3125rem;height:5.25rem;font-style:normal;display:block; }
#y3W4FymvmJTDsAUOSrItzaTn9WUt78Rk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.1875rem;left:51.125rem; }
#QwUMgqb5FHdyGukTpOHJ0HL7rRNaTDhD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.5625rem;left:37.375rem; }
#ZKif1gnD1X4aFaCTWv5Ud7ATk8Nl1EZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4rem;left:51.5625rem; }
#qSQbepC3RNS8i6fGZCabJFH1G1vsDH3W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.9375rem;left:64.375rem; }
#IKF0XAAWBJL25yVMsXoFlJi8hq5gBQbT { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.875rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#OIkTgcPNQMAosTFV2JeMFc1REknKbicZ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.1875rem;width:11.5rem;top:16.25rem;left:63.375rem;display:block; }
#lANHCtAcRUdJAGObQDKCn630MD2say2h { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12446875rem;width:2.12446875rem;top:17.25rem;left:64.5rem;display:block; }#lANHCtAcRUdJAGObQDKCn630MD2say2h.adaptive-delivery-prevent-bg, #lANHCtAcRUdJAGObQDKCn630MD2say2h.lazyload, #lANHCtAcRUdJAGObQDKCn630MD2say2h.lazyloading { background-image: none; }
#RL3zygEU7lORb5CcgZIG9cxTktq2TJmw { color:#161616;display:block;width:10.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.3125rem;left:64.5rem;height:3.9375rem;font-style:normal;display:block; }
#W3Vau2ZHF2ptdk7y2lTfZ7xfNCMm53vA { color:#161616;display:block;width:29.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.296875rem;left:1.25rem;height:5.625rem;font-style:normal;display:none; }
#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.adaptive-delivery-prevent-bg, #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.lazyload, #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.lazyloading { background-image: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { background-color: transparent; background-image: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container > .video-iframe-container { display: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row > .video-iframe-container { display: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .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); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { border-width: 0; border-radius: 0; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#PEf11EvnkQ7ElKgMMs5sJ9GMeZhsdP45 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.46875rem;left:3.5rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiJqtzxupynTlgUlsbxMwiCqODsIbs3x { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IGHpgOXryXkmwPuL23ZNgsoNoaqovuez { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT { position:relative;display:block; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT { background-color: transparent; background-image: none; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row .container > .video-iframe-container { display: none; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row > .video-iframe-container { display: none; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .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); }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT { border-width: 0; border-radius: 0; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PfuDNbJfKgZPNJMUyMX8gkrTpwZuQGaK { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#rbxxcWqUKlP4wWUOoL4cIC3ULV1XdQ21 { color:#161616;display:block;width:47.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q { position:relative;display:block; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q { background-color: transparent; background-image: none; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row .container > .video-iframe-container { display: none; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row > .video-iframe-container { display: none; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .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); }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q { border-width: 0; border-radius: 0; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .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:10.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qu1FSiQ06CNZLOvDZDlThZvm9fbfyUTR { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#TenmLbpTObnnxSEuUH5AK9QsIWxvCfud { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IVhIdq0Pl1K78gSm2nd71Xi9gQmf46kk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Eh22RJls8PBG2co7ZssD7PTL9pzV4Xnv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aUKaFnlGCuoqp3WQzQUxePr1LmMryndB { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#JeD7611T5frHrLu9VqOvRTKoAXVCPHIs { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8.adaptive-delivery-prevent-bg, #rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8.lazyload, #rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8.lazyloading { background-image: none; }
#ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE.adaptive-delivery-prevent-bg, #ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE.lazyload, #ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE.lazyloading { background-image: none; }
#xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad.adaptive-delivery-prevent-bg, #xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad.lazyload, #xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad.lazyloading { background-image: none; }
#IJdHva81oVdDbLIOfIfsNULOltTz9cld { box-sizing:content-box;height:9.625rem;width:23.0625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:0rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fVBEsE3wMb1WRclO4XLkDcDboHRV2Vtg { box-sizing:content-box;height:9.5625rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:0rem;left:25.272216796875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#F9ax6tJb1w55e4IieHbuXwPO4oS83GJ8 { box-sizing:content-box;height:9.625rem;width:23.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:0rem;left:50.772705078125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT { position:relative;display:block; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT { background-color: transparent; background-image: none; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row .container > .video-iframe-container { display: none; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row > .video-iframe-container { display: none; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .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); }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT { border-width: 0; border-radius: 0; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .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:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BkzDaBnGaPWhFnfOuTtqC4tKpRVKP0Lc { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.125rem;height:4.71235625rem;font-style:normal;display:block; }
#UhHL8inLCVfVVOKZKRmwvvSKTRZWxmPQ { color:#161616;display:block;width:30.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5rem;left:39.125rem;height:2.8125rem;font-style:normal;display:block; }
#dhlrx27JTd8O7ARIlesRF7mPWICfxQeN { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.375rem;left:40.125rem;display:block; }
#oZSbVkufH1qgsZUXqc8C5aNHzXgE9Gzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.25rem;left:39.3125rem;height:12.0605625rem;font-style:normal;display:block; }#D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 li:before{  }
#Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a933a79b-ea46-44c2-b4cd-078eeac79685/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.3125rem;width:35rem;top:3.34375rem;left:1.25rem;display:block; }#Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.adaptive-delivery-prevent-bg, #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.lazyload, #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.lazyloading { background-image: none; }
#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container { background-color: transparent; background-image: none; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container > .video-iframe-container { display: none; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row > .video-iframe-container { display: none; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .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); }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container { border-width: 0; border-radius: 0; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#PuELUJQCO9TvHxalUTrFR2NbVZE4IoNo { color:#003f70;display:block;width:19.74975rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5rem;height:4.87305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXmDkeTmwAWrep73oNHOFrqzvEf1uyV4 { color:#323232;display:block;width:30.437rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.5rem;height:9.7461rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qxCtyHIcxKwVKM7eG1VBTAuf4cBpgULq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.125rem;width:34.74975rem;top:1.875rem;left:38.812255859375rem;overflow:hidden;display:block; }
#e7BviLBBA4pHFSWSank3Ibp2Dq9fn9ey { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.125rem;height:2.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.811767578125rem;left:1.4990234375rem;display:block; }
#IdCLpAZplEUKh6sk85oy0BWR6S1PPIDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iknr1Lwd9ryhBDowUELXJTE6I5fLwa3f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:75rem;display:none; }
#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container { background-color: transparent; background-image: none; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container > .video-iframe-container { display: none; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row > .video-iframe-container { display: none; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .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); }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container { border-width: 0; border-radius: 0; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#l8r5y0efsLp2mQlgKmxRIMa5Cfzwi5Lv { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.31303125rem;font-style:normal;display:block; }
#km6cwwRnGvlp8Lbe0DcD5OzuNIZdRTDs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:10.9375rem;top:1.375rem;left:1.25rem;overflow:hidden;display:none; }
#yQ8A1SSonsHCN2VPl3NGywP7ndrcDapS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.3125rem;top:2.15576171875rem;left:0.625rem;overflow:hidden;display:block; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { border-width: 0; border-radius: 0; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:none; }#hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:12.125rem;width:44.9375rem;top:7.0625rem;left:0rem;display:block; }
#rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { color:#003f70;display:block;width:15rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:37rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.1875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:#323232;display:block;width:41.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.240234375rem;left:1.1875rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gD4kw8ZVg2wz2f09cDNI0wRfZdtsmAw9 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:16.875rem;width:44.6875rem;top:21.64453125rem;left:0rem;display:block; }
#tocP0HyDX0tn9q6uAXtwef5Nvn7UBXdl { color:#003f70;display:block;width:16.1875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#a5KQ4E1erF3cPRPdT4kcsMqz7ORW5tCJ { color:#003f70;display:block;width:37.375rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.1875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#R6PkW2IiZ8lkrPBd3tN0h2A0WMnoknzp { color:#323232;display:block;width:41.75rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:28rem;left:1.1875rem;height:8.775rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC > .row .container { border-width: 0; border-radius: 0; }#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#sXwkWTHy3uPLcgqkdWvAWorsiTNwAKIg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.75rem;top:1.73046875rem;left:1.3671875rem;overflow:hidden;display:block; }
#i0qiFvQyn3H5Zx7UFTTq8GmbZ2FD5UXw { position:absolute;display:block;z-index:15018;background-color:#ebbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#J3lWB1lm07JB7fuVhes1XLEvFgpkhFuu { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22265rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 { display:block; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT1LB6mydpslTTVdqk4GmF79NzlhkwiI { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDeDEKDRvUFsx8d7MveZJd7orsEk1WeR { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx1TUHo1bXOrGaXyvdzM9oWmBU53czCt { display:block; }
 }@media only screen and (max-width: 763px) { #ekT1ogUKNAvKQXIlTXMAQJkeqeOHF8Cl { width:8.5rem;height:3.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU52fznLgO13OemrxHNSuKm7Z1HEHQb { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG9oREEDD9iN0TMD2c39aK8TW1kFqV3q { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:46.5625rem;height:11.25rem;top:9.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:41.375rem;height:8.9375rem;top:27.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWfKNBtR2mMvGTeAemiJpsfPmJTpJTcs { width:43.625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAZsF6l47HV7cRRgRKsPQN2GLJnyW6vl { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T74ZIwkMB7v4B0pdKeX5STbalPItrbId { top:37.875rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsdZR3Ky5LTrl4sAbeCS7oyF6xodAi6w { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6oE213EBp0L3f5IrwXM9KZ9HKWpASIC { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG7ABRxP4JS1tATIVOWvCN6KsL9Pn0v4 { top:48.0625rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAJBdgDsrWZPPRwTEakSmlT86LxdFpnA { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lz0l2tEkJKSGXm277K5fMbcIWy8WzSm2 { top:6.5rem;left:8.0625rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMgxktKPnTc9uJo3ly6gt7hJ5k8e9XOv { top:8.0625rem;left:8.0625rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkEpw77JkfZcSp38UuQ8uurA7zdPHNRt { top:8.0625rem;left:17.75rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #obkpEgfhvCpd7CEWNcSgFaqCpaKi9zmS { top:6.5rem;left:17.75rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0mbZ6fymeeC3hdNfeOwQZfPVJkUOglT { width:36.125rem;height:1.375rem;top:22.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FiJlKsUTLzbZy6kxiflmbS6TfA9V5R { top:48.9375rem;left:0rem;width:20rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNVMKusB5IUGEszo8vatHLggrG6M7em7 { display:none; }
 }@media only screen and (max-width: 763px) { #CPPFAaTI28Qv1X8zOs9f0fu5o7WS0p7q { top:21.9375rem;left:0rem;width:36.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT0lEBn9ehFzuzyvMc2GEZJtiI9Ls0Hf { top:9.0625rem;left:24.4375rem;width:23.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHC0rO9V7Qc9WJq5BJHTJmlyFlLq3cws { top:9.75rem;left:39.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moty8ySv93dzfvVJrFGm1TDMMkh8wC0f { top:9.4375rem;left:28.6875rem;width:19.0625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JOi6BiA82FDE5t5rwUsElJuz1v0JOZ { top:13.125rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #s1aE6XqgFumMwoJI8qz63mSInkhsSd0I {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JBbarzhsfsZDm0esigQiTgTvn2qJPORb { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #SXPdxzgJuTTIT55VRFnmxemWrP8yKgiH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #GeFgr2CL1DZgbsxaswgRl4c6c7gbPM3T { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #mKaXp3EwOCIEibTQUOpt9tnLlPpluECP { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #U9UJkGMnrGSGTqwbbWSZEG0VqDSZWoNE {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CD4BcL4DGIlzk350B5PSMePq88KKHrLC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Z6sHzFa99nTSdeAbzONRGrfFCOImhC35 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iPpOK0yyym40y3TSQh1BpJWuJVQeLwdU {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L8hU5byMd7ZE9UURh4CoBqGNgK2KCmHC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ISRviC8f2r74qwqTyR4qX0ZR6DvlATsw {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #ta3owTsoPKMAZ2HLp4qLzibg7zu3l5a0 { width:20rem;height:8.5rem;top:8.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbOqg5hu0TtodFxIS9Ga24gvAs0vtLDE { display:none; }
 }@media only screen and (max-width: 763px) { #FPmsvvksz5KxhT9RgutvJpmvJPWLcNow { display:block; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLqQ6sH2lXu8PZRz2Al5MrmprTJGap1l { top:3.3125rem;left:0rem;width:37.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #akZFmzktXr3zaqqzOR89bXkmW3II0f2H { top:6.625rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiyvHXn8mmEiKEcgFTN3UTIaCXvF93lU { top:8.1875rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3nMeNxbcHm3Mt8yBE9quxAsZ7SsWL6X { top:8.1875rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNyEMnwvtDgXJ0CaNmTHdOi0aoG0JVkp { top:6.625rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUu7TRD1l1it9WDLdS9Xi7m0i9WwHvMn { top:8.1875rem;left:6.5625rem;width:5.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmchqfJUFLwcVbBX8VZWMwKAHaSX0g9G { top:6.625rem;left:6.5625rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1RIkkdyyHWaBHLgryvfUwaedNP88IX { top:8.1875rem;left:14.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKNhB9FOT8dcNiUZJOlAZSeBhOtHAaM { top:6.625rem;left:14.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR8Nnt0TtuPs7GRX1bi7LmrDimnatWEt { top:3.5rem;left:0rem;width:27.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOK6myNiTMXl6zSbRdviWwrQoGun5FqR { top:2.5rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT0MJtHRNUSZK678zPDo7B2PR0TPWvs0 { top:0.625rem;left:0rem;width:37.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4EVaEN4w5F9dzcOT8s7x53r801OMgP { display:block; }#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReLepBxgr97Av5v0SuIdPabkR8fU1nl5 { top:1.4375rem;left:0rem;width:19.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIvEFJmdpc2BugreeorSE6EdASkRBbq { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrN2x4JUMJKnhxfPfhXQlkI1sotDpbT { top:1.9375rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT { display:block; }#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlrNlJV3qCzK5UzbLWNwoukR1DB1aLlZ { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiQNAOcfKLCkqX2K32mVTuLpkgTB0NT { top:1.375rem;left:0.4375rem;width:10rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st7Fp8MAhvRyw6u6v9nDtCXRWKs98qxh { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnERh1GIOaixObkVWzBTyeQpPO83huJ { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5x0AlZ7qKX8PNmIrNzaMRFyPh6gUCR7 { top:6.3125rem;left:0.75rem;width:11.5625rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJPcsV4uKP2PTa6CGbMTOMtRPIUfEF3S { top:6.5625rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2hfZ749vRNJCeoky0XOPmbzyTqc3gc { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXU3xuvTq9HGkPxkXOoAtsld0TWMz7Ny { top:9.375rem;left:1.92431640625rem;width:8.5rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQe0d1K0kTe3uSppDmp9JkSGtS2ACBI8 { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJDV4XvQD6ax3tTtTA8dcft0C4kQHZTT { top:15.6875rem;left:0.4375rem;width:13.9375rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMNKvXqN6eDhDv8NTUaoFOwUNaz60Ahg { top:9.25rem;left:0.4375rem;width:13.9375rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #viwUuwtHOyXFBUAIM8ixS0RyW7eML176 { top:2.8125rem;left:0.4375rem;width:13.9375rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwWVBBuDlCVZxT6tyrNhFH4pbhHU7epC { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtbPyLN375v1KNaK7bT3DCkIIV7IhP3E { width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyJW236xPCioFJllSBz5Q5BI44NACswE { width:4rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst { display:block; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpy8TiBamI92g4aodhGUOQ4XxKvskdih { top:2.875rem;left:0rem;width:26.6875rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqWePJ1zCxESwUczTmoNvALfVi41JoT { top:14.0625rem;left:0rem;width:31.5625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usecf6eFBPTTaaBcwLNNAa9b0E49u84R { width:12.1875rem;height:2.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwbwrCAnt9K0dnamhzWdM86IkPsyr9uS { display:block; }
 }@media only screen and (max-width: 763px) { #cJ1L1huqKloZBTemEW0tpoUqyG4aK7QW { top:10.6875rem;left:25.75rem;width:15.3125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomR3RQCaL4ix9i8City1l48PpzTynas { top:6.9375rem;left:25.75rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCu2whz7UlZWM4bErIAZTMpZphr5rVb { top:10.625rem;left:32.5625rem;width:15.1875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0iZz5oBIUGJW4EWkzfrTw2zv13FqXk0 { top:6.9375rem;left:32.4375rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT72TrAlhP6Zl4s9y4vOToTu81J5sySx { top:21.3125rem;left:25.5625rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dC29Vb60CKbyUS693L9O2zggiUvAKl { top:21.25rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e { top:3.625rem;left:25.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn { top:3.625rem;left:44.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H { top:18.375rem;left:25.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr { top:18.1875rem;left:45rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmMSxDDxOCLKa1RMLVdkr6N5ngQAuZQ { top:23.3125rem;left:25.75rem;width:16.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXD3FwSufO37tNk9097Qew1a3iPPmorr { top:23.1875rem;left:31.1875rem;width:16.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF1nUifhLxsh5oacifhQW6OTl6B9DCl6 { top:1.1875rem;left:0rem;width:19.8125rem;height:6.8125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD { display:block; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4UFdRNa9JK7ahlSpeSJM3eVfmANLopi { top:4.9375rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc82hTITqmify31s6zEh41LiJ2dUsWu5 { top:2rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJHiOREavu0vTLde8Fe7hsHR18vxVWt9 { top:8.3125rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oPqQzpdiCTHEg9AA7p6LUZz9m3mcEv { width:14.3125rem;height:2.75rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2X2It6oN7BLmrTqX3VFH8ZVFMb7LxtR { display:block; }
 }@media only screen and (max-width: 763px) { #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv { top:2rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKA53eJSICLoJ3xzRE3d4aWT0VHTAxuo { top:3.25rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG { top:12rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKJzCNWMxVkezDkr4RSnITUml8zwenK { top:13.3125rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw { display:block; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyaAutMK8dbXDJh5ZMRCyyDESRMdwIad { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seOqwcprVelnKSwrSJ0EpLUu2Z7NJ8Z6 { top:5.0625rem;left:0rem;width:47.375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqgXU3um6vHiQZeE6xKblZatktzE7pF2 { top:10.1875rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1LwJpS0PFJO4JieQTfyCBxmhHSt2IN { top:10.1875rem;left:2.375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTJWXgklwFoOEdcxgJWtC1Zw5c8LQlO { top:10.1875rem;left:17.3125rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxW18HITttCT8wh8XpX51s17JtgmQCu8 { top:10.1875rem;left:32.0625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqwURa1uI3TuksN89e6K7gWaAMp56gzi { top:10.125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe { top:11.1875rem;left:0rem;width:12.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ { top:10.9375rem;left:2.8125rem;width:11.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0 { top:11rem;left:17.9375rem;width:11.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn { top:10.625rem;left:32.4375rem;width:12.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUMLJF31K38LxffLJevoW1HsbJyRpUh { top:10.1875rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr { top:11.125rem;left:35.625rem;width:12.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5VGHonNzdOP3NciW5T9LlKwswH3bTiQ { top:4.875rem;left:0rem;width:16.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkF86qpxD5JQzQsVn29HI4vx8887GycO { top:2rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 { display:none; }#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJbUoqmqpXmT8ybnRNWBB82nCaq5OSg2 { top:2.6875rem;left:0rem;width:16.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozggDTMT0orZP4dH3ludEnfv76iqV0Np { top:0.4375rem;left:0rem;width:7.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6JOZZhM1BFOF9y6AUazDkbW05dsEpq9 { top:0.875rem;left:0rem;width:9.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt { display:none; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a27zHrGINNL8TxfrF3zXbBNJrLBZfkGW { top:0.5rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP { top:0.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.9375rem;display:block; }#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP li:before{  }
 }@media only screen and (max-width: 763px) { #U2NNzIPxuxeSerbZ7cLezpAnnJZaG8At { top:6.125rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyGnEsyTlep88QrwxTAneHo1bdrbMbBB { top:8.3125rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.875rem;display:block; }#LyGnEsyTlep88QrwxTAneHo1bdrbMbBB li:before{  }
 }@media only screen and (max-width: 763px) { #Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C { display:none; }#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dan63KwtK3RFOAilLyQZCdbNFgu6dWge { top:2.6875rem;left:0rem;width:16.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVc2vWtxamU9KlLEUk82dERTsLCWshe { top:0.4375rem;left:0rem;width:7.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0D9Re1OLxVEZFdLoI7JPA3XmiKnMQ5w { top:0.875rem;left:0rem;width:9.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae { display:none; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fhrzGd8QAnyg7MuKqzwpsidNoTlh2t4y { top:0.5rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL { top:0.625rem;left:0rem;width:17.5rem;height:;font-size:0.9375rem;display:block; }#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL li:before{  }
 }@media only screen and (max-width: 763px) { #NFt6EX5KVQ5KcDTCcr1uuvkaLNQbplpt { top:6.125rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 { top:8.3125rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.875rem;display:block; }#Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 li:before{  }
 }@media only screen and (max-width: 763px) { #l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 { display:block; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIebaFrpHtaoPRJn46xRJVPdKN44mFyz { top:5.1875rem;left:0rem;width:29.8125rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFt4egcZUHFok8PJ624z3Lu3t9rSgGkX { top:2.375rem;left:0rem;width:11.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9kfSq05CMUzByMIyWiguTW9Dp0xUDIm { top:12.25rem;left:0rem;width:29.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9TE8Croou3cuv5Si5uwXCs4N7rUWPUQ { top:2.4375rem;left:12.3125rem;width:11.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri { top:17.3125rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq1HiSiyuQEGPkGhHFBAoJFhTfArFXgs { top:7.375rem;left:23.875rem;width:9.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCEOEecB75Xsg8zpDR7ye0mbf3zccubH { top:2.4375rem;left:30rem;width:11.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvQxWBwbbLlO178wuk3El7SD0xidJdPu { top:7.4375rem;left:30.625rem;width:10.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddx3mA2o8C79NZLq5goePFtm4eOmvUtt { top:2.4375rem;left:36.1875rem;width:11.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbltmcdgywpH1LUAyhhZgeGhuPXpzSDT { top:7.3125rem;left:37.6875rem;width:10.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAqov5LzdPJmuMIzQSF3yCcEP9hV6ed3 { top:16.125rem;left:23.875rem;width:11.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZSNz4cIRy1bqDaJg8RT6cnavdODzXb { top:16.125rem;left:30.125rem;width:11.5rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvRBlyT7V8STBNI7PQOQ1LNhkGifVReD { top:19.875rem;left:23.875rem;width:9.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwiscbi2s9WssQ1EEryUWM6hQ3SvHfns { top:20.3125rem;left:30.875rem;width:10.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3W4FymvmJTDsAUOSrItzaTn9WUt78Rk { top:17.1875rem;left:30.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwUMgqb5FHdyGukTpOHJ0HL7rRNaTDhD { top:3.5625rem;left:20.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKif1gnD1X4aFaCTWv5Ud7ATk8Nl1EZE { top:4rem;left:31.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQbepC3RNS8i6fGZCabJFH1G1vsDH3W { top:3.9375rem;left:43.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKF0XAAWBJL25yVMsXoFlJi8hq5gBQbT { top:19.875rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkTgcPNQMAosTFV2JeMFc1REknKbicZ { top:16.25rem;left:36.125rem;width:11.5rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANHCtAcRUdJAGObQDKCn630MD2say2h { top:17.25rem;left:44.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL3zygEU7lORb5CcgZIG9cxTktq2TJmw { top:20.3125rem;left:37.25rem;width:10.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Vau2ZHF2ptdk7y2lTfZ7xfNCMm53vA { top:9.1875rem;left:0rem;width:20rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN { display:block; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEf11EvnkQ7ElKgMMs5sJ9GMeZhsdP45 { top:3.4375rem;left:0rem;width:29.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiJqtzxupynTlgUlsbxMwiCqODsIbs3x { display:none; }
 }@media only screen and (max-width: 763px) { #IGHpgOXryXkmwPuL23ZNgsoNoaqovuez { display:none; }
 }@media only screen and (max-width: 763px) { #hZVmeTrJhMxstvlMDy35fmqTGhJVWolT { display:block; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfuDNbJfKgZPNJMUyMX8gkrTpwZuQGaK { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxxcWqUKlP4wWUOoL4cIC3ULV1XdQ21 { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q { display:block; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu1FSiQ06CNZLOvDZDlThZvm9fbfyUTR { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenmLbpTObnnxSEuUH5AK9QsIWxvCfud { display:none; }
 }@media only screen and (max-width: 763px) { #IVhIdq0Pl1K78gSm2nd71Xi9gQmf46kk { display:none; }
 }@media only screen and (max-width: 763px) { #Eh22RJls8PBG2co7ZssD7PTL9pzV4Xnv { display:none; }
 }@media only screen and (max-width: 763px) { #aUKaFnlGCuoqp3WQzQUxePr1LmMryndB { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeD7611T5frHrLu9VqOvRTKoAXVCPHIs { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8 { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdHva81oVdDbLIOfIfsNULOltTz9cld { top:0rem;left:0rem;width:23.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVBEsE3wMb1WRclO4XLkDcDboHRV2Vtg { top:0rem;left:8.75rem;width:23.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ax6tJb1w55e4IieHbuXwPO4oS83GJ8 { top:0rem;left:24.625rem;width:23.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT { display:block; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkzDaBnGaPWhFnfOuTtqC4tKpRVKP0Lc { top:2.5rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhHL8inLCVfVVOKZKRmwvvSKTRZWxmPQ { top:8.5rem;left:16.9375rem;width:30.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhlrx27JTd8O7ARIlesRF7mPWICfxQeN { width:14.3125rem;height:2.75rem;top:25.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZSbVkufH1qgsZUXqc8C5aNHzXgE9Gzs { display:block; }
 }@media only screen and (max-width: 763px) { #D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 { top:12.25rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 li:before{  }
 }@media only screen and (max-width: 763px) { #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz { top:3.3125rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb37feexMK37LZCGcrQyJT8u5k3zbSWD { display:block; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuELUJQCO9TvHxalUTrFR2NbVZE4IoNo { top:2.625rem;left:0rem;width:19.6875rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXmDkeTmwAWrep73oNHOFrqzvEf1uyV4 { top:9.1875rem;left:0rem;width:30.375rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxCtyHIcxKwVKM7eG1VBTAuf4cBpgULq { top:1.875rem;left:13rem;width:34.6875rem;height:23.083574342261rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7BviLBBA4pHFSWSank3Ibp2Dq9fn9ey { width:15.125rem;height:2.6875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdCLpAZplEUKh6sk85oy0BWR6S1PPIDx { display:block; }
 }@media only screen and (max-width: 763px) { #Iknr1Lwd9ryhBDowUELXJTE6I5fLwa3f { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF { display:block; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8r5y0efsLp2mQlgKmxRIMa5Cfzwi5Lv { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km6cwwRnGvlp8Lbe0DcD5OzuNIZdRTDs { width:10.9375rem;height:5.1875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ8A1SSonsHCN2VPl3NGywP7ndrcDapS { width:10.3125rem;height:3.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:44.9375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.0625rem;left:0rem;width:15rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.5rem;left:0rem;width:37rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:13.1875rem;left:0rem;width:41.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4kw8ZVg2wz2f09cDNI0wRfZdtsmAw9 { top:21.625rem;left:0rem;width:44.6875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tocP0HyDX0tn9q6uAXtwef5Nvn7UBXdl { top:22.75rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5KQ4E1erF3cPRPdT4kcsMqz7ORW5tCJ { top:25.3125rem;left:0rem;width:37.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PkW2IiZ8lkrPBd3tN0h2A0WMnoknzp { top:28rem;left:0rem;width:41.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC { display:block; }#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwkWTHy3uPLcgqkdWvAWorsiTNwAKIg { width:12.75rem;height:3.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qiFvQyn3H5Zx7UFTTq8GmbZ2FD5UXw { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3lWB1lm07JB7fuVhes1XLEvFgpkhFuu { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { background-color: transparent; background-image: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container > .video-iframe-container { display: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container { display: none; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .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); }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { border-width: 0; border-radius: 0; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2aNTL63A1O3KwB70Mtr8mV4xHQ2gZe8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT1LB6mydpslTTVdqk4GmF79NzlhkwiI { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #mDeDEKDRvUFsx8d7MveZJd7orsEk1WeR { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xx1TUHo1bXOrGaXyvdzM9oWmBU53czCt { display:block; }
 }@media only screen and (max-width: 763px) { #ekT1ogUKNAvKQXIlTXMAQJkeqeOHF8Cl { width:8.5rem;height:3.0625rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScU52fznLgO13OemrxHNSuKm7Z1HEHQb { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNGy131Qc6LVLJMbxzxwF49IG6r2UbQS { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XG9oREEDD9iN0TMD2c39aK8TW1kFqV3q { width:10.3125rem;height:3.81225625rem;top:0.74951171875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:transparent;background-image:none;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:5.39915rem;top:0.7470703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:0;top:7.374267578125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #cWfKNBtR2mMvGTeAemiJpsfPmJTpJTcs { top:21.1875rem;left:0rem;width:20rem;height:11.25rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gAZsF6l47HV7cRRgRKsPQN2GLJnyW6vl { width:20rem;height:2.75rem;top:37.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #T74ZIwkMB7v4B0pdKeX5STbalPItrbId { top:37.9375rem;left:2.5625rem;width:15.5619375rem;height:1.4624rem;z-index:15016;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsdZR3Ky5LTrl4sAbeCS7oyF6xodAi6w { width:4.56176875rem;height:1.31303125rem;top:40.8125rem;left:3.4375rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #h6oE213EBp0L3f5IrwXM9KZ9HKWpASIC { width:5.87446875rem;height:1.31303125rem;top:40.8125rem;left:11.9375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HG7ABRxP4JS1tATIVOWvCN6KsL9Pn0v4 { width:4.56176875rem;height:1.40625rem;top:42.375rem;left:3.4375rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #WAJBdgDsrWZPPRwTEakSmlT86LxdFpnA { width:6.25rem;height:1.40625rem;top:42.375rem;left:11.9375rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Lz0l2tEkJKSGXm277K5fMbcIWy8WzSm2 { width:5.4375rem;height:1.31303125rem;top:44.9375rem;left:3.4375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NMgxktKPnTc9uJo3ly6gt7hJ5k8e9XOv { width:6rem;height:1.40625rem;top:46.5rem;left:3.4375rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEpw77JkfZcSp38UuQ8uurA7zdPHNRt { width:3.75rem;height:1.40625rem;top:46.5rem;left:11.9375rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #obkpEgfhvCpd7CEWNcSgFaqCpaKi9zmS { width:3.81225625rem;height:1.31303125rem;top:44.9375rem;left:11.9375rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V0mbZ6fymeeC3hdNfeOwQZfPVJkUOglT { width:17.6875rem;height:2.27415rem;top:16.9375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;color:#0060ab;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L7FiJlKsUTLzbZy6kxiflmbS6TfA9V5R { width:20rem;height:2.92329375rem;top:33.25rem;left:0rem;font-size:0.75rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNVMKusB5IUGEszo8vatHLggrG6M7em7 { top:21.25rem;left:9.6875rem;width:10.3125rem;height:11.1865rem;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bNVMKusB5IUGEszo8vatHLggrG6M7em7.adaptive-delivery-prevent-bg, #bNVMKusB5IUGEszo8vatHLggrG6M7em7.lazyload, #bNVMKusB5IUGEszo8vatHLggrG6M7em7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CPPFAaTI28Qv1X8zOs9f0fu5o7WS0p7q { width:20rem;height:2.3125rem;top:102.9296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT0lEBn9ehFzuzyvMc2GEZJtiI9Ls0Hf { width:20rem;height:6.625rem;top:49rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHC0rO9V7Qc9WJq5BJHTJmlyFlLq3cws { display:flex;width:1.875rem;height:1.875rem;top:50.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #moty8ySv93dzfvVJrFGm1TDMMkh8wC0f { width:16.0625rem;height:3.25rem;top:49.9375rem;left:3.4375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T9JOi6BiA82FDE5t5rwUsElJuz1v0JOZ { width:15.8105625rem;height:1.13769375rem;top:53.5rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:57.375rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:55.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #s1aE6XqgFumMwoJI8qz63mSInkhsSd0I {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JBbarzhsfsZDm0esigQiTgTvn2qJPORb { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #SXPdxzgJuTTIT55VRFnmxemWrP8yKgiH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #GeFgr2CL1DZgbsxaswgRl4c6c7gbPM3T { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #mKaXp3EwOCIEibTQUOpt9tnLlPpluECP { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #U9UJkGMnrGSGTqwbbWSZEG0VqDSZWoNE {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CD4BcL4DGIlzk350B5PSMePq88KKHrLC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Z6sHzFa99nTSdeAbzONRGrfFCOImhC35 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iPpOK0yyym40y3TSQh1BpJWuJVQeLwdU {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L8hU5byMd7ZE9UURh4CoBqGNgK2KCmHC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ISRviC8f2r74qwqTyR4qX0ZR6DvlATsw {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #ta3owTsoPKMAZ2HLp4qLzibg7zu3l5a0 { width:20rem;height:8.53125rem;top:6.824951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#161616;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BbOqg5hu0TtodFxIS9Ga24gvAs0vtLDE { top:16.5rem;left:0.6875rem;width:18.0615rem;height:2.99926875rem;z-index:15039;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #FPmsvvksz5KxhT9RgutvJpmvJPWLcNow { display:none; }#FPmsvvksz5KxhT9RgutvJpmvJPWLcNow > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fLqQ6sH2lXu8PZRz2Al5MrmprTJGap1l { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akZFmzktXr3zaqqzOR89bXkmW3II0f2H { width:4.5625rem;height:1.31303125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiyvHXn8mmEiKEcgFTN3UTIaCXvF93lU { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3nMeNxbcHm3Mt8yBE9quxAsZ7SsWL6X { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNyEMnwvtDgXJ0CaNmTHdOi0aoG0JVkp { width:5.875rem;height:1.31303125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUu7TRD1l1it9WDLdS9Xi7m0i9WwHvMn { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmchqfJUFLwcVbBX8VZWMwKAHaSX0g9G { width:3.1875rem;height:1.31303125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1RIkkdyyHWaBHLgryvfUwaedNP88IX { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKNhB9FOT8dcNiUZJOlAZSeBhOtHAaM { width:3.8125rem;height:1.31303125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR8Nnt0TtuPs7GRX1bi7LmrDimnatWEt { width:18.75rem;height:0;top:2.671875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WOK6myNiTMXl6zSbRdviWwrQoGun5FqR { top:2.55078125rem;left:2.125rem;width:15.5625rem;height:1.46218125rem;z-index:15010;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dT0MJtHRNUSZK678zPDo7B2PR0TPWvs0 { width:20rem;height:4.54426875rem;top:12.779948234558rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4EVaEN4w5F9dzcOT8s7x53r801OMgP { display:block; }#tT4EVaEN4w5F9dzcOT8s7x53r801OMgP > .row .container { width:20rem;height:3.199577331543rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReLepBxgr97Av5v0SuIdPabkR8fU1nl5 { width:19.56175rem;height:1.7871125rem;top:1.4501953125rem;left:0rem;font-size:1.375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtIvEFJmdpc2BugreeorSE6EdASkRBbq { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhrN2x4JUMJKnhxfPfhXQlkI1sotDpbT { width:15.8123125rem;height:0;top:5.2246125rem;left:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT { display:block; }#zeOwOssnq6KyTc0G5ALmKFFLfbup1QTT > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlrNlJV3qCzK5UzbLWNwoukR1DB1aLlZ { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TZiQNAOcfKLCkqX2K32mVTuLpkgTB0NT { width:10rem;height:1.38068125rem;top:1.25rem;left:5rem;font-size:1.0625rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #st7Fp8MAhvRyw6u6v9nDtCXRWKs98qxh { width:3.625rem;height:0;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TZnERh1GIOaixObkVWzBTyeQpPO83huJ { width:7.3125rem;height:0;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s5x0AlZ7qKX8PNmIrNzaMRFyPh6gUCR7 { width:11.62475rem;height:1.38068125rem;top:7.6875rem;left:5rem;font-size:1.0625rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJPcsV4uKP2PTa6CGbMTOMtRPIUfEF3S { width:18.75rem;height:auto;top:6.5625rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KE2hfZ749vRNJCeoky0XOPmbzyTqc3gc { width:9.0625rem;height:0;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cXU3xuvTq9HGkPxkXOoAtsld0TWMz7Ny { width:10.75rem;height:1.38068125rem;top:14.18701171875rem;left:5rem;font-size:1.0625rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQe0d1K0kTe3uSppDmp9JkSGtS2ACBI8 { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uJDV4XvQD6ax3tTtTA8dcft0C4kQHZTT { width:14rem;height:3.14915rem;top:15.75rem;left:5rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;z-index:15013;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tMNKvXqN6eDhDv8NTUaoFOwUNaz60Ahg { width:13.999rem;height:3.14915rem;top:9.3125rem;left:5rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;z-index:15014;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #viwUuwtHOyXFBUAIM8ixS0RyW7eML176 { width:13.9978125rem;height:3.14915rem;top:2.8125rem;left:5rem;font-size:0.875rem;color:#161616;text-align:left;text-align-last:left;z-index:15015;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wwWVBBuDlCVZxT6tyrNhFH4pbhHU7epC { top:1.37939453125rem;left:0rem;width:4.6875rem;height:4.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WtbPyLN375v1KNaK7bT3DCkIIV7IhP3E { top:14.5625rem;left:0.4052734375rem;width:3.8745125rem;height:3.8745125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vyJW236xPCioFJllSBz5Q5BI44NACswE { top:8.25rem;left:0.4052734375rem;width:3.8745125rem;height:3.8745125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst { display:block; }#Pn1Jx86mXoTGHSNq71iBI0QfDuwvgPst > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpy8TiBamI92g4aodhGUOQ4XxKvskdih { width:19.875rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wtqWePJ1zCxESwUczTmoNvALfVi41JoT { width:19.1875rem;height:14.4375rem;top:8.934326171875rem;left:0.75rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usecf6eFBPTTaaBcwLNNAa9b0E49u84R { width:12.26975rem;height:2.20751875rem;top:25.308837890625rem;left:3.84765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwbwrCAnt9K0dnamhzWdM86IkPsyr9uS { display:block; }
 }@media only screen and (max-width: 763px) { #cJ1L1huqKloZBTemEW0tpoUqyG4aK7QW { width:14.5rem;height:2.625rem;top:34rem;left:0.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zomR3RQCaL4ix9i8City1l48PpzTynas { width:15.375rem;height:1.40625rem;top:31.625rem;left:0.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dgCu2whz7UlZWM4bErIAZTMpZphr5rVb { width:14.125rem;height:2.625rem;top:43.4375rem;left:0.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v0iZz5oBIUGJW4EWkzfrTw2zv13FqXk0 { width:15.375rem;height:1.40625rem;top:41.1875rem;left:0.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tT72TrAlhP6Zl4s9y4vOToTu81J5sySx { width:15.375rem;height:1.40625rem;top:50.25rem;left:0.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w3dC29Vb60CKbyUS693L9O2zggiUvAKl { width:15.375rem;height:1.40625rem;top:60.9375rem;left:0.8125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tAMDdunhVTSmxSF9lbdSQVi2V7Tk5u1e { width:2.8125rem;height:2.8125rem;top:28.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWI5VDsWU8Zqq2GckNNlpyfxqpqheBn { width:2.8125rem;height:2.8125rem;top:37.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBNQeXB4I96sRGWGMSuV7H88Rt5FLb4H { width:2.8125rem;height:2.8125rem;top:47.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSLZtKhQV4AMy8kpBaIxyV3JxXTvHsr { width:2.6245125rem;height:2.6245125rem;top:57.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmMSxDDxOCLKa1RMLVdkr6N5ngQAuZQ { width:15.5rem;height:3.9375rem;top:52.375rem;left:0.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uXD3FwSufO37tNk9097Qew1a3iPPmorr { width:13.8745rem;height:3.9375rem;top:63rem;left:0.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NF1nUifhLxsh5oacifhQW6OTl6B9DCl6 { width:18.999rem;height:6.33665rem;top:1.375rem;left:0.75rem;font-size:1.625rem;line-height:1.3;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD { display:block; }#DTHxHECWTml5gkdHiWrWzXT5tEdJlPMD > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4UFdRNa9JK7ahlSpeSJM3eVfmANLopi { width:20rem;height:3.57421875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc82hTITqmify31s6zEh41LiJ2dUsWu5 { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #wJHiOREavu0vTLde8Fe7hsHR18vxVWt9 { width:20rem;height:7.03125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #w3oPqQzpdiCTHEg9AA7p6LUZz9m3mcEv { width:20rem;height:2.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2X2It6oN7BLmrTqX3VFH8ZVFMb7LxtR { display:block; }
 }@media only screen and (max-width: 763px) { #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv { width:20rem;height:6.25rem;top:19.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.adaptive-delivery-prevent-bg, #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.lazyload, #rkmw2v8JrsGwPQlUJy3ycHq4yS1yDkTv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VKA53eJSICLoJ3xzRE3d4aWT0VHTAxuo { width:20rem;height:5.625rem;top:27.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #mOnipa42dmi3KQeqTdLAxAxxHlvVXfZG { width:20rem;height:6.25rem;top:35rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKJzCNWMxVkezDkr4RSnITUml8zwenK { width:20rem;height:5.625rem;top:42.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw { display:block; }#CH6N8dVH8DGS8DBriAXcy4RbQf0cgGMw > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyaAutMK8dbXDJh5ZMRCyyDESRMdwIad { width:20rem;height:0;top:1.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #seOqwcprVelnKSwrSJ0EpLUu2Z7NJ8Z6 { width:20rem;height:0;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mqgXU3um6vHiQZeE6xKblZatktzE7pF2 { width:9.375rem;height:4.0625rem;top:14.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw1LwJpS0PFJO4JieQTfyCBxmhHSt2IN { width:9.375rem;height:4.0625rem;top:19.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMTJWXgklwFoOEdcxgJWtC1Zw5c8LQlO { width:9.375rem;height:4.0625rem;top:19.375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxW18HITttCT8wh8XpX51s17JtgmQCu8 { width:9.375rem;height:4.0625rem;top:14.4375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqwURa1uI3TuksN89e6K7gWaAMp56gzi { width:12.8125rem;height:4.0625rem;top:23.6875rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHT4s4s6b66MTzQnxNJOzLMILuRLpaHe { width:9.6244375rem;height:2.74946875rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJys8U9HAItpmsdmZ30KuHMcvH7nvIfZ { width:8.6875rem;height:2.8125rem;top:15.5rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSaLNV90HKfFuVdfzBVfaIKpc1EK5tE0 { width:8.812125rem;height:2.74946875rem;top:21.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0zaSPHO3MzaGICgLFhZUfOZ4SCyNqUn { width:8.9994375rem;height:3.37446875rem;top:19.6875rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUMLJF31K38LxffLJevoW1HsbJyRpUh { width:12.8125rem;height:5.5rem;top:25.4375rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqGyMiL6AUrmH9X8UJf8oE4TWgZuLMNr { width:9.24925rem;height:2.6245125rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5VGHonNzdOP3NciW5T9LlKwswH3bTiQ { width:16.75rem;height:2.8125rem;top:4.920654296875rem;left:0rem;font-size:0.9375rem;color:#161616;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SkF86qpxD5JQzQsVn29HI4vx8887GycO { width:20rem;height:1.7871125rem;top:2.005615234375rem;left:0rem;font-size:1.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 { display:block; }#F6aFZAzSx36l2t0y0UlW2bFBBwk8b6X0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJbUoqmqpXmT8ybnRNWBB82nCaq5OSg2 { width:16.3745rem;height:1.21875rem;top:3.18603515625rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ozggDTMT0orZP4dH3ludEnfv76iqV0Np { width:6.4375rem;height:1.5rem;top:0.467529296875rem;left:0.452880859375rem;font-size:1rem;color:#ffffff;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6JOZZhM1BFOF9y6AUazDkbW05dsEpq9 { width:7.8125rem;height:1.9375rem;top:0.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt { display:block; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt { background-color: transparent; background-image: none; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container > .video-iframe-container { display: none; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row > .video-iframe-container { display: none; }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .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); }#Hxhb0Swd1p6UuJLfRCHCM9wJtM2Rlzpt > .row .container { width:20rem;height:6.25rem;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a27zHrGINNL8TxfrF3zXbBNJrLBZfkGW { width:17.4375rem;height:2.8125rem;top:1.1875rem;left:0.75rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP { width:18rem;height:4.53125rem;top:0.9521484375rem;left:1.1875rem;font-size:0.9375rem;color:#161616;text-align:left;text-align-last:left;display:block; }#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4Wds4QqXmiR9e68s5ypCfR7QlloPTwP li:before{  }
 }@media only screen and (max-width: 763px) { #U2NNzIPxuxeSerbZ7cLezpAnnJZaG8At { width:14.3125rem;height:2.8125rem;top:13.5rem;left:0.75rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #LyGnEsyTlep88QrwxTAneHo1bdrbMbBB { width:15.8125rem;height:1.3125rem;top:17.75rem;left:1.4375rem;font-size:0.875rem;color:#161616;display:none; }#LyGnEsyTlep88QrwxTAneHo1bdrbMbBB li:before{  }
 }@media only screen and (max-width: 763px) { #Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C { display:block; }#Z9x5iGGtL0JSkU93DR8OGUhr90QcJg3C > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dan63KwtK3RFOAilLyQZCdbNFgu6dWge { width:16.3745rem;height:1.21875rem;top:3.6875rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TuVc2vWtxamU9KlLEUk82dERTsLCWshe { width:7rem;height:1.5rem;top:1.125rem;left:0rem;font-size:1rem;color:#ffffff;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0D9Re1OLxVEZFdLoI7JPA3XmiKnMQ5w { width:7.8125rem;height:1.9375rem;top:0.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae { display:block; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae { background-color: transparent; background-image: none; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container > .video-iframe-container { display: none; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row > .video-iframe-container { display: none; }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .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); }#pwSn6TWGfJXpB4h3vf4PiKTqTw7bpLae > .row .container { width:20rem;height:10.625rem;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhrzGd8QAnyg7MuKqzwpsidNoTlh2t4y { width:17.4375rem;height:2.8125rem;top:1.1875rem;left:0.75rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL { width:17.56225rem;height:;top:0.62744140625rem;left:1.217041015625rem;font-size:0.9375rem;color:#161616;text-align:left;text-align-last:left;display:block; }#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w2g9FJIilCB5WTXiOyQs04MQ8WJXo9fL li:before{  }
 }@media only screen and (max-width: 763px) { #NFt6EX5KVQ5KcDTCcr1uuvkaLNQbplpt { width:14.3125rem;height:2.8125rem;top:13.5rem;left:0.75rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 { width:15.8125rem;height:1.3125rem;top:17.75rem;left:1.4375rem;font-size:0.875rem;color:#161616;display:none; }#Q7KNWSiSOBqPAz3hMFfegROt6dKlD394 li:before{  }
 }@media only screen and (max-width: 763px) { #l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 { display:block; }#l6FLtvtITwh3m6ic4tELTOxbp1hBJpM3 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIebaFrpHtaoPRJn46xRJVPdKN44mFyz { width:20rem;height:3.57421875rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFt4egcZUHFok8PJ624z3Lu3t9rSgGkX { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #f9kfSq05CMUzByMIyWiguTW9Dp0xUDIm { width:20rem;height:0;top:8.01171875rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #E9TE8Croou3cuv5Si5uwXCs4N7rUWPUQ { width:19.875rem;height:3.4375rem;top:15.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X1cpe9XnLl7zNFUGuxu0te5SN4yU0qri { width:1.9375rem;height:1.9375rem;top:16.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq1HiSiyuQEGPkGhHFBAoJFhTfArFXgs { width:15.5625rem;height:2.27415rem;top:16rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pCEOEecB75Xsg8zpDR7ye0mbf3zccubH { width:20rem;height:3.625rem;top:19.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GvQxWBwbbLlO178wuk3El7SD0xidJdPu { width:15.8125rem;height:2.625rem;top:20.125rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Ddx3mA2o8C79NZLq5goePFtm4eOmvUtt { width:19.875rem;height:3.4375rem;top:24.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZbltmcdgywpH1LUAyhhZgeGhuPXpzSDT { width:13.6875rem;height:2.625rem;top:25rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #MAqov5LzdPJmuMIzQSF3yCcEP9hV6ed3 { width:19.9375rem;height:4.125rem;top:29rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xuZSNz4cIRy1bqDaJg8RT6cnavdODzXb { width:19.9375rem;height:4.6875rem;top:34.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BvRBlyT7V8STBNI7PQOQ1LNhkGifVReD { width:16.0616875rem;height:2.27415rem;top:30rem;left:3.9375rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jwiscbi2s9WssQ1EEryUWM6hQ3SvHfns { width:15.999625rem;height:3.9375rem;top:34.5rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #y3W4FymvmJTDsAUOSrItzaTn9WUt78Rk { display:flex;width:1.75rem;height:1.75rem;top:29.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #QwUMgqb5FHdyGukTpOHJ0HL7rRNaTDhD { display:flex;width:2.8125rem;height:2.8125rem;top:35.078125rem;left:0.623779296875rem; }
 }@media only screen and (max-width: 763px) { #ZKif1gnD1X4aFaCTWv5Ud7ATk8Nl1EZE { display:flex;width:1.875rem;height:1.875rem;top:20.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #qSQbepC3RNS8i6fGZCabJFH1G1vsDH3W { display:flex;width:2.1875rem;height:2.1875rem;top:25.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IKF0XAAWBJL25yVMsXoFlJi8hq5gBQbT { width:20rem;height:0;top:15.625rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #OIkTgcPNQMAosTFV2JeMFc1REknKbicZ { width:20.125rem;height:3.625rem;top:39.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lANHCtAcRUdJAGObQDKCn630MD2say2h { width:2.0625rem;height:2.0625rem;top:40.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL3zygEU7lORb5CcgZIG9cxTktq2TJmw { width:15.9375rem;height:2.625rem;top:40.375rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #W3Vau2ZHF2ptdk7y2lTfZ7xfNCMm53vA { width:20rem;height:5.625rem;top:8.447265625rem;left:0rem;font-size:0.9375rem;color:#161616;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.adaptive-delivery-prevent-bg, #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.lazyload, #lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN.lazyloading { background-image: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { background-color: transparent; background-image: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container > .video-iframe-container { display: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row > .video-iframe-container { display: none; }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .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); }#lWPqPcMW1hHxZJ4quIOT6W4Dn40AArwN > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEf11EvnkQ7ElKgMMs5sJ9GMeZhsdP45 { width:20rem;height:3.57421875rem;top:4.494140625rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiJqtzxupynTlgUlsbxMwiCqODsIbs3x { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tiJqtzxupynTlgUlsbxMwiCqODsIbs3x.adaptive-delivery-prevent-bg, #tiJqtzxupynTlgUlsbxMwiCqODsIbs3x.lazyload, #tiJqtzxupynTlgUlsbxMwiCqODsIbs3x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IGHpgOXryXkmwPuL23ZNgsoNoaqovuez { top:10.125rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IGHpgOXryXkmwPuL23ZNgsoNoaqovuez.adaptive-delivery-prevent-bg, #IGHpgOXryXkmwPuL23ZNgsoNoaqovuez.lazyload, #IGHpgOXryXkmwPuL23ZNgsoNoaqovuez.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hZVmeTrJhMxstvlMDy35fmqTGhJVWolT { display:block; }#hZVmeTrJhMxstvlMDy35fmqTGhJVWolT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfuDNbJfKgZPNJMUyMX8gkrTpwZuQGaK { width:18.375rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxxcWqUKlP4wWUOoL4cIC3ULV1XdQ21 { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q { display:block; }#EioXKpG0yfUhyRozKAerfOUzMlMTMD0Q > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu1FSiQ06CNZLOvDZDlThZvm9fbfyUTR { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TenmLbpTObnnxSEuUH5AK9QsIWxvCfud { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVhIdq0Pl1K78gSm2nd71Xi9gQmf46kk { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eh22RJls8PBG2co7ZssD7PTL9pzV4Xnv { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUKaFnlGCuoqp3WQzQUxePr1LmMryndB { width:10.6875rem;height:2.625rem;top:8.9375rem;left:8.8125rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JeD7611T5frHrLu9VqOvRTKoAXVCPHIs { width:10rem;height:2.625rem;top:15.875rem;left:9.375rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rHcWpZVUO4Oz1DJtJOqNqF2ZIhaz3PX8 { width:5.249025rem;height:2.87475625rem;top:8.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec4JXgC0yT5elUlvCEPJ0oLz1t9FkEwE { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhCsAlV1s5Dz5MArC3aycAe5hpffo1ad { width:6.875rem;height:2.4375rem;top:15.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdHva81oVdDbLIOfIfsNULOltTz9cld { width:20rem;height:4.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVBEsE3wMb1WRclO4XLkDcDboHRV2Vtg { width:20rem;height:5.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ax6tJb1w55e4IieHbuXwPO4oS83GJ8 { width:20rem;height:6.1875rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT { display:none; }#LGTF2BaVySyQ7kxzGxSTTkr7Uxu9WopT > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkzDaBnGaPWhFnfOuTtqC4tKpRVKP0Lc { width:20rem;height:5.35766875rem;top:13.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhHL8inLCVfVVOKZKRmwvvSKTRZWxmPQ { width:20rem;height:4.21875rem;top:20.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dhlrx27JTd8O7ARIlesRF7mPWICfxQeN { width:19.85808375rem;height:2.60807125rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZSbVkufH1qgsZUXqc8C5aNHzXgE9Gzs { display:block; }
 }@media only screen and (max-width: 763px) { #D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 { width:20rem;height:18.6218125rem;top:25.6875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#D6ShUF1fuTV0qsx4glTt1aprdTkNf8k9 li:before{  }
 }@media only screen and (max-width: 763px) { #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz { width:20rem;height:11.5625rem;top:0.66850185394287rem;left:0.062144875526428rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/105f37e5-2716-453f-98f2-5662862efe8a/Radiodiagnostico.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.adaptive-delivery-prevent-bg, #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.lazyload, #Lnrs9HI17G7rS4UPoBW8694xmGTgoWdz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Kb37feexMK37LZCGcrQyJT8u5k3zbSWD { display:block; }#Kb37feexMK37LZCGcrQyJT8u5k3zbSWD > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuELUJQCO9TvHxalUTrFR2NbVZE4IoNo { width:20rem;height:3.89915rem;top:15.55078125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lXmDkeTmwAWrep73oNHOFrqzvEf1uyV4 { width:20rem;height:13.40625rem;top:20.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxCtyHIcxKwVKM7eG1VBTAuf4cBpgULq { width:20rem;height:13.3125rem;top:0.87497901916506rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7BviLBBA4pHFSWSank3Ibp2Dq9fn9ey { width:15.0625rem;height:2.6875rem;top:35.0244140625rem;left:1.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdCLpAZplEUKh6sk85oy0BWR6S1PPIDx { display:block; }
 }@media only screen and (max-width: 763px) { #Iknr1Lwd9ryhBDowUELXJTE6I5fLwa3f { top:0.96923828125rem;left:0rem;width:20rem;height:13.3125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF { display:block; }#TDJNREIpyxllB5FUhv4WB3L41BZJ7uAF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8r5y0efsLp2mQlgKmxRIMa5Cfzwi5Lv { width:17.24975rem;height:3.09375rem;top:6.873779296875rem;left:1.37451171875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #km6cwwRnGvlp8Lbe0DcD5OzuNIZdRTDs { width:10.9375rem;height:5.1875rem;top:7.84375rem;left:4.53125rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yQ8A1SSonsHCN2VPl3NGywP7ndrcDapS { width:10.49925rem;height:3.8745125rem;top:2.1875rem;left:0.684814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { width:20rem;height:16.75rem;top:5.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:16.0625rem;height:1.9504625rem;top:6.1875rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { width:17.99925rem;height:2.2745rem;top:8.4375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { width:18.249rem;height:8.7730625rem;top:12.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gD4kw8ZVg2wz2f09cDNI0wRfZdtsmAw9 { width:20rem;height:29.1875rem;top:23.375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tocP0HyDX0tn9q6uAXtwef5Nvn7UBXdl { width:15.875rem;height:1.9504625rem;top:24.4375rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5KQ4E1erF3cPRPdT4kcsMqz7ORW5tCJ { width:17.999rem;height:2.2745rem;top:26.92578125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6PkW2IiZ8lkrPBd3tN0h2A0WMnoknzp { width:18.249rem;height:20.4705rem;top:30.5625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC { background-color:#222222;background-image:none;display:none; }#Jo1xwV3P0uTQOl298BTo7oVrxJUPL5NC > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXwkWTHy3uPLcgqkdWvAWorsiTNwAKIg { width:13.25rem;height:4.125rem;top:1.3411445617676rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qiFvQyn3H5Zx7UFTTq8GmbZ2FD5UXw { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #J3lWB1lm07JB7fuVhes1XLEvFgpkhFuu { width:20rem;height:5.27831875rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.40625rem;left:0rem;width:19.875rem;height:2.625rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }