.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sFkI5vmY/HospitalBackgroundLoginPage.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(90,30,130,0.95), rgba(4,46,114,0.85));background-image: -moz-linear-gradient(top, rgba(90,30,130,0.95), rgba(4,46,114,0.85));background-image: -ms-linear-gradient(top, rgba(90,30,130,0.95), rgba(4,46,114,0.85));background-image: -o-linear-gradient(top, rgba(90,30,130,0.95), rgba(4,46,114,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25a1e82', endColorstr='#d8042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25a1e82', endColorstr='#d8042e72' );";background-image: linear-gradient(to bottom, rgba(90,30,130,0.95), rgba(4,46,114,0.85));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:75rem;height:45.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { display:block;width:65.186875rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:9.18603515625rem;left:0rem;height:;font-style:normal;color:#ffffff;display:block; }
#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA { display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.84375rem;left:0rem;height:13.4375rem;color:#ffffff;font-style:normal;display:block; }#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#p3AF81vleVwxAWAUWR1rVzBJr4ZoCH8n { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.0625rem;width:32.75rem;top:5.1245rem;left:42.25rem;overflow:hidden;display:block; }
#qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:10.375rem;top:0.56163197755814rem;left:32.279733657837rem;overflow:hidden;display:block; }
#c0RTCKgkly1r1iun9dtSDuxEHiZdDwyA { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.0625rem;width:13.625rem;top:0rem;left:30.684679031372rem;display:block; }
#gr2UUTra5WQOsZpNeqvkylZmeQuPZ7np { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:19.6875rem;display:none; }
#aIT9IAaPUD4qHzAPLLJFqKcB0eJnSJGO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:19.875rem;display:none; }
#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { background-color: transparent; background-image: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container > .video-iframe-container { display: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row > .video-iframe-container { display: none; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .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); }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { border-width: 0; border-radius: 0; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#iDHilgKSzw1UvTQGd9FaN66F0JyGLlG7 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3115rem;width:19.12475rem;top:2.7802734375rem;left:0.809326171875rem;overflow:hidden;display:block; }
#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.25rem;left:22.75rem;height:1.1875rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:9.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.51416015625rem;left:23.061279296875rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yMxKulbVgNzTK3kt6Zv584niHIG2opiM { display:block;width:34.12475rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:99999;line-height:1.7;letter-spacing:0;top:20.843505859375rem;left:1.68701171875rem;height:7.8125rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#il5wKKecxfJzwZ84xSiMCOtTnWrdK3z2 { display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:5.623779296875rem;left:22.7490234375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 { display:block;width:11.687rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13.875rem;left:22.125rem;height:2.6875rem;text-align:left;text-align-last:left;color:#1f252b;display:block; }#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#d13oxWR5fvdGntTMo9001rKHg7svpTI1 { display:block;width:10.437rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:22.125rem;height:2.6875rem;text-align:left;text-align-last:left;color:#1f252b;display:block; }#d13oxWR5fvdGntTMo9001rKHg7svpTI1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d13oxWR5fvdGntTMo9001rKHg7svpTI1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#JzyhlXOAe2m3hi5AdvB5y1oJT4X0qLTP { display:block;width:19.87425rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:14.71044921875rem;left:53.21630859375rem;height:10.9375rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#pFTD2hibKKr8WdqntKfSp0Ja8AoZkI1q { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.4375rem;width:13.0625rem;top:2.87451171875rem;left:38.625rem;overflow:hidden;display:block; }
#P1bkeHsQCLaZQWsXigOxFqxLI4lmJtby { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:6.1865234375rem;left:53.21630859375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { display:block;width:9.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.859375rem;left:53.5283203125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWuuWTIzw2AMxOhoEIF4sMXLDlBqKzxO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:18.4375rem;display:none; }
#ASF0Z5UygEesWcPR1r77mDnIkhP93ksx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:18.4375rem;display:none; }
#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga > .row .container { border-width: 0; border-radius: 0; }#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:none; }#ril9iVt1VLqlABGBC7gTOZM69FVNfwPb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:31.75rem;top:3.7430543899536rem;left:0rem;overflow:hidden;display:block; }
#LLIAuCrr80CZVpJWIGh4RJdmumm8mXdO { display:block;width:40.874125rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6.5633678436281rem;left:34.125869750976rem;height:13.8888875rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#Z2pmfVXT0wKTsgxs8x2KtOxenxEBFodc { display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:3.4383678436279rem;left:34.125869750976rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0gO8R01rEdRbO5btVUE1Wk3HVpIZwf6 { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.561625rem;height:4.375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:21.367188453674rem;left:34.125869750976rem;display:block; }
#frgR0Z5s7DV03F4HVl5NownQSVdIuaAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS > .row .container { border-width: 0; border-radius: 0; }#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:none; }#VZ12eRhEOOJFtGTrWPSLwFcNf6GEztym { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:33.4375rem;top:0.90538215637206rem;left:0rem;overflow:hidden;display:block; }
#lEP5SyE5v1X6FqZPku5WmWPFWw68dqxN { display:block;width:40.874125rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6.5633678436281rem;left:34.125869750976rem;height:18.28125rem;color:#bbb8b8;text-align:justify;text-align-last:initial;display:block; }
#Mr1nkp5dp0NRvJUbCdsuJvxJqAtylutb { display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:3.4383678436279rem;left:34.125869750976rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y1TM0tNOvxR5OVysbzVnmx3b6T1iKbEP { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.56075rem;height:4.375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:26.406249523163rem;left:34.125869750976rem;display:block; }
#m6RJi2H0vQPTNsQNuG3LKFACfxwxTRU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 > .row .container { border-width: 0; border-radius: 0; }#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:none; }#R7OFukSiqAAKUO6TNsi5BChZMnH8LvLP { display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.3115234375rem;left:2.6455078125rem;height:3.222225rem;text-align:center;text-align-last:center;color:#1f252b;display:block; }
#wtSC87zAwm2anq0TE7ttbhmrbAPk7XyJ { display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:23.3115234375rem;left:19.78125rem;height:3.222225rem;text-align:center;text-align-last:center;color:#1f252b;display:block; }
#XCWsX9s3FBSNkgWThedTat8RVagAnmHm { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:23.311851501465rem;left:40.625003814698rem;height:3.222225rem;text-align:center;text-align-last:center;color:#1f252b;display:block; }
#L8VP2HukfKQl1lI1g7ihQZyRUkUQSD8p { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.937rem;width:17.8125rem;top:2.02734375rem;left:19.21875rem;overflow:hidden;display:block; }
#OIEif7W4rexFPErhORxwv5eP3gSxTTAM { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:22.130210876465rem;left:2.646484375rem;height:1.16666875rem;text-align:center;text-align-last:center;color:#a2a2a2;display:block; }
#KZIH5yZ95w9TueBFXKx8JHOcyDEQa9aU { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:22.186634063721rem;left:21.936847686767rem;height:1.16666875rem;text-align:center;text-align-last:center;color:#a2a2a2;display:block; }
#eTPwr1RbA45hOKChdqszbWz2oxxa8rnR { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:22.193141937256rem;left:40.625003814698rem;height:1.16666875rem;text-align:center;text-align-last:center;color:#a2a2a2;display:block; }
#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK { display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27.70166015625rem;left:20.25rem;height:7.1458125rem;text-align:left;text-align-last:left;color:#1f252b;display:block; }#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 { display:block;width:14.6865rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.70166015625rem;left:39.498046875rem;height:4.97916875rem;text-align:left;text-align-last:left;color:#1f252b;display:block; }#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#eRQ5qB7Kh54nBEG3Aw9Ch9xzK0fsCFWd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.124rem;top:1.435546875rem;left:0.779296875rem;overflow:hidden;display:block; }
#EWuWCGf5DG1Gxy1CCS9Tv3LQ2u2gJKGz { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:13.1865rem;top:1.4326171875rem;left:40.248046875rem;overflow:hidden;display:block; }
#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz { display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.70166015625rem;left:1.5rem;height:7.1458125rem;text-align:left;text-align-last:left;color:#1f252b;display:block; }#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#Hx9fETQrnqeBqsmIdT9ZSEggFCmSVsKs { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.436525rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.9375rem;left:0.18489551544189rem;display:block; }
#UCIfbovOqfr8rtrgPkwn9E02CCDccHGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tvp0t5OV9WToJyfSqh3yBRwwLA0wPn1d { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:36.934898376465rem;left:18.875rem;display:block; }
#TMXnZ0pmi6DbTyH2zKPNRKbuTCxEAl0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bNwzR8zZzUamCnU8n0G0EOdyMTBZS7PG { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.436525rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:36.934898376465rem;left:37.625rem;display:block; }
#fA9uTRrR9bLAST5oHItukes1Siw4SlrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ib4gQXpNUyVw0utp7qgrR3Dcv5aqvdau { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:22.75rem;left:59.375rem;height:1.16666875rem;text-align:center;text-align-last:center;color:#a2a2a2;display:block; }
#McIEy33EGfL9FRXTCVdREx3dTwNGuMVg { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:23.875rem;left:59.375rem;height:3.222225rem;text-align:center;text-align-last:center;color:#1f252b;display:block; }
#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG { display:block;width:14.68575rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:27.701388448477rem;left:58.280380249024rem;height:;text-align:left;text-align-last:left;color:#1f252b;display:block; }#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#H9VzaAzPi44nz0JT4PPfaKooZ1qfs0ko { background-color:#5a1e82;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.4357625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:36.936631202697rem;left:56.625rem;display:block; }
#DCgMUauXl29RZil6KxCsEtTT4hhr14SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TOcbVXFhgHfN56fLiibrTpUzre54ztCQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:16.1875rem;top:5.587673664093rem;left:57.53125rem;overflow:hidden;display:block; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a1e82;background-image:none;position:relative;display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:35.375rem;height:3.875rem;font-style:normal;color:#a5a5a5;display:block; }
#KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:9.6875rem;top:1.8185729980469rem;left:0rem;overflow:hidden;display:block; }
#Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:35.375rem;height:3.75rem;font-style:normal;color:#a5a5a5;display:none; }
#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { background-color: transparent; background-image: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .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); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -moz-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -ms-linear-gradient(180deg, #ff9d03, #ce6b00);background-image: -o-linear-gradient(180deg, #ff9d03, #ce6b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d03', endColorstr='#ce6b00' );";background-image: linear-gradient(180deg, #ff9d03, #ce6b00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4995125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.40576171875rem;left:37.12158203125rem;display:none; }
#aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { background-color:#078900;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.436525rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.4365234375rem;left:56.25rem;display:none; }
#BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
body { position:relative;display:block; }
#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; }#kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#p3AF81vleVwxAWAUWR1rVzBJr4ZoCH8n { width:32.75rem;height:40.062611642926rem;top:5.0625rem;left:15rem;display:block; }
#qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { width:10.375rem;height:3.625rem;top:0.5rem;left:18.654733657837rem;display:block; }
#c0RTCKgkly1r1iun9dtSDuxEHiZdDwyA { width:13.625rem;height:5.0625rem;top:0rem;left:17.059679031372rem;display:block; }
#gr2UUTra5WQOsZpNeqvkylZmeQuPZ7np { width:19.6875rem;height:3.6875rem;display:none; }
#aIT9IAaPUD4qHzAPLLJFqKcB0eJnSJGO { width:19.875rem;height:3.6875rem;display:none; }
#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { width:47.75rem;position:relative;display:block; }#iDHilgKSzw1UvTQGd9FaN66F0JyGLlG7 { width:19.0625rem;height:19.248642139113rem;top:2.75rem;left:0rem;display:block; }
#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#yMxKulbVgNzTK3kt6Zv584niHIG2opiM { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
#il5wKKecxfJzwZ84xSiMCOtTnWrdK3z2 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#d13oxWR5fvdGntTMo9001rKHg7svpTI1 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#d13oxWR5fvdGntTMo9001rKHg7svpTI1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#JzyhlXOAe2m3hi5AdvB5y1oJT4X0qLTP { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
#pFTD2hibKKr8WdqntKfSp0Ja8AoZkI1q { width:13.0625rem;height:31.438203376206rem;top:2.8125rem;left:23.875rem;display:block; }
#P1bkeHsQCLaZQWsXigOxFqxLI4lmJtby { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#sWuuWTIzw2AMxOhoEIF4sMXLDlBqKzxO { width:18.4375rem;height:3.25rem;display:none; }
#ASF0Z5UygEesWcPR1r77mDnIkhP93ksx { width:18.4375rem;height:3.25rem;display:none; }
#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga { display:none; }#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga > .row .container { width:47.75rem;position:relative;display:none; }#ril9iVt1VLqlABGBC7gTOZM69FVNfwPb { width:31.75rem;height:21.9375rem;top:3.6875rem;left:0rem;display:block; }
#LLIAuCrr80CZVpJWIGh4RJdmumm8mXdO { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
#Z2pmfVXT0wKTsgxs8x2KtOxenxEBFodc { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#T0gO8R01rEdRbO5btVUE1Wk3HVpIZwf6 { width:19.5rem;height:4.375rem;top:21.3125rem;left:20.500869750976rem;display:block; }
#frgR0Z5s7DV03F4HVl5NownQSVdIuaAN { display:block; }
#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS { display:none; }#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS > .row .container { width:47.75rem;position:relative;display:none; }#VZ12eRhEOOJFtGTrWPSLwFcNf6GEztym { width:33.4375rem;height:33.5625rem;top:0.875rem;left:0rem;display:block; }
#lEP5SyE5v1X6FqZPku5WmWPFWw68dqxN { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
#Mr1nkp5dp0NRvJUbCdsuJvxJqAtylutb { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
#y1TM0tNOvxR5OVysbzVnmx3b6T1iKbEP { width:19.5rem;height:4.375rem;top:26.375rem;left:20.500869750976rem;display:block; }
#m6RJi2H0vQPTNsQNuG3LKFACfxwxTRU4 { display:block; }
#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 { display:none; }#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 > .row .container { width:47.75rem;position:relative;display:none; }#R7OFukSiqAAKUO6TNsi5BChZMnH8LvLP { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
#wtSC87zAwm2anq0TE7ttbhmrbAPk7XyJ { width:9.375rem;height:1.625rem;top:14.375rem;left:13.1875rem;display:block; }
#XCWsX9s3FBSNkgWThedTat8RVagAnmHm { width:9.375rem;height:3.25rem;top:14.375rem;left:25.125rem;font-size:1.25rem;display:block; }
#L8VP2HukfKQl1lI1g7ihQZyRUkUQSD8p { width:17.8125rem;height:17.937rem;top:2rem;left:6.0625rem;display:block; }
#OIEif7W4rexFPErhORxwv5eP3gSxTTAM { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
#KZIH5yZ95w9TueBFXKx8JHOcyDEQa9aU { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
#eTPwr1RbA45hOKChdqszbWz2oxxa8rnR { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#eRQ5qB7Kh54nBEG3Aw9Ch9xzK0fsCFWd { width:17.0625rem;height:21.858712552558rem;top:1.375rem;left:0rem;display:block; }
#EWuWCGf5DG1Gxy1CCS9Tv3LQ2u2gJKGz { width:13.125rem;height:19.035803662837rem;top:1.375rem;left:22.625rem;display:block; }
#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#Hx9fETQrnqeBqsmIdT9ZSEggFCmSVsKs { width:18.375rem;height:3.4375rem;top:36.9375rem;left:0rem;display:block; }
#UCIfbovOqfr8rtrgPkwn9E02CCDccHGG { display:block; }
#Tvp0t5OV9WToJyfSqh3yBRwwLA0wPn1d { width:18.375rem;height:3.4375rem;top:36.875rem;left:5.5rem;display:block; }
#TMXnZ0pmi6DbTyH2zKPNRKbuTCxEAl0D { display:block; }
#bNwzR8zZzUamCnU8n0G0EOdyMTBZS7PG { width:18.375rem;height:3.375rem;top:36.875rem;left:17.4375rem;display:block; }
#fA9uTRrR9bLAST5oHItukes1Siw4SlrJ { display:block; }
#Ib4gQXpNUyVw0utp7qgrR3Dcv5aqvdau { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
#McIEy33EGfL9FRXTCVdREx3dTwNGuMVg { width:9.375rem;height:3.25rem;top:14.375rem;left:25.125rem;font-size:1.25rem;display:block; }
#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#H9VzaAzPi44nz0JT4PPfaKooZ1qfs0ko { width:18.375rem;height:3.375rem;top:36.875rem;left:29.375rem;display:block; }
#DCgMUauXl29RZil6KxCsEtTT4hhr14SN { display:block; }
#TOcbVXFhgHfN56fLiibrTpUzre54ztCQ { width:16.1875rem;height:14.4375rem;top:5.5625rem;left:31.5625rem;display:block; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
#KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { width:9.6875rem;height:3.375rem;top:1.8125rem;left:0rem;display:block; }
#Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:none; }
#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { display:none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:47.75rem;position:relative;display:none; }#RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { width:18.8125rem;height:3.4375rem;top:0.375rem;left:23.49658203125rem;display:none; }
#aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block; }
#OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { width:18.75rem;height:3.375rem;top:0.375rem;left:29rem;display:none; }
#BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block; }
body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sFkI5vmY/HospitalBackgroundLoginPage.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(90,30,130,0.8), rgba(0,85,132,0.8));background-image: -moz-linear-gradient(top, rgba(90,30,130,0.8), rgba(0,85,132,0.8));background-image: -ms-linear-gradient(top, rgba(90,30,130,0.8), rgba(0,85,132,0.8));background-image: -o-linear-gradient(top, rgba(90,30,130,0.8), rgba(0,85,132,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5a1e82', endColorstr='#cc005584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5a1e82', endColorstr='#cc005584' );";background-image: linear-gradient(to bottom, rgba(90,30,130,0.8), rgba(0,85,132,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:40rem;position:relative;display:block; }#kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { width:19.875rem;height:11rem;top:8.0616321563719rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA { width:20rem;height:8.0703125rem;top:20.1865234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#xdl0NS3E7EoJJFxW30XaHVGae0dJVBtA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JQ99EQz7/16b21185_1_approved_check_checkbox_confirm_green_success_tick_512_00y00y00y00y000000.png); }
#p3AF81vleVwxAWAUWR1rVzBJr4ZoCH8n { width:12.25rem;height:14.875rem;top:30.3115rem;left:2.24853515625rem;z-index:99999;display:none; }
#qRWuHxtETSUvZFNNDXdWX1eP9nR0VNsP { width:10.375rem;height:3.625rem;top:0.625rem;left:4.77978515625rem;display:block; }
#c0RTCKgkly1r1iun9dtSDuxEHiZdDwyA { width:13.5625rem;height:5rem;top:0rem;left:3.1857641339302rem;display:block; }
#gr2UUTra5WQOsZpNeqvkylZmeQuPZ7np { top:28.1875rem;left:0rem;width:20rem;height:3.6875rem;z-index:100010;overflow:hidden;display:block; }
#aIT9IAaPUD4qHzAPLLJFqKcB0eJnSJGO { top:32.125rem;left:0rem;width:20rem;height:3.6875rem;z-index:100011;overflow:hidden;display:block; }
#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB { display:block; }#IiGz4MgqCOxrMpLJGkDHDAAWFlFvfUlB > .row .container { width:20rem;height:78.125rem;position:relative;display:block; }#iDHilgKSzw1UvTQGd9FaN66F0JyGLlG7 { width:18.4995rem;height:18.4995rem;top:2.2470703125rem;left:0.74853515625rem;display:block; }
#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:17.0625rem;height:3.25rem;top:22.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:15.1875rem;height:2.34375rem;top:20.375rem;left:1.4375rem;font-size:1.8125rem;display:none; }
#yMxKulbVgNzTK3kt6Zv584niHIG2opiM { width:19.125rem;height:12.75rem;top:42.482421875rem;left:0.4365234375rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
#il5wKKecxfJzwZ84xSiMCOtTnWrdK3z2 { width:15.312rem;height:2rem;top:19.875rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 { width:11.625rem;height:2.75rem;top:24.0625rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#q494lEsWQFtDKLpwrOSqqECNZVaqCoD3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#d13oxWR5fvdGntTMo9001rKHg7svpTI1 { width:10.374rem;height:2.75rem;top:26.8125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#d13oxWR5fvdGntTMo9001rKHg7svpTI1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#JzyhlXOAe2m3hi5AdvB5y1oJT4X0qLTP { width:19.8125rem;height:0;top:52.01806671875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#pFTD2hibKKr8WdqntKfSp0Ja8AoZkI1q { width:8.937rem;height:21.624rem;top:55.91796875rem;left:5.52978515625rem;z-index:99996;display:block; }
#P1bkeHsQCLaZQWsXigOxFqxLI4lmJtby { width:19.9995rem;height:4rem;top:37.7421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#qPtLaCOG3StCcbq0PkJsJTGyU8aDqGLT { width:9.812rem;height:2.34375rem;top:41.212158203125rem;left:5.06103515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
#sWuuWTIzw2AMxOhoEIF4sMXLDlBqKzxO { top:73.8125rem;left:0.78125rem;width:18.4375rem;height:3.25rem;z-index:100019;overflow:hidden;display:block; }
#ASF0Z5UygEesWcPR1r77mDnIkhP93ksx { top:30.6875rem;left:0.78125rem;width:18.4375rem;height:3.25rem;z-index:100020;overflow:hidden;display:block; }
#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga { display:block; }#yKh9tfZ04k7dlZHnFHZZHdEq3lTEd6Ga > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; }#ril9iVt1VLqlABGBC7gTOZM69FVNfwPb { width:20rem;height:13.818897637795rem;top:4.5rem;left:0rem;display:block; }
#LLIAuCrr80CZVpJWIGh4RJdmumm8mXdO { width:20rem;height:21rem;top:22.817708969116rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
#Z2pmfVXT0wKTsgxs8x2KtOxenxEBFodc { width:20rem;height:2rem;top:19.567708121613rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#T0gO8R01rEdRbO5btVUE1Wk3HVpIZwf6 { width:19.5rem;height:4.375rem;top:45.1926875rem;left:0.25rem;font-size:1.3125rem;display:block; }
#frgR0Z5s7DV03F4HVl5NownQSVdIuaAN { display:block; }
#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS { display:block; }#tnOVo3NWFQDOTd3C0DcNuDKb3UwVFlqS > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; }#VZ12eRhEOOJFtGTrWPSLwFcNf6GEztym { width:20rem;height:20rem;top:0.5rem;left:0rem;display:block; }
#lEP5SyE5v1X6FqZPku5WmWPFWw68dqxN { width:20rem;height:30.1875rem;top:22.817708969116rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
#Mr1nkp5dp0NRvJUbCdsuJvxJqAtylutb { width:20rem;height:2rem;top:19.567708121613rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#y1TM0tNOvxR5OVysbzVnmx3b6T1iKbEP { width:19.5rem;height:4.375rem;top:55.754341125488rem;left:0.25rem;font-size:1.3125rem;display:block; }
#m6RJi2H0vQPTNsQNuG3LKFACfxwxTRU4 { display:block; }
#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 { display:block; }#RlXrySatEMMGghqiNMkBC9zsZ3Du64p2 > .row .container { width:20rem;height:137.5rem;position:relative;display:block; }#R7OFukSiqAAKUO6TNsi5BChZMnH8LvLP { width:20rem;height:3.25rem;top:21rem;left:0rem;font-size:2.5rem;display:block; }
#wtSC87zAwm2anq0TE7ttbhmrbAPk7XyJ { width:20rem;height:3.25rem;top:56.6875rem;left:0.0615234375rem;font-size:2.5rem;display:block; }
#XCWsX9s3FBSNkgWThedTat8RVagAnmHm { width:20rem;height:3.25rem;top:93.8740234375rem;left:0rem;font-size:2.5rem;display:block; }
#L8VP2HukfKQl1lI1g7ihQZyRUkUQSD8p { width:16.9980625rem;height:16.6875rem;top:38.935546875rem;left:1.5rem;display:block; }
#OIEif7W4rexFPErhORxwv5eP3gSxTTAM { width:12.5rem;height:1.21875rem;top:19.625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
#KZIH5yZ95w9TueBFXKx8JHOcyDEQa9aU { width:12.5rem;height:1.21875rem;top:56.6875rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
#eTPwr1RbA45hOKChdqszbWz2oxxa8rnR { width:12.5rem;height:1.21875rem;top:94.9375rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK { width:17.4375rem;height:7.34375rem;top:59.875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#rrq4aGPL2Qy29eOrrOL8O4pdWXVSr9oK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 { width:16.9995rem;height:5.1875rem;top:97.6240234375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ifVwKOihp94oKFHSqTBFgyiNzAuPIkF0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#eRQ5qB7Kh54nBEG3Aw9Ch9xzK0fsCFWd { width:17.061625rem;height:21.8598125rem;top:1.1436634063721rem;left:1.4680989384651rem;display:block; }
#EWuWCGf5DG1Gxy1CCS9Tv3LQ2u2gJKGz { width:13.125rem;height:19.037879039254rem;top:74.25rem;left:3.4365234375rem;display:block; }
#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz { width:15.75rem;height:7.34375rem;top:24.875rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Fmni1fvcFq5x1nsGbr8F4RSkDiot4HGz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#Hx9fETQrnqeBqsmIdT9ZSEggFCmSVsKs { width:18.375rem;height:3.4375rem;top:33.3125rem;left:0.875rem;font-size:1.3125rem;display:block; }
#UCIfbovOqfr8rtrgPkwn9E02CCDccHGG { display:block; }
#Tvp0t5OV9WToJyfSqh3yBRwwLA0wPn1d { width:18.375rem;height:3.4375rem;top:68.9365234375rem;left:0.87451171875rem;font-size:1.3125rem;display:block; }
#TMXnZ0pmi6DbTyH2zKPNRKbuTCxEAl0D { display:block; }
#bNwzR8zZzUamCnU8n0G0EOdyMTBZS7PG { width:18.375rem;height:3.375rem;top:103.75rem;left:0.87451171875rem;font-size:1.3125rem;display:block; }
#fA9uTRrR9bLAST5oHItukes1Siw4SlrJ { display:block; }
#Ib4gQXpNUyVw0utp7qgrR3Dcv5aqvdau { width:12.5rem;height:auto;top:22.75rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
#McIEy33EGfL9FRXTCVdREx3dTwNGuMVg { width:12.5rem;height:2.599825rem;top:124.06250762939rem;left:3.75rem;font-size:2rem;display:block; }
#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG { width:14.625rem;height:2.75rem;top:127.86806387939rem;left:2.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#O12TzFO9HlWI9cXgtITAcWOmRTtOFzJG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1UyCcdU2/ok_png_ok_png_hd_png_image_256.png); }
#H9VzaAzPi44nz0JT4PPfaKooZ1qfs0ko { width:18.375rem;height:3.375rem;top:132.93056387939rem;left:0.8125rem;font-size:1.3125rem;display:block; }
#DCgMUauXl29RZil6KxCsEtTT4hhr14SN { display:block; }
#TOcbVXFhgHfN56fLiibrTpUzre54ztCQ { width:16.1875rem;height:14.4375rem;top:108.37500762939rem;left:1.875rem;display:block; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:19.749rem;height:5.25rem;top:2.68505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#KgpI06MmxURWdPZ3b6TUOqxGaQ0aCJTz { width:9.5625rem;height:3.3125rem;top:1.1875rem;left:0rem;display:none; }
#Z5pOsh1TH0KcNCEuuVmXpMIQzC6HmhBP { width:19.7475625rem;height:6.9043rem;top:1.55810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100007;display:block; }
#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { background-color: transparent; background-image: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row > .video-iframe-container { display: none; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .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); }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { border-width: 0; border-radius: 0; }#TTG3TTKednV5PcOEKy6sQW0Nzzihhqh1 > .row .container { width:20rem;height:7rem;position:relative;display:block; }#RUc4E1Pl0BrNJKEEOzqqboVVZLT794en { width:20rem;height:3.436525rem;top:0rem;left:0rem;z-index:100007;display:block; }
#aazivxG6MxkRw8uXO5Z5Nvk3EOwuQ1Ig { display:block; }
#OTtOklPbPDAQacOuJ7SsE8V0MHN87ixK { width:20rem;height:3.375rem;top:3.625rem;left:0rem;z-index:100006;display:block; }
#BOAu0DWIpk2XsI2STby6TTh6OBrxGkWX { display:block; }
