.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,96,171;--color-secondary-0:255,245,204;--color-secondary-1:255,224,102;--color-secondary-2:255,203,0;--color-secondary-3:235,189,0;--color-secondary-4:51,41,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"manrope"; }@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:rgba(var(--color-tertiary-0),1);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); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 { 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:rgba(var(--color-tertiary-0),1);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; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { background-color: transparent; background-image: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container > .video-iframe-container { display: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container { display: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .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); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { border-width: 0; border-radius: 0; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#gWc75skkwvDx0eEqPKpONcblQnrJMSCh { 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; }
#sAnQLWFUSEUTE4viJT3EaxsnLf8B9u7W { 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 rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#zIH5yDzGKpnI3kCO0RkpEKaAGbEB5zT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDJ4lCXRG0FrU1bDy1eWLvF70gGBhxFJ { color:rgba(var(--color-primary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs { 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; }#hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs.adaptive-delivery-prevent-bg, #hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs.lazyload, #hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs.lazyloading { background-image: none; }
#bAEidigkz58OU12uAVpELUk8F286oduV { 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/655c933c-4809-4c80-aa1a-7f94dab7f90c/AdobeStock_277287735.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.61); }#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.61); }#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:46.8125rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:13.3740234375rem;left:0rem;height:14.7005rem;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:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:31.494140625rem;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:rgba(var(--color-secondary-2),1);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.4992875rem;width:24.375rem;top:17.8125rem;left:50.125rem;display:none; }
#zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { position:absolute;display:block;z-index:14999;background-color:transparent;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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:40.9375rem;width:24.375rem;top:18.550247713924rem;left:38.06107711792rem;display:none; }
#KIOKqVAG6xOnW8abFrLyG8bi3ZXhNNNH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18rem;left:54.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F { 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; }
#SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA { 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; }
#kbQGgN0xXLANNE59gA3ySA12txb2pvcT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);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; }
#xo259Jv468pe5TZx0EPW5lghHQKJle7f { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#HmbwIHqBCNZhz0kTEhMEE8LZiT3axihQ { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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.31303125rem;font-style:normal;display:none; }
#C9v2aKr8vURdJkCohdLIqXUzh5q3QEhO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#wfH3M208FqKTLtrW0ye8Xt98hR6WBBEK { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#UebQhsnTsK0DV4IxtQEMLs5ti3dTpEWW { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.5rem;left:12rem;height:1.31303125rem;font-style:normal;display:none; }
#g2TR0SMoToubLromWHOLe3TGlkSy79UH { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#kZt1tB4l05tKxluUGmRbWbxQyTGvSnFU { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#gD7de6cX4K8nxHUaFFs2Il20Jzmv4iCa { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.31303125rem;font-style:normal;display:none; }
#tSK4LxJ3Zh7Iv3EGWxI1mET0Pfp8OcxX { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);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.31303125rem;font-style:normal;display:none; }
#aev1fHzX77rU7fmGWKf9yXP5Tm1vbdoq { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1950931549073rem;left:6.4861106872556rem;height:2.2721375rem;display:none; }
#Qg4XMPFGFZeAKg2nWE3Ly54TPLXp5Ivc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);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:6.8125rem;width:23.6875rem;top:12.75rem;left:51.312500953674rem;display:block; }
#aEfp9n1y0qEFxyw4csd5itGzN2JrPv4K { 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:15035;opacity:1;top:14.0078125rem;left:52.372654914856rem; }
#KnvyXmCcW4OIfRRPa90KQ0W17pLmQ9ws { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14rem;left:55.220314979553rem;height:2.19375rem;font-style:normal;display:block; }
#cIzOqcWvxPaQdFCroA7ThTCon67E9pDd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8695625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:55.221093177796rem;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:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.25rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);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:19.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:rgba(var(--color-tertiary-4),1);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:19.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 #GtlIKOZirgxi4XDNFPbLyRd0ED1syxq3 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #l75RKPpML2ir1TWlNLVTB5I3A3mQQ2Op { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #qg8Qon25tHvnAzDL4NCfa59Tm3oQGnQr { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#ZkV9IUw1C5pyu6d5wqB2qoWR2w59K5iI { 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; }
#IgnE75ZkCOvMPC41siRNhGLzTED0Tcdb { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gyd9hcHsq7ikwnzlFRqIaTq8OedmJpmt { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XuosHST6ETkbqASL7srsz5NEs1hkERG5 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hy1xmIGhe0fNKiLhi1SLd0T1JBlhXJIz { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CIbUt3K0kbNHMJdq8TpUliderf4W4zU3 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MTRViBItFG30TwUQxrGxIRU5a4Li6PL8 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dg6ti29Mkd4X9hiPoHUCeTzCRSBTAwWe { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG { position:relative;display:block; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG { background-color: transparent; background-image: none; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row .container > .video-iframe-container { display: none; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row > .video-iframe-container { display: none; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .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); }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG { border-width: 0; border-radius: 0; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .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; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;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; }#XbHAdNvyo3OhMHaSs2n5T7ixTE4v6G4g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);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:40.5rem;top:3.87451171875rem;left:0rem;display:block; }
#D1NbpEOu9nTzrfhiScKIA4AOTm0CNePD { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.0625rem;left:3.75rem;height:1.3125rem;font-style:normal;display:block; }
#mU0PFQ8vaiOTc9TMoPzgo7fblCawkyEb { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#Vklx2beb0XfS1VWVBA1cF5SMB57ZL5AO { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.625rem;left:13.5rem;height:1.40625rem;font-style:normal;display:block; }
#rTpHErMk8SO7pyB3H5k686bJLIhte5o4 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.0625rem;left:13.25rem;height:1.3125rem;font-style:normal;display:block; }
#DV3UftMfOr0QspZNAFxl3DLtZ4d5cbX6 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.625rem;left:21.6875rem;height:1.40625rem;font-style:normal;display:block; }
#InXnOQhzHPT2fILxWM3ttoWTGEs4SUG6 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:21.6875rem;height:1.3125rem;font-style:normal;display:block; }
#AXlHMTTFVBOeGWrHX2as0zMtHamRX8Fa { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.625rem;left:30.5625rem;height:1.40625rem;font-style:normal;display:block; }
#naIPM5N2nsP8iRtfZ5UgeHPCSaIOpL6x { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.0625rem;left:30.5625rem;height:1.3125rem;font-style:normal;display:block; }
#uhUKyrPQrZpotgWJ1MKlTnWtJptQCvNh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.0771484375rem;left:1.4990234375rem;height:1.59375rem;font-style:normal;display:block; }
#qEsrP91lOmQWu0OzCb4P4bzLUD0iG4hT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.623779296875rem;left:1.4990234375rem;height:2.275rem;display:block; }
#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q { position:relative;display:block; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q { background-color: transparent; background-image: none; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row .container > .video-iframe-container { display: none; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row > .video-iframe-container { display: none; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .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); }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q { border-width: 0; border-radius: 0; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .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; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#fVy9S1BLnLDVfchiOQA95tFFK6TNvdWb { color:rgba(var(--color-tertiary-3),1);display:block;width:15.746875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#iITFJwSAUi8mBOtEIdAlwIxi0CMuBNKT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 { position:relative;display:block; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 { background-color: transparent; background-image: none; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row .container > .video-iframe-container { display: none; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row > .video-iframe-container { display: none; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .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); }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 { border-width: 0; border-radius: 0; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .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; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FCttcEXJZM57SHkRF2WqIwt5aXhLrETX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#K9MgvvFoNzzb28rzVmwkIPPmINMFHISM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#WOf344DTEMk0B4SmctBU5vbotPfCFwsW { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#vGLOgCTFskc2LziRXeFW5RUGiXGQsVfu { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hr5Vi2yqGzqd2OkTFzFZ7D24dadR9ZEp { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#KH7QBrUgW4QiKc7BTT3Xd0gxSdLT7RCL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#HzPHHn7Ju3SrwIinl1URFSs2uTEmaE4a { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Ry9PhJG5rUPJiqo1Bi8ldkvVUsO6gU84 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#RKck0q6XSBdbrqPiBThonLgwLq4lBmFQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container { background-color: transparent; background-image: none; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container > .video-iframe-container { display: none; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row > .video-iframe-container { display: none; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .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); }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container { border-width: 0; border-radius: 0; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#yDLiH2BRABVpdFZt3JI2Qs8s9dhNLtLO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0376415252686rem;left:0rem;height:9.50625rem;font-style:normal;display:block; }
#cesc1e4ldDlBploVChfGIvC1kNR94WyU { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.4980625rem;height:2.43555rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.0322265625rem;left:0rem;display:block; }
#JybaAgFxhSQ30yOyLlCGa6oy7fXabsWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3b42D39mXNxITlEF5zlXiiKxxETTvbx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.6244659423825rem;left:40.749286651611rem;height:7.03125rem;font-style:normal;display:block; }
#AnyMpxa2V0CFUAleQGOqKh5Dv1yPWucs { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.875rem;left:40.75rem;height:1.875rem;font-style:normal;display:block; }
#alGxT1ByBgX76xi7GfvSIalg6sgWtTXG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.6244659423825rem;left:59.499290466309rem;height:4.21875rem;font-style:normal;display:block; }
#fZBiAp83Pn9WPJAcy5NlGQPTkMMmrtHT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.875rem;left:59.5rem;height:3.75rem;font-style:normal;display:block; }
#xeFkPTlF3x2zvo1HGPP1KPGREzbJ0iTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:20.9375rem;left:40.875rem;height:1.875rem;font-style:normal;display:block; }
#nDaAdhy3pBsWWdy8lttPTUTJrH508clI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.9375rem;left:59.625rem;height:1.875rem;font-style:normal;display:block; }
#gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5 { 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.5625rem;left:40.625rem;display:block; }#gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5.adaptive-delivery-prevent-bg, #gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5.lazyload, #gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5.lazyloading { background-image: none; }
#o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo { 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.5625rem;left:59rem;display:block; }#o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo.adaptive-delivery-prevent-bg, #o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo.lazyload, #o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo.lazyloading { background-image: none; }
#yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3 { 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:18rem;left:40.875rem;display:block; }#yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3.adaptive-delivery-prevent-bg, #yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3.lazyload, #yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3.lazyloading { background-image: none; }
#ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O { 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:17.8125rem;left:59.5rem;display:block; }#ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O.adaptive-delivery-prevent-bg, #ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O.lazyload, #ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O.lazyloading { background-image: none; }
#PkRZtasn5EkPamvKftyyTw43aVnP0TTr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:24.1875rem;left:40.75rem;height:4.21875rem;font-style:normal;display:block; }
#eqI4B6aFswy6E7xeBslGFD6Jk8mXHR4R { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:24.3125rem;left:59.9375rem;height:5.625rem;font-style:normal;display:block; }
#PJWTBieVodVRfGUqspeTbWTicStErFu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.90625rem;left:0rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH { position:relative;display:block; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH { background-color: transparent; background-image: none; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row .container > .video-iframe-container { display: none; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row > .video-iframe-container { display: none; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .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); }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH { border-width: 0; border-radius: 0; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .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; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#aIEBrB3AvKyRaFvA2cv0CtgqBR5c3ckC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#htduTrAT3Gh0LDz2SUrGvgNekszLUdRG { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ { position:relative;display:block; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ { background-color: transparent; background-image: none; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row .container > .video-iframe-container { display: none; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row > .video-iframe-container { display: none; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .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); }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ { border-width: 0; border-radius: 0; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .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; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iGM2U7E1osQ9lt4A75evJWrr2CsDC9A8 { color:rgba(var(--color-primary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#tSgh2ayyMaEVni6qzTGOfZ3L6sSceG57 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#T0kRKzQf2kUiiUM2KNySAIMK0Nlbi2mz { 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; }
#CHKF9X1mWpaALTMsKSq9tn4haD5IraIL { 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; }
#NGrMDQyPuk78Vs0mTKrPEL4wlgIuA0Ud { 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; }
#ws4mBFF18L00m4O0KORWJWq5RhiLrIUN { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#BeANozHq5fd72p2GoBAvxqRwOkLGahT5 { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#khIZTqUpBlMHfdGmNF9Azw5lxH6Wssce { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tJPocegMe4fey8FNssfZ6pVmhsrkNgwT { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9 { 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; }#EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9.adaptive-delivery-prevent-bg, #EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9.lazyload, #EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9.lazyloading { background-image: none; }
#G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN { 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; }#G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN.adaptive-delivery-prevent-bg, #G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN.lazyload, #G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN.lazyloading { background-image: none; }
#DqqWchDFqnS44oyqRl4l6EM10h39VJE4 { 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; }#DqqWchDFqnS44oyqRl4l6EM10h39VJE4.adaptive-delivery-prevent-bg, #DqqWchDFqnS44oyqRl4l6EM10h39VJE4.lazyload, #DqqWchDFqnS44oyqRl4l6EM10h39VJE4.lazyloading { background-image: none; }
#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 { position:relative;display:none; }#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 { border-width: 0; border-radius: 0; }#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 > .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; }#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#Ff9u1O859btveoqXNIXslaSAgV2wUJl6 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#HXnzPo4LaP1p5CO6VcJRTSk9MKB2EPyX { color:rgba(var(--color-tertiary-3),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#aT2mLAhuc0GITsunmBCHIG1GUAhgWlXy { 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:13.125rem;display:block; }
#mdhyUicTxF2CwAcuJQsLhE7VPq8x5mah { 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; }
#iRciHolkGEuVNfT6ipPDdtFp6Q7c5Uzf { 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:13.125rem;display:block; }
#yskFynDtoPDq5kb8WOoQOXEoT101ADLs { 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; }
#yOneXCh4oMwcvfwpdAT95dTLEsJGts43 { 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:14.0625rem;display:block; }#yOneXCh4oMwcvfwpdAT95dTLEsJGts43.adaptive-delivery-prevent-bg, #yOneXCh4oMwcvfwpdAT95dTLEsJGts43.lazyload, #yOneXCh4oMwcvfwpdAT95dTLEsJGts43.lazyloading { background-image: none; }
#HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1 { 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; }#HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1.adaptive-delivery-prevent-bg, #HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1.lazyload, #HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1.lazyloading { background-image: none; }
#F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq { 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:13.875rem;display:block; }#F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq.adaptive-delivery-prevent-bg, #F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq.lazyload, #F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq.lazyloading { background-image: none; }
#GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS { 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; }#GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS.adaptive-delivery-prevent-bg, #GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS.lazyload, #GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS.lazyloading { background-image: none; }
#VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP { 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:48rem;display:block; }#VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.adaptive-delivery-prevent-bg, #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.lazyload, #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.lazyloading { background-image: none; }
#CXqHEZN27tbHCpDdeNu6QOzsXiDqLm5a { 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:47.625rem;display:block; }
#eLH0N70TtK3TlTrhM5kakaZgiGpdVIc6 { 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:47.625rem;display:block; }
#AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw { 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:44.3125rem;display:block; }#AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.adaptive-delivery-prevent-bg, #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.lazyload, #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.lazyloading { background-image: none; }
#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy { position:relative;display:block; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy { background-color: transparent; background-image: none; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row .container > .video-iframe-container { display: none; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row > .video-iframe-container { display: none; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .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); }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy { border-width: 0; border-radius: 0; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .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; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20rem;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; }#nnttwmH7Fk6wdoL4SUZWoRKcwLOK4RiI { color:rgba(var(--color-tertiary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Fy5lk2eL8I5zc7KqFOxuozT9yaVR9VJT { color:rgba(var(--color-tertiary-3),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#rbKGTzi1CqOxuDr8BdPmVTBoPBD5xDNM { 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.75rem;left:1.75rem;display:block; }
#MAGVNJfBvpnkcOtwCGq7gV2hHh8fcv6b { 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.75rem;left:16.125rem;display:block; }
#QDDNdPsh4GRGwbmMoxgKa85o2BXtUGeE { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.75rem;left:31.0625rem;display:block; }
#PZe4CmFgLJIL1Sw3o3LTBFH2QGzxRdPN { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.75rem;left:45.8125rem;display:block; }
#TgeXOwmlPQQLeqTFAwNfpsiTGkCGvfud { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.75rem;left:60.375rem;display:block; }
#kTZWAlSOLqu8LUo3Z1BiA2o9HILoOE02 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:10.249rem;top:11.1875rem;left:32.375rem;overflow:hidden;display:block; }
#HGz0y8OJMZEeWCiFS8zDG3VonnQt4E4Z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:9.0625rem;top:10.625rem;left:47.6875rem;overflow:hidden;display:block; }
#x4B1vIezCaKqR0t81GI395cpTcyXHifu { position:absolute;display:block;z-index:15014;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.81225625rem;width:10.99975rem;top:11.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#vLtlB9KGGykCcceJmLr59o984gLr1M4q { position:absolute;display:block;z-index:15015;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.99926875rem;width:12.99925rem;top:12rem;left:60.3125rem;overflow:hidden;display:block; }
#TTUOScHZVMtMI0IUxCcM6IpOi4ZbTTup { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81176875rem;width:5.81176875rem;top:10.5625rem;left:19.625rem;overflow:hidden;display:block; }
#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 { position:relative;display:block; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 { background-color: transparent; background-image: none; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row .container > .video-iframe-container { display: none; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row > .video-iframe-container { display: none; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .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); }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 { border-width: 0; border-radius: 0; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .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; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JwxraMa9L30hkh4RHT3nvBAPAR28ygcP { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.053955078125rem;left:1.25rem;height:4.7125rem;font-style:normal;display:block; }
#ZmBzJqG0wAeTTP6aHB8EfPVzEvD6ttg0 { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.40625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#aQbZmKC5g6UIstPBrFf1RXqi96X98TZK { color:rgba(var(--color-tertiary-3),1);display:block;width:28.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16rem;left:1.25rem;height:6rem;font-style:normal;display:block; }
#pRubPVcNpvNeZUd519V689mhn92TJX7b { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:11.8125rem;width:11.375rem;top:1.4373321533203rem;left:37.499996185302rem;display:block; }
#VDmavePaTSXzkxTQw1n7pASPgqpFsvRK { 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:14.8125rem;left:38.4375rem;display:block; }#VDmavePaTSXzkxTQw1n7pASPgqpFsvRK.adaptive-delivery-prevent-bg, #VDmavePaTSXzkxTQw1n7pASPgqpFsvRK.lazyload, #VDmavePaTSXzkxTQw1n7pASPgqpFsvRK.lazyloading { background-image: none; }
#C4um4qW1zvx88OFZFNGOQ2EpbcMgiRbz { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3125rem;left:38.4375rem;height:5.625rem;font-style:normal;display:block; }
#U4JO4Kr6a6ToLKJkOh0PtcisDbPlWTJ3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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:11.8125rem;width:11.375rem;top:1.4373321533203rem;left:50.561965942382rem;display:block; }
#JOxTOVi2sMzWbmws3bLGXo27UtLEShqi { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.4501953125rem;left:50.78125rem;height:5.625rem;font-style:normal;display:block; }
#oudnax13ysMRBxWXiMUW76Sd85WOxpiK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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:11.6875rem;width:11.375rem;top:1.4373321533203rem;left:63.624816894531rem;display:block; }
#PCR43Ddqbhb5SdA52BnrEMs8Lh0y80wu { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.3125rem;left:64.75rem;height:4.21875rem;font-style:normal;display:block; }
#qWPqAa2muTUQX72venUooNeTAH0S056I { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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:11.5625rem;width:11.4375rem;top:14.375rem;left:37.499996185302rem;display:block; }
#LaewHSnkGRpv8sGCuzzdiTrIxTvKdUvm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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:11.5625rem;width:11.375rem;top:14.375rem;left:50.561965942382rem;display:block; }
#L3LAPPar2HIePGGkyP3FPIKvGRL1eAAJ { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.27392578125rem;height:5.625rem;font-style:normal;display:block; }
#vCrgGlLPBUQqiDLaArgWCJSBuE0U5Gxy { color:rgba(var(--color-tertiary-3),1);display:block;width:10.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:18.4375rem;left:51.060791015625rem;height:5.625rem;font-style:normal;display:block; }
#ytrcaKs2OPIrL9fhTzUkRedTtUyTDc2q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87464375rem;width:2.87464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.8125rem;left:51.125rem; }
#ICWfVHzatCFd8rwiI77sZsZJnUOXKzap { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.5625rem;left:37.5rem; }
#I6AumXpfTnB4w7CCXtf9VZXudG6W8cIr { 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:2.9375rem;left:51.6875rem; }
#zpJ9CE0EqMtT1zrmrwTSN1wPhnGkaXcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.9375rem;left:64.5rem; }
#mSQn7CmULCHdJTN7omc8SAtcnZT1grmo { color:rgba(var(--color-tertiary-3),1);display:block;width:31.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.25rem;left:1.25rem;height:4.5rem;font-style:normal;display:block; }
#sfzXSFbNo1FEzqwc3MmHcFWHTdQqutIO { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:11.25rem;width:11.375rem;top:14.4375rem;left:63.5625rem;display:block; }
#f8G7LqaqhKT6yMlByaQBPsUoXJv1TtKR { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.12353515625rem;left:64.67041015625rem;height:4.21875rem;font-style:normal;display:block; }
#ytlymy24uIokWkmzA9w8RkuTWPpaJztC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.25rem;left:64.749755859375rem; }
#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.adaptive-delivery-prevent-bg, #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.lazyload, #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.lazyloading { background-image: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { background-color: transparent; background-image: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container > .video-iframe-container { display: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row > .video-iframe-container { display: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .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); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { border-width: 0; border-radius: 0; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#gSRSNVsWTtDoyIubsu8s7HM1N7UzLbJN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.56175rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE { 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; }
#nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX { 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; }
#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI { position:relative;display:block; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI { background-color: transparent; background-image: none; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row .container > .video-iframe-container { display: none; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row > .video-iframe-container { display: none; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .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); }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI { border-width: 0; border-radius: 0; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .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; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uOXmVxueGRQV7SBGmrinyleRztI3m6Rg { color:rgba(var(--color-tertiary-4),1);display:block;width:35.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.5rem;height:2.35625rem;font-style:normal;display:block; }
#b4JyhquWDTSIJuGQew7FP1L6oZ6I0uuB { color:rgba(var(--color-tertiary-1),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.25rem;left:1.5rem;height:1.40625rem;font-style:normal;display:block; }
#QssR2sQTl3XHLbsFwtD8cgVEbHkTl0gw { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.875rem;left:1.5rem;height:4.21875rem;font-style:normal;display:block; }
#SzwJv7sNTQ4wivgOKDJTG4R0dKr7cUT6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.28025rem;height:2.717775rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.3125rem;left:1.5rem;display:block; }
#V3g6xnJPM3JGV1dLyMavznP538Zvidpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wN4h7VR7TSgGNWPi5esdGbKi4HIbS5JA { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#vHNwNs4QnPwTQLMcMzTTIrBVGyQZumCg { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.375rem;left:51.75rem;height:5.625rem;font-style:normal;display:block; }
#tzq2PxOFpKhxGhHEFGid30xTJw2qeTD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.9375rem;left:51.75rem;height:4.21875rem;font-style:normal;display:block; }
#STqNBBNzBnqifITZiRK0nBIRl8cR84C6 { 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:2.3125rem;left:37.875rem;display:block; }#STqNBBNzBnqifITZiRK0nBIRl8cR84C6.adaptive-delivery-prevent-bg, #STqNBBNzBnqifITZiRK0nBIRl8cR84C6.lazyload, #STqNBBNzBnqifITZiRK0nBIRl8cR84C6.lazyloading { background-image: none; }
#GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd { 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:12.1875rem;left:37.875rem;display:block; }#GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd.adaptive-delivery-prevent-bg, #GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd.lazyload, #GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd.lazyloading { background-image: none; }
#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS { position:relative;display:block; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS { background-color: transparent; background-image: none; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row .container > .video-iframe-container { display: none; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row > .video-iframe-container { display: none; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .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); }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS { border-width: 0; border-radius: 0; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .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; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eNat8RU8d3ySQ2lO0qRxsR0nM5ccooCn { color:rgba(var(--color-tertiary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:38.75rem;height:4.7125rem;font-style:normal;display:block; }
#RgUlOp41PZZRDe9eMZ1Owxk3OM1G1A9C { color:rgba(var(--color-tertiary-3),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:38.75rem;height:2.8125rem;font-style:normal;display:block; }
#Wvu3WkJNEWtMUUqdiQWyVrJLhrPzPXD1 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:block; }
#wSeDf33bNEeyt6Dp2bvdphRJTZTITp3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.6875rem;left:38.9677734375rem;height:12.0625rem;font-style:normal;display:block; }#tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q li:before{  }
#ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS { 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:28.9375rem;width:36rem;top:1.5625rem;left:1.25rem;display:block; }#ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS.adaptive-delivery-prevent-bg, #ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS.lazyload, #ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS.lazyloading { background-image: none; }
#rRTm5rvQwetxRgvsArOCOZxHAsvQBdIL { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container { background-color: transparent; background-image: none; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container > .video-iframe-container { display: none; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row > .video-iframe-container { display: none; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .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); }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container { border-width: 0; border-radius: 0; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#mXDt1LGSgSRg338TpfzbznmIGbp38cfE { color:#003f70;display:block;width:33.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.5625rem;height:4.875rem;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; }
#U9WZrQ0sI9nHCi6MXTo9CilGNM8czLfh { color:rgba(var(--color-tertiary-2),1);display:block;width:33.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.5625rem;height:10.4rem;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; }
#bDIbn7NpReGd2buLVy3CMDDGvtE2AyEO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.0625rem;height:2.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21rem;left:2.5625rem;display:block; }
#DMGQtebhT5CrDfGdbQPJ6IT94tzTbSFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHgRzhmK3H5hesbuwrzV6el53AFmTuun { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae6be467-4dc0-4286-88f0-416d4c348a57/ESTETICA1.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:22.24975rem;width:32.1875rem;top:2.310791015625rem;left:40.125732421875rem;display:block; }#uHgRzhmK3H5hesbuwrzV6el53AFmTuun.adaptive-delivery-prevent-bg, #uHgRzhmK3H5hesbuwrzV6el53AFmTuun.lazyload, #uHgRzhmK3H5hesbuwrzV6el53AFmTuun.lazyloading { background-image: none; }
#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container { background-color: transparent; background-image: none; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container > .video-iframe-container { display: none; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row > .video-iframe-container { display: none; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .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); }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container { border-width: 0; border-radius: 0; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#xienSmxmWLFDtK7tsXxo5QmHnrZgRlTl { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:3.6865234375rem;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; }
#f47H7VN52QL9WoX4RxHOeLrafkFJDZkp { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:19rem;width:33.875rem;top:6.1875rem;left:2.5rem;display:block; }
#qllGUHd2FaGzT925NBFJoTsfKdQHvSN0 { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.6875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#Dfir3XrANsVBKIDKrHVXkAendoEzDgTW { color:rgba(var(--color-primary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10rem;left:3.6875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#rzx4GymuxkFchI87Z1wTiTT0P6W4UcT1 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.6875rem;height:10.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1ENF4NRtPAGpNiW5iREB28CxvryH6v4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#oMR1MKTXaum4e3PvNWHTzWD8bad1AMNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idABUaFTUTvq4CORWmfSWWk7HMXRFOJd { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:19.0625rem;width:31.75rem;top:6.125rem;left:40.125rem;display:block; }
#LxixxBDqS8vuCObK5lcvMN8XnQFQte5h { color:#003f70;display:block;width:27.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.25rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#bkgya4TCkRPVu9z3eXFDT0LhMbMTOxfc { color:rgba(var(--color-primary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10rem;left:41.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#R4fOIZ2qygR32olliFPDTBFPv7HzwuQg { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.4375rem;left:41.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);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; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container { background-color: transparent; background-image: none; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container > .video-iframe-container { display: none; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row > .video-iframe-container { display: none; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .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); }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container { border-width: 0; border-radius: 0; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#minhb799RvXMydirDZJ5ptFsqIhefyZk { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tT5ItkGQFnu6iU3LkNewnFu7e4wsR4Lz { 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:2.061767578125rem;left:0.625rem;overflow:hidden;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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:rgba(var(--color-tertiary-0),1);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) { #KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 { display:block; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWc75skkwvDx0eEqPKpONcblQnrJMSCh { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAnQLWFUSEUTE4viJT3EaxsnLf8B9u7W { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIH5yDzGKpnI3kCO0RkpEKaAGbEB5zT8 { display:block; }
 }@media only screen and (max-width: 763px) { #UDJ4lCXRG0FrU1bDy1eWLvF70gGBhxFJ { 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) { #hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEidigkz58OU12uAVpELUk8F286oduV { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:42.1875rem;height:14.6875rem;top:13.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:42.1875rem;height:8.75rem;top:31.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:17.8125rem;left:23.375rem;width:24.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { top:18.5rem;left:23.375rem;width:24.375rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIOKqVAG6xOnW8abFrLyG8bi3ZXhNNNH { top:18rem;left:32.875rem;width:14.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F { display:none; }
 }@media only screen and (max-width: 763px) { #SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA { display:none; }
 }@media only screen and (max-width: 763px) { #kbQGgN0xXLANNE59gA3ySA12txb2pvcT { top:2.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo259Jv468pe5TZx0EPW5lghHQKJle7f { top:35.125rem;left:0rem;width:13.1875rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmbwIHqBCNZhz0kTEhMEE8LZiT3axihQ { top:5.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9v2aKr8vURdJkCohdLIqXUzh5q3QEhO { top:40.8125rem;left:0rem;width:3.8125rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfH3M208FqKTLtrW0ye8Xt98hR6WBBEK { top:7.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UebQhsnTsK0DV4IxtQEMLs5ti3dTpEWW { top:5.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2TR0SMoToubLromWHOLe3TGlkSy79UH { 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) { #kZt1tB4l05tKxluUGmRbWbxQyTGvSnFU { 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) { #gD7de6cX4K8nxHUaFFs2Il20Jzmv4iCa { 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) { #tSK4LxJ3Zh7Iv3EGWxI1mET0Pfp8OcxX { 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) { #aev1fHzX77rU7fmGWKf9yXP5Tm1vbdoq { top:28.8125rem;left:0rem;width:20rem;height:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qg4XMPFGFZeAKg2nWE3Ly54TPLXp5Ivc { top:12.75rem;left:24.0625rem;width:23.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEfp9n1y0qEFxyw4csd5itGzN2JrPv4K { top:14rem;left:38.747654914856rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnvyXmCcW4OIfRRPa90KQ0W17pLmQ9ws { top:14rem;left:28.1875rem;width:19.5625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzOqcWvxPaQdFCroA7ThTCon67E9pDd { top:16.875rem;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 #GtlIKOZirgxi4XDNFPbLyRd0ED1syxq3 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #l75RKPpML2ir1TWlNLVTB5I3A3mQQ2Op { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #qg8Qon25tHvnAzDL4NCfa59Tm3oQGnQr {  }
 }@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) { #ZkV9IUw1C5pyu6d5wqB2qoWR2w59K5iI { 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) { #IgnE75ZkCOvMPC41siRNhGLzTED0Tcdb { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gyd9hcHsq7ikwnzlFRqIaTq8OedmJpmt {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XuosHST6ETkbqASL7srsz5NEs1hkERG5 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hy1xmIGhe0fNKiLhi1SLd0T1JBlhXJIz {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CIbUt3K0kbNHMJdq8TpUliderf4W4zU3 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MTRViBItFG30TwUQxrGxIRU5a4Li6PL8 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dg6ti29Mkd4X9hiPoHUCeTzCRSBTAwWe {  }
 }@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) { #Ua0osaBDTWetESECTZUM9xRgJFlz3ESG { display:block; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbHAdNvyo3OhMHaSs2n5T7ixTE4v6G4g { top:3.8125rem;left:0rem;width:40.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NbpEOu9nTzrfhiScKIA4AOTm0CNePD { top:7.0625rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU0PFQ8vaiOTc9TMoPzgo7fblCawkyEb { top:8.625rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vklx2beb0XfS1VWVBA1cF5SMB57ZL5AO { top:8.625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTpHErMk8SO7pyB3H5k686bJLIhte5o4 { top:7.0625rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3UftMfOr0QspZNAFxl3DLtZ4d5cbX6 { top:8.625rem;left:8.0625rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InXnOQhzHPT2fILxWM3ttoWTGEs4SUG6 { top:7.0625rem;left:8.0625rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXlHMTTFVBOeGWrHX2as0zMtHamRX8Fa { top:8.625rem;left:16.9375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIPM5N2nsP8iRtfZ5UgeHPCSaIOpL6x { top:7.0625rem;left:16.9375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUKyrPQrZpotgWJ1MKlTnWtJptQCvNh { top:4.0625rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEsrP91lOmQWu0OzCb4P4bzLUD0iG4hT { top:0.5625rem;left:0rem;width:40.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q { display:block; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVy9S1BLnLDVfchiOQA95tFFK6TNvdWb { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITFJwSAUi8mBOtEIdAlwIxi0CMuBNKT { 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) { #tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 { display:block; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCttcEXJZM57SHkRF2WqIwt5aXhLrETX { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9MgvvFoNzzb28rzVmwkIPPmINMFHISM { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOf344DTEMk0B4SmctBU5vbotPfCFwsW { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGLOgCTFskc2LziRXeFW5RUGiXGQsVfu { 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) { #hr5Vi2yqGzqd2OkTFzFZ7D24dadR9ZEp { 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) { #KH7QBrUgW4QiKc7BTT3Xd0gxSdLT7RCL { top:6.5625rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzPHHn7Ju3SrwIinl1URFSs2uTEmaE4a { 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) { #Ry9PhJG5rUPJiqo1Bi8ldkvVUsO6gU84 { 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) { #RKck0q6XSBdbrqPiBThonLgwLq4lBmFQ { 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) { #Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG { display:block; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDLiH2BRABVpdFZt3JI2Qs8s9dhNLtLO { top:4rem;left:0rem;width:36.5625rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesc1e4ldDlBploVChfGIvC1kNR94WyU { width:12.4375rem;height:2.375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybaAgFxhSQ30yOyLlCGa6oy7fXabsWh { display:block; }
 }@media only screen and (max-width: 763px) { #A3b42D39mXNxITlEF5zlXiiKxxETTvbx { top:9.5625rem;left:27.124286651611rem;width:15.6875rem;height:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyMpxa2V0CFUAleQGOqKh5Dv1yPWucs { top:5.875rem;left:27.125rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alGxT1ByBgX76xi7GfvSIalg6sgWtTXG { top:9.5625rem;left:33.4375rem;width:14.3125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZBiAp83Pn9WPJAcy5NlGQPTkMMmrtHT { top:5.875rem;left:32.375rem;width:15.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeFkPTlF3x2zvo1HGPP1KPGREzbJ0iTZ { top:20.9375rem;left:27.250000953674rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDaAdhy3pBsWWdy8lttPTUTJrH508clI { top:20.9375rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5 { top:2.5625rem;left:27rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo { top:2.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3 { top:18rem;left:27.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O { top:17.8125rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRZtasn5EkPamvKftyyTw43aVnP0TTr { top:24.1875rem;left:27.125000953674rem;width:13.875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqI4B6aFswy6E7xeBslGFD6Jk8mXHR4R { top:24.3125rem;left:33.6875rem;width:14.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJWTBieVodVRfGUqspeTbWTicStErFu1 { top:14.875rem;left:0rem;width:34.1875rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH { display:block; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIEBrB3AvKyRaFvA2cv0CtgqBR5c3ckC { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htduTrAT3Gh0LDz2SUrGvgNekszLUdRG { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ { display:block; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGM2U7E1osQ9lt4A75evJWrr2CsDC9A8 { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSgh2ayyMaEVni6qzTGOfZ3L6sSceG57 { 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) { #T0kRKzQf2kUiiUM2KNySAIMK0Nlbi2mz { display:none; }
 }@media only screen and (max-width: 763px) { #CHKF9X1mWpaALTMsKSq9tn4haD5IraIL { display:none; }
 }@media only screen and (max-width: 763px) { #NGrMDQyPuk78Vs0mTKrPEL4wlgIuA0Ud { display:none; }
 }@media only screen and (max-width: 763px) { #ws4mBFF18L00m4O0KORWJWq5RhiLrIUN { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeANozHq5fd72p2GoBAvxqRwOkLGahT5 { 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) { #khIZTqUpBlMHfdGmNF9Azw5lxH6Wssce { 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) { #tJPocegMe4fey8FNssfZ6pVmhsrkNgwT { 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) { #EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9 { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqWchDFqnS44oyqRl4l6EM10h39VJE4 { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 { display:block; }#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff9u1O859btveoqXNIXslaSAgV2wUJl6 { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnzPo4LaP1p5CO6VcJRTSk9MKB2EPyX { top:5.0625rem;left:0rem;width:36.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2mLAhuc0GITsunmBCHIG1GUAhgWlXy { top:10.375rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdhyUicTxF2CwAcuJQsLhE7VPq8x5mah { top:10.375rem;left:16.625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRciHolkGEuVNfT6ipPDdtFp6Q7c5Uzf { top:18.3125rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskFynDtoPDq5kb8WOoQOXEoT101ADLs { top:18.25rem;left:16.6875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOneXCh4oMwcvfwpdAT95dTLEsJGts43 { top:10.375rem;left:0.4375rem;width:10.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1 { top:11.25rem;left:18.125rem;width:9.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq { top:19rem;left:0.25rem;width:11.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS { top:15.875rem;left:17.5625rem;width:11.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP { top:10.6875rem;left:34.375rem;width:11.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqHEZN27tbHCpDdeNu6QOzsXiDqLm5a { top:10.375rem;left:34rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLH0N70TtK3TlTrhM5kakaZgiGpdVIc6 { top:18.3125rem;left:34rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw { top:16.9375rem;left:28.375rem;width:19.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy { display:block; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnttwmH7Fk6wdoL4SUZWoRKcwLOK4RiI { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy5lk2eL8I5zc7KqFOxuozT9yaVR9VJT { top:5.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKGTzi1CqOxuDr8BdPmVTBoPBD5xDNM { top:10.75rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAGVNJfBvpnkcOtwCGq7gV2hHh8fcv6b { top:10.75rem;left:2.5rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDNdPsh4GRGwbmMoxgKa85o2BXtUGeE { top:10.75rem;left:17.4375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZe4CmFgLJIL1Sw3o3LTBFH2QGzxRdPN { top:10.75rem;left:32.1875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeXOwmlPQQLeqTFAwNfpsiTGkCGvfud { top:10.75rem;left:34.9375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZWAlSOLqu8LUo3Z1BiA2o9HILoOE02 { top:11.1875rem;left:18.75rem;width:10.1875rem;height:4.5968107522947rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGz0y8OJMZEeWCiFS8zDG3VonnQt4E4Z { top:10.625rem;left:34.0625rem;width:9.0625rem;height:5.7495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4B1vIezCaKqR0t81GI395cpTcyXHifu { top:11.5625rem;left:0rem;width:10.9375rem;height:3.7910911298068rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtlB9KGGykCcceJmLr59o984gLr1M4q { top:12rem;left:34.8125rem;width:12.9375rem;height:2.9852941123437rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUOScHZVMtMI0IUxCcM6IpOi4ZbTTup { top:10.5625rem;left:6rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 { display:block; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwxraMa9L30hkh4RHT3nvBAPAR28ygcP { top:4rem;left:0rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmBzJqG0wAeTTP6aHB8EfPVzEvD6ttg0 { top:1.375rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbZmKC5g6UIstPBrFf1RXqi96X98TZK { top:16rem;left:0rem;width:28.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRubPVcNpvNeZUd519V689mhn92TJX7b { top:1.375rem;left:12.5rem;width:11.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDmavePaTSXzkxTQw1n7pASPgqpFsvRK { top:14.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4um4qW1zvx88OFZFNGOQ2EpbcMgiRbz { top:6.25rem;left:23.875rem;width:9.4375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JO4Kr6a6ToLKJkOh0PtcisDbPlWTJ3 { top:1.375rem;left:30.124465942382rem;width:11.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOxTOVi2sMzWbmws3bLGXo27UtLEShqi { top:6.4375rem;left:30.34375rem;width:11.4375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oudnax13ysMRBxWXiMUW76Sd85WOxpiK { top:1.375rem;left:36.25rem;width:11.375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCR43Ddqbhb5SdA52BnrEMs8Lh0y80wu { top:6.25rem;left:38.5rem;width:9.1875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWPqAa2muTUQX72venUooNeTAH0S056I { top:14.375rem;left:12.4375rem;width:11.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaewHSnkGRpv8sGCuzzdiTrIxTvKdUvm { top:14.375rem;left:30.124465942382rem;width:11.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3LAPPar2HIePGGkyP3FPIKvGRL1eAAJ { top:18.4375rem;left:23.875rem;width:10.3125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCrgGlLPBUQqiDLaArgWCJSBuE0U5Gxy { top:18.4375rem;left:30.623291015625rem;width:10.3125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytrcaKs2OPIrL9fhTzUkRedTtUyTDc2q { top:14.8125rem;left:30.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICWfVHzatCFd8rwiI77sZsZJnUOXKzap { top:2.5625rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6AumXpfTnB4w7CCXtf9VZXudG6W8cIr { top:2.9375rem;left:31.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpJ9CE0EqMtT1zrmrwTSN1wPhnGkaXcx { top:2.9375rem;left:44.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSQn7CmULCHdJTN7omc8SAtcnZT1grmo { top:10.25rem;left:0rem;width:31.5625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfzXSFbNo1FEzqwc3MmHcFWHTdQqutIO { top:14.4375rem;left:36.25rem;width:11.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8G7LqaqhKT6yMlByaQBPsUoXJv1TtKR { top:19.0625rem;left:38.375rem;width:9.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytlymy24uIokWkmzA9w8RkuTWPpaJztC { top:15.25rem;left:44.3125rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH { display:block; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSRSNVsWTtDoyIubsu8s7HM1N7UzLbJN { top:3.25rem;left:0rem;width:44.5rem;height:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE { display:none; }
 }@media only screen and (max-width: 763px) { #nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX { display:none; }
 }@media only screen and (max-width: 763px) { #flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI { display:block; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOXmVxueGRQV7SBGmrinyleRztI3m6Rg { top:5.625rem;left:0rem;width:35.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4JyhquWDTSIJuGQew7FP1L6oZ6I0uuB { top:2.25rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssR2sQTl3XHLbsFwtD8cgVEbHkTl0gw { top:9.875rem;left:0rem;width:30rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwJv7sNTQ4wivgOKDJTG4R0dKr7cUT6 { width:14.1875rem;height:2.625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3g6xnJPM3JGV1dLyMavznP538Zvidpr { display:block; }
 }@media only screen and (max-width: 763px) { #wN4h7VR7TSgGNWPi5esdGbKi4HIbS5JA { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNwNs4QnPwTQLMcMzTTIrBVGyQZumCg { top:3.375rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzq2PxOFpKhxGhHEFGid30xTJw2qeTD0 { top:12.9375rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqNBBNzBnqifITZiRK0nBIRl8cR84C6 { top:2.3125rem;left:23.875rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd { top:12.1875rem;left:23.875rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS { display:block; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNat8RU8d3ySQ2lO0qRxsR0nM5ccooCn { top:4.9375rem;left:11.5625rem;width:36.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUlOp41PZZRDe9eMZ1Owxk3OM1G1A9C { top:10.9375rem;left:17.3125rem;width:30.4375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvu3WkJNEWtMUUqdiQWyVrJLhrPzPXD1 { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSeDf33bNEeyt6Dp2bvdphRJTZTITp3N { display:block; }
 }@media only screen and (max-width: 763px) { #tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q { top:14.6875rem;left:17.9375rem;width:29.8125rem;height:;font-size:0.9375rem;display:block; }#tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q li:before{  }
 }@media only screen and (max-width: 763px) { #ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS { top:1.5625rem;left:0rem;width:36rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTm5rvQwetxRgvsArOCOZxHAsvQBdIL { top:2.3125rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX { display:block; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXDt1LGSgSRg338TpfzbznmIGbp38cfE { top:3.125rem;left:0rem;width:33.1875rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WZrQ0sI9nHCi6MXTo9CilGNM8czLfh { top:9.25rem;left:0rem;width:33.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIbn7NpReGd2buLVy3CMDDGvtE2AyEO { width:17.0625rem;height:2.6875rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGQtebhT5CrDfGdbQPJ6IT94tzTbSFJ { display:block; }
 }@media only screen and (max-width: 763px) { #uHgRzhmK3H5hesbuwrzV6el53AFmTuun { top:2.25rem;left:15.5625rem;width:32.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV { display:block; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xienSmxmWLFDtK7tsXxo5QmHnrZgRlTl { top:2.0625rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47H7VN52QL9WoX4RxHOeLrafkFJDZkp { top:6.1875rem;left:0rem;width:33.8125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qllGUHd2FaGzT925NBFJoTsfKdQHvSN0 { top:7.375rem;left:0rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfir3XrANsVBKIDKrHVXkAendoEzDgTW { top:10rem;left:0rem;width:23.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzx4GymuxkFchI87Z1wTiTT0P6W4UcT1 { top:12.4375rem;left:0rem;width:30.875rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ENF4NRtPAGpNiW5iREB28CxvryH6v4 { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMR1MKTXaum4e3PvNWHTzWD8bad1AMNa { display:block; }
 }@media only screen and (max-width: 763px) { #idABUaFTUTvq4CORWmfSWWk7HMXRFOJd { top:6.125rem;left:16rem;width:31.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxixxBDqS8vuCObK5lcvMN8XnQFQte5h { top:7.375rem;left:20.5625rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkgya4TCkRPVu9z3eXFDT0LhMbMTOxfc { top:10rem;left:23.375rem;width:24.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4fOIZ2qygR32olliFPDTBFPv7HzwuQg { top:12.4375rem;left:21.375rem;width:26.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdJrIItplLJR7T3DxEc0TwPURMWTDv8T { display:block; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #minhb799RvXMydirDZJ5ptFsqIhefyZk { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5ItkGQFnu6iU3LkNewnFu7e4wsR4Lz { width:10.3125rem;height:3.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 { 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; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { background-color: transparent; background-image: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container > .video-iframe-container { display: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container { display: none; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .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); }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { border-width: 0; border-radius: 0; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KF9XXs7vgDVK0summ3PVFqzyNX5A0Aw7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWc75skkwvDx0eEqPKpONcblQnrJMSCh { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #sAnQLWFUSEUTE4viJT3EaxsnLf8B9u7W { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIH5yDzGKpnI3kCO0RkpEKaAGbEB5zT8 { display:block; }
 }@media only screen and (max-width: 763px) { #UDJ4lCXRG0FrU1bDy1eWLvF70gGBhxFJ { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hf1CN7Gr8ds17SGEpAT52LHHVKuWBrTs { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAEidigkz58OU12uAVpELUk8F286oduV { width:10.3125rem;height:3.81225625rem;top:0.5615234375rem;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:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:6.825rem;top:0.55908203125rem;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:7.93212890625rem;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) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { width:20rem;height:37.4375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIOKqVAG6xOnW8abFrLyG8bi3ZXhNNNH { width:12.5rem;height:4.62890625rem;top:70.4636171875rem;left:3.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F { top:18.5625rem;left:0rem;width:20rem;height:9.625rem;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/655c933c-4809-4c80-aa1a-7f94dab7f90c/AdobeStock_277287735.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F.adaptive-delivery-prevent-bg, #GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F.lazyload, #GotmNKZtR0HiEM2XFesX7c0X9L6KZK6F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA { top:18.625rem;left:8.125rem;width:11.875rem;height:9.4993125rem;z-index:15010;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; }#SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA.adaptive-delivery-prevent-bg, #SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA.lazyload, #SWbbsNouwAsz0e6ZnRPfefR6ZodJNvKA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kbQGgN0xXLANNE59gA3ySA12txb2pvcT { width:20rem;height:3.4375rem;top:34.125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xo259Jv468pe5TZx0EPW5lghHQKJle7f { width:13.25rem;height:1.6875rem;top:35.140625rem;left:3.375rem;font-size:1.125rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmbwIHqBCNZhz0kTEhMEE8LZiT3axihQ { width:4.562325rem;height:1.31303125rem;top:39.5rem;left:2.375rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #C9v2aKr8vURdJkCohdLIqXUzh5q3QEhO { width:4.5625rem;height:1.40625rem;top:40.8125rem;left:2.5rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wfH3M208FqKTLtrW0ye8Xt98hR6WBBEK { width:6.25rem;height:1.40625rem;top:40.75rem;left:11.375rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UebQhsnTsK0DV4IxtQEMLs5ti3dTpEWW { width:5.875rem;height:1.31303125rem;top:39.1875rem;left:11.125rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #g2TR0SMoToubLromWHOLe3TGlkSy79UH { width:8.1875rem;height:1.40625rem;top:44.6875rem;left:2.375rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #kZt1tB4l05tKxluUGmRbWbxQyTGvSnFU { width:3.75rem;height:1.40625rem;top:44.6875rem;left:11.25rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gD7de6cX4K8nxHUaFFs2Il20Jzmv4iCa { width:3.8125rem;height:1.31303125rem;top:43.125rem;left:11.25rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tSK4LxJ3Zh7Iv3EGWxI1mET0Pfp8OcxX { width:3.1875rem;height:1.31303125rem;top:43.125rem;left:2.375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aev1fHzX77rU7fmGWKf9yXP5Tm1vbdoq { width:20rem;height:4.225rem;top:28.8720703125rem;left:0rem;font-size:0.8125rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4XMPFGFZeAKg2nWE3Ly54TPLXp5Ivc { width:20rem;height:6.4375rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEfp9n1y0qEFxyw4csd5itGzN2JrPv4K { display:flex;width:1.875rem;height:1.875rem;top:50.118751525879rem;left:0.55000001192093rem; }
 }@media only screen and (max-width: 763px) { #KnvyXmCcW4OIfRRPa90KQ0W17pLmQ9ws { width:16.0625rem;height:2.1125rem;top:50.000001907349rem;left:3.3750000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzOqcWvxPaQdFCroA7ThTCon67E9pDd { width:15.810125rem;height:1.1375rem;top:52.687501907349rem;left:3.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:55.500001907349rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:55.500001907349rem;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 #GtlIKOZirgxi4XDNFPbLyRd0ED1syxq3 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #l75RKPpML2ir1TWlNLVTB5I3A3mQQ2Op { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #qg8Qon25tHvnAzDL4NCfa59Tm3oQGnQr {  }
 }@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) { #ZkV9IUw1C5pyu6d5wqB2qoWR2w59K5iI { 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) { #IgnE75ZkCOvMPC41siRNhGLzTED0Tcdb { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gyd9hcHsq7ikwnzlFRqIaTq8OedmJpmt {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XuosHST6ETkbqASL7srsz5NEs1hkERG5 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #hy1xmIGhe0fNKiLhi1SLd0T1JBlhXJIz {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #CIbUt3K0kbNHMJdq8TpUliderf4W4zU3 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MTRViBItFG30TwUQxrGxIRU5a4Li6PL8 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dg6ti29Mkd4X9hiPoHUCeTzCRSBTAwWe {  }
 }@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) { #Ua0osaBDTWetESECTZUM9xRgJFlz3ESG { display:none; }#Ua0osaBDTWetESECTZUM9xRgJFlz3ESG > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XbHAdNvyo3OhMHaSs2n5T7ixTE4v6G4g { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NbpEOu9nTzrfhiScKIA4AOTm0CNePD { width:4.5625rem;height:1.31303125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU0PFQ8vaiOTc9TMoPzgo7fblCawkyEb { 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) { #Vklx2beb0XfS1VWVBA1cF5SMB57ZL5AO { 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) { #rTpHErMk8SO7pyB3H5k686bJLIhte5o4 { width:5.875rem;height:1.31303125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3UftMfOr0QspZNAFxl3DLtZ4d5cbX6 { 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) { #InXnOQhzHPT2fILxWM3ttoWTGEs4SUG6 { width:3.1875rem;height:1.31303125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXlHMTTFVBOeGWrHX2as0zMtHamRX8Fa { 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) { #naIPM5N2nsP8iRtfZ5UgeHPCSaIOpL6x { width:3.8125rem;height:1.31303125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUKyrPQrZpotgWJ1MKlTnWtJptQCvNh { width:18.75rem;height:1.40625rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEsrP91lOmQWu0OzCb4P4bzLUD0iG4hT { width:20rem;height:4.54426875rem;top:13.155383586884rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q { display:block; }#lbA5uAVImWAHZzzDhZgAdcxRhvh6NW9q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVy9S1BLnLDVfchiOQA95tFFK6TNvdWb { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITFJwSAUi8mBOtEIdAlwIxi0CMuBNKT { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 { display:block; }#tQ4hoZzfqBiKnVSHx4WiOTIJ2DM6OQ97 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCttcEXJZM57SHkRF2WqIwt5aXhLrETX { 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) { #K9MgvvFoNzzb28rzVmwkIPPmINMFHISM { 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) { #WOf344DTEMk0B4SmctBU5vbotPfCFwsW { 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) { #vGLOgCTFskc2LziRXeFW5RUGiXGQsVfu { 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) { #hr5Vi2yqGzqd2OkTFzFZ7D24dadR9ZEp { 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) { #KH7QBrUgW4QiKc7BTT3Xd0gxSdLT7RCL { width:18.75rem;height:auto;top:6.5625rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HzPHHn7Ju3SrwIinl1URFSs2uTEmaE4a { 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) { #Ry9PhJG5rUPJiqo1Bi8ldkvVUsO6gU84 { 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) { #RKck0q6XSBdbrqPiBThonLgwLq4lBmFQ { 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) { #Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG { display:block; }#Z9fp7Zp8lP8Av761dMdaWs5p8Pw7butG > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDLiH2BRABVpdFZt3JI2Qs8s9dhNLtLO { width:20rem;height:7.3125rem;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) { #cesc1e4ldDlBploVChfGIvC1kNR94WyU { width:12.4775625rem;height:2.41699375rem;top:20.95703125rem;left:3.7607421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybaAgFxhSQ30yOyLlCGa6oy7fXabsWh { display:block; }
 }@media only screen and (max-width: 763px) { #A3b42D39mXNxITlEF5zlXiiKxxETTvbx { width:20rem;height:5.25rem;top:29.5rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AnyMpxa2V0CFUAleQGOqKh5Dv1yPWucs { width:15.375rem;height:1.40625rem;top:26.75rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #alGxT1ByBgX76xi7GfvSIalg6sgWtTXG { width:20rem;height:2.625rem;top:41rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fZBiAp83Pn9WPJAcy5NlGQPTkMMmrtHT { width:15.375rem;height:1.40625rem;top:38.75rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xeFkPTlF3x2zvo1HGPP1KPGREzbJ0iTZ { width:15.375rem;height:1.40625rem;top:47.625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nDaAdhy3pBsWWdy8lttPTUTJrH508clI { width:15.375rem;height:1.40625rem;top:57.8125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gRCR2BbZkZ5wXr2U2kiQ4pDsPS7iA0n5 { width:2.8125rem;height:2.8125rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7dWS5bKhCIKxzPxEWPSl5ffqFi9QZUo { width:2.8125rem;height:2.8125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrDxeqNtnlGdQMbESeqfmXT7LMi1D7t3 { width:2.8125rem;height:2.8125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9g33nmZUMESXoLqZ5f1iie6JqPO1O { width:2.625rem;height:2.625rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRZtasn5EkPamvKftyyTw43aVnP0TTr { width:19.75rem;height:2.625rem;top:49.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eqI4B6aFswy6E7xeBslGFD6Jk8mXHR4R { width:19.9375rem;height:3.9375rem;top:60.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PJWTBieVodVRfGUqspeTbWTicStErFu1 { width:20rem;height:10.5rem;top:9.561767578125rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH { display:block; }#a3UQW1FcXlAEzmklqFzpqZBszKMOzJZH > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIEBrB3AvKyRaFvA2cv0CtgqBR5c3ckC { width:18.375rem;height:1.7875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htduTrAT3Gh0LDz2SUrGvgNekszLUdRG { 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) { #aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ { display:block; }#aSU3y8Vc6JDzWZRTE6bR8TIv7s0s7tAQ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGM2U7E1osQ9lt4A75evJWrr2CsDC9A8 { 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) { #tSgh2ayyMaEVni6qzTGOfZ3L6sSceG57 { 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) { #T0kRKzQf2kUiiUM2KNySAIMK0Nlbi2mz { 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) { #CHKF9X1mWpaALTMsKSq9tn4haD5IraIL { 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) { #NGrMDQyPuk78Vs0mTKrPEL4wlgIuA0Ud { 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) { #ws4mBFF18L00m4O0KORWJWq5RhiLrIUN { 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) { #BeANozHq5fd72p2GoBAvxqRwOkLGahT5 { 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) { #khIZTqUpBlMHfdGmNF9Azw5lxH6Wssce { 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) { #tJPocegMe4fey8FNssfZ6pVmhsrkNgwT { 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) { #EDDrh5PFMRFLlvy7wOQCGLEWGxcVztz9 { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0P1GCmVmcLuuTmuIwOxINkZpTlKrJeN { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqWchDFqnS44oyqRl4l6EM10h39VJE4 { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 { display:none; }#Md5IohQDhc1MaKvUkcU2FpSfpCFWr7B5 > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ff9u1O859btveoqXNIXslaSAgV2wUJl6 { width:20rem;height:3.57421875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnzPo4LaP1p5CO6VcJRTSk9MKB2EPyX { width:20rem;height:5.625rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aT2mLAhuc0GITsunmBCHIG1GUAhgWlXy { 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) { #mdhyUicTxF2CwAcuJQsLhE7VPq8x5mah { 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) { #iRciHolkGEuVNfT6ipPDdtFp6Q7c5Uzf { 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) { #yskFynDtoPDq5kb8WOoQOXEoT101ADLs { 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) { #yOneXCh4oMwcvfwpdAT95dTLEsJGts43 { width:8.5625rem;height:3.125rem;top:14.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGP0nQVSuC7ecNh3LwV26n1kidTKsh1 { width:6.75rem;height:2.5rem;top:14.4169921875rem;left:11.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ynfZ1uTudIXcZTZWTUFwqIxggmiAdq { width:8.4375rem;height:2.875rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAieEhAvErXP3qrznRnhNFHGuRZ6PaKS { width:8.625rem;height:6.5rem;top:17.6982421875rem;left:10.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP { 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; }#VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.adaptive-delivery-prevent-bg, #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.lazyload, #VPgEADAIZ9d5oqTJZLMPHbzED0Gzp6yP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CXqHEZN27tbHCpDdeNu6QOzsXiDqLm5a { 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) { #eLH0N70TtK3TlTrhM5kakaZgiGpdVIc6 { 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) { #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw { 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; }#AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.adaptive-delivery-prevent-bg, #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.lazyload, #AVMD7uPWHOWGC5psuTFBLoTxPLC2zCsw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy { display:block; }#NAi7kCdl5n8XZ03Zr7cOhGwdNT5v9Mhy > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnttwmH7Fk6wdoL4SUZWoRKcwLOK4RiI { width:20rem;height:3.575rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy5lk2eL8I5zc7KqFOxuozT9yaVR9VJT { width:20rem;height:8.4375rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #rbKGTzi1CqOxuDr8BdPmVTBoPBD5xDNM { width:9.375rem;height:4.0625rem;top:15.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAGVNJfBvpnkcOtwCGq7gV2hHh8fcv6b { width:9.375rem;height:4.0625rem;top:20.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDNdPsh4GRGwbmMoxgKa85o2BXtUGeE { width:9.375rem;height:4.0625rem;top:20.375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZe4CmFgLJIL1Sw3o3LTBFH2QGzxRdPN { width:9.375rem;height:4.0625rem;top:15.4375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgeXOwmlPQQLeqTFAwNfpsiTGkCGvfud { width:12.8125rem;height:4.0625rem;top:25.5rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTZWAlSOLqu8LUo3Z1BiA2o9HILoOE02 { width:8.0615rem;height:3.5620125rem;top:20.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGz0y8OJMZEeWCiFS8zDG3VonnQt4E4Z { width:6.875rem;height:4.311525rem;top:15.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4B1vIezCaKqR0t81GI395cpTcyXHifu { width:8.93675rem;height:2.87475625rem;top:16.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtlB9KGGykCcceJmLr59o984gLr1M4q { width:9.3115rem;height:2.06176875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUOScHZVMtMI0IUxCcM6IpOi4ZbTTup { width:3.999025rem;height:3.999025rem;top:25.5rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 { display:block; }#V8bmg9iMO3TKiIX40ofKOcFcTZK7c3x0 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwxraMa9L30hkh4RHT3nvBAPAR28ygcP { width:20rem;height:3.575rem;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmBzJqG0wAeTTP6aHB8EfPVzEvD6ttg0 { width:9.25rem;height:0;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:none; }
 }@media only screen and (max-width: 763px) { #aQbZmKC5g6UIstPBrFf1RXqi96X98TZK { width:20rem;height:7.03125rem;top:6rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #pRubPVcNpvNeZUd519V689mhn92TJX7b { width:19.875rem;height:3.8125rem;top:21.9375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VDmavePaTSXzkxTQw1n7pASPgqpFsvRK { width:2.436525rem;height:2.436525rem;top:22.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4um4qW1zvx88OFZFNGOQ2EpbcMgiRbz { width:15.6875rem;height:3.4125rem;top:22.1875rem;left:4.1875rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U4JO4Kr6a6ToLKJkOh0PtcisDbPlWTJ3 { width:19.875rem;height:4.6875rem;top:26.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;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) { #JOxTOVi2sMzWbmws3bLGXo27UtLEShqi { width:15.9375rem;height:3.9375rem;top:26.75rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #oudnax13ysMRBxWXiMUW76Sd85WOxpiK { width:19.875rem;height:3.4375rem;top:31.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PCR43Ddqbhb5SdA52BnrEMs8Lh0y80wu { width:15.125rem;height:2.625rem;top:32.3125rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qWPqAa2muTUQX72venUooNeTAH0S056I { width:19.875rem;height:4.25rem;top:36.125rem;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) { #LaewHSnkGRpv8sGCuzzdiTrIxTvKdUvm { width:19.9375rem;height:4.6875rem;top:41.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) { #L3LAPPar2HIePGGkyP3FPIKvGRL1eAAJ { width:15.81175rem;height:3.4125rem;top:36.625rem;left:4.1875rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vCrgGlLPBUQqiDLaArgWCJSBuE0U5Gxy { width:15.875rem;height:3.9375rem;top:41.5rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ytrcaKs2OPIrL9fhTzUkRedTtUyTDc2q { display:flex;width:1.9995125rem;height:1.9995125rem;top:37.0625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #ICWfVHzatCFd8rwiI77sZsZJnUOXKzap { display:flex;width:3.18725625rem;height:3.18725625rem;top:41.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #I6AumXpfTnB4w7CCXtf9VZXudG6W8cIr { display:flex;width:2.06176875rem;height:2.06176875rem;top:27.6875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zpJ9CE0EqMtT1zrmrwTSN1wPhnGkaXcx { display:flex;width:2.1875rem;height:2.1875rem;top:32.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #mSQn7CmULCHdJTN7omc8SAtcnZT1grmo { width:20rem;height:5.625rem;top:14.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #sfzXSFbNo1FEzqwc3MmHcFWHTdQqutIO { width:19.9375rem;height:3.4375rem;top:46.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;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) { #f8G7LqaqhKT6yMlByaQBPsUoXJv1TtKR { width:15.062125rem;height:2.625rem;top:47.3125rem;left:3.875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ytlymy24uIokWkmzA9w8RkuTWPpaJztC { display:flex;top:47.625rem;left:0.9375rem;width:2.124025rem;height:2.124025rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH { 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; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.adaptive-delivery-prevent-bg, #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.lazyload, #gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH.lazyloading { background-image: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { background-color: transparent; background-image: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container > .video-iframe-container { display: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row > .video-iframe-container { display: none; }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .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); }#gcLCnH9X4itDHGuwT4HdDuTRuB70sXlH > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSRSNVsWTtDoyIubsu8s7HM1N7UzLbJN { width:20rem;height:11.375rem;top:4.561767578125rem;left:0rem;font-size:1.25rem;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) { #mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE { 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; }#mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE.adaptive-delivery-prevent-bg, #mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE.lazyload, #mJB6xXeOAOSObN8xJWqGItTbRn6TWoqE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX { top:17.935791015625rem;left:7.68798828125rem;width:12.312rem;height:2.37426875rem;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; }#nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX.adaptive-delivery-prevent-bg, #nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX.lazyload, #nIqFxbfBKXNFprwsl7u9WA6ZLvTTEqXX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI { display:block; }#flC3tXlKRKTkiPDKRd3iy4e7S0ZoACZI > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOXmVxueGRQV7SBGmrinyleRztI3m6Rg { width:20rem;height:3.575rem;top:1.68701171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4JyhquWDTSIJuGQew7FP1L6oZ6I0uuB { width:12.0625rem;height:0;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:none; }
 }@media only screen and (max-width: 763px) { #QssR2sQTl3XHLbsFwtD8cgVEbHkTl0gw { width:20rem;height:7.03125rem;top:6.007080078125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SzwJv7sNTQ4wivgOKDJTG4R0dKr7cUT6 { width:19.8674375rem;height:2.617675rem;top:44.09912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3g6xnJPM3JGV1dLyMavznP538Zvidpr { display:block; }
 }@media only screen and (max-width: 763px) { #wN4h7VR7TSgGNWPi5esdGbKi4HIbS5JA { width:20rem;height:0;top:34.375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #vHNwNs4QnPwTQLMcMzTTIrBVGyQZumCg { width:20rem;height:5.625rem;top:21.717529296875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tzq2PxOFpKhxGhHEFGid30xTJw2qeTD0 { width:20rem;height:5.625rem;top:37.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #STqNBBNzBnqifITZiRK0nBIRl8cR84C6 { width:20rem;height:6.43675rem;top:14.498291015625rem;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; }#STqNBBNzBnqifITZiRK0nBIRl8cR84C6.adaptive-delivery-prevent-bg, #STqNBBNzBnqifITZiRK0nBIRl8cR84C6.lazyload, #STqNBBNzBnqifITZiRK0nBIRl8cR84C6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GyFw0O28TleqsIQxgtaFDhX9tVCoTxSd { width:20rem;height:7.4375rem;top:28.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS { display:block; }#kfBvoVhRxmDsTlxPAHrXJMygG1CLvpMS > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNat8RU8d3ySQ2lO0qRxsR0nM5ccooCn { width:20rem;height:5.3625rem;top:9.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUlOp41PZZRDe9eMZ1Owxk3OM1G1A9C { width:20rem;height:4.21875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Wvu3WkJNEWtMUUqdiQWyVrJLhrPzPXD1 { width:19.868625rem;height:2.617675rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSeDf33bNEeyt6Dp2bvdphRJTZTITp3N { display:block; }
 }@media only screen and (max-width: 763px) { #tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q { width:20rem;height:18.625rem;top:21.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#tvZ46J72nfpUGW3A8X1PHLsTfN6pEh5q li:before{  }
 }@media only screen and (max-width: 763px) { #ENO1XQGuksBUfLmmxM0P1EL8JenrgBNS { width:20rem;height:6.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTm5rvQwetxRgvsArOCOZxHAsvQBdIL { width:9.25rem;height:0;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:none; }
 }@media only screen and (max-width: 763px) { #uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX { display:block; }#uQAlu3vDmWGeURLOJUK7V9HAeqtcLXIX > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXDt1LGSgSRg338TpfzbznmIGbp38cfE { width:20rem;height:3.9rem;top:12.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9WZrQ0sI9nHCi6MXTo9CilGNM8czLfh { width:20rem;height:13.40625rem;top:17rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDIbn7NpReGd2buLVy3CMDDGvtE2AyEO { width:17.0625rem;height:2.6875rem;top:31.494140625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGQtebhT5CrDfGdbQPJ6IT94tzTbSFJ { display:block; }
 }@media only screen and (max-width: 763px) { #uHgRzhmK3H5hesbuwrzV6el53AFmTuun { width:20rem;height:9.5625rem;top:1.6630859375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae6be467-4dc0-4286-88f0-416d4c348a57/ESTETICA1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uHgRzhmK3H5hesbuwrzV6el53AFmTuun.adaptive-delivery-prevent-bg, #uHgRzhmK3H5hesbuwrzV6el53AFmTuun.lazyload, #uHgRzhmK3H5hesbuwrzV6el53AFmTuun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV { display:block; }#wTEaKsKeie7qKuhXAOUROXIvWNQOmGaV > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xienSmxmWLFDtK7tsXxo5QmHnrZgRlTl { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f47H7VN52QL9WoX4RxHOeLrafkFJDZkp { width:20rem;height:26.5rem;top:3.8740234375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qllGUHd2FaGzT925NBFJoTsfKdQHvSN0 { width:18.875rem;height:1.725rem;top:5.25rem;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) { #Dfir3XrANsVBKIDKrHVXkAendoEzDgTW { width:17.1875rem;height:2.275rem;top:7.875rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzx4GymuxkFchI87Z1wTiTT0P6W4UcT1 { width:18.2470625rem;height:18.28125rem;top:10.8740234375rem;left:0.875244140625rem;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) { #b1ENF4NRtPAGpNiW5iREB28CxvryH6v4 { width:19.5341875rem;height:2.2832rem;top:46.2451171875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #oMR1MKTXaum4e3PvNWHTzWD8bad1AMNa { display:block; }
 }@media only screen and (max-width: 763px) { #idABUaFTUTvq4CORWmfSWWk7HMXRFOJd { width:20rem;height:14.125rem;top:31.1865234375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LxixxBDqS8vuCObK5lcvMN8XnQFQte5h { width:18.9375rem;height:3.45rem;top:32rem;left:1rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bkgya4TCkRPVu9z3eXFDT0LhMbMTOxfc { width:19.0625rem;height:1.13769375rem;top:36.25rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4fOIZ2qygR32olliFPDTBFPv7HzwuQg { width:18.374rem;height:4.875rem;top:38.624267578125rem;left:0.811767578125rem;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) { #rdJrIItplLJR7T3DxEc0TwPURMWTDv8T { display:block; }#rdJrIItplLJR7T3DxEc0TwPURMWTDv8T > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #minhb799RvXMydirDZJ5ptFsqIhefyZk { width:17.24975rem;height:3.09375rem;top:5.75rem;left:0.75rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tT5ItkGQFnu6iU3LkNewnFu7e4wsR4Lz { width:10.49925rem;height:3.8745125rem;top:1.4375rem;left:0rem;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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.684814453125rem;left:0rem;width:19.875rem;height:3rem;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;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }