.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); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 { 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; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { background-color: transparent; background-image: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container > .video-iframe-container { display: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container { display: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .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); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { border-width: 0; border-radius: 0; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#aoABFMoT72AMTBexmAgcN2fESTSXrAhM { 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; }
#EIVZcODUFGGduC7Ay4g4SLKaHPVIef7G { 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; }
#ze6ZmFIJznRzuMZtSusgkDTperdS7vn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuGPEmMfAqvJrgWs2oIUO8TAOpNQCVic { 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; }
#chLtdKaHIvN6J8AnmPERG9k5Wm37BTVm { 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; }
#JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu { 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; }#JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu.adaptive-delivery-prevent-bg, #JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu.lazyload, #JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu.lazyloading { background-image: none; }
#buZDQ32neCO0OnJKImi8GvFSH4lFZwy6 { 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/4546c09b-7fb3-4ed2-914b-18cceef6fbe9/Sergioiglesiasphoto_Skillers_Shooting_UAX_20217598.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(0,63,112,0.62); }#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,63,112,0.62); }#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:45.375rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:manrope;font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.123046875rem;left:0rem;height:13.161625rem;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:44.3103125rem;position:absolute;font-family:manrope;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:29.62158203125rem;left:0rem;height:11.02415rem;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; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;background-color:#ffcb00;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:3.49964375rem;width:24.375rem;top:29rem;left:50.625rem;display:none; }
#zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:40.4998125rem;width:24.375rem;top:29.061611175537rem;left:48.990585327149rem;display:none; }
#nCvLdR5yk0ex2DGHcOBF6FFJLluAu8Sp { color:#000000;display:block;width:14.8118125rem;position:absolute;font-family:manrope;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.1875rem;left:55.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#MCC9821s1RJT8z4R5AopLMzvooE96ST6 { 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:42.625rem;width:75rem;display:none; }
#GpTK7PDSsSGb4th6mQZ2kkavIDMV56rz { 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; }
#eXOSr9t4coBe5xxlwTwEikAIfXC86G8X { 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.1875rem;left:2.1875rem;display:none; }
#KxFlc6HHQDP4GvT8VnmkeSX9EgavO2qT { 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; }
#aaAi5RLsoUe7hgHQ9HIqnd352PB4kbGM { 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; }
#Fv3fvXho3lieweUdpAgV7pN23pC4kEAA { 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; }
#uEnexTschi7tukioMifEc7Z9EiOXwQqy { 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; }
#iJ1LL0Ikdtwo2y28bngMrGZA4vfJa0kH { 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; }
#DgKvpi7Ta5vgQhqltcRMWXrG1aVt3SC5 { 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; }
#Q7bKoJe8FybSEQyOThbq2RawyQoyuIZ7 { 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; }
#B41mcbX5emyp9rOAOb5e2MIq57AABiOI { 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; }
#P67LTbILbVud7wOEGZkar3r9WHSu4BJW { color:#000000;display:block;width:20rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:30.9375rem;left:0rem;display:none; }
#oq3uQF8vA81XCq2Zywlt4TpTED0uiTTb { 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:7.6875rem;width:23.625rem;top:11.1240234375rem;left:51.37451171875rem;display:block; }
#Ha5ECROXsuuT3rIJTekLKV2r0PxhJ7VB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9348125rem;width:1.9348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12rem;left:52.125rem; }
#NLaeakK3GbxL1bQ6ZIF3AaLWRiB9k6d2 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.749267578125rem;left:54.9365234375rem;height:3.898925rem;font-style:normal;display:block; }
#e71Q5mx4WCchggGW0CvPQKBTpMDKOTUT { color:#ffffff;display:block;width:15.8720625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:16.4375rem;left:54.9365234375rem;height:1.13769375rem;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:21.0625rem;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:21.0625rem;box-sizing:border-box;height:3.125rem;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:21.0625rem;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:21.0625rem;box-sizing:border-box;height:3.125rem;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:21.0625rem;height:3.125rem;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.75rem;font-weight:400;color:#787878;vertical-align:top;width:19.8125rem;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:21.0625rem;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:18.875rem;left:51.4375rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.0625rem;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:21.0625rem;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:18.875rem;left:51.4375rem;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 #lK53HlhHyVsIIOqRV4BXM6AvCpZNh1TD { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hPDscgZtsTywziurcRcc4OkgG7WZIymT { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yh1codEyw71adl1wqiRAcsy8dEeyUQfH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#dwK9qaHBwCyEVF53gz3BMVr67zlZ1RFk { 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; }
#BxFPJmxvEBfoPxHn1cQ46leTwSCH5FSC { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gXxrVrSxwft1GquE36mSaRugqGDaklPE { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nzmsauetDdXbWldKQHOJfuiqTtowtH5P { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IwTRfEsO1Rghd9eKkX93aeldxQR5R6IF { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Nn5g6hZRloJ5SWNvFiqqHUELTZEHcT4z { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T7KUquKv1T2P7tENhTmTxLwzoHoNSVaD { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yU5XJ5n8MUDhzaV1tHIq0pyHkOgQqiVc { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV { 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; }
#UqAIrdNgC30HTNW7FpzPlmCXNZaMddbT { color:#ffffff;display:block;width:44.3105625rem;position:absolute;font-family:manrope;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:29.935546875rem;left:0rem;height:11.0229375rem;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; }
#tPpNZLLhhETW700ceLpRHXIq45of2sp5 { color:#ffffff;display:block;width:44.3105625rem;position:absolute;font-family:manrope;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:29.935546875rem;left:0rem;height:11.0229375rem;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; }
#R4ZH1wbSNScH6N1e3ZXdsBTnIXi9gUfP { 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:22.75rem;width:42.875rem;display:none; }
#P6aUcLvtrb4TFBfHOPnyI34xERZCLud6 { color:#0060ab;display:block;width:35.7495rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.606689453125rem;left:0.625rem;height:1.4rem;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; }
#AEylHUGoW08rpQMd3VCwe3fqi5yHAPs6 { box-sizing:content-box;height:2.6875rem;width:39.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:24.962158203125rem;left:0rem;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; }
#N8MtEZMoP1GRgPdhSaG0nK5V6XzMMwC2 { position:absolute;display:block;z-index:15036;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.31176875rem;width:6.3745rem;top:24.649658203125rem;left:31.4501953125rem;overflow:hidden;display:block; }
#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb { position:relative;display:block; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb { background-color: transparent; background-image: none; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row .container > .video-iframe-container { display: none; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row > .video-iframe-container { display: none; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .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); }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb { border-width: 0; border-radius: 0; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .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; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .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.5rem;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; }#KicgpT6VPRlHtwFTFQxkhlMqm5ChBpRs { 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:39.5rem;top:4.375rem;left:1.06201171875rem;display:block; }
#n3p7CRaH2hf6hHRDXh7hCQwBpxc2W0hu { 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:7.5625rem;left:4.8125rem;height:1.31303125rem;font-style:normal;display:block; }
#ckDmQyAy3Kir6JhUMBDAQVoyFlCC9HK8 { 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:9.125rem;left:4.8125rem;height:1.40625rem;font-style:normal;display:block; }
#zbmRSLmfabpk3cQLGTUKKi9HWT9dUbvF { 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:9.125rem;left:14.625rem;height:1.40625rem;font-style:normal;display:block; }
#Dyu1bp6E5rgrH7ktoB4DrZta7u0c54e4 { 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:7.5625rem;left:14.375rem;height:1.31303125rem;font-style:normal;display:block; }
#tBFoHGkXo6ANqLJWOmfmu91eFV6CVcvJ { 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:9.125rem;left:22.8125rem;height:1.40625rem;font-style:normal;display:block; }
#aGF7u0kgkfCeu6KDQThOZfv9TRS5RUUE { 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:7.5625rem;left:22.8125rem;height:1.31303125rem;font-style:normal;display:block; }
#LeDAOmVbaJOQRQXbZ1IEnieFVZN4W7XI { 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:9.125rem;left:32.5rem;height:1.40625rem;font-style:normal;display:block; }
#PBaTA2t6AvA8qheNKW0BxETG51BwFxOc { 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:7.5625rem;left:32.5rem;height:1.31303125rem;font-style:normal;display:block; }
#V0qana12lpqU0KZJuGPcaZAJCypxPsOe { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.57763671875rem;left:1.18701171875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcOatQNQcPDHnKLePAmWEvGrQPgKS5dW { 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; }
#LoqmtrSIOvDh9SkguJx10xT1TPBUcQ0W { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.09375rem;left:1.06201171875rem;height:2.2753875rem;display:block; }
#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD { position:relative;display:block; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD { background-color: transparent; background-image: none; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row .container > .video-iframe-container { display: none; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row > .video-iframe-container { display: none; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .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); }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD { border-width: 0; border-radius: 0; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .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; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .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:block; }#OxqGctTehG3noX9S2nLFhwJuXhIGeJWm { color:#161616;display:block;width:15.745875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.39013671875rem;left:2.061767578125rem;height:2.35625rem;font-style:normal;display:block; }
#dBmrEOr0dTWuq1qczvisnbsAdc0TTCcA { 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; }
#TP62dWJwTQv8d7VoK3NOdW7244clibMa { 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; }
#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k { position:relative;display:block; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k { background-color: transparent; background-image: none; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row .container > .video-iframe-container { display: none; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row > .video-iframe-container { display: none; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .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); }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k { border-width: 0; border-radius: 0; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .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; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .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:block; }#FP1as84rBrf3W1CwrypucXXQqq6PMRmH { 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; }
#ne1ZCsEAA2LBcU3Tqh0FQT1ruTetlP1w { 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; }
#NGIwhmsxBtHFlpXIckLVgdSJeM99vVLd { 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; }
#idDkmims2ZK9181kSzzEzm8z4MmUq13J { 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; }
#Uy9iCWT8cMlyJ8vKEeXvzI50LB4PKRbT { 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; }
#tNs1sUd43FtKaFhOU5JNTEOomhRXHxI0 { color:#161616;display:block;width:19.5rem;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.874286651611rem;height:5.625rem;font-style:normal;display:block; }
#WfQfQ7pDFzbOnz3GNmxabzrRbRBbOdrJ { 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; }
#HXJ8PxoV0GQLcINS3LsgBhUhzPwvasVr { 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; }
#IN5K4Mcs4bzxmO5VyDEivxyDliIg2IcR { 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; }
#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M { 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; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container { background-color: transparent; background-image: none; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container > .video-iframe-container { display: none; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row > .video-iframe-container { display: none; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .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); }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container { border-width: 0; border-radius: 0; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#CIS8L840HOU4vlfeu9FNqg7xN03PxT1t { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5791015625rem;left:0rem;height:12.67575rem;font-style:normal;display:block; }
#cyZ2HD96t9KN0Eo5HcVHxTupDzT87mT4 { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.312324523926rem;left:0rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QKFa962BguEid5ikh2x7S4LLEhJEJCTT { 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.384613625rem;height:2.322444875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.561611175537rem;left:0.67737770080569rem;display:block; }
#CIzfZfOKzngLx4fGyrPkRveQ8krqpiwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rs3q9aQaGVcogsC8haDGkzTQ0brAwNT4 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.624999284744rem;left:40.312496185302rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFTsEEzDtuvlrt2rBAeFw8TKwzBTU6tU { 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.875rem;left:40.3125rem;height:3.75rem;font-style:normal;display:block; }
#CnFZH3TLsMNpuGO8Tuub3ffDTqJPs5Ea { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.624999284744rem;left:59.0625rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5QWbG8L0i0yXbkRc5S4ipA8kRcc0ix2 { 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.875rem;left:59.0625rem;height:3.75rem;font-style:normal;display:block; }
#uHFs1KuVfZcGbrvsvnUf9iSpuMHNDiuw { 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.25rem;left:40.125rem;height:1.875rem;font-style:normal;display:block; }
#XNlQimnz1bc4zw7LT8vHM9xKXmoGWODz { 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.25rem;left:59.1875rem;height:1.875rem;font-style:normal;display:block; }
#HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF { 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.5625rem;left:40.3125rem;display:block; }#HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF.adaptive-delivery-prevent-bg, #HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF.lazyload, #HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF.lazyloading { background-image: none; }
#zisIotmPb8AxUEIokq1Kc4IuURtB6uy3 { 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.5625rem;left:58.5625rem;display:block; }#zisIotmPb8AxUEIokq1Kc4IuURtB6uy3.adaptive-delivery-prevent-bg, #zisIotmPb8AxUEIokq1Kc4IuURtB6uy3.lazyload, #zisIotmPb8AxUEIokq1Kc4IuURtB6uy3.lazyloading { background-image: none; }
#K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT { 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.3125rem;left:40.4375rem;display:block; }#K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT.adaptive-delivery-prevent-bg, #K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT.lazyload, #K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT.lazyloading { background-image: none; }
#I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW { 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.125rem;left:59.0625rem;display:block; }#I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW.adaptive-delivery-prevent-bg, #I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW.lazyload, #I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW.lazyloading { background-image: none; }
#iTb95a8wwf7AiGOx7gw2dR3qWsFtUr4b { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.25rem;left:40.3125rem;height:5.625rem;font-style:normal;display:block; }
#OhJMtZxc5LxkDEVJKiykrNAA7Ch3BkGk { color:#ffffff;display:block;width:15rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.125rem;left:59.0625rem;height:8.4375rem;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; }
#N4L807TM7wi3dBT1FnMSe5g55fD227Sp { position:relative;display:block; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp { background-color: transparent; background-image: none; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row .container > .video-iframe-container { display: none; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row > .video-iframe-container { display: none; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .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); }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp { border-width: 0; border-radius: 0; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .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; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .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; }#diXlpgZlMfsiNBHGBns0uoLbGJUQ1RxJ { 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; }
#PZbprvfgr5e5HTTt7WVDPBqb2Hp7ns06 { 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; }
#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 { position:relative;display:block; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 { background-color: transparent; background-image: none; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row .container > .video-iframe-container { display: none; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row > .video-iframe-container { display: none; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .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); }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 { border-width: 0; border-radius: 0; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .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; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .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.6875rem;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; }#Q1psNWstkA62DhtMHFXAuD5rTRGMJV8P { 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; }
#eTdey52xzQVdwIPUutLcKbDPs7NbTb0W { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:0;font-style:normal;display:none; }
#dW7XrkGFBxViQ25MVE3eCzhFEcPxV3BT { 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; }
#XlT7rtQ7kKNphTJb6GMdLViZPCAgGFvF { 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; }
#rtfb82FkOzkc4uAFHsf4az9Tw2cJdRtt { 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; }
#kZrAPRMCtVgzEFcAs8iWnmyAoRaPEQ4M { 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:8.5rem;left:1.5625rem;height:0;font-style:normal;display:none; }
#aA42PT9SEQ9mb47EsqpyvQTebc8Tnh58 { 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; }
#GIciG4ETRUHcfmdzK93vT84KTBZD33y2 { 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:8.4375rem;left:51.5625rem;height:0;font-style:normal;display:none; }
#UU43eZUnJ6nHebk8We1IGbLT6BoG0nWL { 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; }
#RDwfLhNhToMnTESkNirdnnZCTdafZgX2 { 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; }#RDwfLhNhToMnTESkNirdnnZCTdafZgX2.adaptive-delivery-prevent-bg, #RDwfLhNhToMnTESkNirdnnZCTdafZgX2.lazyload, #RDwfLhNhToMnTESkNirdnnZCTdafZgX2.lazyloading { background-image: none; }
#aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa { 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; }#aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa.adaptive-delivery-prevent-bg, #aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa.lazyload, #aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa.lazyloading { background-image: none; }
#PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f { 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; }#PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f.adaptive-delivery-prevent-bg, #PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f.lazyload, #PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f.lazyloading { background-image: none; }
#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs { position:relative;display:block; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs { background-color: transparent; background-image: none; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row .container > .video-iframe-container { display: none; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row > .video-iframe-container { display: none; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .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); }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs { border-width: 0; border-radius: 0; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .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; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .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.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; }#zN5TnW8XSXxJLKLrafLkltBZ2EmpA2MI { 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:6.125rem;left:1.0625rem;height:2.35625rem;font-style:normal;display:block; }
#bkl6tbEq21VCVuMO60IHpnBqcpAJcmHv { 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:3.125rem;left:1.0625rem;height:1.40625rem;font-style:normal;display:block; }
#TfTBvBJzHGI3HROAi4UBDkQ2oQuQK4dL { 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:9.25rem;left:1.0625rem;height:5.625rem;font-style:normal;display:block; }
#S73mf72BxvkiKRzz4rU5vdPJafi38w5x { 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:16.125rem;left:1.0625rem;display:block; }
#xtBVTBh0BUSzIZKvGU0lT7l3wyZGEG60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pZpISDzotQU9VXCeRt5RD6MgZerURcPN { 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; }#pZpISDzotQU9VXCeRt5RD6MgZerURcPN.adaptive-delivery-prevent-bg, #pZpISDzotQU9VXCeRt5RD6MgZerURcPN.lazyload, #pZpISDzotQU9VXCeRt5RD6MgZerURcPN.lazyloading { background-image: none; }
#EELTkEnqxOoaylQSoGBbCoVsM4KTd7oe { 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; }
#E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS { 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; }#E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS.adaptive-delivery-prevent-bg, #E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS.lazyload, #E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS.lazyloading { background-image: none; }
#iXnxggWyuCGC5dqTaEl08DMo4isTE87I { 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; }
#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM { position:relative;display:block; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM { background-color: transparent; background-image: none; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row .container > .video-iframe-container { display: none; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row > .video-iframe-container { display: none; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .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); }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM { border-width: 0; border-radius: 0; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .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; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .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:27.6875rem;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; }#VfPTpCnKcgvyNTf1aore2Wfor71mhH4S { color:#161616;display:block;width:33.1875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.1875rem;height:4.7119125rem;font-style:normal;display:block; }
#FDm7O4NTLf1OqzKiA1TXPQ5k25ireA4w { color:#9b9b9b;display:block;width:12rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.75rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#aGWriGKJyP0Igt4SqsTPZ75PAmW3SM4N { color:#161616;display:block;width:31.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.8125rem;left:1.1875rem;height:5.625rem;font-style:normal;display:block; }
#fwOmrTDzfuwL7QKM6nPwRtKEyQXDNb3c { 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.25rem;width:11.4375rem;top:1.75rem;left:37.4375rem;display:block; }
#rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ { 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:16.625rem;left:38.5rem;display:block; }#rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ.adaptive-delivery-prevent-bg, #rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ.lazyload, #rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ.lazyloading { background-image: none; }
#gWcoJAGRK7tBMpkb9ayNlC9QE8KPOhBH { 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:6.6875rem;left:38.4375rem;height:3.9375rem;font-style:normal;display:block; }
#lflJxG00TrO2JszLbcRkZDMO5JGh28BK { 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.25rem;width:11.4375rem;top:1.75rem;left:50.5rem;display:block; }
#sGQBFKpyF2x0IXTHEMDFqck5PwIl1BOo { 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:6.75rem;left:51.125rem;height:2.625rem;font-style:normal;display:block; }
#WUze0ETpJ53QfpBaTQHBAuqgatAbOwID { 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.125rem;width:11.4375rem;top:1.75rem;left:63.5625rem;display:block; }
#e0xQp6Hx2xzqLgX9fEMCBtf6ert0wXxF { 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:6.625rem;left:64.6875rem;height:3.9375rem;font-style:normal;display:block; }
#W2xkgVaGMPGd3dxWcvgkRS0r5c1U2grB { 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.0625rem;width:11.4375rem;top:15.4375rem;left:37.5625rem;display:block; }
#yTiFssedrMwpbS1NfMpotRNBR8Xv7xdE { 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:10rem;width:11.5rem;top:15.4375rem;left:50.625rem;display:block; }
#PPlJ6AZ0a3A0bkemSsC6uUtDgvNA78uI { color:#161616;display:block;width:10.1873125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.3125rem;left:38.875rem;height:2.625rem;font-style:normal;display:block; }
#OZu4NPzbOF2VquCRL8D1EAtdTx3r68Vg { color:#161616;display:block;width:10.5rem;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.375rem;height:3.9375rem;font-style:normal;display:block; }
#G9JiNx3DZ4iykb2elL3kIEcLrTkx6Who { 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:16.5rem;left:51.1875rem; }
#mFPCgz7ibp99oNiFSEr4EHOzFHqkLTEG { 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:2.875rem;left:37.4375rem; }
#eR9Xobh9NapeJBwSFNmalRhuJPTCrUaF { 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:3.3125rem;left:51.625rem; }
#yTFWGWOqWlxNwz8qud5lPT6gpIAvOfTg { 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.25rem;left:64.4375rem; }
#NADJwA6HQic4gJ3L4RRxgPIn456CdamJ { 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:18.25rem;left:1.1875rem;height:2.8125rem;font-style:normal;display:block; }
#sdIyB2lMGE9VzpaSQaO9IoW5ULSszNOu { 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:10rem;width:11.5rem;top:15.4375rem;left:63.3125rem;display:block; }
#z6Lomy3UquSfAbtLQJQwVl3C83rbKS7B { 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.0625rem;height:2.625rem;font-style:normal;display:block; }
#QhI3c7AGhZgL3USxwnsxrNRw7VkwaBf5 { 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:15037;opacity:1;top:16.5rem;left:63.875rem; }
#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 { 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; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.adaptive-delivery-prevent-bg, #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.lazyload, #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.lazyloading { background-image: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { background-color: transparent; background-image: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container > .video-iframe-container { display: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row > .video-iframe-container { display: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .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); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { border-width: 0; border-radius: 0; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#qJAos3a5wT5AQhkd367QgTZiwZhW7e4D { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.5rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6 { 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; }
#x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc { 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; }
#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w { position:relative;display:block; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w { background-color: transparent; background-image: none; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row .container > .video-iframe-container { display: none; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row > .video-iframe-container { display: none; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .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); }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w { border-width: 0; border-radius: 0; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .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; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .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; }#pEbVUeUwWQSeKUoLwguAZIvJSXODy0XV { 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; }
#ZO6VMWWCtxOGEdd0S8DXgSoTbQGMqDNm { color:#161616;display:block;width:47.25rem;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; }
#SggpziVxf56P2LDOX55W3n7QkJVNH5a8 { 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:10rem;left:1.25rem;display:block; }
#GF25lyVIfyGVHCSb8TTVIQ5EEeLzgQOF { 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:10rem;left:16.125rem;display:block; }
#AvcuZf6XxJFAuAfhwzoPo6IH6pU9up9g { 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:10rem;left:31.0625rem;display:block; }
#MeW6Lg8wNTO3vL7CUCSb9ynIyQaga9W8 { 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:10rem;left:45.8125rem;display:block; }
#iI0hRtRrUP789hMJ4VzEb27dBDKETC71 { 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; }
#DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/07194d89-76e5-402f-b481-1173b8659fd9/eurofins_MEGALAB111.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.37446875rem;width:12.4360625rem;top:11.375rem;left:1.4375rem;display:block; }#DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.adaptive-delivery-prevent-bg, #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.lazyload, #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.lazyloading { background-image: none; }
#MKTTgJfA9yM9XTui43cI1HakLNepie2Z { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/232e6df7-e1d5-495d-ad83-34b255484847/hd.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:4.6875rem;width:11.9993125rem;top:10.375rem;left:17rem;display:block; }#MKTTgJfA9yM9XTui43cI1HakLNepie2Z.adaptive-delivery-prevent-bg, #MKTTgJfA9yM9XTui43cI1HakLNepie2Z.lazyload, #MKTTgJfA9yM9XTui43cI1HakLNepie2Z.lazyloading { background-image: none; }
#USx6wv6QEw7s5rsAm96TDvpvweTsQuDg { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6cda246b-2341-4cdf-ab55-9deac947b1a7/0a53c35ef70fquironsalud.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:5.1864375rem;width:8.6860625rem;top:10.125rem;left:33.125rem;display:block; }#USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.adaptive-delivery-prevent-bg, #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.lazyload, #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.lazyloading { background-image: none; }
#ieBTXVAExUfndulKlvE0TzErm9MPc7pF { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91b384bd-ffc9-43a7-9d67-949adfd98836/echevarne_20180308133201PhotoRoom.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:5.3125rem;width:13.3123125rem;top:10.0625rem;left:45.5625rem;display:block; }#ieBTXVAExUfndulKlvE0TzErm9MPc7pF.adaptive-delivery-prevent-bg, #ieBTXVAExUfndulKlvE0TzErm9MPc7pF.lazyload, #ieBTXVAExUfndulKlvE0TzErm9MPc7pF.lazyloading { background-image: none; }
#FmHCb9DTenrkvAByLMLv66zUdWHHzWht { position:absolute;display:block;z-index:15013;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:10rem;left:60.9375rem;display:block; }
#RknRs0Tnivf6b58M5QH5oWGMbTi00MNo { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9a9268a-f502-4af8-a762-aa215845c98f/logo_fjd.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:4.6875rem;width:11.9375rem;top:10.40625rem;left:61.875rem;display:block; }#RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.adaptive-delivery-prevent-bg, #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.lazyload, #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.lazyloading { background-image: none; }
#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 { position:relative;display:block; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 { background-color: transparent; background-image: none; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row .container > .video-iframe-container { display: none; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row > .video-iframe-container { display: none; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .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); }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 { border-width: 0; border-radius: 0; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .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; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .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:32.1875rem;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; }#bEJhhTVrz841BLtaxAJgpiT2hFAEPlfC { 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:3.25rem;left:39.8125rem;height:4.7119125rem;font-style:normal;display:block; }
#CvbVEnuUotbwqccCMVDmSokblZuAL48R { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3125rem;left:39.8125rem;height:2.8125rem;font-style:normal;display:block; }
#N8h3Le1DDbe36lpZqeMkbqWZr9f2ba5T { 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:26.1875rem;left:40.8125rem;display:block; }
#mAGDMyiozcn7qL2BAeCE6xxNrzKSkfmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 { 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:13rem;left:39.8125rem;height:12.0605625rem;font-style:normal;display:block; }#L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 li:before{  }
#xJ7eINDpzQepQACy9xHst8BuWx4SxZoo { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aecaccec-0397-4272-b000-2e1ba5b46d70/LAB_CLINICO_BIOME.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.625rem;width:35.5rem;top:3.654296875rem;left:1rem;display:block; }#xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.adaptive-delivery-prevent-bg, #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.lazyload, #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.lazyloading { background-image: none; }
#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI { 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; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container { background-color: transparent; background-image: none; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container > .video-iframe-container { display: none; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row > .video-iframe-container { display: none; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .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); }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container { border-width: 0; border-radius: 0; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Tv8EJ6iDvMuToWg1UTZqlrkDzmqmC15H { color:#003f70;display:block;width:35.6875rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.9375rem;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; }
#pO8TqsbLHF10f79Bwf5q1ZI3aKp84Lyt { color:#323232;display:block;width:32.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.4375rem;left:0.9375rem;height:10.49805rem;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; }
#Tya0yq49Ty8SKTuylh7kRwNqCMvB0nPo { 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:22.375rem;width:33.6875rem;top:1.1875rem;left:40.4375rem;overflow:hidden;display:block; }
#SR7VPImD2vcvrC46v7UOife76C4l7ico { color:#0060ab;display:block;width:19.3125rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.9375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 { 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; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container { background-color: transparent; background-image: none; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container > .video-iframe-container { display: none; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row > .video-iframe-container { display: none; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .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); }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container { border-width: 0; border-radius: 0; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#HTxEUsnGCT7h4TWJPfLTsaRNbdqwq7pV { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:1.4375rem;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; }
#ItaAm7cAaC7EgNphdvd5xPhHLQ5NnTxF { 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:20.75rem;width:33.875rem;top:6.1875rem;left:3.6875rem;display:block; }
#LT1K65Tt1Uwk5x9CQXfwBloDTVAn66LW { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.875rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#p6LcCEHs8otaZuO7JebJVeFJf4Sgk6Tk { color:#0060ab;display:block;width:23.875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10rem;left:4.875rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#iRuEgU3uvck5EzV9TACkmzxXskhIvl2v { color:#323232;display:block;width:30.875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4375rem;left:4.875rem;height:6.494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mwrQ57ErgIsCZJhlaVZ3KpuTNrB2XD3W { 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:27.8125rem;left:39.71875rem;display:none; }
#XxawuyRmS1F6F8BJHKgBHUwh0qtvfMJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uD1vPZVzBwB6o5QZnnWwFMPGhQEmsGpp { position:absolute;display:block;z-index:15024;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:20.75rem;width:31.75rem;top:6.125rem;left:41.4375rem;display:block; }
#JcH0GWzIDobytIz1wsEaL3WdlaJm5gB6 { color:#003f70;display:block;width:27.249625rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.5625rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#fm05RWG5Tnfo53NwXur4SzFuDA3qdn4Z { color:#0060ab;display:block;width:24.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10rem;left:42.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#AA9AwDkwDe8DhtTKvCon1Z3t9xx5a6i5 { color:#323232;display:block;width:29.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.4375rem;left:42.812500953674rem;height:12.98825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf { 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; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container { background-color: transparent; background-image: none; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container > .video-iframe-container { display: none; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row > .video-iframe-container { display: none; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .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); }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container { border-width: 0; border-radius: 0; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ATFat4xitGyeGWZKClHAHDL6OkHpv2n1 { 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; }
#XGLtdHnHvZlVFCvEnWZ6edqDsnB6X3GQ { 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; }
#dTHG0hIxddN780t6RHhCIMDDFo8AnO8N { 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.2201709747314rem;left:1.25rem;overflow:hidden;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) { #FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 { display:block; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoABFMoT72AMTBexmAgcN2fESTSXrAhM { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIVZcODUFGGduC7Ay4g4SLKaHPVIef7G { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6ZmFIJznRzuMZtSusgkDTperdS7vn4 { display:block; }
 }@media only screen and (max-width: 763px) { #VuGPEmMfAqvJrgWs2oIUO8TAOpNQCVic { width:8.5rem;height:3.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chLtdKaHIvN6J8AnmPERG9k5Wm37BTVm { 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) { #JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buZDQ32neCO0OnJKImi8GvFSH4lFZwy6 { 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:42.1875rem;height:13.125rem;top:11.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:44.25rem;height:11rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:29rem;left:23.375rem;width:24.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { top:29rem;left:23.375rem;width:24.375rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvLdR5yk0ex2DGHcOBF6FFJLluAu8Sp { top:29.1875rem;left:32.9375rem;width:14.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCC9821s1RJT8z4R5AopLMzvooE96ST6 { width:47.75rem;height:27.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpTK7PDSsSGb4th6mQZ2kkavIDMV56rz { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXOSr9t4coBe5xxlwTwEikAIfXC86G8X { top:37.1875rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxFlc6HHQDP4GvT8VnmkeSX9EgavO2qT { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaAi5RLsoUe7hgHQ9HIqnd352PB4kbGM { top:43.5625rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fv3fvXho3lieweUdpAgV7pN23pC4kEAA { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEnexTschi7tukioMifEc7Z9EiOXwQqy { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ1LL0Ikdtwo2y28bngMrGZA4vfJa0kH { 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) { #DgKvpi7Ta5vgQhqltcRMWXrG1aVt3SC5 { 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) { #Q7bKoJe8FybSEQyOThbq2RawyQoyuIZ7 { 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) { #B41mcbX5emyp9rOAOb5e2MIq57AABiOI { 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) { #P67LTbILbVud7wOEGZkar3r9WHSu4BJW { top:30.9375rem;left:0rem;width:20rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oq3uQF8vA81XCq2Zywlt4TpTED0uiTTb { top:11.0625rem;left:24.125rem;width:23.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha5ECROXsuuT3rIJTekLKV2r0PxhJ7VB { top:12rem;left:38.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLaeakK3GbxL1bQ6ZIF3AaLWRiB9k6d2 { top:11.6875rem;left:27.75rem;width:20rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71Q5mx4WCchggGW0CvPQKBTpMDKOTUT { top:16.4375rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:0.8125rem;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 #lK53HlhHyVsIIOqRV4BXM6AvCpZNh1TD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hPDscgZtsTywziurcRcc4OkgG7WZIymT { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yh1codEyw71adl1wqiRAcsy8dEeyUQfH {  }
 }@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) { #dwK9qaHBwCyEVF53gz3BMVr67zlZ1RFk { 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) { #BxFPJmxvEBfoPxHn1cQ46leTwSCH5FSC { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gXxrVrSxwft1GquE36mSaRugqGDaklPE {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nzmsauetDdXbWldKQHOJfuiqTtowtH5P {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IwTRfEsO1Rghd9eKkX93aeldxQR5R6IF {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Nn5g6hZRloJ5SWNvFiqqHUELTZEHcT4z {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T7KUquKv1T2P7tENhTmTxLwzoHoNSVaD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yU5XJ5n8MUDhzaV1tHIq0pyHkOgQqiVc {  }
 }@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) { #RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV { display:none; }
 }@media only screen and (max-width: 763px) { #UqAIrdNgC30HTNW7FpzPlmCXNZaMddbT { width:19.9375rem;height:5.5625rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPpNZLLhhETW700ceLpRHXIq45of2sp5 { width:20rem;height:1rem;top:14.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4ZH1wbSNScH6N1e3ZXdsBTnIXi9gUfP { width:42.875rem;height:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6aUcLvtrb4TFBfHOPnyI34xERZCLud6 { width:35.6875rem;height:1.375rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEylHUGoW08rpQMd3VCwe3fqi5yHAPs6 { top:24.9375rem;left:0rem;width:39.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MtEZMoP1GRgPdhSaG0nK5V6XzMMwC2 { top:24.625rem;left:17.8251953125rem;width:6.3125rem;height:3.2795576491293rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb { display:block; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KicgpT6VPRlHtwFTFQxkhlMqm5ChBpRs { top:4.375rem;left:0rem;width:39.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3p7CRaH2hf6hHRDXh7hCQwBpxc2W0hu { top:7.5625rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckDmQyAy3Kir6JhUMBDAQVoyFlCC9HK8 { top:9.125rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbmRSLmfabpk3cQLGTUKKi9HWT9dUbvF { top:9.125rem;left:1rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyu1bp6E5rgrH7ktoB4DrZta7u0c54e4 { top:7.5625rem;left:0.75rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBFoHGkXo6ANqLJWOmfmu91eFV6CVcvJ { top:9.125rem;left:9.1875rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGF7u0kgkfCeu6KDQThOZfv9TRS5RUUE { top:7.5625rem;left:9.1875rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeDAOmVbaJOQRQXbZ1IEnieFVZN4W7XI { top:9.125rem;left:18.875rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaTA2t6AvA8qheNKW0BxETG51BwFxOc { top:7.5625rem;left:18.875rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0qana12lpqU0KZJuGPcaZAJCypxPsOe { top:4.5625rem;left:0rem;width:39.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOatQNQcPDHnKLePAmWEvGrQPgKS5dW { top:2.5rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoqmtrSIOvDh9SkguJx10xT1TPBUcQ0W { top:1.0625rem;left:0rem;width:40.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD { display:block; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxqGctTehG3noX9S2nLFhwJuXhIGeJWm { top:2.375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBmrEOr0dTWuq1qczvisnbsAdc0TTCcA { 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) { #TP62dWJwTQv8d7VoK3NOdW7244clibMa { 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) { #kx0qA2r3DgrdLem5COKUg2gDtsu6H14k { display:block; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP1as84rBrf3W1CwrypucXXQqq6PMRmH { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1ZCsEAA2LBcU3Tqh0FQT1ruTetlP1w { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGIwhmsxBtHFlpXIckLVgdSJeM99vVLd { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idDkmims2ZK9181kSzzEzm8z4MmUq13J { 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) { #Uy9iCWT8cMlyJ8vKEeXvzI50LB4PKRbT { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNs1sUd43FtKaFhOU5JNTEOomhRXHxI0 { top:6.5625rem;left:12.3125rem;width:19.4375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfQfQ7pDFzbOnz3GNmxabzrRbRBbOdrJ { 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) { #HXJ8PxoV0GQLcINS3LsgBhUhzPwvasVr { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN5K4Mcs4bzxmO5VyDEivxyDliIg2IcR { 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) { #HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M { display:block; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIS8L840HOU4vlfeu9FNqg7xN03PxT1t { top:3.5625rem;left:0rem;width:37.25rem;height:12.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyZ2HD96t9KN0Eo5HcVHxTupDzT87mT4 { top:18.25rem;left:0rem;width:36.875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFa962BguEid5ikh2x7S4LLEhJEJCTT { width:12.375rem;height:2.3125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzfZfOKzngLx4fGyrPkRveQ8krqpiwk { display:block; }
 }@media only screen and (max-width: 763px) { #rs3q9aQaGVcogsC8haDGkzTQ0brAwNT4 { top:10.5625rem;left:26.687496185302rem;width:15.25rem;height:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTsEEzDtuvlrt2rBAeFw8TKwzBTU6tU { top:6.875rem;left:26.6875rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnFZH3TLsMNpuGO8Tuub3ffDTqJPs5Ea { top:10.5625rem;left:33.3125rem;width:13.0625rem;height:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5QWbG8L0i0yXbkRc5S4ipA8kRcc0ix2 { top:6.875rem;left:32.4375rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHFs1KuVfZcGbrvsvnUf9iSpuMHNDiuw { top:21.1875rem;left:26.499286651611rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNlQimnz1bc4zw7LT8vHM9xKXmoGWODz { 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) { #HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF { top:3.5625rem;left:26.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zisIotmPb8AxUEIokq1Kc4IuURtB6uy3 { top:3.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT { top:18.3125rem;left:26.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW { top:18.125rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTb95a8wwf7AiGOx7gw2dR3qWsFtUr4b { top:23.25rem;left:26.6875rem;width:15.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhJMtZxc5LxkDEVJKiykrNAA7Ch3BkGk { top:23.0625rem;left:32.75rem;width:15rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4L807TM7wi3dBT1FnMSe5g55fD227Sp { display:block; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diXlpgZlMfsiNBHGBns0uoLbGJUQ1RxJ { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbprvfgr5e5HTTt7WVDPBqb2Hp7ns06 { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 { display:block; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1psNWstkA62DhtMHFXAuD5rTRGMJV8P { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdey52xzQVdwIPUutLcKbDPs7NbTb0W { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7XrkGFBxViQ25MVE3eCzhFEcPxV3BT { display:none; }
 }@media only screen and (max-width: 763px) { #XlT7rtQ7kKNphTJb6GMdLViZPCAgGFvF { display:none; }
 }@media only screen and (max-width: 763px) { #rtfb82FkOzkc4uAFHsf4az9Tw2cJdRtt { display:none; }
 }@media only screen and (max-width: 763px) { #kZrAPRMCtVgzEFcAs8iWnmyAoRaPEQ4M { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA42PT9SEQ9mb47EsqpyvQTebc8Tnh58 { 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) { #GIciG4ETRUHcfmdzK93vT84KTBZD33y2 { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU43eZUnJ6nHebk8We1IGbLT6BoG0nWL { 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) { #RDwfLhNhToMnTESkNirdnnZCTdafZgX2 { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs { display:block; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN5TnW8XSXxJLKLrafLkltBZ2EmpA2MI { top:6.125rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkl6tbEq21VCVuMO60IHpnBqcpAJcmHv { top:3.125rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTBvBJzHGI3HROAi4UBDkQ2oQuQK4dL { top:9.25rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S73mf72BxvkiKRzz4rU5vdPJafi38w5x { width:14.3125rem;height:2.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtBVTBh0BUSzIZKvGU0lT7l3wyZGEG60 { display:block; }
 }@media only screen and (max-width: 763px) { #pZpISDzotQU9VXCeRt5RD6MgZerURcPN { top:2rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EELTkEnqxOoaylQSoGBbCoVsM4KTd7oe { 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) { #E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS { top:12rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnxggWyuCGC5dqTaEl08DMo4isTE87I { 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) { #kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM { display:block; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfPTpCnKcgvyNTf1aore2Wfor71mhH4S { top:5.0625rem;left:0rem;width:33.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDm7O4NTLf1OqzKiA1TXPQ5k25ireA4w { top:1.75rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWriGKJyP0Igt4SqsTPZ75PAmW3SM4N { top:11.8125rem;left:0rem;width:31.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOmrTDzfuwL7QKM6nPwRtKEyQXDNb3c { top:1.75rem;left:12.3125rem;width:11.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ { top:16.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWcoJAGRK7tBMpkb9ayNlC9QE8KPOhBH { top:6.6875rem;left:23.875rem;width:9.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lflJxG00TrO2JszLbcRkZDMO5JGh28BK { top:1.75rem;left:30.0625rem;width:11.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQBFKpyF2x0IXTHEMDFqck5PwIl1BOo { top:6.75rem;left:30.6875rem;width:10.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUze0ETpJ53QfpBaTQHBAuqgatAbOwID { top:1.75rem;left:36.1875rem;width:11.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xQp6Hx2xzqLgX9fEMCBtf6ert0wXxF { top:6.625rem;left:37.6875rem;width:10.0625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2xkgVaGMPGd3dxWcvgkRS0r5c1U2grB { top:15.4375rem;left:23.875rem;width:11.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTiFssedrMwpbS1NfMpotRNBR8Xv7xdE { top:15.4375rem;left:30.1875rem;width:11.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPlJ6AZ0a3A0bkemSsC6uUtDgvNA78uI { top:20.3125rem;left:23.875rem;width:10.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZu4NPzbOF2VquCRL8D1EAtdTx3r68Vg { top:20.3125rem;left:30.9375rem;width:10.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9JiNx3DZ4iykb2elL3kIEcLrTkx6Who { top:16.5rem;left:30.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFPCgz7ibp99oNiFSEr4EHOzFHqkLTEG { top:2.875rem;left:20.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9Xobh9NapeJBwSFNmalRhuJPTCrUaF { top:3.3125rem;left:31.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFWGWOqWlxNwz8qud5lPT6gpIAvOfTg { top:3.25rem;left:44rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NADJwA6HQic4gJ3L4RRxgPIn456CdamJ { top:18.25rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdIyB2lMGE9VzpaSQaO9IoW5ULSszNOu { top:15.4375rem;left:36.125rem;width:11.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Lomy3UquSfAbtLQJQwVl3C83rbKS7B { top:20.3125rem;left:37.25rem;width:10.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhI3c7AGhZgL3USxwnsxrNRw7VkwaBf5 { top:16.5rem;left:43.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 { display:block; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJAos3a5wT5AQhkd367QgTZiwZhW7e4D { top:2.25rem;left:0rem;width:38.5625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6 { display:none; }
 }@media only screen and (max-width: 763px) { #x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc { display:none; }
 }@media only screen and (max-width: 763px) { #TFQqtchW5aFpBJyAQb9mXfrcNri9U27w { display:block; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEbVUeUwWQSeKUoLwguAZIvJSXODy0XV { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6VMWWCtxOGEdd0S8DXgSoTbQGMqDNm { top:5.0625rem;left:0rem;width:47.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggpziVxf56P2LDOX55W3n7QkJVNH5a8 { top:10rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF25lyVIfyGVHCSb8TTVIQ5EEeLzgQOF { top:10rem;left:2.5rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcuZf6XxJFAuAfhwzoPo6IH6pU9up9g { top:10rem;left:17.4375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeW6Lg8wNTO3vL7CUCSb9ynIyQaga9W8 { top:10rem;left:32.1875rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI0hRtRrUP789hMJ4VzEb27dBDKETC71 { top:10.125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7 { top:11.375rem;left:0rem;width:12.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKTTgJfA9yM9XTui43cI1HakLNepie2Z { top:10.375rem;left:3.375rem;width:11.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg { top:10.125rem;left:19.5rem;width:8.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieBTXVAExUfndulKlvE0TzErm9MPc7pF { top:10.0625rem;left:31.9375rem;width:13.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmHCb9DTenrkvAByLMLv66zUdWHHzWht { top:10rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo { top:10.375rem;left:35.8125rem;width:11.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 { display:block; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEJhhTVrz841BLtaxAJgpiT2hFAEPlfC { top:3.25rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbVEnuUotbwqccCMVDmSokblZuAL48R { top:9.3125rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8h3Le1DDbe36lpZqeMkbqWZr9f2ba5T { width:14.1875rem;height:2.625rem;top:26.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAGDMyiozcn7qL2BAeCE6xxNrzKSkfmo { display:block; }
 }@media only screen and (max-width: 763px) { #L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 { top:13rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 li:before{  }
 }@media only screen and (max-width: 763px) { #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo { top:3.625rem;left:0rem;width:35.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI { display:block; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8EJ6iDvMuToWg1UTZqlrkDzmqmC15H { top:2.75rem;left:0rem;width:35.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO8TqsbLHF10f79Bwf5q1ZI3aKp84Lyt { top:9.4375rem;left:0rem;width:32.6875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tya0yq49Ty8SKTuylh7kRwNqCMvB0nPo { top:1.1875rem;left:14.0625rem;width:33.6875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR7VPImD2vcvrC46v7UOife76C4l7ico { top:5.75rem;left:0rem;width:19.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GClT9JnNvCM7cEcuKTNL3GIRg889wx42 { display:block; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTxEUsnGCT7h4TWJPfLTsaRNbdqwq7pV { top:2.1875rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaAm7cAaC7EgNphdvd5xPhHLQ5NnTxF { top:6.1875rem;left:0rem;width:33.875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT1K65Tt1Uwk5x9CQXfwBloDTVAn66LW { top:7.375rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6LcCEHs8otaZuO7JebJVeFJf4Sgk6Tk { top:10rem;left:0rem;width:23.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRuEgU3uvck5EzV9TACkmzxXskhIvl2v { top:12.4375rem;left:0rem;width:30.875rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQ57ErgIsCZJhlaVZ3KpuTNrB2XD3W { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxawuyRmS1F6F8BJHKgBHUwh0qtvfMJu { display:block; }
 }@media only screen and (max-width: 763px) { #uD1vPZVzBwB6o5QZnnWwFMPGhQEmsGpp { top:6.125rem;left:16rem;width:31.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcH0GWzIDobytIz1wsEaL3WdlaJm5gB6 { top:7.375rem;left:20.5625rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm05RWG5Tnfo53NwXur4SzFuDA3qdn4Z { top:10rem;left:23.3125rem;width:24.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA9AwDkwDe8DhtTKvCon1Z3t9xx5a6i5 { top:12.4375rem;left:18rem;width:29.75rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf { display:block; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATFat4xitGyeGWZKClHAHDL6OkHpv2n1 { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGLtdHnHvZlVFCvEnWZ6edqDsnB6X3GQ { width:10.9375rem;height:5.1875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTHG0hIxddN780t6RHhCIMDDFo8AnO8N { width:10.3125rem;height:3.8125rem;top:2.1875rem;left:0rem;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) { #FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 { 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; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { background-color: transparent; background-image: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container > .video-iframe-container { display: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container { display: none; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .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); }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { border-width: 0; border-radius: 0; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGKqeL6U4ghmlvFg8Hb8ZWVMqXmkK119 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoABFMoT72AMTBexmAgcN2fESTSXrAhM { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #EIVZcODUFGGduC7Ay4g4SLKaHPVIef7G { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ze6ZmFIJznRzuMZtSusgkDTperdS7vn4 { display:block; }
 }@media only screen and (max-width: 763px) { #VuGPEmMfAqvJrgWs2oIUO8TAOpNQCVic { width:8.5rem;height:3.0625rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #chLtdKaHIvN6J8AnmPERG9k5Wm37BTVm { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPDwLTcINcXXPxydSgZOzGUgdF5lO9uu { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #buZDQ32neCO0OnJKImi8GvFSH4lFZwy6 { 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:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:6.3375rem;top:0.670166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:19.9975625rem;height:0;top:8.23486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:3.5rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { width:20rem;height:37.4375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCvLdR5yk0ex2DGHcOBF6FFJLluAu8Sp { width:12.5rem;height:0;top:70.4636171875rem;left:3.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCC9821s1RJT8z4R5AopLMzvooE96ST6 { top:17.0625rem;left:0rem;width:20rem;height:11.3125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GpTK7PDSsSGb4th6mQZ2kkavIDMV56rz { width:20rem;height:3.4375rem;top:34.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eXOSr9t4coBe5xxlwTwEikAIfXC86G8X { top:35.1875rem;left:2.1875rem;width:15.5615rem;height:1.4625rem;z-index:15012;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) { #KxFlc6HHQDP4GvT8VnmkeSX9EgavO2qT { width:4.5625rem;height:1.31303125rem;top:39rem;left:3.375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aaAi5RLsoUe7hgHQ9HIqnd352PB4kbGM { width:5.5625rem;height:1.40625rem;top:40.5625rem;left:3.375rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3fvXho3lieweUdpAgV7pN23pC4kEAA { width:6.25rem;height:1.40625rem;top:40.5625rem;left:11.875rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uEnexTschi7tukioMifEc7Z9EiOXwQqy { width:5.875rem;height:1.31303125rem;top:39rem;left:11.625rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1LL0Ikdtwo2y28bngMrGZA4vfJa0kH { width:3.1875rem;height:1.31303125rem;top:42.75rem;left:3.5625rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DgKvpi7Ta5vgQhqltcRMWXrG1aVt3SC5 { width:3.8125rem;height:1.31303125rem;top:42.75rem;left:11.875rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Q7bKoJe8FybSEQyOThbq2RawyQoyuIZ7 { width:8.1875rem;height:1.40625rem;top:44.9375rem;left:3.625rem;font-size:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #B41mcbX5emyp9rOAOb5e2MIq57AABiOI { width:3.75rem;height:1.40625rem;top:44.9375rem;left:11.875rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #P67LTbILbVud7wOEGZkar3r9WHSu4BJW { top:29rem;left:0rem;width:20rem;height:3.9rem;z-index:15036;font-size:0.75rem;text-align:center;text-align-last:center;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #oq3uQF8vA81XCq2Zywlt4TpTED0uiTTb { width:20rem;height:7.1875rem;top:47.5rem;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) { #Ha5ECROXsuuT3rIJTekLKV2r0PxhJ7VB { display:flex;width:1.875rem;height:1.875rem;top:48.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #NLaeakK3GbxL1bQ6ZIF3AaLWRiB9k6d2 { width:16.625rem;height:3.25rem;top:48.8125rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71Q5mx4WCchggGW0CvPQKBTpMDKOTUT { width:15.81175rem;height:1.05625rem;top:52.8125rem;left:3.4375rem;font-size:0.8125rem;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:56.6875rem;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:54.6875rem;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 #lK53HlhHyVsIIOqRV4BXM6AvCpZNh1TD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hPDscgZtsTywziurcRcc4OkgG7WZIymT { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yh1codEyw71adl1wqiRAcsy8dEeyUQfH {  }
 }@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) { #dwK9qaHBwCyEVF53gz3BMVr67zlZ1RFk { 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) { #BxFPJmxvEBfoPxHn1cQ46leTwSCH5FSC { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gXxrVrSxwft1GquE36mSaRugqGDaklPE {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nzmsauetDdXbWldKQHOJfuiqTtowtH5P {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IwTRfEsO1Rghd9eKkX93aeldxQR5R6IF {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Nn5g6hZRloJ5SWNvFiqqHUELTZEHcT4z {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T7KUquKv1T2P7tENhTmTxLwzoHoNSVaD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yU5XJ5n8MUDhzaV1tHIq0pyHkOgQqiVc {  }
 }@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) { #RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV { top:17.0625rem;left:9.6875rem;width:10.375rem;height:11.3125rem;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; }#RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV.adaptive-delivery-prevent-bg, #RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV.lazyload, #RTCTUiAUCFEN89iOC1edkCgN5lpOzTvV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UqAIrdNgC30HTNW7FpzPlmCXNZaMddbT { width:19.9975625rem;height:5.625rem;top:7.733154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tPpNZLLhhETW700ceLpRHXIq45of2sp5 { width:18.2495rem;height:1.05025rem;top:14.478759765625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;color:#0060ab;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #R4ZH1wbSNScH6N1e3ZXdsBTnIXi9gUfP { top:13.5rem;left:14.25048828125rem;width:5.7495125rem;height:2.9370125rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P6aUcLvtrb4TFBfHOPnyI34xERZCLud6 { width:20rem;height:0;top:97.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #AEylHUGoW08rpQMd3VCwe3fqi5yHAPs6 { width:20rem;height:2.6875rem;top:96.3671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8MtEZMoP1GRgPdhSaG0nK5V6XzMMwC2 { width:6.3125rem;height:3.2795576491293rem;top:27.5537109375rem;left:6.842041015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb { display:none; }#Pk0C1m73I5mxF549tqK5BDfZvdXuQCKb > .row .container { width:20rem;height:19.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KicgpT6VPRlHtwFTFQxkhlMqm5ChBpRs { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3p7CRaH2hf6hHRDXh7hCQwBpxc2W0hu { width:4.5625rem;height:1.3125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckDmQyAy3Kir6JhUMBDAQVoyFlCC9HK8 { 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) { #zbmRSLmfabpk3cQLGTUKKi9HWT9dUbvF { 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) { #Dyu1bp6E5rgrH7ktoB4DrZta7u0c54e4 { width:5.875rem;height:1.3125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBFoHGkXo6ANqLJWOmfmu91eFV6CVcvJ { 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) { #aGF7u0kgkfCeu6KDQThOZfv9TRS5RUUE { width:3.1875rem;height:1.3125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeDAOmVbaJOQRQXbZ1IEnieFVZN4W7XI { 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) { #PBaTA2t6AvA8qheNKW0BxETG51BwFxOc { width:3.8125rem;height:1.3125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0qana12lpqU0KZJuGPcaZAJCypxPsOe { 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) { #WcOatQNQcPDHnKLePAmWEvGrQPgKS5dW { 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) { #LoqmtrSIOvDh9SkguJx10xT1TPBUcQ0W { width:20rem;height:4.54426875rem;top:15.343574523926rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD { display:block; }#xihSkEuBlJLmXfcxNSiSI4XSrZoNGfdD > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxqGctTehG3noX9S2nLFhwJuXhIGeJWm { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBmrEOr0dTWuq1qczvisnbsAdc0TTCcA { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP62dWJwTQv8d7VoK3NOdW7244clibMa { width:15.8123125rem;height:0;top:5.2246125rem;left:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx0qA2r3DgrdLem5COKUg2gDtsu6H14k { display:block; }#kx0qA2r3DgrdLem5COKUg2gDtsu6H14k > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP1as84rBrf3W1CwrypucXXQqq6PMRmH { 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) { #ne1ZCsEAA2LBcU3Tqh0FQT1ruTetlP1w { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGIwhmsxBtHFlpXIckLVgdSJeM99vVLd { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idDkmims2ZK9181kSzzEzm8z4MmUq13J { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uy9iCWT8cMlyJ8vKEeXvzI50LB4PKRbT { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNs1sUd43FtKaFhOU5JNTEOomhRXHxI0 { width:19.4375rem;height:auto;top:6.5625rem;left:0.25rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WfQfQ7pDFzbOnz3GNmxabzrRbRBbOdrJ { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXJ8PxoV0GQLcINS3LsgBhUhzPwvasVr { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IN5K4Mcs4bzxmO5VyDEivxyDliIg2IcR { 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) { #HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M { display:block; }#HHb8BMyNa4vf9PG6Uwz5s2zm9VrBQF6M > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIS8L840HOU4vlfeu9FNqg7xN03PxT1t { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyZ2HD96t9KN0Eo5HcVHxTupDzT87mT4 { width:20rem;height:0;top:10.234375rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QKFa962BguEid5ikh2x7S4LLEhJEJCTT { width:12.25025rem;height:2.1879875rem;top:10.37353515625rem;left:3.873291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzfZfOKzngLx4fGyrPkRveQ8krqpiwk { display:block; }
 }@media only screen and (max-width: 763px) { #rs3q9aQaGVcogsC8haDGkzTQ0brAwNT4 { width:20rem;height:2.625rem;top:19.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTsEEzDtuvlrt2rBAeFw8TKwzBTU6tU { width:15.375rem;height:1.40625rem;top:17.375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CnFZH3TLsMNpuGO8Tuub3ffDTqJPs5Ea { width:20rem;height:2.625rem;top:28.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i5QWbG8L0i0yXbkRc5S4ipA8kRcc0ix2 { width:15.375rem;height:1.40625rem;top:26.4375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHFs1KuVfZcGbrvsvnUf9iSpuMHNDiuw { width:15.375rem;height:1.40625rem;top:35.5rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XNlQimnz1bc4zw7LT8vHM9xKXmoGWODz { width:15.375rem;height:1.40625rem;top:46.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXKHNCDEqoMmtAUOxETaaLOmkuMsUsrF { width:2.8125rem;height:2.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zisIotmPb8AxUEIokq1Kc4IuURtB6uy3 { width:2.8125rem;height:2.8125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FKx7RQ4GlJTwTZRN8qUSk9EfGbuTdT { width:2.8125rem;height:2.8125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61hnT05uJ1n1QV5ONLi4LdHlCwFQWlW { width:2.625rem;height:2.625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTb95a8wwf7AiGOx7gw2dR3qWsFtUr4b { width:19.75rem;height:3.9375rem;top:37.625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OhJMtZxc5LxkDEVJKiykrNAA7Ch3BkGk { width:19.9369375rem;height:5.25rem;top:48.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N4L807TM7wi3dBT1FnMSe5g55fD227Sp { display:none; }#N4L807TM7wi3dBT1FnMSe5g55fD227Sp > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #diXlpgZlMfsiNBHGBns0uoLbGJUQ1RxJ { width:18.375rem;height:1.7858875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbprvfgr5e5HTTt7WVDPBqb2Hp7ns06 { 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) { #As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 { display:none; }#As9DECnPXhZDIbbSFH7Nu63NOMQSbcb4 > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q1psNWstkA62DhtMHFXAuD5rTRGMJV8P { 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) { #eTdey52xzQVdwIPUutLcKbDPs7NbTb0W { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dW7XrkGFBxViQ25MVE3eCzhFEcPxV3BT { 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:block; }
 }@media only screen and (max-width: 763px) { #XlT7rtQ7kKNphTJb6GMdLViZPCAgGFvF { 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:block; }
 }@media only screen and (max-width: 763px) { #rtfb82FkOzkc4uAFHsf4az9Tw2cJdRtt { 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:block; }
 }@media only screen and (max-width: 763px) { #kZrAPRMCtVgzEFcAs8iWnmyAoRaPEQ4M { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aA42PT9SEQ9mb47EsqpyvQTebc8Tnh58 { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;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) { #GIciG4ETRUHcfmdzK93vT84KTBZD33y2 { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UU43eZUnJ6nHebk8We1IGbLT6BoG0nWL { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;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) { #RDwfLhNhToMnTESkNirdnnZCTdafZgX2 { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLRRNIkkltfLVopGDo5e3qa9kVFx3Pa { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwAQNEg52QhuHgUV0xVlBaFMuUT3gK1f { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs { display:block; }#xkcHfvTKIT9ztVItaAe0zFW2NgeP5rCs > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN5TnW8XSXxJLKLrafLkltBZ2EmpA2MI { width:20rem;height:3.575rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkl6tbEq21VCVuMO60IHpnBqcpAJcmHv { 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) { #TfTBvBJzHGI3HROAi4UBDkQ2oQuQK4dL { width:20rem;height:8.4375rem;top:7.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #S73mf72BxvkiKRzz4rU5vdPJafi38w5x { width:20rem;height:2.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtBVTBh0BUSzIZKvGU0lT7l3wyZGEG60 { display:block; }
 }@media only screen and (max-width: 763px) { #pZpISDzotQU9VXCeRt5RD6MgZerURcPN { width:20rem;height:6.25rem;top:21.5625rem;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; }#pZpISDzotQU9VXCeRt5RD6MgZerURcPN.adaptive-delivery-prevent-bg, #pZpISDzotQU9VXCeRt5RD6MgZerURcPN.lazyload, #pZpISDzotQU9VXCeRt5RD6MgZerURcPN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EELTkEnqxOoaylQSoGBbCoVsM4KTd7oe { width:20rem;height:5.625rem;top:29.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #E7cUtnAQy1SiPto1Hox9EzArUgSwcqHS { width:20rem;height:6.25rem;top:36.8125rem;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) { #iXnxggWyuCGC5dqTaEl08DMo4isTE87I { width:20rem;height:5.625rem;top:44.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM { display:block; }#kfcJuQGWJ9UIXuB6TWwNxhenvmToeuyM > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfPTpCnKcgvyNTf1aore2Wfor71mhH4S { width:20rem;height:5.3625rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDm7O4NTLf1OqzKiA1TXPQ5k25ireA4w { 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) { #aGWriGKJyP0Igt4SqsTPZ75PAmW3SM4N { width:20rem;height:7.875rem;top:10.5rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fwOmrTDzfuwL7QKM6nPwRtKEyQXDNb3c { width:19.875rem;height:3.4375rem;top:20rem;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) { #rezdD6dMNnTcM2n4Ccc95CGN3QqQT0IJ { width:1.9375rem;height:1.9375rem;top:20.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWcoJAGRK7tBMpkb9ayNlC9QE8KPOhBH { width:15.5625rem;height:2.2753875rem;top:20.625rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lflJxG00TrO2JszLbcRkZDMO5JGh28BK { width:20.0625rem;height:2.875rem;top:24.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;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) { #sGQBFKpyF2x0IXTHEMDFqck5PwIl1BOo { width:15.8123125rem;height:1.31303125rem;top:25.1875rem;left:4.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #WUze0ETpJ53QfpBaTQHBAuqgatAbOwID { width:19.875rem;height:3.4375rem;top:28.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;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e0xQp6Hx2xzqLgX9fEMCBtf6ert0wXxF { width:13.6875rem;height:2.625rem;top:28.9375rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #W2xkgVaGMPGd3dxWcvgkRS0r5c1U2grB { width:20rem;height:3.1875rem;top:32.9375rem;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) { #yTiFssedrMwpbS1NfMpotRNBR8Xv7xdE { width:19.875rem;height:3.4375rem;top:37.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;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) { #PPlJ6AZ0a3A0bkemSsC6uUtDgvNA78uI { width:16.0618125rem;height:1.13769375rem;top:34rem;left:3.9375rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OZu4NPzbOF2VquCRL8D1EAtdTx3r68Vg { width:15.999625rem;height:2.625rem;top:37.8125rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #G9JiNx3DZ4iykb2elL3kIEcLrTkx6Who { display:flex;width:2.1875rem;height:2.1875rem;top:33.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #mFPCgz7ibp99oNiFSEr4EHOzFHqkLTEG { display:flex;width:2.9375rem;height:2.9375rem;top:37.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #eR9Xobh9NapeJBwSFNmalRhuJPTCrUaF { display:flex;width:1.875rem;height:1.875rem;top:24.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yTFWGWOqWlxNwz8qud5lPT6gpIAvOfTg { display:flex;width:2.1875rem;height:2.1875rem;top:29.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NADJwA6HQic4gJ3L4RRxgPIn456CdamJ { width:20rem;height:0;top:19.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #sdIyB2lMGE9VzpaSQaO9IoW5ULSszNOu { width:20rem;height:3rem;top:42.1875rem;left:0.0625rem;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) { #z6Lomy3UquSfAbtLQJQwVl3C83rbKS7B { width:15rem;height:2.625rem;top:42.375rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QhI3c7AGhZgL3USxwnsxrNRw7VkwaBf5 { display:flex;width:2.1875rem;height:2.1875rem;top:42.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 { 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; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.adaptive-delivery-prevent-bg, #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.lazyload, #D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4.lazyloading { background-image: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { background-color: transparent; background-image: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container > .video-iframe-container { display: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row > .video-iframe-container { display: none; }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .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); }#D9n97hV3AMJ4oUrn2hc1IVKnnSFHWZv4 > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJAos3a5wT5AQhkd367QgTZiwZhW7e4D { width:20rem;height:8.9375rem;top:3.5625rem;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) { #V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6 { 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; }#V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6.adaptive-delivery-prevent-bg, #V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6.lazyload, #V8WbUsoQswDZAUJ7xPba5TDbVlBaG4y6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc { top:13.6875rem;left:7.6884765625rem;width:12.3115rem;height:2.374025rem;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; }#x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc.adaptive-delivery-prevent-bg, #x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc.lazyload, #x95oTHPuMrKrzZqkvMWWxSMUgwzIPnoc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TFQqtchW5aFpBJyAQb9mXfrcNri9U27w { display:block; }#TFQqtchW5aFpBJyAQb9mXfrcNri9U27w > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEbVUeUwWQSeKUoLwguAZIvJSXODy0XV { width:20rem;height:3.575rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6VMWWCtxOGEdd0S8DXgSoTbQGMqDNm { width:20rem;height:7.03125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SggpziVxf56P2LDOX55W3n7QkJVNH5a8 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;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) { #GF25lyVIfyGVHCSb8TTVIQ5EEeLzgQOF { width:9.375rem;height:4.0625rem;top:18.562499523163rem;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) { #AvcuZf6XxJFAuAfhwzoPo6IH6pU9up9g { width:9.375rem;height:4.0625rem;top:18.562499523163rem;left:10.624132454395rem;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) { #MeW6Lg8wNTO3vL7CUCSb9ynIyQaga9W8 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:10.624132454395rem;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) { #iI0hRtRrUP789hMJ4VzEb27dBDKETC71 { 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) { #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7 { width:8.8125rem;height:2.625rem;top:14.353692531586rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/07194d89-76e5-402f-b481-1173b8659fd9/eurofins_MEGALAB111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.adaptive-delivery-prevent-bg, #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.lazyload, #DxKr8cTLhC2QOcUJLQZrGHf80b1pKMJ7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MKTTgJfA9yM9XTui43cI1HakLNepie2Z { width:9.0625rem;height:3.4375rem;top:14.041192531586rem;left:10.8253590339rem;display:block; }
 }@media only screen and (max-width: 763px) { #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg { width:7.3748125rem;height:3.81214375rem;top:18.686078548431rem;left:0.9987570643425rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6cda246b-2341-4cdf-ab55-9deac947b1a7/0a53c35ef70fquironsalud.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.adaptive-delivery-prevent-bg, #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.lazyload, #USx6wv6QEw7s5rsAm96TDvpvweTsQuDg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ieBTXVAExUfndulKlvE0TzErm9MPc7pF { width:9.0625rem;height:3.4375rem;top:18.87428855896rem;left:10.936611711979rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91b384bd-ffc9-43a7-9d67-949adfd98836/echevarne_20180308133201PhotoRoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ieBTXVAExUfndulKlvE0TzErm9MPc7pF.adaptive-delivery-prevent-bg, #ieBTXVAExUfndulKlvE0TzErm9MPc7pF.lazyload, #ieBTXVAExUfndulKlvE0TzErm9MPc7pF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FmHCb9DTenrkvAByLMLv66zUdWHHzWht { width:9.375rem;height:4.0625rem;top:23.375rem;left:5.3125rem;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) { #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo { width:9.0625rem;height:3.5rem;top:23.6875rem;left:5.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9a9268a-f502-4af8-a762-aa215845c98f/logo_fjd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.adaptive-delivery-prevent-bg, #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.lazyload, #RknRs0Tnivf6b58M5QH5oWGMbTi00MNo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 { display:block; }#Px6CB3fLTLqwsxDSd26ChE2Mf0dHwwm6 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEJhhTVrz841BLtaxAJgpiT2hFAEPlfC { width:20rem;height:5.3625rem;top:13.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbVEnuUotbwqccCMVDmSokblZuAL48R { width:20rem;height:4.21875rem;top:19.375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #N8h3Le1DDbe36lpZqeMkbqWZr9f2ba5T { width:19.8574375rem;height:2.607425rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAGDMyiozcn7qL2BAeCE6xxNrzKSkfmo { display:block; }
 }@media only screen and (max-width: 763px) { #L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 { width:20rem;height:18.625rem;top:24.625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#L3K7AvtGTGhoHm0lQsD1y5yFTFigz1R4 li:before{  }
 }@media only screen and (max-width: 763px) { #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo { width:20rem;height:11.5625rem;top:3.814697265625E-6rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aecaccec-0397-4272-b000-2e1ba5b46d70/LAB_CLINICO_BIOME.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.adaptive-delivery-prevent-bg, #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.lazyload, #xJ7eINDpzQepQACy9xHst8BuWx4SxZoo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI { display:block; }#X6DKsw6lzKJy5xl2TugbZN8CGIyTABuI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8EJ6iDvMuToWg1UTZqlrkDzmqmC15H { width:20rem;height:3.9rem;top:15rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pO8TqsbLHF10f79Bwf5q1ZI3aKp84Lyt { width:20rem;height:17.0625rem;top:21.937255859375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tya0yq49Ty8SKTuylh7kRwNqCMvB0nPo { width:20rem;height:13.321625rem;top:0.87497901916506rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR7VPImD2vcvrC46v7UOife76C4l7ico { width:19.3125rem;height:1.05625rem;top:19.46875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GClT9JnNvCM7cEcuKTNL3GIRg889wx42 { display:none; }#GClT9JnNvCM7cEcuKTNL3GIRg889wx42 > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTxEUsnGCT7h4TWJPfLTsaRNbdqwq7pV { width:10.9375rem;height:1.95rem;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) { #ItaAm7cAaC7EgNphdvd5xPhHLQ5NnTxF { width:20rem;height:17.0625rem;top:5.375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LT1K65Tt1Uwk5x9CQXfwBloDTVAn66LW { width:20rem;height:1.725rem;top:6.875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p6LcCEHs8otaZuO7JebJVeFJf4Sgk6Tk { width:18.1875rem;height:2.2753875rem;top:9.5rem;left:0.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRuEgU3uvck5EzV9TACkmzxXskhIvl2v { width:19.875rem;height:8.5278125rem;top:12.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQ57ErgIsCZJhlaVZ3KpuTNrB2XD3W { width:19.628875rem;height:2.37988125rem;top:52.1865234375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #XxawuyRmS1F6F8BJHKgBHUwh0qtvfMJu { display:block; }
 }@media only screen and (max-width: 763px) { #uD1vPZVzBwB6o5QZnnWwFMPGhQEmsGpp { width:20rem;height:26.625rem;top:23.6875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JcH0GWzIDobytIz1wsEaL3WdlaJm5gB6 { width:20rem;height:1.725rem;top:25.5rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fm05RWG5Tnfo53NwXur4SzFuDA3qdn4Z { width:20rem;height:2.2753875rem;top:28.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AA9AwDkwDe8DhtTKvCon1Z3t9xx5a6i5 { width:20rem;height:17.0556875rem;top:31.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf { display:block; }#ybfKRmNnPNl2TbXslfftJ6IrZMkONdwf > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATFat4xitGyeGWZKClHAHDL6OkHpv2n1 { width:17.24975rem;height:3.09375rem;top:6.922607421875rem;left:1.37451171875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XGLtdHnHvZlVFCvEnWZ6edqDsnB6X3GQ { 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) { #dTHG0hIxddN780t6RHhCIMDDFo8AnO8N { width:10.49925rem;height:3.8745125rem;top:2.2802734375rem;left:0.560302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;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:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0rem;left:0rem;width:19.875rem;height:2.6875rem;z-index:15000;background-color:#0060ab;background-image:none;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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; }
 }