.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); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ { 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; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { background-color: transparent; background-image: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container > .video-iframe-container { display: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container { display: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .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); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { border-width: 0; border-radius: 0; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#PkJvlCC1XXf3lVbhQgGlN1XCy6oIeT9h { 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; }
#ewlz0dzluBw1q16JiC2vTq2J8kKTXDH3 { 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; }
#OhXEsavK0F3T7F8QEhcNbTa6IzuHR3EF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTFuEFCI0z3BWowFcIrC46zCqB50UTm7 { 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; }
#cbmzMZZgWAIyOyr21LBZJiJWPVns58X4 { 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; }#cbmzMZZgWAIyOyr21LBZJiJWPVns58X4.adaptive-delivery-prevent-bg, #cbmzMZZgWAIyOyr21LBZJiJWPVns58X4.lazyload, #cbmzMZZgWAIyOyr21LBZJiJWPVns58X4.lazyloading { background-image: none; }
#dOHIXdNTqMBA4Say511QGQJPMXtbEszN { position:absolute;display:block;z-index:15018;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:0.53125rem;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/f0fe36c8-cc73-4ee0-8b8d-7af42ea68186/AdobeStock_2444688941.jpeg");background-position:center right !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.65); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.65); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:39.8108125rem;position:absolute;font-family:manrope;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:11.083984375rem;left:0rem;height:9.800375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:41.9983125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.682861328125rem;left:0rem;height:8.75rem;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.49921875rem;width:24.375rem;top:3.5625rem;left:50.625rem;display:none; }
#HUV8SFTma6dXNseg84sl0c8IzPZ7P0dZ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:manrope;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.75rem;left:55.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#l6SzvE84GRaEzvMhKaQavMcdCWhm0xTB { 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:2.3125rem;left:0rem;display:none; }
#wyRwE2KFG2slJvS2cVhgfy4GGaSx9EgM { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#w0TEaAORSu4eO5yi4XoHWQurlqGdhyTD { 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:5.5rem;left:3.75rem;height:1.3125rem;font-style:normal;display:none; }
#iEZi3tuzR893EeEdxvMgJi7rwihyG0h5 { 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:7.0625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#OtD9n698PfTABgQLZ3ullUvvIvwPqLtm { 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:5.5rem;left:19.0625rem;height:1.3125rem;font-style:normal;display:none; }
#ix3XggVr56P2Q8eQR1RTTarJZTg1UW1c { 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:7.0625rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#JXXRwAQyg3xpMC1L1L5SPh8Ct8TSpLCy { 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:5.5rem;left:12rem;height:1.3125rem;font-style:normal;display:none; }
#apF3zbT81CeTJ6JRwyacwzpATWXWEAka { 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:7.0625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#W6Nvm7b3wkppTixWd2RXsTLnM9BASloA { 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:5.5rem;left:27.9375rem;height:1.3125rem;font-style:normal;display:none; }
#ZhQekNUFee5iTIsax985kKVTBoibW8T2 { 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:7.0625rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:none; }
#pxlFS07K8mc57cJdePBEleDypCVMLtcx { 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; }
#KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48 { 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; }
#kwMVrTMlWG4wLnMmiXqhQyIaxcSaZpL2 { color:#000000;display:block;width:44.561625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1955261230469rem;left:17.798610687256rem;height:2.2721375rem;display:none; }
#vTXknecTCKSpGT8SsXpTNhBq70Kz0gPi { position:absolute;display:block;z-index:15011;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:9rem;width:23.6875rem;top:9.375rem;left:51.375rem;display:block; }
#rZmxDcNGhar0f8Tr3l6ZnqcHDE52VKTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93359375rem;width:1.93359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.4375rem;left:52.3076171875rem; }
#MeH0AltAkDEPCETX8wB9h9ocwxCy0xzT { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:manrope;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:55.125rem;height:4.0625rem;font-style:normal;display:block; }
#QdFLugVpDQlzckC0Od2AXVkuCtUyisAP { color:#ffffff;display:block;width:15.8681875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.9375rem;left:55.125rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;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.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;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.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;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.25rem;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.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;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.25rem;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:20rem;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.25rem;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:17.5rem;left:51.25rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;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.25rem;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:17.5rem;left:51.25rem;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 #VGgERdUygFPl1Zzs8EPeCoCnQb6HAyXu { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lXGlgXTqchE9lM1fWCWafVEyqCNOpn6q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #AXLR8IFGMx4z1lmBO9VAfuGiGsoe05Tw { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#kiePkUBTZZN2n2oPAqdL04mH9VZM2l4X { 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; }
#QxuElp16sqkvnfU0XkbzPSOtRRtKBNkT { position:relative;display:block; }
#gP2VJ7K6Rn3mUKpo3QsdVkg2VhlnuOr8 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HqlSVgtDDhKchaCsBnHD6ZDXA8sNCsQp { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Govzt3e7QT15HQqLnVo2v8DQXmDeCtA2 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #k90hLOVaCm6evA2Dk6wONBciSeK0Reea { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LV7bNtZTsHzvJgo9DTZJTgSWTmTL5xKD { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CSJlX7v0I517kJWORAMzsAWGNWiPBA3V { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uNRSfbTW1Hwl3IVfwfgWWNHCVTsJElJ5 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz { position:relative;display:block; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz { background-color: transparent; background-image: none; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row .container > .video-iframe-container { display: none; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row > .video-iframe-container { display: none; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .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); }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz { border-width: 0; border-radius: 0; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .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; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .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:11.875rem;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; }#UWCP89e6mCSOvbRvu2m1dkJMOKiiC8Iv { 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:2.1875rem;width:45.1875rem;top:3.9375rem;left:0rem;display:block; }
#G0Z80qpx4TGGI3tpUHZsGs01SgSynWNc { 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.4375rem;left:3.75rem;height:1.3125rem;font-style:normal;display:block; }
#HuiGOdIak8iKTB1NsDVTG9UxPFTfieXP { 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:9rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#T2hEPBgd78GlbfIgS0tPbEiZSo5xTSUy { 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:9rem;left:12.25rem;height:1.40625rem;font-style:normal;display:block; }
#ssikNCNXqB8Q2kH9J2Va6chLpDDs5QrL { 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.4375rem;left:12rem;height:1.3125rem;font-style:normal;display:block; }
#Cyfov3c2ctstotIepT5a8BVbzfMU7o2b { 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:9rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:block; }
#qQQZ3dFlFEOeUvF3upXT42OTC5GJqTeH { 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.4375rem;left:19.0625rem;height:1.3125rem;font-style:normal;display:block; }
#z0E22TVxG1moFPAru2zUVRVhhsS2z2xD { 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:9rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:block; }
#LLneUc5ngywbNLoOHPIENmJ8BxsNK1gA { 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.4375rem;left:27.9375rem;height:1.3125rem;font-style:normal;display:block; }
#Tk21T8gZyOasXTibEJOAhnVFHTaa2K7I { color:#161616;display:block;width:43.8726875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.74921894073488rem;left:0.65625rem;height:2.2734375rem;font-style:normal;display:block; }
#tPlCDJLIGnWcNBlXlOFoLmvdCnrWC6T8 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.296875rem;left:3.75rem;height:1.4622375rem;font-style:normal;display:block; }
#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 { position:relative;display:block; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 { background-color: transparent; background-image: none; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row .container > .video-iframe-container { display: none; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row > .video-iframe-container { display: none; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .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); }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 { border-width: 0; border-radius: 0; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .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; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .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; }#srE6wiZXbxeyaIzALgE2HTPKkocMrTZm { color:#161616;display:block;width:15.746875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4539060592651rem;left:0rem;height:2.35625rem;font-style:normal;display:block; }
#gbA7pLwvpoHwewBGhlVrR5NxXlQPpGOI { 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; }
#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT { position:relative;display:block; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT { background-color: transparent; background-image: none; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row .container > .video-iframe-container { display: none; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row > .video-iframe-container { display: none; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .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); }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT { border-width: 0; border-radius: 0; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .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; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .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; }#XPFUJtIXPbJgyoJ6T6v8OoGWikdbw4QA { 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; }
#XRZBxaQGSQnaqoeiP80FS8dB3WIFpeyT { 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; }
#qaydK4lHs5DtFyoBIV7eSP5rT9stLC5X { 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; }
#JoJKXkdGlAxAOvnTW8zl3hKzgwA37aVT { 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; }
#w3pByBslvesE4FGCfigRA7Eq7HebmNJ7 { 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; }
#SrStvGEt4qapThPTvvM3IdzLV923a56p { color:#161616;display:block;width:18.812125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.9371490478512rem;left:28.873401641846rem;height:5.625rem;font-style:normal;display:block; }
#OrokaMX1RLSBqMPDUwqTXOTrCDNvmQOq { 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; }
#LGwvJLimQT8JT6w8FuI1I4S8uT7ppsPb { 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; }
#S1mEXxt1v1ALKXoqLFO7AIkziqFOmCrk { 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; }
#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU { 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; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container { background-color: transparent; background-image: none; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container > .video-iframe-container { display: none; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row > .video-iframe-container { display: none; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .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); }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container { border-width: 0; border-radius: 0; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#qHZkxFPFqI784IfUiW4VQg8uByA7Grs6 { color:#ffffff;display:block;width:36rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.93359375rem;left:0rem;height:9.503875rem;font-style:normal;display:block; }
#dFu5zZNLKfxObmgDmw53PwSnq9N5ROg2 { 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.284375rem;height:2.221875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.71640586853rem;left:0.99296855926512rem;display:block; }
#q8a3tQmMRovIsVnm30bKZqhW8iiVN5xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1MRwA31Du57kMoB1NJUa5rN4ybWgt1s { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:7.875rem;left:38.875rem;height:5.625rem;font-style:normal;display:block; }
#oygsE7OhBOKSsSXnpwx2P0kV6hmn6s4K { 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:5.375rem;left:38.875rem;height:1.875rem;font-style:normal;display:block; }
#T3CwlyayrhZs00rCPIf0WV6ERGsPGwM8 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:7.875rem;left:56.9375rem;height:4.21875rem;font-style:normal;display:block; }
#BntdsJim0hARHFNpm9bQG0zTw8qaWRha { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.375rem;left:56.9375rem;height:1.875rem;font-style:normal;display:block; }
#J5RhO1ZzUST3F5Qma0IWpe4mzs37bgtP { 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:17.75rem;left:38.875rem;height:1.875rem;font-style:normal;display:block; }
#N5ULTz7kytkh5z1GL3hgKKeAzpF9k6Gr { 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:17.75rem;left:56.9375rem;height:1.875rem;font-style:normal;display:block; }
#PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z { 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:2.0625rem;left:38.75rem;display:block; }#PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z.adaptive-delivery-prevent-bg, #PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z.lazyload, #PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z.lazyloading { background-image: none; }
#ELnzby3OTUozaWNROvD30Dcf6TAUq38h { 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:2.0625rem;left:56.4375rem;display:block; }#ELnzby3OTUozaWNROvD30Dcf6TAUq38h.adaptive-delivery-prevent-bg, #ELnzby3OTUozaWNROvD30Dcf6TAUq38h.lazyload, #ELnzby3OTUozaWNROvD30Dcf6TAUq38h.lazyloading { background-image: none; }
#H9SbLhSxSScie1wG4qIua5HKMpi1zCTs { 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:14.9375rem;left:38.875rem;display:block; }#H9SbLhSxSScie1wG4qIua5HKMpi1zCTs.adaptive-delivery-prevent-bg, #H9SbLhSxSScie1wG4qIua5HKMpi1zCTs.lazyload, #H9SbLhSxSScie1wG4qIua5HKMpi1zCTs.lazyloading { background-image: none; }
#mTL5be1uQC3reThNcA19dg8PNK3n7bUG { 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:14.8125rem;left:56.8125rem;display:block; }#mTL5be1uQC3reThNcA19dg8PNK3n7bUG.adaptive-delivery-prevent-bg, #mTL5be1uQC3reThNcA19dg8PNK3n7bUG.lazyload, #mTL5be1uQC3reThNcA19dg8PNK3n7bUG.lazyloading { background-image: none; }
#SeDJVwFyTbBJoIqVOG6t8GmX7mmgTeXv { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.375rem;left:38.875rem;height:11.25rem;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; }
#xK3KfXIKAEPAvBfq3kGPnSAQKqQGazeh { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:20.375rem;left:56.9375rem;height:5.625rem;font-style:normal;display:block; }
#E0laEQDqTUDe7ugn1rvQQatTGUa96B60 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.75rem;left:0rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWDb2Dpd4v6FgoipgTxoqFuquEHKNAzu { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITTQpTss0HFb7gUO3MfqKhBVzsrxf5TR { box-sizing:content-box;height:2.75rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(204,204,204,0.51), rgba(34,34,192,0.16));background-image: -moz-linear-gradient(180deg, rgba(204,204,204,0.51), rgba(34,34,192,0.16));background-image: -ms-linear-gradient(180deg, rgba(204,204,204,0.51), rgba(34,34,192,0.16));background-image: -o-linear-gradient(180deg, rgba(204,204,204,0.51), rgba(34,34,192,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc82', endColorstr='#2222c028' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc82', endColorstr='#2222c028' );";background-image: linear-gradient(180deg, rgba(204,204,204,0.51), rgba(34,34,192,0.16));background-size:auto !important;top:2.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH { position:relative;display:block; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH { background-color: transparent; background-image: none; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row .container > .video-iframe-container { display: none; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row > .video-iframe-container { display: none; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .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); }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH { border-width: 0; border-radius: 0; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .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; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .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; }#iJxSdIbLWlfWVFiTpg0kXoPy7hfgUTxU { 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; }
#ao6dRy0T1LHKAt8iAxmgdQniEXFtV72i { 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; }
#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ { position:relative;display:block; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ { background-color: transparent; background-image: none; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row .container > .video-iframe-container { display: none; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row > .video-iframe-container { display: none; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .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); }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ { border-width: 0; border-radius: 0; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .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; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .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:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lr64lod3NwZnEPN0QiAQP0qOxSH1ZiU3 { color:#0060ab;display:block;width:23rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.436767578125rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#KoS6gU1WlI3zZApcwsZ6RN2BM2qJNLLl { 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:5.625rem;font-style:normal;display:block; }
#cPMAOrRoMZFF7hegfX3HVusL1xDVWOLH { 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; }
#VbGWqliQpyAA53duFV0LXZZLem7mZuQM { 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; }
#tol7M9bVoiJDZ0v0w7ls8Mx0ruPU3FWn { 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; }
#wNNWRWhbx4lgdTOXr70JeDESdSlwHCNi { color:#161616;display:block;width:20.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.499755859375rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#mJk4l2SnJP1t3PeS1pZPde4VsQWIbM8R { 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; }
#yZFKnPU33Azfacse2K3Oxh9lvmWFaCiP { 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:5.625rem;font-style:normal;display:block; }
#lbWazaHcJc1cUtu0UB7E5mywGdnebUUx { 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; }
#QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513 { 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; }#QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513.adaptive-delivery-prevent-bg, #QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513.lazyload, #QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513.lazyloading { background-image: none; }
#O8VOn32223wA30NVO0QfyqMKvdfTCCA7 { 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; }#O8VOn32223wA30NVO0QfyqMKvdfTCCA7.adaptive-delivery-prevent-bg, #O8VOn32223wA30NVO0QfyqMKvdfTCCA7.lazyload, #O8VOn32223wA30NVO0QfyqMKvdfTCCA7.lazyloading { background-image: none; }
#QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE { 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; }#QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE.adaptive-delivery-prevent-bg, #QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE.lazyload, #QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE.lazyloading { background-image: none; }
#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC { position:relative;display:block; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC { background-color: transparent; background-image: none; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row .container > .video-iframe-container { display: none; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row > .video-iframe-container { display: none; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .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); }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC { border-width: 0; border-radius: 0; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .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; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .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:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R9IS7iV6GTJySgKFwevpGdniXt02SGVw { 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; }
#AeKNTRQC6JGJdUEv4IqlcvZrIFEmgE9O { color:#161616;display:block;width:42.5625rem;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; }
#uOx7AxFf2I0XhA76AQyvEDbnWnEs85i2 { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.375rem;left:8.375rem;display:block; }
#hdcV1qbkFv1tLZVSbDO846Ec2ZV8eXgd { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.375rem;left:30.25rem;display:block; }
#X4xI1GDfaLEeP2Tox2ewTThqzsAJRTTl { 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:18.3125rem;left:8.375rem;display:block; }
#FMX4zrDzzZ3aAHvMV4tlXRymV0NP8fbd { 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:18.25rem;left:30.3125rem;display:block; }
#Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc37881c-8032-4edc-9970-52adf6c4b1ad/Sodexo_logosvg.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.0625rem;width:10.9375rem;top:10.375rem;left:9.3125rem;display:block; }#Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw.adaptive-delivery-prevent-bg, #Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw.lazyload, #Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw.lazyloading { background-image: none; }
#TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a373cd6a-a14c-433a-8893-39f132614de6/serunion.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.75rem;width:9.875rem;top:11.25rem;left:31.75rem;display:block; }#TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ.adaptive-delivery-prevent-bg, #TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ.lazyload, #TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ.lazyloading { background-image: none; }
#eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c32b321-0a97-4293-905b-d2d4c09df820/logo_fen.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.1875rem;width:11.25rem;top:19rem;left:9.125rem;display:block; }#eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV.adaptive-delivery-prevent-bg, #eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV.lazyload, #eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV.lazyloading { background-image: none; }
#KS9glya8FnGzDicG4PLRhW3RhSH0boDi { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c2eaa96-d370-4090-a40b-be9731aaad55/croppedgofit_logo.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:9.5623125rem;width:11.1248125rem;top:15.875rem;left:31.1875rem;display:block; }#KS9glya8FnGzDicG4PLRhW3RhSH0boDi.adaptive-delivery-prevent-bg, #KS9glya8FnGzDicG4PLRhW3RhSH0boDi.lazyload, #KS9glya8FnGzDicG4PLRhW3RhSH0boDi.lazyloading { background-image: none; }
#fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af4412fe-b921-47c8-b747-6ee4011ec81c/face.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.93696875rem;width:11.9993125rem;top:10.6875rem;left:53.375rem;display:block; }#fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.adaptive-delivery-prevent-bg, #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.lazyload, #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.lazyloading { background-image: none; }
#QdvaDGcNmrLbIV1yzre5eJ26StrU7uwq { 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.499825rem;width:12.8125rem;top:10.375rem;left:53rem;display:block; }
#l7wzUUPeeMVz41VMslHxIDCxNalEzflD { 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.499825rem;width:12.8125rem;top:18.3125rem;left:53rem;display:block; }
#MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9ce1ba6-f7b6-40d4-8a6a-ea1d16c0d223/HospitalJD848x548removebgpreview.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:8.248375rem;width:19.375rem;top:16.9375rem;left:49.6875rem;display:block; }#MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.adaptive-delivery-prevent-bg, #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.lazyload, #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.lazyloading { background-image: none; }
#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 { position:relative;display:block; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 { background-color: transparent; background-image: none; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row .container > .video-iframe-container { display: none; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row > .video-iframe-container { display: none; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .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); }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 { border-width: 0; border-radius: 0; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .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; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .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:26rem;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; }#tCN2cMFLBLz8x3IfIVCE1WGZ4K6oNDUL { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2rem;height:4.7119125rem;font-style:normal;display:block; }
#SpIriWAlg3RwDF6ivxAQbOTa1bk5afHy { 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:2.25rem;left:2rem;height:1.40625rem;font-style:normal;display:block; }
#XoWlm65Cg4Jh5erFXfN7rNPZrExOJEeO { color:#161616;display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:2rem;height:4.21875rem;font-style:normal;display:block; }
#FJ6r8S1BwnAZbCSoBb4knzmCfFJIXmNe { 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:11rem;width:11.3125rem;top:2.125rem;left:37.5rem;display:block; }
#zvAT2EzTll9JQOacRW35RR7tORBOevmw { 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.56214375rem;width:2.56214375rem;top:13.4375rem;left:38.4375rem;display:block; }#zvAT2EzTll9JQOacRW35RR7tORBOevmw.adaptive-delivery-prevent-bg, #zvAT2EzTll9JQOacRW35RR7tORBOevmw.lazyload, #zvAT2EzTll9JQOacRW35RR7tORBOevmw.lazyloading { background-image: none; }
#uVNft4UtxSwK5rA4nzZA092vT8AdiPWO { 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:7rem;left:38.4375rem;height:5.25rem;font-style:normal;display:block; }
#f54T2iPDdCmlAmSpS9TNiyS72q9gqJET { 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.8125rem;width:11.3125rem;top:2.125rem;left:50.5625rem;display:block; }
#ipuTsRWkJwXmf9DHEPD4CpGr06iMOx5N { color:#161616;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.5000009536744rem;left:51.906250953674rem;height:2.625rem;font-style:normal;display:block; }
#cMBxzF4v8UadyTve2NLotDNlrnCJJDGD { 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.75rem;width:11.3125rem;top:7.5rem;left:63.6875rem;display:block; }
#cDViBMPoTq7RiDQv4G2bxdOAoTFlRQFI { color:#161616;display:block;width:9.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.375rem;left:64.8125rem;height:3.9375rem;font-style:normal;display:block; }
#aOS6S8cAmqDrEeS9flk9Bq2rBtbA7CiP { 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.8125rem;width:11.375rem;top:13rem;left:37.5rem;display:block; }
#qUgLwDSborJQ1VIL7pBhk2lVuXOQWlhX { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:10.6875rem;width:11.3125rem;top:13rem;left:50.5625rem;display:block; }
#SHUrr8Qnww1tUnlgqU5WyTIwiFd1wFGz { color:#161616;display:block;width:9.9369375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.25rem;height:5.25rem;font-style:normal;display:block; }
#CLy2wugOuenu1Z7pKl2rw7vR3cmgva5D { color:#161616;display:block;width:8.625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:17.937500953674rem;left:52.218750953674rem;height:2.625rem;font-style:normal;display:block; }
#fawTpDramhlhIT62qmfvOHTLIt27Zanl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.405468940735rem;left:51.687500953674rem; }
#uy9rPk2zyxEfvo6VMsM6foXtIVuwxn6f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.0625rem;left:37.500000953674rem; }
#GeRrhTusNOUCF1fLbUyCa1HKi1xfB835 { 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.65625rem;left:51.906250953674rem; }
#b7pMMgMnXVPpS7wreJd72TU6Ol45x9r1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9.1500005722044rem;left:64.812500953675rem; }
#sIRxV0Tlrw9MRQvCVHI4TGeehn2X5Dmp { 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.5;letter-spacing:0;top:16.306250572204rem;left:2rem;height:1.40625rem;font-style:normal;display:block; }
#PkhZvbmx3KuMsllQXc561mT34DDtgL0J { 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:8.3375rem;height:2.3375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.112500190735rem;left:2rem;display:block; }
#Tkq2OkmTa5ssWETqizxBkTE3rbCK3Ri1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT { 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; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.adaptive-delivery-prevent-bg, #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.lazyload, #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.lazyloading { background-image: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { background-color: transparent; background-image: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container > .video-iframe-container { display: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row > .video-iframe-container { display: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .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); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { border-width: 0; border-radius: 0; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Qk1RNVCbKsDKUNSJVsA8isFovSl8mi2z { color:#ffffff;display:block;width:44.56175rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.282470703125rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp { 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; }
#b6BEKgX1igAqxOCIBoUIL0OEAIschcPI { 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; }
#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H { position:relative;display:block; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H { background-color: transparent; background-image: none; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row .container > .video-iframe-container { display: none; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row > .video-iframe-container { display: none; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .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); }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H { border-width: 0; border-radius: 0; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .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; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .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.875rem;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; }#eke4ifymKayNTTCnRH5uJ3IomPcCdDOb { color:#000000;display:block;width:35.25rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5249996185302rem;left:1.125rem;height:4.7119125rem;font-style:normal;display:block; }
#C4QKHRLxaPchALgKXPfFmNHT1BEsgImA { 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:1.25rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#t2l5MtJJSICTqDGAcgcq4qn5NMgTPZx1 { color:#161616;display:block;width:30.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:1.125rem;height:7.03125rem;font-style:normal;display:block; }
#ibfOClQIPJCoCgvD3QixHZlR29ShXi1B { 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.0800625rem;height:2.517575rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.3583984375rem;left:1.124267578125rem;display:block; }
#cGic3p6t5qNTxN028wp7mTEHZyw660kH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W23RQ0baT3DZqiqm0T1DQyL2TtHukEmg { 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:1.25rem;left:14.4375rem;height:0;font-style:normal;display:block; }
#saRlm5ckTDUhu1cpEhB3ozqTvICLQRUw { 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:2.375rem;left:51.375rem;height:5.625rem;font-style:normal;display:block; }
#PcHnKlo3tIBBg6TrxMxTFKLTLsXpDv6y { color:#000000;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.890625rem;left:51.375rem;height:4.21875rem;font-style:normal;display:block; }
#OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M { position:absolute;display:block;z-index:15022;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:1.298828125rem;left:37.5rem;display:block; }#OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.adaptive-delivery-prevent-bg, #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.lazyload, #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.lazyloading { background-image: none; }
#ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty { position:absolute;display:block;z-index:15024;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:11.140625rem;left:37.5rem;display:block; }#ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty.adaptive-delivery-prevent-bg, #ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty.lazyload, #ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty.lazyloading { background-image: none; }
#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 { position:relative;display:block; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 { background-color: transparent; background-image: none; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row .container > .video-iframe-container { display: none; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row > .video-iframe-container { display: none; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .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); }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 { border-width: 0; border-radius: 0; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .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; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .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:31.25rem;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; }#Lgo7Wk9k4ooUM6lmQU9KddIUJlELv43i { color:#161616;display:block;width:36.1875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:38.8125rem;height:4.7119125rem;font-style:normal;display:block; }
#HLBy9dn00Xue78kNd0BosTiDBkAHfCBg { color:#161616;display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.9375rem;left:38.8125rem;height:2.8125rem;font-style:normal;display:block; }
#tvwhNO6ZbO8ZoKIyvFnRODl7ByitviCd { 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.8125rem;left:39.8125rem;display:block; }
#SqheV5AnZwC7JIdU5z2U4zwpRgVpf1Xk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl { 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:13.6875rem;left:39rem;height:12.0625rem;font-style:normal;display:block; }#rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl li:before{  }
#OidMFi51Kv8T4QgwGow00EtedKULBNRk { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/278db931-64f3-463d-ac46-221aa8cc1b64/teambrainstormmeetinginmodernoffice.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:28rem;width:34.875rem;top:1.5625rem;left:1.25rem;display:block; }#OidMFi51Kv8T4QgwGow00EtedKULBNRk.adaptive-delivery-prevent-bg, #OidMFi51Kv8T4QgwGow00EtedKULBNRk.lazyload, #OidMFi51Kv8T4QgwGow00EtedKULBNRk.lazyloading { background-image: none; }
#G8s7r2NOdNGBaAKgBZf6CRT8e2DdfI8d { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5625rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh { 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; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container { background-color: transparent; background-image: none; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container > .video-iframe-container { display: none; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row > .video-iframe-container { display: none; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .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); }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container { border-width: 0; border-radius: 0; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#zPrTltLTvS4FMmqmvgutuuclTqakEAdS { color:#003f70;display:block;width:34.9375rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.875rem;height:2.35618125rem;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; }
#k0R3LAThSwsTA2E3x0FqrHIIN7179LmH { color:#323232;display:block;width:34.812rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.810546875rem;left:1.937255859375rem;height:9.75rem;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; }
#X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa423e29-c7ec-4138-b2b3-6a9564ffc793/ciclo_dietetica_producto.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.375rem;width:34.0625rem;top:1.309814453125rem;left:39.3115234375rem;display:block; }#X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.adaptive-delivery-prevent-bg, #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.lazyload, #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.lazyloading { background-image: none; }
#SOB0p7TnRBPwM5O4hwC7GAiMQoreRKM7 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5q9drEspbsJOenWQaZE2g1IpT4MZNbP { box-sizing:content-box;height:2.5625rem;width:12.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0060ab, rgba(34,34,192,0.59));background-image: -moz-linear-gradient(180deg, #0060ab, rgba(34,34,192,0.59));background-image: -ms-linear-gradient(180deg, #0060ab, rgba(34,34,192,0.59));background-image: -o-linear-gradient(180deg, #0060ab, rgba(34,34,192,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ab', endColorstr='#2222c096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ab', endColorstr='#2222c096' );";background-image: linear-gradient(180deg, #0060ab, rgba(34,34,192,0.59));background-size:auto !important;top:6.25rem;left:1.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i { 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; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container { background-color: transparent; background-image: none; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container > .video-iframe-container { display: none; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row > .video-iframe-container { display: none; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .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); }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container { border-width: 0; border-radius: 0; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#TUOFToVoTeQIoxgZGsyfNkHtU6sOlJ7S { 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:1.4375rem;left:1.8125rem;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; }
#e1REy0aFbbOyBMKbl0opPlMOALqTZCoW { 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:14.625rem;width:42.125rem;top:5.6875rem;left:1.8125rem;display:block; }
#t1QL9d2nUxu8UDVWgXmmem0VikFwdxxo { 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:6.875rem;left:3rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#JMTHCuBO1MucSWlwlzbTtE8Opo69Cysu { color:#0060ab;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.5rem;left:3rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#xxEi5craQpAfkHdf9llZmIeHkCfhcOEC { color:#323232;display:block;width:39.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:11.9375rem;left:3rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rna1P5Am2ybH9wbc0dmCWugTTRxgnns6 { 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; }
#xHIwssXlPo2PAUQCNsGwSlI1GpsJDQ2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw { 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; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container { background-color: transparent; background-image: none; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container > .video-iframe-container { display: none; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row > .video-iframe-container { display: none; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .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); }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container { border-width: 0; border-radius: 0; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#C03yMicM6WChvvDS2LCJwWahTt790EeQ { 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.3125rem;font-style:normal;display:block; }
#OPq4JU9HF0cJ0LvmFakEiscOWtUGHmsy { position:absolute;display:block;z-index:15002;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:2rem;left:1.25rem;overflow:hidden;display:block; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { border-width: 0; border-radius: 0; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:none; }#hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:14.875rem;width:45.3125rem;top:7.0625rem;left:0rem;display:block; }
#rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { color:#003f70;display:block;width:17.1875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.1875rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:34.75rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:#323232;display:block;width:42.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.1875rem;height:7.310875rem;text-align:left;text-align-last:left;font-style:italic;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) { #i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ { display:block; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkJvlCC1XXf3lVbhQgGlN1XCy6oIeT9h { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewlz0dzluBw1q16JiC2vTq2J8kKTXDH3 { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhXEsavK0F3T7F8QEhcNbTa6IzuHR3EF { display:block; }
 }@media only screen and (max-width: 763px) { #kTFuEFCI0z3BWowFcIrC46zCqB50UTm7 { 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) { #cbmzMZZgWAIyOyr21LBZJiJWPVns58X4 { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHIXdNTqMBA4Say511QGQJPMXtbEszN { 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:39.75rem;height:9.75rem;top:11.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:41.9375rem;height:8.6875rem;top:23.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:3.5625rem;left:23.375rem;width:24.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUV8SFTma6dXNseg84sl0c8IzPZ7P0dZ { top:3.75rem;left:33.375rem;width:14.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SzvE84GRaEzvMhKaQavMcdCWhm0xTB { top:2.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyRwE2KFG2slJvS2cVhgfy4GGaSx9EgM { top:35.0625rem;left:0rem;width:17rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0TEaAORSu4eO5yi4XoHWQurlqGdhyTD { top:5.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEZi3tuzR893EeEdxvMgJi7rwihyG0h5 { top:37.875rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtD9n698PfTABgQLZ3ullUvvIvwPqLtm { top:5.5rem;left:5.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix3XggVr56P2Q8eQR1RTTarJZTg1UW1c { top:7.0625rem;left:5.4375rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXXRwAQyg3xpMC1L1L5SPh8Ct8TSpLCy { top:5.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #apF3zbT81CeTJ6JRwyacwzpATWXWEAka { top:7.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6Nvm7b3wkppTixWd2RXsTLnM9BASloA { top:5.5rem;left:14.3125rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhQekNUFee5iTIsax985kKVTBoibW8T2 { top:7.0625rem;left:14.3125rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxlFS07K8mc57cJdePBEleDypCVMLtcx { display:none; }
 }@media only screen and (max-width: 763px) { #KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48 { display:none; }
 }@media only screen and (max-width: 763px) { #kwMVrTMlWG4wLnMmiXqhQyIaxcSaZpL2 { top:2.8125rem;left:3.25rem;width:44.5rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTXknecTCKSpGT8SsXpTNhBq70Kz0gPi { top:9.375rem;left:24.0625rem;width:23.625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmxDcNGhar0f8Tr3l6ZnqcHDE52VKTH { top:10.4375rem;left:38.6826171875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeH0AltAkDEPCETX8wB9h9ocwxCy0xzT { top:10.4375rem;left:28.0625rem;width:19.6875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFLugVpDQlzckC0Od2AXVkuCtUyisAP { top:14.9375rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #VGgERdUygFPl1Zzs8EPeCoCnQb6HAyXu {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lXGlgXTqchE9lM1fWCWafVEyqCNOpn6q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #AXLR8IFGMx4z1lmBO9VAfuGiGsoe05Tw {  }
 }@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) { #kiePkUBTZZN2n2oPAqdL04mH9VZM2l4X { 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) { #QxuElp16sqkvnfU0XkbzPSOtRRtKBNkT { display:block; }
 }@media only screen and (max-width: 763px) { #gP2VJ7K6Rn3mUKpo3QsdVkg2VhlnuOr8 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HqlSVgtDDhKchaCsBnHD6ZDXA8sNCsQp {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Govzt3e7QT15HQqLnVo2v8DQXmDeCtA2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #k90hLOVaCm6evA2Dk6wONBciSeK0Reea {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LV7bNtZTsHzvJgo9DTZJTgSWTmTL5xKD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CSJlX7v0I517kJWORAMzsAWGNWiPBA3V {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uNRSfbTW1Hwl3IVfwfgWWNHCVTsJElJ5 {  }
 }@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) { #ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz { display:block; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWCP89e6mCSOvbRvu2m1dkJMOKiiC8Iv { top:3.9375rem;left:0rem;width:45.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Z80qpx4TGGI3tpUHZsGs01SgSynWNc { top:7.4375rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuiGOdIak8iKTB1NsDVTG9UxPFTfieXP { top:9rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hEPBgd78GlbfIgS0tPbEiZSo5xTSUy { top:9rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssikNCNXqB8Q2kH9J2Va6chLpDDs5QrL { top:7.4375rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyfov3c2ctstotIepT5a8BVbzfMU7o2b { top:9rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQZ3dFlFEOeUvF3upXT42OTC5GJqTeH { top:7.4375rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0E22TVxG1moFPAru2zUVRVhhsS2z2xD { top:9rem;left:14.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLneUc5ngywbNLoOHPIENmJ8BxsNK1gA { top:7.4375rem;left:14.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk21T8gZyOasXTibEJOAhnVFHTaa2K7I { top:0.6875rem;left:0rem;width:43.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlCDJLIGnWcNBlXlOFoLmvdCnrWC6T8 { top:4.25rem;left:0rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 { display:block; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srE6wiZXbxeyaIzALgE2HTPKkocMrTZm { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbA7pLwvpoHwewBGhlVrR5NxXlQPpGOI { 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) { #FMXFLnIpqEC84pF1qJy1VIVIIles1qRT { display:block; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPFUJtIXPbJgyoJ6T6v8OoGWikdbw4QA { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZBxaQGSQnaqoeiP80FS8dB3WIFpeyT { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaydK4lHs5DtFyoBIV7eSP5rT9stLC5X { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJKXkdGlAxAOvnTW8zl3hKzgwA37aVT { 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) { #w3pByBslvesE4FGCfigRA7Eq7HebmNJ7 { 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) { #SrStvGEt4qapThPTvvM3IdzLV923a56p { top:6.875rem;left:13rem;width:18.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrokaMX1RLSBqMPDUwqTXOTrCDNvmQOq { 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) { #LGwvJLimQT8JT6w8FuI1I4S8uT7ppsPb { 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) { #S1mEXxt1v1ALKXoqLFO7AIkziqFOmCrk { 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) { #ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU { display:block; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHZkxFPFqI784IfUiW4VQg8uByA7Grs6 { top:5.875rem;left:0rem;width:35.9375rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFu5zZNLKfxObmgDmw53PwSnq9N5ROg2 { width:12.25rem;height:2.1875rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8a3tQmMRovIsVnm30bKZqhW8iiVN5xV { display:block; }
 }@media only screen and (max-width: 763px) { #f1MRwA31Du57kMoB1NJUa5rN4ybWgt1s { top:7.875rem;left:25.25rem;width:14.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oygsE7OhBOKSsSXnpwx2P0kV6hmn6s4K { top:5.375rem;left:25.25rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3CwlyayrhZs00rCPIf0WV6ERGsPGwM8 { top:7.875rem;left:33.3125rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BntdsJim0hARHFNpm9bQG0zTw8qaWRha { top:5.375rem;left:30.25rem;width:17.5rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5RhO1ZzUST3F5Qma0IWpe4mzs37bgtP { top:17.75rem;left:25.25rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ULTz7kytkh5z1GL3hgKKeAzpF9k6Gr { top:17.75rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z { top:2.0625rem;left:25.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELnzby3OTUozaWNROvD30Dcf6TAUq38h { top:2.0625rem;left:42.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9SbLhSxSScie1wG4qIua5HKMpi1zCTs { top:14.9375rem;left:25.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTL5be1uQC3reThNcA19dg8PNK3n7bUG { top:14.8125rem;left:43.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeDJVwFyTbBJoIqVOG6t8GmX7mmgTeXv { top:20.375rem;left:25.25rem;width:17.125rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK3KfXIKAEPAvBfq3kGPnSAQKqQGazeh { top:20.375rem;left:32.75rem;width:15rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0laEQDqTUDe7ugn1rvQQatTGUa96B60 { top:17.6875rem;left:0rem;width:35.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWDb2Dpd4v6FgoipgTxoqFuquEHKNAzu { top:2.8125rem;left:0rem;width:18.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTQpTss0HFb7gUO3MfqKhBVzsrxf5TR { top:2.125rem;left:0rem;width:18.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLqiFnbp64qF8vCo2smrEOUx4MGudOpH { display:block; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJxSdIbLWlfWVFiTpg0kXoPy7hfgUTxU { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6dRy0T1LHKAt8iAxmgdQniEXFtV72i { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ { display:block; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr64lod3NwZnEPN0QiAQP0qOxSH1ZiU3 { top:1.375rem;left:0rem;width:22.9375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoS6gU1WlI3zZApcwsZ6RN2BM2qJNLLl { 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) { #cPMAOrRoMZFF7hegfX3HVusL1xDVWOLH { display:none; }
 }@media only screen and (max-width: 763px) { #VbGWqliQpyAA53duFV0LXZZLem7mZuQM { display:none; }
 }@media only screen and (max-width: 763px) { #tol7M9bVoiJDZ0v0w7ls8Mx0ruPU3FWn { display:none; }
 }@media only screen and (max-width: 763px) { #wNNWRWhbx4lgdTOXr70JeDESdSlwHCNi { top:8.4375rem;left:0rem;width:20.9375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJk4l2SnJP1t3PeS1pZPde4VsQWIbM8R { 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) { #yZFKnPU33Azfacse2K3Oxh9lvmWFaCiP { 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) { #lbWazaHcJc1cUtu0UB7E5mywGdnebUUx { 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) { #QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513 { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8VOn32223wA30NVO0QfyqMKvdfTCCA7 { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOpqQOSXP4F93CHNJw5oepDavb0yL9PC { display:block; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9IS7iV6GTJySgKFwevpGdniXt02SGVw { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeKNTRQC6JGJdUEv4IqlcvZrIFEmgE9O { top:5.0625rem;left:0rem;width:42.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOx7AxFf2I0XhA76AQyvEDbnWnEs85i2 { top:10.375rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcV1qbkFv1tLZVSbDO846Ec2ZV8eXgd { top:10.375rem;left:16.625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4xI1GDfaLEeP2Tox2ewTThqzsAJRTTl { top:18.3125rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMX4zrDzzZ3aAHvMV4tlXRymV0NP8fbd { top:18.25rem;left:16.6875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw { top:10.375rem;left:0rem;width:10.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ { top:11.25rem;left:18.125rem;width:9.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV { top:19rem;left:0rem;width:11.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS9glya8FnGzDicG4PLRhW3RhSH0boDi { top:15.875rem;left:17.5625rem;width:11.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T { top:10.6875rem;left:35.8125rem;width:11.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdvaDGcNmrLbIV1yzre5eJ26StrU7uwq { top:10.375rem;left:34.9375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wzUUPeeMVz41VMslHxIDCxNalEzflD { top:18.3125rem;left:34.9375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT { top:16.9375rem;left:28.375rem;width:19.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 { display:block; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCN2cMFLBLz8x3IfIVCE1WGZ4K6oNDUL { top:4.4375rem;left:0rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIriWAlg3RwDF6ivxAQbOTa1bk5afHy { top:2.25rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoWlm65Cg4Jh5erFXfN7rNPZrExOJEeO { top:10.9375rem;left:0rem;width:30.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ6r8S1BwnAZbCSoBb4knzmCfFJIXmNe { top:2.125rem;left:23.875rem;width:11.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAT2EzTll9JQOacRW35RR7tORBOevmw { top:13.4375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVNft4UtxSwK5rA4nzZA092vT8AdiPWO { top:7rem;left:23.875rem;width:9.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f54T2iPDdCmlAmSpS9TNiyS72q9gqJET { top:2.125rem;left:30.125rem;width:11.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuTsRWkJwXmf9DHEPD4CpGr06iMOx5N { top:7.5rem;left:31.468750953674rem;width:8.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMBxzF4v8UadyTve2NLotDNlrnCJJDGD { top:7.5rem;left:36.3125rem;width:11.3125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDViBMPoTq7RiDQv4G2bxdOAoTFlRQFI { top:12.375rem;left:38.5rem;width:9.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOS6S8cAmqDrEeS9flk9Bq2rBtbA7CiP { top:13rem;left:23.875rem;width:11.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUgLwDSborJQ1VIL7pBhk2lVuXOQWlhX { top:13rem;left:30.125rem;width:11.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHUrr8Qnww1tUnlgqU5WyTIwiFd1wFGz { top:16.625rem;left:23.875rem;width:9.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLy2wugOuenu1Z7pKl2rw7vR3cmgva5D { top:17.9375rem;left:31.781250953674rem;width:8.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawTpDramhlhIT62qmfvOHTLIt27Zanl { top:13.375rem;left:31.250000953674rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy9rPk2zyxEfvo6VMsM6foXtIVuwxn6f { top:3.0625rem;left:23.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeRrhTusNOUCF1fLbUyCa1HKi1xfB835 { top:3.625rem;left:31.468750953674rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pMMgMnXVPpS7wreJd72TU6Ol45x9r1 { top:9.125rem;left:44.375000953674rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIRxV0Tlrw9MRQvCVHI4TGeehn2X5Dmp { top:16.25rem;left:0rem;width:29.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkhZvbmx3KuMsllQXc561mT34DDtgL0J { width:8.3125rem;height:2.3125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkq2OkmTa5ssWETqizxBkTE3rbCK3Ri1 { display:block; }
 }@media only screen and (max-width: 763px) { #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT { display:block; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk1RNVCbKsDKUNSJVsA8isFovSl8mi2z { top:3.25rem;left:0rem;width:44.5rem;height:12.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp { display:none; }
 }@media only screen and (max-width: 763px) { #b6BEKgX1igAqxOCIBoUIL0OEAIschcPI { display:none; }
 }@media only screen and (max-width: 763px) { #temWfdQVTkn8CHTAVrppUU2ETbXxfr5H { display:block; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eke4ifymKayNTTCnRH5uJ3IomPcCdDOb { top:3.5rem;left:0rem;width:35.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QKHRLxaPchALgKXPfFmNHT1BEsgImA { top:1.25rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2l5MtJJSICTqDGAcgcq4qn5NMgTPZx1 { top:9.375rem;left:0rem;width:30.625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibfOClQIPJCoCgvD3QixHZlR29ShXi1B { width:14.0625rem;height:2.5rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGic3p6t5qNTxN028wp7mTEHZyw660kH { display:block; }
 }@media only screen and (max-width: 763px) { #W23RQ0baT3DZqiqm0T1DQyL2TtHukEmg { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRlm5ckTDUhu1cpEhB3ozqTvICLQRUw { top:2.375rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcHnKlo3tIBBg6TrxMxTFKLTLsXpDv6y { top:11.875rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M { top:1.25rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty { top:11.125rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 { display:block; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lgo7Wk9k4ooUM6lmQU9KddIUJlELv43i { top:3.9375rem;left:11.5625rem;width:36.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLBy9dn00Xue78kNd0BosTiDBkAHfCBg { top:9.875rem;left:17.4375rem;width:30.3125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvwhNO6ZbO8ZoKIyvFnRODl7ByitviCd { width:14.3125rem;height:2.75rem;top:26.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqheV5AnZwC7JIdU5z2U4zwpRgVpf1Xk { display:block; }
 }@media only screen and (max-width: 763px) { #rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl { top:13.6875rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl li:before{  }
 }@media only screen and (max-width: 763px) { #OidMFi51Kv8T4QgwGow00EtedKULBNRk { top:1.5625rem;left:0rem;width:34.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8s7r2NOdNGBaAKgBZf6CRT8e2DdfI8d { top:1.5625rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh { display:block; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPrTltLTvS4FMmqmvgutuuclTqakEAdS { top:2.6875rem;left:0rem;width:34.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0R3LAThSwsTA2E3x0FqrHIIN7179LmH { top:10.75rem;left:0rem;width:34.75rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa { top:1.25rem;left:13.6875rem;width:34.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOB0p7TnRBPwM5O4hwC7GAiMQoreRKM7 { top:6.875rem;left:0rem;width:12.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5q9drEspbsJOenWQaZE2g1IpT4MZNbP { top:6.25rem;left:0rem;width:12.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i { display:block; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUOFToVoTeQIoxgZGsyfNkHtU6sOlJ7S { top:1.4375rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1REy0aFbbOyBMKbl0opPlMOALqTZCoW { top:5.6875rem;left:0rem;width:42.125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1QL9d2nUxu8UDVWgXmmem0VikFwdxxo { top:6.875rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTHCuBO1MucSWlwlzbTtE8Opo69Cysu { top:9.4375rem;left:0rem;width:35.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEi5craQpAfkHdf9llZmIeHkCfhcOEC { top:11.9375rem;left:0rem;width:39.25rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rna1P5Am2ybH9wbc0dmCWugTTRxgnns6 { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHIwssXlPo2PAUQCNsGwSlI1GpsJDQ2s { display:block; }
 }@media only screen and (max-width: 763px) { #w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw { display:block; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C03yMicM6WChvvDS2LCJwWahTt790EeQ { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPq4JU9HF0cJ0LvmFakEiscOWtUGHmsy { width:10.3125rem;height:3.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { top:2.5rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:45.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.4375rem;left:0rem;width:17.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.75rem;left:0rem;width:34.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:12.875rem;left:0rem;width:42.5rem;height:7.25rem;font-size:1.125rem;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) { #i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ { 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; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { background-color: transparent; background-image: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container > .video-iframe-container { display: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container { display: none; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .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); }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { border-width: 0; border-radius: 0; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9ZCJuhQxKFFL0k7kF35WtWTQKq9sMUJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkJvlCC1XXf3lVbhQgGlN1XCy6oIeT9h { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ewlz0dzluBw1q16JiC2vTq2J8kKTXDH3 { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhXEsavK0F3T7F8QEhcNbTa6IzuHR3EF { display:block; }
 }@media only screen and (max-width: 763px) { #kTFuEFCI0z3BWowFcIrC46zCqB50UTm7 { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbmzMZZgWAIyOyr21LBZJiJWPVns58X4 { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOHIXdNTqMBA4Say511QGQJPMXtbEszN { width:10.3125rem;height:3.81225625rem;top:0.625rem;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.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:4.54948125rem;top:0.997314453125rem;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:20rem;height:10.125rem;top:6.3564453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;display:block; }
 }@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) { #HUV8SFTma6dXNseg84sl0c8IzPZ7P0dZ { width:12.5rem;height:0;top:70.4636171875rem;left:3.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6SzvE84GRaEzvMhKaQavMcdCWhm0xTB { width:20rem;height:3.4375rem;top:34.3125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wyRwE2KFG2slJvS2cVhgfy4GGaSx9EgM { width:17.06175rem;height:1.78178125rem;top:35.125rem;left:1.4375rem;font-size:1.1875rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0TEaAORSu4eO5yi4XoHWQurlqGdhyTD { width:4.5625rem;height:1.31303125rem;top:38.875rem;left:2.9375rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iEZi3tuzR893EeEdxvMgJi7rwihyG0h5 { width:5.125rem;height:1.40625rem;top:40.4375rem;left:2.9375rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OtD9n698PfTABgQLZ3ullUvvIvwPqLtm { width:3.1875rem;height:1.31303125rem;top:43.25rem;left:2.9375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ix3XggVr56P2Q8eQR1RTTarJZTg1UW1c { width:8.1875rem;height:1.40625rem;top:44.5rem;left:2.9375rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JXXRwAQyg3xpMC1L1L5SPh8Ct8TSpLCy { width:5.875rem;height:1.31303125rem;top:38.875rem;left:11.75rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #apF3zbT81CeTJ6JRwyacwzpATWXWEAka { width:6.25rem;height:1.40625rem;top:40.4375rem;left:12rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #W6Nvm7b3wkppTixWd2RXsTLnM9BASloA { width:3.8125rem;height:1.31303125rem;top:43.25rem;left:11.75rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQekNUFee5iTIsax985kKVTBoibW8T2 { width:3.75rem;height:1.40625rem;top:44.8125rem;left:11.8125rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pxlFS07K8mc57cJdePBEleDypCVMLtcx { top:18.375rem;left:0rem;width:20rem;height:9.625rem;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60e5e80c-a897-45fb-89b0-869c5f62965b/AdobeStock_244468894.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pxlFS07K8mc57cJdePBEleDypCVMLtcx.adaptive-delivery-prevent-bg, #pxlFS07K8mc57cJdePBEleDypCVMLtcx.lazyload, #pxlFS07K8mc57cJdePBEleDypCVMLtcx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48 { top:18.4375rem;left:8.125rem;width:11.875rem;height:9.5rem;z-index:15008;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; }#KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48.adaptive-delivery-prevent-bg, #KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48.lazyload, #KsMsZOOyIGbMeHbJ41m7hO6Ubidakn48.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kwMVrTMlWG4wLnMmiXqhQyIaxcSaZpL2 { width:20rem;height:4.22395625rem;top:29.1875rem;left:0rem;font-size:0.8125rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTXknecTCKSpGT8SsXpTNhBq70Kz0gPi { width:20rem;height:6.9375rem;top:47.5625rem;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) { #rZmxDcNGhar0f8Tr3l6ZnqcHDE52VKTH { display:flex;width:1.875rem;height:1.875rem;top:48.75rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #MeH0AltAkDEPCETX8wB9h9ocwxCy0xzT { width:15.5603125rem;height:3.25rem;top:48.75rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFLugVpDQlzckC0Od2AXVkuCtUyisAP { width:14.496125rem;height:1.13769375rem;top:52.6875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { font-family:manrope; }
#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:52.1875rem;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.75rem;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 #VGgERdUygFPl1Zzs8EPeCoCnQb6HAyXu {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lXGlgXTqchE9lM1fWCWafVEyqCNOpn6q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #AXLR8IFGMx4z1lmBO9VAfuGiGsoe05Tw {  }
 }@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) { #kiePkUBTZZN2n2oPAqdL04mH9VZM2l4X { 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) { #QxuElp16sqkvnfU0XkbzPSOtRRtKBNkT { display:block; }
 }@media only screen and (max-width: 763px) { #gP2VJ7K6Rn3mUKpo3QsdVkg2VhlnuOr8 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HqlSVgtDDhKchaCsBnHD6ZDXA8sNCsQp {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Govzt3e7QT15HQqLnVo2v8DQXmDeCtA2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #k90hLOVaCm6evA2Dk6wONBciSeK0Reea {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LV7bNtZTsHzvJgo9DTZJTgSWTmTL5xKD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CSJlX7v0I517kJWORAMzsAWGNWiPBA3V {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uNRSfbTW1Hwl3IVfwfgWWNHCVTsJElJ5 {  }
 }@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) { #ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz { display:none; }#ZNLCbSE8msCPbwt9o1OHzHzvD3ZeXngz > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UWCP89e6mCSOvbRvu2m1dkJMOKiiC8Iv { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Z80qpx4TGGI3tpUHZsGs01SgSynWNc { 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) { #HuiGOdIak8iKTB1NsDVTG9UxPFTfieXP { 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) { #T2hEPBgd78GlbfIgS0tPbEiZSo5xTSUy { 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) { #ssikNCNXqB8Q2kH9J2Va6chLpDDs5QrL { 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) { #Cyfov3c2ctstotIepT5a8BVbzfMU7o2b { 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) { #qQQZ3dFlFEOeUvF3upXT42OTC5GJqTeH { 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) { #z0E22TVxG1moFPAru2zUVRVhhsS2z2xD { 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) { #LLneUc5ngywbNLoOHPIENmJ8BxsNK1gA { 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) { #Tk21T8gZyOasXTibEJOAhnVFHTaa2K7I { width:20rem;height:4.54426875rem;top:12.904731750488rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlCDJLIGnWcNBlXlOFoLmvdCnrWC6T8 { width:20rem;height:1.38020625rem;top:18.698188000488rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 { display:block; }#T7gx50wUhfeItmW7yM83NLk4x1Lp0UE3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srE6wiZXbxeyaIzALgE2HTPKkocMrTZm { width:15.6875rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbA7pLwvpoHwewBGhlVrR5NxXlQPpGOI { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMXFLnIpqEC84pF1qJy1VIVIIles1qRT { display:block; }#FMXFLnIpqEC84pF1qJy1VIVIIles1qRT > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPFUJtIXPbJgyoJ6T6v8OoGWikdbw4QA { 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) { #XRZBxaQGSQnaqoeiP80FS8dB3WIFpeyT { 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) { #qaydK4lHs5DtFyoBIV7eSP5rT9stLC5X { 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) { #JoJKXkdGlAxAOvnTW8zl3hKzgwA37aVT { 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) { #w3pByBslvesE4FGCfigRA7Eq7HebmNJ7 { 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) { #SrStvGEt4qapThPTvvM3IdzLV923a56p { width:18.75rem;height:auto;top:6.875rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OrokaMX1RLSBqMPDUwqTXOTrCDNvmQOq { 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) { #LGwvJLimQT8JT6w8FuI1I4S8uT7ppsPb { 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) { #S1mEXxt1v1ALKXoqLFO7AIkziqFOmCrk { 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) { #ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU { display:block; }#ITNRsiUI2JRfBc3pn8UXbmuTgm52O3mU > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHZkxFPFqI784IfUiW4VQg8uByA7Grs6 { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFu5zZNLKfxObmgDmw53PwSnq9N5ROg2 { width:12.396988625rem;height:2.334869875rem;top:25.753734588623rem;left:3.7437854409218rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8a3tQmMRovIsVnm30bKZqhW8iiVN5xV { display:block; }
 }@media only screen and (max-width: 763px) { #f1MRwA31Du57kMoB1NJUa5rN4ybWgt1s { width:20rem;height:3.9375rem;top:34.9375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oygsE7OhBOKSsSXnpwx2P0kV6hmn6s4K { width:15.375rem;height:1.40625rem;top:32.1875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3CwlyayrhZs00rCPIf0WV6ERGsPGwM8 { width:20rem;height:2.6260625rem;top:45.5rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BntdsJim0hARHFNpm9bQG0zTw8qaWRha { width:15.375rem;height:1.40625rem;top:43.25rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J5RhO1ZzUST3F5Qma0IWpe4mzs37bgtP { width:15.375rem;height:1.40625rem;top:52.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N5ULTz7kytkh5z1GL3hgKKeAzpF9k6Gr { width:15.375rem;height:1.40625rem;top:68.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PeQOG1aMbNdLgNpm5hTlrrP3wVfs5G6z { width:2.8125rem;height:2.8125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELnzby3OTUozaWNROvD30Dcf6TAUq38h { width:2.8125rem;height:2.8125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9SbLhSxSScie1wG4qIua5HKMpi1zCTs { width:2.8125rem;height:2.8125rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTL5be1uQC3reThNcA19dg8PNK3n7bUG { width:2.625rem;height:2.625rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeDJVwFyTbBJoIqVOG6t8GmX7mmgTeXv { width:19.749625rem;height:9.1875rem;top:54.24893283844rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xK3KfXIKAEPAvBfq3kGPnSAQKqQGazeh { width:19.9375rem;height:3.9375rem;top:70.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E0laEQDqTUDe7ugn1rvQQatTGUa96B60 { width:20rem;height:13.125rem;top:11.75rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWDb2Dpd4v6FgoipgTxoqFuquEHKNAzu { width:18.6875rem;height:0;top:77.4375rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITTQpTss0HFb7gUO3MfqKhBVzsrxf5TR { width:18.75rem;height:2.75rem;top:76.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLqiFnbp64qF8vCo2smrEOUx4MGudOpH { display:block; }#iLqiFnbp64qF8vCo2smrEOUx4MGudOpH > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJxSdIbLWlfWVFiTpg0kXoPy7hfgUTxU { width:18.375rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6dRy0T1LHKAt8iAxmgdQniEXFtV72i { 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) { #eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ { display:block; }#eEslreNDsD3E9bLpXcWDRwV3iuz5NrnQ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr64lod3NwZnEPN0QiAQP0qOxSH1ZiU3 { 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) { #KoS6gU1WlI3zZApcwsZ6RN2BM2qJNLLl { 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) { #cPMAOrRoMZFF7hegfX3HVusL1xDVWOLH { 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) { #VbGWqliQpyAA53duFV0LXZZLem7mZuQM { 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) { #tol7M9bVoiJDZ0v0w7ls8Mx0ruPU3FWn { 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) { #wNNWRWhbx4lgdTOXr70JeDESdSlwHCNi { 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) { #mJk4l2SnJP1t3PeS1pZPde4VsQWIbM8R { 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) { #yZFKnPU33Azfacse2K3Oxh9lvmWFaCiP { 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) { #lbWazaHcJc1cUtu0UB7E5mywGdnebUUx { 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) { #QdeFhsS9MZsLTC5QWkAIA1Zrgb3qg513 { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8VOn32223wA30NVO0QfyqMKvdfTCCA7 { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZe9ODzQe7XCxOENeV8DFWWDaz7Td1WE { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOpqQOSXP4F93CHNJw5oepDavb0yL9PC { display:block; }#kOpqQOSXP4F93CHNJw5oepDavb0yL9PC > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9IS7iV6GTJySgKFwevpGdniXt02SGVw { width:20rem;height:3.57291875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeKNTRQC6JGJdUEv4IqlcvZrIFEmgE9O { 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) { #uOx7AxFf2I0XhA76AQyvEDbnWnEs85i2 { 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) { #hdcV1qbkFv1tLZVSbDO846Ec2ZV8eXgd { 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) { #X4xI1GDfaLEeP2Tox2ewTThqzsAJRTTl { 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) { #FMX4zrDzzZ3aAHvMV4tlXRymV0NP8fbd { 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) { #Wy3SvUp1ZV8LazsfXkKS5FgZLn9yV4tw { width:8.5625rem;height:3.125rem;top:14.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTA4ewc0UDFaOf1H6PTEi7VttJSQxvJ { width:6.75rem;height:2.5rem;top:14.4169921875rem;left:11.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV8fAABnTHzTzWfsDAdm4rLWFvQfQ7zV { width:8.4375rem;height:2.875rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS9glya8FnGzDicG4PLRhW3RhSH0boDi { width:8.625rem;height:6.5rem;top:17.6982421875rem;left:10.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T { width:8.8125rem;height:4.25rem;top:23.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af4412fe-b921-47c8-b747-6ee4011ec81c/face.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.adaptive-delivery-prevent-bg, #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.lazyload, #fQ4KTwIe2SWwUTzfF68xNLUwE2Fz5u0T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QdvaDGcNmrLbIV1yzre5eJ26StrU7uwq { width:9.375rem;height:4.0625rem;top:23.6875rem;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) { #l7wzUUPeeMVz41VMslHxIDCxNalEzflD { width:9.375rem;height:4.0625rem;top:23.875rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT { width:8.9375rem;height:4.9375rem;top:23.4375rem;left:10.9375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9ce1ba6-f7b6-40d4-8a6a-ea1d16c0d223/HospitalJD848x548removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.adaptive-delivery-prevent-bg, #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.lazyload, #MBPyF4RB6V32uoR7oyBTp5PA7q8KpSAT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 { display:block; }#qa24c8rR62H5d0UF5w8xozzn4Qq9W9o7 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCN2cMFLBLz8x3IfIVCE1WGZ4K6oNDUL { width:20rem;height:3.57291875rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIriWAlg3RwDF6ivxAQbOTa1bk5afHy { 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) { #XoWlm65Cg4Jh5erFXfN7rNPZrExOJEeO { width:20rem;height:7.03125rem;top:7.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FJ6r8S1BwnAZbCSoBb4knzmCfFJIXmNe { width:19.875rem;height:3.4375rem;top:20.6875rem;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) { #zvAT2EzTll9JQOacRW35RR7tORBOevmw { width:1.9375rem;height:1.9375rem;top:21.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVNft4UtxSwK5rA4nzZA092vT8AdiPWO { width:14.6875rem;height:2.2745rem;top:21.324578285217rem;left:4.0917969346046rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f54T2iPDdCmlAmSpS9TNiyS72q9gqJET { width:19.875rem;height:3.4375rem;top:25.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ipuTsRWkJwXmf9DHEPD4CpGr06iMOx5N { width:14.2498125rem;height:2.6260625rem;top:25.523791253567rem;left:4.3093038201332rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #cMBxzF4v8UadyTve2NLotDNlrnCJJDGD { width:19.875rem;height:3.4375rem;top:29.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:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cDViBMPoTq7RiDQv4G2bxdOAoTFlRQFI { width:13.6875rem;height:2.6260625rem;top:30.0625rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aOS6S8cAmqDrEeS9flk9Bq2rBtbA7CiP { width:19.875rem;height:3.4375rem;top:33.875rem;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) { #qUgLwDSborJQ1VIL7pBhk2lVuXOQWlhX { width:19.875rem;height:3.4375rem;top:38.6875rem;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) { #SHUrr8Qnww1tUnlgqU5WyTIwiFd1wFGz { width:14.8118125rem;height:3.41015625rem;top:34.069602012634rem;left:4.0278764367104rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CLy2wugOuenu1Z7pKl2rw7vR3cmgva5D { width:14.8125rem;height:1.31303125rem;top:39.8125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #fawTpDramhlhIT62qmfvOHTLIt27Zanl { display:flex;width:1.75rem;height:1.75rem;top:34.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #uy9rPk2zyxEfvo6VMsM6foXtIVuwxn6f { display:flex;width:2.625rem;height:2.625rem;top:39.375003814698rem;left:0.93749994039537rem; }
 }@media only screen and (max-width: 763px) { #GeRrhTusNOUCF1fLbUyCa1HKi1xfB835 { display:flex;width:1.875rem;height:1.875rem;top:25.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #b7pMMgMnXVPpS7wreJd72TU6Ol45x9r1 { display:flex;width:2.1875rem;height:2.1875rem;top:30.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sIRxV0Tlrw9MRQvCVHI4TGeehn2X5Dmp { width:20rem;height:2.8125rem;top:16.3984375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PkhZvbmx3KuMsllQXc561mT34DDtgL0J { width:8.3125rem;height:2.3125rem;top:43.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkq2OkmTa5ssWETqizxBkTE3rbCK3Ri1 { display:block; }
 }@media only screen and (max-width: 763px) { #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT { 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; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.adaptive-delivery-prevent-bg, #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.lazyload, #hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT.lazyloading { background-image: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { background-color: transparent; background-image: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container > .video-iframe-container { display: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row > .video-iframe-container { display: none; }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .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); }#hbZp7cDwtU8phAc6RSOAJJpvCzALJDcT > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk1RNVCbKsDKUNSJVsA8isFovSl8mi2z { width:20rem;height:12.50520625rem;top:4.8216133117676rem;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) { #QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp { 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; }#QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp.adaptive-delivery-prevent-bg, #QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp.lazyload, #QLIT15cbr5tdAp4O1PGQH5ba8iK6VvEp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b6BEKgX1igAqxOCIBoUIL0OEAIschcPI { top:20.25rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#b6BEKgX1igAqxOCIBoUIL0OEAIschcPI.adaptive-delivery-prevent-bg, #b6BEKgX1igAqxOCIBoUIL0OEAIschcPI.lazyload, #b6BEKgX1igAqxOCIBoUIL0OEAIschcPI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #temWfdQVTkn8CHTAVrppUU2ETbXxfr5H { display:block; }#temWfdQVTkn8CHTAVrppUU2ETbXxfr5H > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eke4ifymKayNTTCnRH5uJ3IomPcCdDOb { width:20rem;height:5.359375rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QKHRLxaPchALgKXPfFmNHT1BEsgImA { 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) { #t2l5MtJJSICTqDGAcgcq4qn5NMgTPZx1 { width:20rem;height:11.25rem;top:9.4453139305113rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ibfOClQIPJCoCgvD3QixHZlR29ShXi1B { width:19.8994375rem;height:2.6494125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGic3p6t5qNTxN028wp7mTEHZyw660kH { display:block; }
 }@media only screen and (max-width: 763px) { #W23RQ0baT3DZqiqm0T1DQyL2TtHukEmg { width:20rem;height:0;top:45.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #saRlm5ckTDUhu1cpEhB3ozqTvICLQRUw { width:20rem;height:5.625rem;top:33.75rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PcHnKlo3tIBBg6TrxMxTFKLTLsXpDv6y { width:20rem;height:5.625rem;top:49.6875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M { width:20rem;height:6.4375rem;top:25.6875rem;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; }#OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.adaptive-delivery-prevent-bg, #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.lazyload, #OGQ7QCLQJse7HxvncxgvnmHhsAeKCR9M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZlTTlPP4wEoyG1e4uTpcRnxcQPrBvgty { width:20rem;height:7.4375rem;top:40.3125rem;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) { #Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 { display:block; }#Kyqim6xXLGzwHxeiuUWFdri3t687yVQ2 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lgo7Wk9k4ooUM6lmQU9KddIUJlELv43i { width:20rem;height:5.359375rem;top:11.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLBy9dn00Xue78kNd0BosTiDBkAHfCBg { width:20rem;height:4.21875rem;top:17.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tvwhNO6ZbO8ZoKIyvFnRODl7ByitviCd { width:19.8994375rem;height:2.6494125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqheV5AnZwC7JIdU5z2U4zwpRgVpf1Xk { display:block; }
 }@media only screen and (max-width: 763px) { #rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl { width:20rem;height:18.625rem;top:23.56201171875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#rSZomr7UGsgs7spNVxkBfTSUgJKv2Ecl li:before{  }
 }@media only screen and (max-width: 763px) { #OidMFi51Kv8T4QgwGow00EtedKULBNRk { width:20rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8s7r2NOdNGBaAKgBZf6CRT8e2DdfI8d { width:9.25rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh { display:block; }#Fe5a0xOFz0bCobzHfwcbDuuvggBeFKuh > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPrTltLTvS4FMmqmvgutuuclTqakEAdS { width:20rem;height:3.8984375rem;top:11.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0R3LAThSwsTA2E3x0FqrHIIN7179LmH { width:20rem;height:14.625rem;top:16.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa { width:20rem;height:9.187rem;top:0.97412109375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa423e29-c7ec-4138-b2b3-6a9564ffc793/ciclo_dietetica_producto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.adaptive-delivery-prevent-bg, #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.lazyload, #X8bp2XFXAIrV0Vp8IUgDGVhGndFrSXVa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SOB0p7TnRBPwM5O4hwC7GAiMQoreRKM7 { width:12.8125rem;height:auto;top:6.875rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5q9drEspbsJOenWQaZE2g1IpT4MZNbP { width:12.8125rem;height:2.5rem;top:6.25rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i { display:block; }#b7OLTqdfCzcuOsZrvu9Gq1udu5LcMy5i > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUOFToVoTeQIoxgZGsyfNkHtU6sOlJ7S { width:10.9375rem;height:1.9504625rem;top:1.9992156028748rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1REy0aFbbOyBMKbl0opPlMOALqTZCoW { width:20rem;height:22.5625rem;top:5.498046875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t1QL9d2nUxu8UDVWgXmmem0VikFwdxxo { width:18.875rem;height:1.72485625rem;top:6.875rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JMTHCuBO1MucSWlwlzbTtE8Opo69Cysu { width:17.1875rem;height:2.2745rem;top:9.5rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xxEi5craQpAfkHdf9llZmIeHkCfhcOEC { width:18.2480625rem;height:14.625rem;top:12.0625rem;left:0.875rem;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) { #rna1P5Am2ybH9wbc0dmCWugTTRxgnns6 { width:19.7431875rem;height:2.4931625rem;top:29.875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xHIwssXlPo2PAUQCNsGwSlI1GpsJDQ2s { display:block; }
 }@media only screen and (max-width: 763px) { #w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw { display:block; }#w3Q473TmMsee980Dwx9JevJ8KuZ2TsAw > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C03yMicM6WChvvDS2LCJwWahTt790EeQ { width:17.24975rem;height:3.09375rem;top:6.0625rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OPq4JU9HF0cJ0LvmFakEiscOWtUGHmsy { width:10.49925rem;height:3.8745125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { width:20rem;height:27.5625rem;top:5.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:17.1875rem;height:1.9504625rem;top:6.25rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { width:17.99925rem;height:1.13769375rem;top:8.4375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { width:18.249rem;height:19.008375rem;top:11.8125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;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:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius: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.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }