.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f638f23-5fe9-490d-a4a5-654191dcf2ac/doctor_27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:60rem;height:51.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:12.125rem;top:2.125rem;left:24.625rem;overflow:hidden;display:block; }
#dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { color:#f0f4f8;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:34.93115234375rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-sizing:border-box;color:#00a2ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:45.75rem;left:22.1875rem;display:block; }
#I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lQHoa1ektvZTypLvElIRPNphv5qpKbgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { background-color: transparent; background-image: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .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); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { border-width: 0; border-radius: 0; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:;color:#00a2ff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { display:block;width:26.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:10.875rem;left:33.75rem;height:18.192375rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:31.5rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.8125rem;width:56.9375rem;display:none; }
#HqSDfwTdnmh4QSkNIxMK8HrcFqb1cHm6 { border-top:0.125rem solid #00a2ff;border-left:0.125rem solid #00a2ff;border-right:0.125rem solid #00a2ff;border-bottom:0.125rem solid #00a2ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:100031;top:40.1875rem;left:0rem;display:block; }
#AktuU4i4y6wbSLmn6d6sDTQTc4nZO3cH { display:block;width:2rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:40.8125rem;left:0.3125rem;height:1.4624rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kefLXXbCIFizkdlvrrcEdIyIX6tZgGbZ { border-top:0.125rem solid #00a2ff;border-left:0.125rem solid #00a2ff;border-right:0.125rem solid #00a2ff;border-bottom:0.125rem solid #00a2ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:100033;top:40.3125rem;left:23.0625rem;display:block; }
#FiutrsZLgBborlbho2IuUso82uE5aZIF { display:block;width:2rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:40.9375rem;left:23.375rem;height:1.4624rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVv5GMFMKLTU7SevUXBK78I8UI2N9Tp8 { display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:43.5625rem;left:0rem;height:1.4619125rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvU87idrbJimceI3heG1DBSImQNuUUyE { display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23.0625rem;height:2.923825rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNLogKsllGFdRgHnaTLR66Em9sslwn00 { display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:43.5625rem;left:41.8125rem;height:4.38574375rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MCUrdamEmiGzd62TqkqRhdm8TIEVqpBO { border-top:0.125rem solid #00a2ff;border-left:0.125rem solid #00a2ff;border-right:0.125rem solid #00a2ff;border-bottom:0.125rem solid #00a2ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.375rem;width:2.375rem;position:absolute;display:block;z-index:100035;top:40.3125rem;left:41.8125rem;display:block; }
#s8xf9HQCeqU7Qr5pWA1EESZxHinlTQvT { display:block;width:2rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:40.9375rem;left:42.125rem;height:1.4624rem;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCm0N801qn3o9LBaRzy3ynynlAiHQclH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container { background-color: transparent; background-image: none; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container > .video-iframe-container { display: none; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row > .video-iframe-container { display: none; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .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); }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container { border-width: 0; border-radius: 0; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#TkqXam5QQCuQGAaEcoPwEqczI2mAoUed { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ebeff4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.5625rem;width:3.5625rem;position:absolute;display:block;z-index:100001;top:11.3125rem;left:3.625rem;display:block; }
#bNvmqkQvCITot2rI8LND2XJxvo4RlL5e { display:block;width:5.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:16.6875rem;left:2.65625rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#LnX4vhUamTsPLdTZl6DKK4BAOqUzhrFZ { display:block;width:8rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.6875rem;left:13.6875rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#bRklfbLm3RmewxqVs5KBfmH33gSuNE7Z { display:block;width:6.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:16.6875rem;left:26.71875rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#hyJxAatmQTsEqB2Rit4HeIZsnIU6AyO3 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:9.0625rem;left:13.625rem;overflow:hidden;display:block; }
#ukctiaEuQdUcsTiMZcT55nJ5saBmuh2S { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.25rem;top:9.0625rem;left:1.3125rem;overflow:hidden;display:block; }
#TEnZ9WA5ZH3UFl7VTBQlTAa8tvHTgQ5F { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:9.5rem;left:26.1875rem;overflow:hidden;display:block; }
#ru3b8rnAb5kp0PqUcHynPP3cC8v7VO5H { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#axHHLcxtdLbd18fxtV2dB68MMP5srMZb { display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:16.6875rem;left:38.25rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#czvLKPdvTc0eOqmIHsDnR0C5tBgtn6T6 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:9.625rem;left:38.4375rem;overflow:hidden;display:block; }
#xexk1NrNh4NLMGqxGDaKHqMv1SytHFx5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#Cxn2qJTO3e9oyNfPV8C06EsZoQNuO5ts { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:;color:#00a2ff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eoc6Z4VRPnpIlrGOuhDIWKx3mMCVAZsX { display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:50.75rem;left:10.8125rem;height:4.5rem;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#a43LTSSNQ6dQlfl39WIpUrRSnIMs4ZW6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100000;top:10.0625rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#ntfL4D9R320KL2lmC51HUpo2fyWhhDsQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100001;top:10.0625rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#I5JHJKcfVeJabAByFRNhxNiDK4t4Xp5p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100002;top:10.0625rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#w7cvE0zNHO5XvLZiIMlmP1VqHOISW15M { display:block;width:7rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:16.6875rem;left:50.75rem;height:1.3125rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#XBOI3HhPNIg3s20V6oxkJNB8KqipirrE { display:block;width:8rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:30.0625rem;left:13.6875rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#fiSoBPF7lOZ8CG3mJZmSqGpfEGcxUbGb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:1.0625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#N6eH7VF3ITWCSw0sRbHbTIonZTAxPwwt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100013;top:23.3125rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#WMf0fdzFprEicZSFatpeIctwWI8FxzKT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100014;top:23.3125rem;left:25.4375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#GBTJkbHZHbvQNEQpcFg5LU4gCMvwiKnt { display:block;width:7.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:30.0625rem;left:1.71875rem;height:3.9375rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#O2BZZrBzpNs5ZoxHpl95Rcmms81leEw4 { display:block;width:6.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:26.4375rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#u7vzCgPulp9m6mQL7QIe9wnCTkU9RlOQ { display:block;width:7.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:30.0625rem;left:37.96875rem;height:5.25rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#lsl3D8CGD6lbUC8s4GHaOqCchTZ8KLTD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100015;top:23.3125rem;left:37.5625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#qP10NUeT0FTRTCzQppsMSZyx1CpUGWN8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:100016;top:23.3125rem;left:49.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }
#taKLUym6TrCMv8Mn5WTG5IZD6oNbMP5o { display:block;width:7rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:30.0625rem;left:50.75rem;height:2.625rem;text-align:center;text-align-last:center;color:#00a2ff;font-style:normal;display:block; }
#qJpW6E5J8toBmkf6NWveZA0ZRBAqy0zW { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.1875rem;top:22.625rem;left:37.84375rem;overflow:hidden;display:block; }
#VnIu6gbOCnhPRlVHPJho3x8ohzG1LUuz { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.8125rem;top:22.625rem;left:13.75rem;overflow:hidden;display:block; }
#tSdPkRDDA7WMrfnobLpTAysV5mOMybVB { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.4375rem;top:22.4375rem;left:25.59375rem;overflow:hidden;display:block; }
#b25i1NkpzPQmrJmfWFewmZG2DrvtKlVk { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:23rem;left:50.15625rem;overflow:hidden;display:block; }
#CcNPOzH41AZcK2lvRBgoXR4JPIJL4fs1 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:22rem;left:1.25rem;overflow:hidden;display:block; }
#PDxovyu2zlIbDidpbhxwNy8nmUvn1qeT { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.9375rem;top:9.125rem;left:50.0625rem;overflow:hidden;display:block; }
#HR4cxKvqcO1qpNeIS9J3dql65BtuXoFx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#ViGSDInSyo5oJZJFcwz71cUQgKqW3bkD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#OiUgAUBn9M22JdDT7ZPFdybwyWHJqbRF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#g1vRUdkCP7LDQiSeFMzWbv104Efva6Fv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#gTBE76OptiKXwIZMPsJxQQTEeNcXuk1O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#tbQTOXb2Ft91AFiGSXE3Ls67ZnOrBhPx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#RgbeLIKltqDPpaI2MNtABi3k9xQvquR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#ZTT4Ich8DRP5KpqktoZsnsOLCnItht2t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.9375rem;width:8.75rem;position:absolute;display:block;z-index:99999;top:10.0625rem;left:13.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.05) ;display:none; }
#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1d3861;background-image:none;position:relative;display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { background-color: transparent; background-image: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .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); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { border-width: 0; border-radius: 0; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:block; }#WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:39.6875rem;width:20.625rem;top:6.1875rem;left:37.4375rem;display:block; }
#bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.375rem;width:36.25rem;display:none; }
#sTTURwCmHO7DXRUz9V0hRzvqw2gf1tTI { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21rem;width:24.875rem;top:4.6875rem;left:1.125rem;overflow:hidden;display:block; }
#fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:17.54295625rem;font-style:italic;display:block; }
#NCwc1k7UhMTWkrTl9kDiV5RfBagKxOLa { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:17.875rem;top:1.625rem;left:38.9375rem;overflow:hidden;display:block; }
#RMtwHh4Uud9c1att8nzdcEFMFz1LLU2L { position:absolute;display:block;z-index:100017;height:31.8125rem;width:18.3125rem;top:7.7919921875rem;left:38.442196531792rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { top:2.125rem;left:18.5rem;width:12.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { top:34.875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:12rem;height:3.4375rem;top:27.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:47.75rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { top:10.875rem;left:0rem;width:31.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { width:47.75rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqSDfwTdnmh4QSkNIxMK8HrcFqb1cHm6 { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AktuU4i4y6wbSLmn6d6sDTQTc4nZO3cH { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kefLXXbCIFizkdlvrrcEdIyIX6tZgGbZ { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiutrsZLgBborlbho2IuUso82uE5aZIF { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVv5GMFMKLTU7SevUXBK78I8UI2N9Tp8 { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvU87idrbJimceI3heG1DBSImQNuUUyE { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNLogKsllGFdRgHnaTLR66Em9sslwn00 { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCUrdamEmiGzd62TqkqRhdm8TIEVqpBO { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xf9HQCeqU7Qr5pWA1EESZxHinlTQvT { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCm0N801qn3o9LBaRzy3ynynlAiHQclH { display:block; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container { width:47.75rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkqXam5QQCuQGAaEcoPwEqczI2mAoUed { width:6.875rem;height:6.875rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNvmqkQvCITot2rI8LND2XJxvo4RlL5e { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnX4vhUamTsPLdTZl6DKK4BAOqUzhrFZ { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRklfbLm3RmewxqVs5KBfmH33gSuNE7Z { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJxAatmQTsEqB2Rit4HeIZsnIU6AyO3 { top:9.0625rem;left:3.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukctiaEuQdUcsTiMZcT55nJ5saBmuh2S { top:9.0625rem;left:0rem;width:8.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnZ9WA5ZH3UFl7VTBQlTAa8tvHTgQ5F { top:9.5rem;left:16.6875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru3b8rnAb5kp0PqUcHynPP3cC8v7VO5H { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHHLcxtdLbd18fxtV2dB68MMP5srMZb { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czvLKPdvTc0eOqmIHsDnR0C5tBgtn6T6 { top:9.625rem;left:28.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexk1NrNh4NLMGqxGDaKHqMv1SytHFx5 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxn2qJTO3e9oyNfPV8C06EsZoQNuO5ts { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoc6Z4VRPnpIlrGOuhDIWKx3mMCVAZsX { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a43LTSSNQ6dQlfl39WIpUrRSnIMs4ZW6 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntfL4D9R320KL2lmC51HUpo2fyWhhDsQ { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5JHJKcfVeJabAByFRNhxNiDK4t4Xp5p { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cvE0zNHO5XvLZiIMlmP1VqHOISW15M { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOI3HhPNIg3s20V6oxkJNB8KqipirrE { width:10.25rem;height:3rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSoBPF7lOZ8CG3mJZmSqGpfEGcxUbGb { width:11.125rem;height:15.9375rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6eH7VF3ITWCSw0sRbHbTIonZTAxPwwt { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMf0fdzFprEicZSFatpeIctwWI8FxzKT { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTJkbHZHbvQNEQpcFg5LU4gCMvwiKnt { width:10.25rem;height:3rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2BZZrBzpNs5ZoxHpl95Rcmms81leEw4 { width:10.25rem;height:3rem;top:10.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7vzCgPulp9m6mQL7QIe9wnCTkU9RlOQ { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsl3D8CGD6lbUC8s4GHaOqCchTZ8KLTD { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP10NUeT0FTRTCzQppsMSZyx1CpUGWN8 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKLUym6TrCMv8Mn5WTG5IZD6oNbMP5o { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJpW6E5J8toBmkf6NWveZA0ZRBAqy0zW { top:22.625rem;left:27.625rem;width:8.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnIu6gbOCnhPRlVHPJho3x8ohzG1LUuz { top:22.625rem;left:4.125rem;width:7.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdPkRDDA7WMrfnobLpTAysV5mOMybVB { top:22.4375rem;left:15.4375rem;width:8.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25i1NkpzPQmrJmfWFewmZG2DrvtKlVk { top:23rem;left:39.4375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNPOzH41AZcK2lvRBgoXR4JPIJL4fs1 { top:22rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDxovyu2zlIbDidpbhxwNy8nmUvn1qeT { top:9.125rem;left:38.8125rem;width:8.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4cxKvqcO1qpNeIS9J3dql65BtuXoFx { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViGSDInSyo5oJZJFcwz71cUQgKqW3bkD { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiUgAUBn9M22JdDT7ZPFdybwyWHJqbRF { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1vRUdkCP7LDQiSeFMzWbv104Efva6Fv { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTBE76OptiKXwIZMPsJxQQTEeNcXuk1O { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbQTOXb2Ft91AFiGSXE3Ls67ZnOrBhPx { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgbeLIKltqDPpaI2MNtABi3k9xQvquR3 { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTT4Ich8DRP5KpqktoZsnsOLCnItht2t { width:11.125rem;height:15.9375rem;top:0rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { width:20.625rem;height:39.6875rem;top:6.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { width:36.25rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTTURwCmHO7DXRUz9V0hRzvqw2gf1tTI { top:4.6875rem;left:0rem;width:24.875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { top:25.6875rem;left:0rem;width:31.375rem;height:17.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCwc1k7UhMTWkrTl9kDiV5RfBagKxOLa { top:1.625rem;left:29.875rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMtwHh4Uud9c1att8nzdcEFMFz1LLU2L { top:7.75rem;left:29.4375rem;width:18.3125rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f638f23-5fe9-490d-a4a5-654191dcf2ac/doctor_27.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { width:7.5rem;height:6.375rem;top:0.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { width:20rem;height:9.4238125rem;top:12.25rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:8.75rem;height:2.125rem;top:26.3125rem;left:5.625rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:18.75rem;height:2.03125rem;top:1.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:16.5rem;height:3.8994125rem;top:3.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { width:18.375rem;height:19.59375rem;top:21.15625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { width:19.875rem;height:12.5rem;top:56.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { top:8.0625rem;left:0rem;width:20rem;height:12.5625rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HqSDfwTdnmh4QSkNIxMK8HrcFqb1cHm6 { width:2.375rem;height:2.375rem;top:42.3125rem;left:1.1875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #AktuU4i4y6wbSLmn6d6sDTQTc4nZO3cH { width:2rem;height:2.375rem;top:42.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kefLXXbCIFizkdlvrrcEdIyIX6tZgGbZ { width:2.375rem;height:2.375rem;top:46.4375rem;left:1.1875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #FiutrsZLgBborlbho2IuUso82uE5aZIF { width:2rem;height:2.375rem;top:46.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CVv5GMFMKLTU7SevUXBK78I8UI2N9Tp8 { width:12.5625rem;height:1.13720625rem;top:43.0625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mvU87idrbJimceI3heG1DBSImQNuUUyE { width:10.5625rem;height:2.2744125rem;top:46.5rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rNLogKsllGFdRgHnaTLR66Em9sslwn00 { width:14.0625rem;height:3.41161875rem;top:50.1875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MCUrdamEmiGzd62TqkqRhdm8TIEVqpBO { width:2.375rem;height:2.375rem;top:50.5625rem;left:1.1875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #s8xf9HQCeqU7Qr5pWA1EESZxHinlTQvT { width:2rem;height:2.375rem;top:50.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.9;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eCm0N801qn3o9LBaRzy3ynynlAiHQclH { display:block; }#eCm0N801qn3o9LBaRzy3ynynlAiHQclH > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkqXam5QQCuQGAaEcoPwEqczI2mAoUed { width:4.375rem;height:4.375rem;top:11.96875rem;left:0.875rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #bNvmqkQvCITot2rI8LND2XJxvo4RlL5e { width:11.3125rem;height:1.3125rem;top:7.25rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LnX4vhUamTsPLdTZl6DKK4BAOqUzhrFZ { width:10.875rem;height:1.3125rem;top:13.5rem;left:6.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #bRklfbLm3RmewxqVs5KBfmH33gSuNE7Z { width:11.4375rem;height:2.625rem;top:19.03125rem;left:6.125rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyJxAatmQTsEqB2Rit4HeIZsnIU6AyO3 { width:6.625rem;height:6.625rem;top:10.84375rem;left:0rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #ukctiaEuQdUcsTiMZcT55nJ5saBmuh2S { width:6.5625rem;height:6.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEnZ9WA5ZH3UFl7VTBQlTAa8tvHTgQ5F { width:5.5625rem;height:5.5625rem;top:17.5625rem;left:0.4375rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #ru3b8rnAb5kp0PqUcHynPP3cC8v7VO5H { width:20rem;height:5.5625rem;top:5.15625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #axHHLcxtdLbd18fxtV2dB68MMP5srMZb { width:11.5rem;height:2.625rem;top:25.15625rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #czvLKPdvTc0eOqmIHsDnR0C5tBgtn6T6 { width:5.25rem;height:5.25rem;top:23.78125rem;left:0.75rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #xexk1NrNh4NLMGqxGDaKHqMv1SytHFx5 { width:20rem;height:5.5625rem;top:11.375rem;left:0rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #Cxn2qJTO3e9oyNfPV8C06EsZoQNuO5ts { width:20rem;height:2.11230625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoc6Z4VRPnpIlrGOuhDIWKx3mMCVAZsX { width:11.5rem;height:1.3125rem;top:31.9375rem;left:6.1875rem;font-size:0.875rem;z-index:100048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#00a2ff;display:block; }
 }@media only screen and (max-width: 763px) { #a43LTSSNQ6dQlfl39WIpUrRSnIMs4ZW6 { width:8.75rem;height:11.9375rem;top:101.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #ntfL4D9R320KL2lmC51HUpo2fyWhhDsQ { width:8.75rem;height:11.9375rem;top:137rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #I5JHJKcfVeJabAByFRNhxNiDK4t4Xp5p { width:8.75rem;height:11.9375rem;top:172.75rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #w7cvE0zNHO5XvLZiIMlmP1VqHOISW15M { width:7rem;height:1.3125rem;top:57rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #XBOI3HhPNIg3s20V6oxkJNB8KqipirrE { width:11.75rem;height:2.625rem;top:43.6875rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #fiSoBPF7lOZ8CG3mJZmSqGpfEGcxUbGb { width:8.75rem;height:11.9375rem;top:56.125rem;left:5.625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #N6eH7VF3ITWCSw0sRbHbTIonZTAxPwwt { width:8.75rem;height:11.9375rem;top:78.875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #WMf0fdzFprEicZSFatpeIctwWI8FxzKT { width:8.75rem;height:11.9375rem;top:114.25rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #GBTJkbHZHbvQNEQpcFg5LU4gCMvwiKnt { width:9.3125rem;height:2.625rem;top:37.3125rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #O2BZZrBzpNs5ZoxHpl95Rcmms81leEw4 { width:6.75rem;height:0;top:35.375rem;left:9.1875rem;font-size:0.875rem;z-index:100046;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u7vzCgPulp9m6mQL7QIe9wnCTkU9RlOQ { width:11.375rem;height:2.625rem;top:50.15625rem;left:6.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #lsl3D8CGD6lbUC8s4GHaOqCchTZ8KLTD { width:8.75rem;height:11.9375rem;top:150.1875rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #qP10NUeT0FTRTCzQppsMSZyx1CpUGWN8 { width:8.75rem;height:11.9375rem;top:196.0625rem;left:5.625rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #taKLUym6TrCMv8Mn5WTG5IZD6oNbMP5o { width:11.4375rem;height:1.3125rem;top:63.375rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #qJpW6E5J8toBmkf6NWveZA0ZRBAqy0zW { width:6.25rem;height:6.1875rem;top:48.25rem;left:0.4375rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #VnIu6gbOCnhPRlVHPJho3x8ohzG1LUuz { width:5.8125rem;height:5.75rem;top:42.0625rem;left:0.25rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #tSdPkRDDA7WMrfnobLpTAysV5mOMybVB { width:6.5rem;height:6.4375rem;top:29.40625rem;left:0.25rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #b25i1NkpzPQmrJmfWFewmZG2DrvtKlVk { width:6.25rem;height:6.25rem;top:60.90625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNPOzH41AZcK2lvRBgoXR4JPIJL4fs1 { width:6.4375rem;height:6.4375rem;top:35.40625rem;left:0.3125rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #PDxovyu2zlIbDidpbhxwNy8nmUvn1qeT { width:7.25rem;height:7.1875rem;top:54.0625rem;left:0rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #HR4cxKvqcO1qpNeIS9J3dql65BtuXoFx { width:20rem;height:5.5625rem;top:17.5625rem;left:0rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #ViGSDInSyo5oJZJFcwz71cUQgKqW3bkD { width:20rem;height:5.5625rem;top:23.6875rem;left:0rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #OiUgAUBn9M22JdDT7ZPFdybwyWHJqbRF { width:20rem;height:5.5625rem;top:29.8125rem;left:0rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #g1vRUdkCP7LDQiSeFMzWbv104Efva6Fv { width:20rem;height:5.5625rem;top:35.96875rem;left:0rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #gTBE76OptiKXwIZMPsJxQQTEeNcXuk1O { width:20rem;height:5.5625rem;top:42.21875rem;left:0rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #tbQTOXb2Ft91AFiGSXE3Ls67ZnOrBhPx { width:20rem;height:5.5625rem;top:48.53125rem;left:0rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #RgbeLIKltqDPpaI2MNtABi3k9xQvquR3 { width:20rem;height:5.5625rem;top:54.875rem;left:0rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT4Ich8DRP5KpqktoZsnsOLCnItht2t { width:20rem;height:5.5625rem;top:61.25rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { width:18.625rem;height:38.875rem;top:31.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { top:5rem;left:14.25rem;width:5.75rem;height:5.4375rem;z-index:100013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sTTURwCmHO7DXRUz9V0hRzvqw2gf1tTI { width:13.8125rem;height:11.625rem;top:0rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { width:19.25rem;height:13.72999375rem;top:11.625rem;left:0.375rem;font-size:0.8125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #NCwc1k7UhMTWkrTl9kDiV5RfBagKxOLa { width:17.875rem;height:3.125rem;top:27.375rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RMtwHh4Uud9c1att8nzdcEFMFz1LLU2L { width:18.3125rem;height:31.8125rem;top:71.5625rem;left:0.8125rem;display:block; }
 }