.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebd6276-2394-4f7f-8319-80aea32261a5/medicalteamwalkingthroughlobbyofmodernhospi20210827093929utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.adaptive-delivery-prevent-bg, #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.lazyload, #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.lazyloading { background-image: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { background-color: transparent; background-image: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container > .video-iframe-container { display: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row > .video-iframe-container { display: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .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); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { border-width: 0; border-radius: 0; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row > .video-iframe-container {  }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { font-size:14px;font-family:arial;height:625px;width:1200px;position:relative;display:block; }#NTWu8Ahl4ChN4sywfA3a5Qv4bt4I85Mr { color:#ffffff;display:block;width:792px;position:absolute;font-family:"dm sans";font-size:51px;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:178px;left:204px;height:;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;text-align:center;text-align-last:center;display:block; }
#VXyT569TGmAxzVfSb5dJmBf746nK39ng { color:#ffffff;display:block;width:658px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:328px;left:271px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b7TltA9JQzhO2K1nINIvDFZnGZkTZBqi { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:153px;top:37.5px;left:19px;overflow:hidden;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#1dc093;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:301px;height:57px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44px;left:891px;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dASnrWq3kbqEXiTTgE3BKTTvv03Vd302 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00a2ff;border-left:3px solid #00a2ff;border-right:3px solid #00a2ff;border-bottom:3px solid #00a2ff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:301px;height:57px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:519px;left:449.5px;display:block; }
#xPHmBVITmsdfb9CdvZvzAcGEd5wdT7OT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98b80c15-68d5-4e7b-8239-277362d59296/maphome503f096.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo.adaptive-delivery-prevent-bg, #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo.lazyload, #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo.lazyloading { background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container {  }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#486682;display:block;width:206px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:36px;left:50px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#26265b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:106px;left:50px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#486682;display:block;width:200px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:36px;left:350px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#26265b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:106px;left:350px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#486682;display:block;width:200px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:36px;left:650px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#26265b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:106px;left:650px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#26265b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:106px;left:950px;height:21.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:#486682;display:block;width:200px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:36px;left:950px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container {  }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:14px;font-family:arial;height:598px;width:1200px;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#869eb6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:100px;top:72px;left:38px;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:370px;position:absolute;font-family:"dm sans";font-size:32px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:97px;left:38px;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; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:407px;width:586px;top:71.5px;left:576px;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #00a2ff, #fff9ea);background-image: -moz-linear-gradient(201deg, #00a2ff, #fff9ea);background-image: -ms-linear-gradient(201deg, #00a2ff, #fff9ea);background-image: -o-linear-gradient(201deg, #00a2ff, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #00a2ff, #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:359px;width:481px;top:98px;left:551px;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:370px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:256px;left:38px;height:162px;display:block; }
#yRpwSkLPSyKuAreKa5F2top17M0l2Cq6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #1d3861;border-left:2px solid #1d3861;border-right:2px solid #1d3861;border-bottom:2px solid #1d3861;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#1d3861;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:304px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:469px;left:38px;display:block; }
#AooFO5x3i1apGdgrC5N8QJyQkzQVwUPq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container { background-color: transparent; background-image: none; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container > .video-iframe-container { display: none; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row > .video-iframe-container { display: none; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .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); }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container { border-width: 0; border-radius: 0; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row > .video-iframe-container {  }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container { font-size:14px;font-family:arial;height:180px;width:1200px;position:relative;display:block; }#xhkvmXXTTr7TgaZ6ERDEoPIp49c9CEZs { color:#486682;display:block;width:672px;position:absolute;font-family:"dm sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:55px;left:264px;height:;text-align:center;text-align-last:center;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; }
#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container { background-color: transparent; background-image: none; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container > .video-iframe-container { display: none; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row > .video-iframe-container { display: none; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .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); }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container { border-width: 0; border-radius: 0; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row > .video-iframe-container {  }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container { font-size:14px;font-family:arial;height:141px;width:1200px;position:relative;display:block; }#STLBOhOx924DfaHlSlpPX8Q1F6cBNEJg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98px;width:252px;top:32px;left:24px;overflow:hidden;display:block; }
#nni13LkC3ilTENeWCrR9VkgJm0t0dD0V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98px;width:246px;top:32px;left:324px;overflow:hidden;display:block; }
#iKTtzwsQ2kqagyQs4lTK3cAWDOnT4TRO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98px;width:246px;top:32px;left:627px;overflow:hidden;display:block; }
#Fo5yWQFw4pTkT4uzwbAe3mcHloOMszt0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98px;width:246px;top:32px;left:927px;overflow:hidden;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container {  }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:14px;font-family:arial;height:233px;width:1200px;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:672px;position:absolute;font-family:"dm sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:91.5px;left:264px;height:;text-align:center;text-align-last:center;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; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#869eb6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:100px;top:91px;left:550px;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container {  }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:14px;font-family:arial;height:338px;width:1200px;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:183px;left:57px;height:96px;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:132px;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:141px;left:57px;height:;text-align:center;text-align-last:center;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; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:532px;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:141px;left:457px;height:;text-align:center;text-align-last:center;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; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:183px;left:457px;height:96px;text-align:center;text-align-last:center;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 20px rgba(78,78,128,0.16) ;height:120px;width:120px;top:0px;left:932px;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:141px;left:857px;height:30px;text-align:center;text-align-last:center;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; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#1d3861;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:183px;left:857px;height:96px;text-align:center;text-align-last:center;display:block; }
#fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23px;left:155px; }
#fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX > img { max-width: 100%;max-height:100%; }#FCREv8lF1KDa1we8aUo70v0xBthiITXZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29px;left:561px; }
#FCREv8lF1KDa1we8aUo70v0xBthiITXZ > img { max-width: 100%;max-height:100%; }#wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29px;left:961px; }
#wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 > img { max-width: 100%;max-height:100%; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container { background-color: transparent; background-image: none; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container > .video-iframe-container { display: none; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row > .video-iframe-container { display: none; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .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); }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container { border-width: 0; border-radius: 0; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row > .video-iframe-container {  }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container { font-size:14px;font-family:arial;height:768px;width:1200px;position:relative;display:block; }#TbdO8femZXN2xVhTDeWJ0pvD57LdFBrr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:825px;width:1176px;top:14px;left:12px;overflow:hidden;display:block; }
#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container { background-color: transparent; background-image: none; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container > .video-iframe-container { display: none; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row > .video-iframe-container { display: none; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .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); }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container { border-width: 0; border-radius: 0; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row > .video-iframe-container {  }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container { font-size:14px;font-family:arial;height:720px;width:1200px;position:relative;display:block; }#IrvrwKZTv611OFS5hxapEvGtmPnCmNle { position:absolute;display:block;z-index:15000;height:446px;width:597px;top:234px;left:302px;display:block; }
#FVZy76fnPPrOSI0uwek4TtHOqWXIGdDI { color:#26265b;display:block;width:789px;position:absolute;font-family:"dm sans";font-size:55px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:64.5px;left:205.5px;height:;text-align:center;text-align-last:center;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; }
#hak2ahKOhJfUkM29zH8xnFSNfLMkhIwU { color:#1d3861;display:block;width:762px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:161px;left:219px;height:48px;text-align:center;text-align-last:center;display:block; }
#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10213d;background-image:none;position:relative;z-index:auto;display:block; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { background-color: transparent; background-image: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container > .video-iframe-container { display: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row > .video-iframe-container { display: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .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); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { border-width: 0; border-radius: 0; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row > .video-iframe-container {  }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { font-size:14px;font-family:arial;height:161px;width:1200px;position:relative;display:block; }#RHnphnizO6kXbzAvqNaDg0tkH9XAnXdh { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:29.4375px;left:415.5px;height:95.9375px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT { display:block; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTWu8Ahl4ChN4sywfA3a5Qv4bt4I85Mr { top:178px;left:0px;width:764px;height:122px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #VXyT569TGmAxzVfSb5dJmBf746nK39ng { top:328px;left:53px;width:658px;height:81px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b7TltA9JQzhO2K1nINIvDFZnGZkTZBqi { top:37px;left:0px;width:153px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:301px;height:57px;top:44px;left:463px;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #dASnrWq3kbqEXiTTgE3BKTTvv03Vd302 { width:301px;height:57px;top:519px;left:231.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xPHmBVITmsdfb9CdvZvzAcGEd5wdT7OT { display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:36px;left:0px;width:206px;height:62px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:106px;left:0px;width:200px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:36px;left:182px;width:200px;height:62px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:106px;left:182px;width:200px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:36px;left:373px;width:200px;height:62px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:106px;left:373px;width:200px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:106px;left:564px;width:200px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:36px;left:564px;width:200px;height:62px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:72px;left:0px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:97px;left:0px;width:370px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:586px;height:407px;top:71px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:98px;left:283px;width:481px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:256px;left:0px;width:370px;height:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yRpwSkLPSyKuAreKa5F2top17M0l2Cq6 { width:304px;height:52px;top:469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AooFO5x3i1apGdgrC5N8QJyQkzQVwUPq { display:block; }
 }@media only screen and (max-width: 763px) { #HesiXZQLgKrmCQvXuTVWITkTqemNzgsX { display:block; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhkvmXXTTr7TgaZ6ERDEoPIp49c9CEZs { top:55px;left:46px;width:672px;height:96px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k { display:block; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STLBOhOx924DfaHlSlpPX8Q1F6cBNEJg { top:32px;left:0px;width:252px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #nni13LkC3ilTENeWCrR9VkgJm0t0dD0V { top:32px;left:130px;width:246px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #iKTtzwsQ2kqagyQs4lTK3cAWDOnT4TRO { top:32px;left:327px;width:246px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo5yWQFw4pTkT4uzwbAe3mcHloOMszt0 { top:32px;left:518px;width:246px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:91px;left:46px;width:672px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:91px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:183px;left:0px;width:270px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:120px;height:120px;top:0px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:141px;left:0px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:120px;height:120px;top:0px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:141px;left:238px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:183px;left:238px;width:270px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:120px;height:120px;top:0px;left:567px;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:141px;left:492px;width:270px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:183px;left:492px;width:270px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX { top:23px;left:82px;width:74px;height:74px;display:block; }
#fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FCREv8lF1KDa1we8aUo70v0xBthiITXZ { top:29px;left:342px;width:62px;height:62px;display:block; }
#FCREv8lF1KDa1we8aUo70v0xBthiITXZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 { top:29px;left:596px;width:62px;height:62px;display:block; }
#wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi { display:block; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbdO8femZXN2xVhTDeWJ0pvD57LdFBrr { top:14px;left:0px;width:764px;height:535.9693877551px;display:block; }
 }@media only screen and (max-width: 763px) { #HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI { display:block; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrvrwKZTv611OFS5hxapEvGtmPnCmNle { top:234px;left:84px;width:597px;height:446px;display:block; }
 }@media only screen and (max-width: 763px) { #FVZy76fnPPrOSI0uwek4TtHOqWXIGdDI { top:64px;left:0px;width:764px;height:;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hak2ahKOhJfUkM29zH8xnFSNfLMkhIwU { top:161px;left:1px;width:762px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 { display:block; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHnphnizO6kXbzAvqNaDg0tkH9XAnXdh { top:29px;left:197.5px;width:369px;height:95px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebd6276-2394-4f7f-8319-80aea32261a5/medicalteamwalkingthroughlobbyofmodernhospi20210827093929utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.adaptive-delivery-prevent-bg, #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.lazyload, #SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT.lazyloading { background-image: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { background-color: transparent; background-image: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container > .video-iframe-container { display: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row > .video-iframe-container { display: none; }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .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); }#SF1v5vQ8VUblTxH9q0a6yQTWkh115BTT > .row .container { width:320px;height:644.5px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTWu8Ahl4ChN4sywfA3a5Qv4bt4I85Mr { width:303px;height:208.984px;top:105px;left:8.5px;font-size:38px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VXyT569TGmAxzVfSb5dJmBf746nK39ng { width:287px;height:126px;top:335.96875px;left:16.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7TltA9JQzhO2K1nINIvDFZnGZkTZBqi { width:131px;height:57px;top:0px;left:94.5px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:242px;height:54px;top:493.5px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #dASnrWq3kbqEXiTTgE3BKTTvv03Vd302 { width:301px;height:57px;top:567.5px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xPHmBVITmsdfb9CdvZvzAcGEd5wdT7OT { display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:320px;height:62.3906px;top:50.609375px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:320px;height:21.5938px;top:120.1953125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:320px;height:62.3906px;top:186px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:320px;height:21.5938px;top:254px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:320px;height:62.3906px;top:443px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:320px;height:21.5938px;top:516px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:320px;height:21.5938px;top:391px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:320px;height:62.3906px;top:314px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:100px;height:5px;top:30px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:320px;height:117px;top:63px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:285px;height:198px;top:189.5px;left:17.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:205px;height:169px;top:204px;left:110px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:2px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:302px;height:168px;top:426px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRpwSkLPSyKuAreKa5F2top17M0l2Cq6 { width:304px;height:52px;top:630px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #AooFO5x3i1apGdgrC5N8QJyQkzQVwUPq { display:block; }
 }@media only screen and (max-width: 763px) { #HesiXZQLgKrmCQvXuTVWITkTqemNzgsX { display:block; }#HesiXZQLgKrmCQvXuTVWITkTqemNzgsX > .row .container { width:320px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhkvmXXTTr7TgaZ6ERDEoPIp49c9CEZs { width:320px;height:78px;top:24px;left:0px;font-size:26px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k { display:block; }#bpbOF2LGeehEgBJgkW0iibuW3LIhVX9k > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STLBOhOx924DfaHlSlpPX8Q1F6cBNEJg { width:142px;height:53px;top:15px;left:21.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #nni13LkC3ilTENeWCrR9VkgJm0t0dD0V { width:143px;height:53px;top:15px;left:162.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #iKTtzwsQ2kqagyQs4lTK3cAWDOnT4TRO { width:145px;height:57px;top:79px;left:18.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo5yWQFw4pTkT4uzwbAe3mcHloOMszt0 { width:117px;height:46px;top:84.5px;left:175.59375px;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:320px;height:156px;top:57px;left:0px;font-size:26px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:100px;height:5px;top:32px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:320px;height:907px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:309px;height:120px;top:197px;left:5.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:120px;height:120px;top:16px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:300px;height:30px;top:155px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:120px;height:120px;top:346px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:270px;height:30px;top:484px;left:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:303px;height:96px;top:523px;left:8.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:120px;height:120px;top:639px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:270px;height:30px;top:771px;left:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:304px;height:96px;top:810px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX { display:flex;width:74px;height:74px;top:39px;left:123px; }
#fZ90nQXgGwFzfB40eTuWvTLsQQ9s5IGX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #FCREv8lF1KDa1we8aUo70v0xBthiITXZ { display:flex;width:62px;height:62px;top:375px;left:129px; }
#FCREv8lF1KDa1we8aUo70v0xBthiITXZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 { display:flex;width:66px;height:66px;top:666px;left:127px; }
#wgk3bbwFs9ccEinGpr74c2xx9ys7w3O5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi { display:block; }#VD8b5x4y6F0rEc5wQtuxdDagQZ1n1Whi > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbdO8femZXN2xVhTDeWJ0pvD57LdFBrr { width:320px;height:224.484px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI { display:block; }#HJWoDlGTEwkRZlwdSHO2QkliqLT12zTI > .row .container { width:320px;height:732px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrvrwKZTv611OFS5hxapEvGtmPnCmNle { width:320px;height:446px;top:259px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FVZy76fnPPrOSI0uwek4TtHOqWXIGdDI { width:258px;height:78px;top:24px;left:31px;font-size:26px;line-height:1.5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hak2ahKOhJfUkM29zH8xnFSNfLMkhIwU { width:320px;height:120px;top:116px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 { position:relative;z-index:auto;background-color:#10223d;background-image:none;display:block; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { background-color: transparent; background-image: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container > .video-iframe-container { display: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row > .video-iframe-container { display: none; }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .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); }#R61t2gn9yBBIQTPR0vARNRGH2gkz3LU4 > .row .container { width:320px;height:134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHnphnizO6kXbzAvqNaDg0tkH9XAnXdh { width:320px;height:95.9375px;top:17.90625px;left:0px;font-size:12px;display:block; }
 }