.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08c52f34-4ef9-4491-b94d-619db4e93dad/Surgery1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { position:absolute;display:block;z-index:15005;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:29.25rem;width:24.1875rem;top:13.3125rem;left:35.8125rem;display:block; }
#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.8125rem;left:1.5rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.75rem;left:0.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { 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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.9375rem;left:8.25rem;display:block; }
#GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ikbcKApi/_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:15.75rem;left:38.5rem;display:block; }#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.adaptive-delivery-prevent-bg, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyload, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyloading { background-image: none; }
#RSeQfAQweMO203CPA49wJASGO2CudacX { color:#494949;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:47.875rem;height:2.03125rem;font-style:normal;display:block; }
#rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { color:#494949;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.125rem;left:47.875rem;height:1.3rem;font-style:normal;display:block; }
#WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:25.5625rem;left:38.562501907349rem;display:block; }
#ZKACGUGomWmSlFToDKGCiWqfNw99585A { color:#1fd3c5;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.125rem;left:39rem;height:1.625rem;font-style:normal;display:block; }
#G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:29.8125rem;left:38.5rem;display:block; }
#IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { color:#252525;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.25rem;left:40.9375rem;height:1.3rem;font-style:normal;display:block; }
#bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { color:#252525;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.5625rem;left:40.8125rem;height:1.21875rem;font-style:normal;display:block; }
#zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:32.1875rem;left:38.5rem;display:block; }
#kzpxOl34z5BoMiicafsCsWVmmTCRky7W { background-color:#0f539c;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.1875rem;left:37.8125rem;display:block; }
#JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:20rem;top:1rem;left:8.6875rem;overflow:hidden;display:block; }
#auuDI64KIOV2UUF0moCO25J5uGASS9hi { color:#252525;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.25rem;left:40.8125rem;height:1.21875rem;font-style:normal;display:block; }
#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:2.5rem;display:block; }
#TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { position:absolute;display:block;z-index:15001;background-color:#edf1f3;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:3.375rem;display:block; }
#BMKOAwBkG6OnnJJDXSt4io5pCsGJTwmA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.125rem;top:17.375rem;left:7.4375rem;overflow:hidden;display:block; }
#u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { position:absolute;display:block;z-index:15002;background-color:#0f539c;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.4375rem;left:12.9375rem;display:block; }
#kipEPFMAavadaipAJmTvT434r4SxpKs4 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:13.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { color:#494949;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:0rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGgJFvJtSwMym11C33GUniR37mMhHvID { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.5rem;left:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:34.5rem;left:20rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29rem;left:20rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:22.5rem;display:block; }
#MFZrILwbbamWnBKyPouosAvzXpIdFN9h { position:absolute;display:block;z-index:15008;background-color:#edf1f3;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:23.375rem;display:block; }
#EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.3125rem;top:17.0625rem;left:27.375rem;overflow:hidden;display:block; }
#xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { position:absolute;display:block;z-index:15009;background-color:#0f539c;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.6875rem;left:32.9375rem;display:block; }
#mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5rem;left:33.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { color:#7f7e7e;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:34.5rem;left:40rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { color:#494949;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29rem;left:40rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #edf1f3;border-left:0.0625rem solid #edf1f3;border-right:0.0625rem solid #edf1f3;border-bottom:0.0625rem solid #edf1f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:12.125rem;left:42.5rem;display:block; }
#MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { position:absolute;display:block;z-index:15015;background-color:#edf1f3;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.3125rem;width:13.3125rem;top:13rem;left:43.375rem;display:block; }
#r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.3125rem;top:17.0625rem;left:47.375rem;overflow:hidden;display:block; }
#xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { position:absolute;display:block;z-index:15016;background-color:#0f539c;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 0.625rem rgba(60,60,60,0.32) ;height:4.8125rem;width:4.8125rem;top:11.4375rem;left:52.9375rem;display:block; }
#kGlMFip0u3ALet0TlIGp5c5e1unOU33b { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.375rem;left:53.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { color:#252525;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:8.9375rem;left:0rem;height:16.99221875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0a7172fc-e5db-47dd-83e3-5819f353ab0e/20250304143122.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24.1875rem;width:26.1875rem;top:9.375rem;left:33.875001907349rem;display:block; }#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.adaptive-delivery-prevent-bg, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyload, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyloading { background-image: none; }
#IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.0625rem;left:5.625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.3125rem;left:5.6875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { color:#494949;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:29.4375rem;left:5.625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:31.25rem;left:2.75rem;display:block; }
#Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { color:#494949;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:31.5625rem;left:5.6875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:29.099889755249rem;left:2.75rem;display:block; }
#sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:26.974609375rem;left:2.75rem;display:block; }
#eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { box-sizing:content-box;color:#0f539c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:24.724609375rem;left:2.75rem;display:block; }
#VlBomsSZLLKR8IofCtnmqd7zDMvtcwB8 { color:#252525;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:28.3125rem;left:16.78125rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:60rem;position:relative;display:block; }#uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { background-color:#0f539c;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.933160781861rem;left:21.5rem;display:block; }
#CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { position:absolute;display:block;z-index:15012;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:7.4375rem;width:19rem;top:2.3125rem;left:20.75rem;display:none; }
#VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.185763835907rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qy7JX3iqux5BHXetKFU896NbyO3gA0vy { z-index:14996;top:9.625rem;left:0.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:block; }
#RogksLqO45LeMnT7nbbhckxutdERlbJw { color:#494949;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { z-index:15001;top:9.6875rem;left:20.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { z-index:15002;top:9.6875rem;left:40.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { z-index:14995;top:19.874990463257rem;left:0.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { z-index:14994;top:19.8125rem;left:20.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { z-index:14993;top:19.8125rem;left:40.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:block; }
#UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:42.4375rem;overflow:hidden;display:block; }
#ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { color:#494949;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:46.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:block; }
#Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:22.4375rem;overflow:hidden;display:block; }
#X4gToNnnhTJo7savhieErN01F2VzkgGA { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.75rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H56RW679tQn1DhTKwnTQzPFMO47wy9OX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:42.4375rem;overflow:hidden;display:block; }
#HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.6875rem;left:46.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DwSufisTs5pnceSX4TpRATNN0U0bII2P { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#E2rKppPFO3oIly37l7DUe42NcOLT361d { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.59375rem;left:26.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:22.4375rem;overflow:hidden;display:none; }
#DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:none; }
#c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:11.875rem;left:2.25rem;overflow:hidden;display:none; }
#pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:none; }
#BLFACqObzLsXmeeic2tpemCPTNxdTtOX { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mfydF3LucaBh3pVddzXCAmO5XXkZ691o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:22rem;left:2.25rem;overflow:hidden;display:none; }
#UPc7H8ePlFOAW44FqG46LT2TefppRb8y { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { color:#494949;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.75rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zRpywtETGznEDyO3vCgGsxyi9W74zwem { color:#494949;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { z-index:15038;top:9.625rem;left:0.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { z-index:15039;top:9.6875rem;left:20.5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { z-index:15040;top:9.625rem;left:40.5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { z-index:15042;top:19.842872619629rem;left:20.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { z-index:15043;top:19.78125rem;left:40.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:4.375rem;left:31.625rem;display:none; }
#GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTz8PKfHWyl95ELFrrgT9gteSMFC8GEg { z-index:14996;top:29.75rem;left:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gS9TmMMHqTx7ZqlJf9pTfBTn3gUClQLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#im1esTPT7KWXXrmFQNJuEgMMx75xikMI { color:#494949;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.9375rem;left:6rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AZnwyoNSUCcwaSBaXC8P7P2nEU4U8Lu2 { z-index:14998;top:29.75rem;left:20.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTJ3U1SmyCGJ9iIRzkztVv2G0sw3iMGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHNBmiidlAMirzlBgl5Sa1pa4SWuGulX { color:#494949;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:32.75rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezDRwZdU7k7hGf5XJ8SERwRSht2kHZkf { z-index:15000;top:29.75rem;left:40.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Dd4orkQDCZFTBGwHX365cOxefzp7ahso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOafxOfasEC9DIgfLw0TwQd8stZfXqpf { color:#494949;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.75rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toyorHFzTFKbqWdHC4Fqb3zn5fJc7BRQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:32rem;left:2.25rem;overflow:hidden;display:block; }
#IlKhGpPFgTEBNzvnuUoeAv2EEeWkaFbM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:32rem;left:22.4375rem;overflow:hidden;display:block; }
#PFUnsq4FhxkBc1SFCF1murlfqv3DPVCe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:32rem;left:42.4375rem;overflow:hidden;display:block; }
#Pb81DSe0DhCmX0kAFtQN7flqFcwpUHcB { z-index:15045;top:29.71875rem;left:20.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EWiSBdhXTXdkEtOFmRnt4NLnbIsJ5ufN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohr72XQXcdlfGmsVTKVdJz5qL3WzAtq5 { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iImOnLG5QxxwaM7U3xvrkFAVdnhweS10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qb1hL8PKD0TREwhRQpaONZQDzWipcGxC { z-index:15045;top:29.71875rem;left:0.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:7.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ISDuwhBbLJ0TMw9D9PtQi4oRoPeLaxUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2w0KU02pQ0274rS2gC2p5xmpeygJq7d { z-index:14997;top:39.749356269836rem;left:20.468753814698rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.561875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yAqyuH4PpppirMmLtN3mLeFmm58MfMwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTWwA8FCCSWtUGXHTmWUWgHUo0H7bTxh { color:#494949;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.731109619141rem;left:26.351566314698rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eAWgiF0n2FMrTzkvr9etCzbnDDgqUreA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06206875rem;width:3.06206875rem;top:41.998687744141rem;left:22.437068939209rem;overflow:hidden;display:block; }
#zVtNdsDAV77MRgZbBtAbsW1ZBZSmm4IU { z-index:15046;top:39.717883586884rem;left:20.375434875488rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.2480625rem;height:7.6248125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IklTcMeCzulSoz9GGfk7pwXHxEKmX9ZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R46ASXyIu1e4BSnRErft5mlpGt2E0Waa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:42rem;left:42.125rem;overflow:hidden;display:block; }
#V6zUqnDoopEBS12T5QdyR1iAS8M0Lkvp { color:#494949;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.9375rem;left:46.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sU583Prwq2LT3UNHpevfLZkeOU37buud { z-index:15000;top:39.75rem;left:40.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uLvlgvP3D8yOwVf9MpT05UAisAQMftzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8LGdxbZcVgrUQ30FwqC1i0blM2kVoNF { z-index:15047;top:39.653869628906rem;left:40.437282562256rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.124375rem;height:7.7495625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jou48ppV0CFAbxgp0cAPwO6TiL9LTXBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0Cvs94LaIU2QZqlleGTQJRdd5JCw5KJ { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ff2HNs0Pdkx3GQtqkpvfh1TIbDoITxPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phnIkTOGDWPUBplMOl8uFsoFr240zzDe { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NF4sTW7SO9T8LS3fpaEuOlGXdJ5Rvh8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTcrsWn91zeDQGpropaoDxns5MGhka0J { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Be0JTbFa9PgUvRC1bzNvbdLMe1sRCFlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7fwUxQA7MosMie8v9SGnSlwaD7g62kq { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ShWKJTQ2xMdEIZmzn3zzFcDfTT50Du6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mafxGQpUku4T9Qb0bk7UtCfkfc3tKKLt { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#pHcXD6TNB7S49rg01lyfuN8IaMyHsdzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfSRRq3Qi4U0go8FosiC3xEENa20KOXF { z-index:15046;top:29.75rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VRucNw9wPmS2zEnHSzhqJ2RUxXTEgW9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMHHKVdqIgMZU4a8KaeOuWitBwHyP6WP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:41.875rem;left:2.375rem;overflow:hidden;display:block; }
#uuWlHkF4EpT9eGB4hHdV9RrZTQI9nISs { color:#494949;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.5625rem;left:6.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTxzLtmf08F4BkWw3iXLoB4lrAAfu6WV { z-index:15006;top:39.75rem;left:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.3125rem #72767b ;box-sizing:border-box;color:#72767b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:7.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RFJoIhhVekyPa8DxP0ziKIdtJquPXevk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWCOOuvQvaTscMP5wbig4rlnnEkTtkeK { z-index:15048;top:39.654954910278rem;left:0.43619918823242rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.124375rem;height:7.7495625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ELwhvEZgGu7Lorl1TczApNtJUp9MkwAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X76HPeILKST8pWvbI7movCZliT1pTa6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { background-color: transparent; background-image: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container > .video-iframe-container { display: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container { display: none; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .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); }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { border-width: 0; border-radius: 0; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { color:#252525;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:8.375rem;left:0.125rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX { color:#252525;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:19.0625rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX li:before{  }
#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DqOeGJL3/_1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:26.3125rem;width:29.25rem;top:8.375rem;left:30.375rem;display:block; }#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.adaptive-delivery-prevent-bg, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyload, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyloading { background-image: none; }
#Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { background-color:transparent;background-image:none;border-top:0.0625rem solid #0f539c;border-left:0.0625rem solid #0f539c;border-right:0.0625rem solid #0f539c;border-bottom:0.0625rem solid #0f539c;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37rem;left:5.3125rem;display:block; }
#SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { background-color: transparent; background-image: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container > .video-iframe-container { display: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container { display: none; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .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); }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { border-width: 0; border-radius: 0; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#iEy9ecBdwuChp6XRzT30vU1ZS0n396OX { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i9bLmBrx/_3.png");background-position:center 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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:20.5rem;width:29.25rem;top:10.125rem;left:0.375rem;display:block; }#iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.adaptive-delivery-prevent-bg, #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.lazyload, #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.lazyloading { background-image: none; }
#lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { color:#494949;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.5625rem;height:3.25rem;font-style:normal;display:block; }
#BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { color:#252525;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:9.8125rem;left:31.5625rem;height:6.796875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { color:#252525;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:17.249328613281rem;left:33.218318939209rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
#JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.1875rem;left:35.3125rem;display:block; }
#KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { background-color: transparent; background-image: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container > .video-iframe-container { display: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container { display: none; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .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); }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { border-width: 0; border-radius: 0; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:9.875rem;left:0rem;height:18.691375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { color:#252525;display:block;width:26.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:29.435798645019rem;left:1.6861991882324rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/H4DbeyGl/Sudynna_468x540.jpg");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:32.625rem;width:29.25rem;top:10.249572753906rem;left:30.374355316162rem;display:block; }#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.adaptive-delivery-prevent-bg, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyload, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyloading { background-image: none; }
#zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.749797821045rem;left:5.3125rem;display:block; }
#pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { background-color: transparent; background-image: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container > .video-iframe-container { display: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container { display: none; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .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); }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { border-width: 0; border-radius: 0; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { color:#494949;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.75rem;height:3.25rem;font-style:normal;display:block; }
#oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:9.9375rem;left:31.6875rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#KMBJMObs753190rU3abh8PHOpeTUJrKW { color:#252525;display:block;width:24.6245625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:20.873483657837rem;left:33.404949188233rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HGQmWdRC/Plastychna_468x460.jpg");background-position:top center !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:26rem;width:29.25rem;top:10.186614990234rem;left:0.3125rem;display:block; }#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.adaptive-delivery-prevent-bg, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyload, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyloading { background-image: none; }
#zK3yUVavPNarVifWydvkVq1wOHBrDiWO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.310983657837rem;left:36.029735565186rem;display:block; }
#fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b26rvAnaE75TpKD7BAOxvGccvkbChOxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { background-color: transparent; background-image: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container > .video-iframe-container { display: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container { display: none; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .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); }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { border-width: 0; border-radius: 0; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;position:relative;display:block; }#Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:10.375rem;left:0rem;height:22.089875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { color:#252525;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:32.8125rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
#xAUH46du50cTPIbmEq3srD2fMnlLa1dS { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4xsdpgXp/Onkohirurgia_468x729.jpg");background-position:bottom center !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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:36.9375rem;width:29.25rem;top:10.6875rem;left:30.375rem;display:block; }#xAUH46du50cTPIbmEq3srD2fMnlLa1dS.adaptive-delivery-prevent-bg, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyload, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyloading { background-image: none; }
#VG4erIoklOEPu53TUimTQI0ylMPRoKHo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:50.0625rem;left:5.3125rem;display:block; }
#cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { background-color: transparent; background-image: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container > .video-iframe-container { display: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container { display: none; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .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); }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { border-width: 0; border-radius: 0; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CsWCtHLR/OdnogoDnia_468x636.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:15.8125rem;width:29.25rem;top:9.59375rem;left:0.375rem;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.adaptive-delivery-prevent-bg, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyload, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyloading { background-image: none; }
#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { color:#252525;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:18.25rem;left:32.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
#TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:9rem;left:31.375rem;height:8.496125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { color:#494949;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.1875rem;left:31.3125rem;height:3.25rem;font-style:normal;display:block; }
#X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.8125rem;left:35.3125rem;display:block; }
#XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container { background-color: transparent; background-image: none; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container > .video-iframe-container { display: none; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row > .video-iframe-container { display: none; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .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); }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container { border-width: 0; border-radius: 0; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:block; }#ON1d7OSxHr8xfoK2xkET3dAsPSTcWN1I { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#T5upGWChdWTy2vWOSpN3MlXVlowPNiwf { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:9.9375rem;left:0rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 { color:#252525;display:block;width:26.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:21.124101638794rem;left:1.6547317504882rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 li:before{  }
#PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cjqIeVpw/Ortopedia_468x591.jpg");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:36.375rem;width:29.25rem;top:10.06184387207rem;left:30.374355316162rem;display:block; }#PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.adaptive-delivery-prevent-bg, #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.lazyload, #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.lazyloading { background-image: none; }
#dDlz5hwcwSGU5uzUDZG0fcfAD58T6CUy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:49.3125rem;left:5.3125rem;display:block; }
#rTOVs6s7i20Ju3Inn5HgOezzbNtgSzQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container { background-color: transparent; background-image: none; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container > .video-iframe-container { display: none; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row > .video-iframe-container { display: none; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .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); }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container { border-width: 0; border-radius: 0; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ { color:#252525;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:16.9375rem;left:33.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ li:before{  }
#TvJgGXA6Dgc22S4Ec6IZD38gBITl9Mis { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:9.1875rem;left:31.6875rem;height:6.796875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#zRKpeWkVzJ4K3tPfoU33TKma4hQamyKS { color:#494949;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.625rem;height:3.25rem;font-style:normal;display:block; }
#OuNsmeXiuweuJmKhwKs0nAa2fT1y9FdK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.875rem;left:35.3125rem;display:block; }
#HoAGP4pEsRtovTsySJbebPIJLbF6dft8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owRl1gAFtiaDenTZOKSK0oUgGemGkZyX { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OblIFwSE/Urologia_468x301.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:22.375rem;width:29.25rem;top:9.375rem;left:0.375rem;display:block; }#owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.adaptive-delivery-prevent-bg, #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.lazyload, #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.lazyloading { background-image: none; }
#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container { background-color: transparent; background-image: none; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container > .video-iframe-container { display: none; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row > .video-iframe-container { display: none; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .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); }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container { border-width: 0; border-radius: 0; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#m2X6aGm7TyvNzDrgsTRfAIql1KPpJPkM { color:#494949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#d2OT4UrkBzIRxKCXButfJOc69IQv24f2 { color:#252525;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0rem;height:6.796875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l { color:#252525;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:17.6875rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l li:before{  }
#cESlhP4mLm6ZZU66CegCCA9ibWckGuBw { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WF4ESNSu/Proktologia_468x374.jpg");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:23.375rem;width:29.25rem;top:9.9375rem;left:30.375rem;display:block; }#cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.adaptive-delivery-prevent-bg, #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.lazyload, #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.lazyloading { background-image: none; }
#kqfyIuS9I5ShHloqrRZxwmz51n7m9CeN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36rem;left:4.4375rem;display:block; }
#gG2XZLCTDunQDGsV9VDTygw52WkCybO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container { background-color: transparent; background-image: none; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container > .video-iframe-container { display: none; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row > .video-iframe-container { display: none; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .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); }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container { border-width: 0; border-radius: 0; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;position:relative;display:block; }#kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA { color:#252525;display:block;width:24.749375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:20.17578291893rem;left:33.467884063721rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA li:before{  }
#LfsowCbk7zOGJx5CR5HrO4qVTTEh7XPQ { color:#252525;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:9.1875rem;left:31.6875rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#V6tyPQJEv4b2UhXP0KE4V1pJfSfEmk9S { color:#494949;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.625rem;height:3.25rem;font-style:normal;display:block; }
#X7WzhEPLqKNHLRaFQz33UBTBfLAtsI0a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:58.059865713119rem;left:36.154514312744rem;display:block; }
#X9blxMMbHoHx7HPgTGOSDUfHtipo0fVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/33meKUZ7/_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:45.375rem;width:29.25rem;top:9.7491455078125rem;left:0.37413215637207rem;display:block; }#twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.adaptive-delivery-prevent-bg, #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.lazyload, #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.lazyloading { background-image: none; }
#y0zBwD2ZKOozMkhOvwHCdJcAXotU6qvD { color:#252525;display:block;width:28.3105625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:36.857606649399rem;left:31.688373565674rem;height:18.691375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container { background-color: transparent; background-image: none; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container > .video-iframe-container { display: none; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row > .video-iframe-container { display: none; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .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); }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container { border-width: 0; border-radius: 0; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh { color:#252525;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:25.811614990234rem;left:1.812068939209rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh li:before{  }
#JDyzsD8kTliotSL2FpnL40g3qWe5qmru { color:#252525;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:8rem;left:0rem;height:16.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#R9OTRT34xgeEaPcNMFTR7FV1MSCCEuD9 { color:#494949;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0.0625rem;height:3.25rem;font-style:normal;display:block; }
#pLLFnvUtBBxrAy8esq1sOuDEOylxdtsp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:56.620012283325rem;left:5.3125rem;display:block; }
#HytLXbPXQulyGecHtvrCPFBdMetSyBKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awNnBlGTSCGivPxGd7IrTnhhmRD21m2M { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TuiWF4Or/photo_2021_10_06_17_07_36.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:45.0625rem;width:29.25rem;top:8.373291015625rem;left:30.374134063721rem;display:block; }#awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.adaptive-delivery-prevent-bg, #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.lazyload, #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.lazyloading { background-image: none; }
#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container { background-color: transparent; background-image: none; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container > .video-iframe-container { display: none; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row > .video-iframe-container { display: none; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .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); }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container { border-width: 0; border-radius: 0; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:60rem;position:relative;display:block; }#ebSv51gqnbRuwHI6g12pE0NUoquZe5AA { color:#494949;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:32rem;height:6.5rem;font-style:normal;display:block; }
#FTTKWXPAFc7DivGGRSFMhbAfFDtnIZdL { color:#252525;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:11.625rem;left:32rem;height:23.7890625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DdDFU2XX/_2.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.25) ;height:48.75rem;width:29.25rem;top:12.279724121094rem;left:0.37435150146484rem;display:block; }#B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.adaptive-delivery-prevent-bg, #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.lazyload, #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.lazyloading { background-image: none; }
#pWsSOFipsLGk8OQWksdbr6dN3hWpsTLu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0.0625rem 0.375rem #72767b ;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:64.123268127444rem;left:36.310764312744rem;display:block; }
#kE1g7cCIhVGPuJw54ynApMktQLzpNtnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy { color:#252525;display:block;width:24.6235rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:36.181627273559rem;left:33.687068939209rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy li:before{  }
#hyLGCXWTTO8cNWp5gCEaOFaEhSUlDt4W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:69.659376144406rem;left:36.312501907349rem;display:block; }
#Rap4uIPJ7fMwryncsZIOlswTAEptTBrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pYBAbbJq/1800x768.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:38.25rem;width:24.125rem;top:7.5rem;left:35.875rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0.5625rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:0.5625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { color:#0f539c;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.625rem;left:35.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:15.6875rem;left:38.5625rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0.5625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#0f539c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.6875rem;font-weight:400;color:#494949;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;float:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.02734375rem;left:38.30859375rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:0.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.02734375rem;left:38.30859375rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh { position:relative;z-index:2; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #fgQHTUnO9FywH0Dmk8KT4O6FnptBTRWx { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #i9sQ5SHrhwhT3xrtAMQnxqSPAUEGpTwC { position:relative;display:none; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XsJWbt2wV3ATyL1npZZF2adwMPxy2ZXk { position:relative; }
#XP8oFkR7dZOhHc9u9a3cTn5MCu6P0z4Q { position:relative;display:block; }
#QuNJ78mSDUPIXuaFHSz9xsW5nl0K6tT5 { position:relative;display:block; }
#ptkIm75PND1PsLV06AX3U8PCTb6tTRIx { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { width:24.1875rem;height:29.25rem;top:13.3125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:34.375rem;height:3.875rem;top:23.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:34.375rem;height:2.875rem;top:28.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:17rem;height:3.4375rem;top:34.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { width:8.0625rem;height:8.0625rem;top:15.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeQfAQweMO203CPA49wJASGO2CudacX { width:10.3125rem;height:2rem;top:17.6875rem;left:37.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { width:12.125rem;height:1.25rem;top:20.125rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { width:18.75rem;height:0.125rem;top:25.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKACGUGomWmSlFToDKGCiWqfNw99585A { width:20.125rem;height:1.625rem;top:27.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { width:2rem;height:2.0625rem;top:29.8125rem;left:32.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { width:17.4375rem;height:1.25rem;top:30.25rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { width:17rem;height:1.1875rem;top:32.5625rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { width:2rem;height:2.0625rem;top:32.1875rem;left:32.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpxOl34z5BoMiicafsCsWVmmTCRky7W { width:20.25rem;height:3.375rem;top:37.1875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block; }
 }@media only screen and (max-width: 763px) { #s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { top:1rem;left:2.5625rem;width:20rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auuDI64KIOV2UUF0moCO25J5uGASS9hi { width:17.4375rem;height:1.1875rem;top:34.25rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { width:15.0625rem;height:15.0625rem;top:12.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { width:13.3125rem;height:13.3125rem;top:13rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMKOAwBkG6OnnJJDXSt4io5pCsGJTwmA { width:5.125rem;height:4.9375rem;top:17.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.75rem;top:12.375rem;left:11rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:19.9375rem;height:4.125rem;top:29rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:4.125rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:4.125rem;top:34.5rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:4.125rem;top:29rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { width:15.0625rem;height:15.0625rem;top:12.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZrILwbbamWnBKyPouosAvzXpIdFN9h { width:13.3125rem;height:13.3125rem;top:13rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { width:5.3125rem;height:5.1875rem;top:17.0625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:11.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.625rem;height:2.8125rem;top:12.5rem;left:27rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:4.125rem;top:34.5rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:4.125rem;top:29rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { width:15.0625rem;height:15.0625rem;top:12.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { width:13.3125rem;height:13.3125rem;top:13rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { width:5.3125rem;height:4.9375rem;top:17.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.75rem;top:12.375rem;left:42.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:47.75rem;height:3.25rem;top:2.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:32.0625rem;height:16.875rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { width:26.1875rem;height:24.1875rem;top:9.375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { width:23.5625rem;height:1.4375rem;top:25.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { width:23.5625rem;height:1.4375rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { width:25.875rem;height:1.4375rem;top:29.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { width:2.125rem;height:2.125rem;top:31.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { width:23.5625rem;height:1.4375rem;top:31.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { width:2.125rem;height:2.125rem;top:29.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { width:2.125rem;height:2.125rem;top:26.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { width:2.125rem;height:2.125rem;top:24.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlBomsSZLLKR8IofCtnmqd7zDMvtcwB8 { width:32.0625rem;height:3.375rem;top:28.3125rem;left:10.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { width:17rem;height:3.4375rem;top:50.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block; }
 }@media only screen and (max-width: 763px) { #E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { width:19rem;height:7.4375rem;top:2.3125rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { width:47.75rem;height:3.1875rem;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7JX3iqux5BHXetKFU896NbyO3gA0vy { top:9.625rem;left:0rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block; }
 }@media only screen and (max-width: 763px) { #peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogksLqO45LeMnT7nbbhckxutdERlbJw { width:13.5rem;height:1.625rem;top:12.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { top:9.6875rem;left:12.6875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block; }
 }@media only screen and (max-width: 763px) { #PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { top:9.6875rem;left:28.5625rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block; }
 }@media only screen and (max-width: 763px) { #uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { top:19.8125rem;left:0rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block; }
 }@media only screen and (max-width: 763px) { #J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { top:19.8125rem;left:12.6875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block; }
 }@media only screen and (max-width: 763px) { #WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { top:19.8125rem;left:28.5625rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block; }
 }@media only screen and (max-width: 763px) { #vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { width:3.0625rem;height:3.0625rem;top:11.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { width:13.5rem;height:1.625rem;top:12.625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { width:14rem;height:1.625rem;top:22.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { width:3.0625rem;height:3.0625rem;top:22rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4gToNnnhTJo7savhieErN01F2VzkgGA { width:13.375rem;height:1.625rem;top:22.75rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56RW679tQn1DhTKwnTQzPFMO47wy9OX { width:3.0625rem;height:3.0625rem;top:22rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { width:13.375rem;height:1.625rem;top:22.6875rem;left:34.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwSufisTs5pnceSX4TpRATNN0U0bII2P { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2rKppPFO3oIly37l7DUe42NcOLT361d { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { width:13.4375rem;height:1.625rem;top:12.4375rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { width:13.375rem;height:1.625rem;top:12.5625rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { width:3.0625rem;height:3.0625rem;top:11.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { width:3.0625rem;height:3.0625rem;top:11.875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { width:13.875rem;height:1.625rem;top:35.9375rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLFACqObzLsXmeeic2tpemCPTNxdTtOX { width:14rem;height:1.625rem;top:18.6875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfydF3LucaBh3pVddzXCAmO5XXkZ691o { width:3.0625rem;height:3.0625rem;top:22rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPc7H8ePlFOAW44FqG46LT2TefppRb8y { width:14.375rem;height:1.625rem;top:51.375rem;left:1.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { width:13.375rem;height:1.625rem;top:22.75rem;left:18.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRpywtETGznEDyO3vCgGsxyi9W74zwem { width:13.9375rem;height:1.625rem;top:44.5rem;left:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { top:9.625rem;left:0rem;width:19.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block; }
 }@media only screen and (max-width: 763px) { #n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { top:9.6875rem;left:0rem;width:19.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block; }
 }@media only screen and (max-width: 763px) { #R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { top:9.625rem;left:28.5rem;width:19.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block; }
 }@media only screen and (max-width: 763px) { #RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { top:19.8125rem;left:12.625rem;width:19.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { top:19.75rem;left:28.5625rem;width:19.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block; }
 }@media only screen and (max-width: 763px) { #DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block; }
 }@media only screen and (max-width: 763px) { #cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block; }
 }@media only screen and (max-width: 763px) { #FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block; }
 }@media only screen and (max-width: 763px) { #zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block; }
 }@media only screen and (max-width: 763px) { #LTz8PKfHWyl95ELFrrgT9gteSMFC8GEg { top:29.75rem;left:0rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9TmMMHqTx7ZqlJf9pTfBTn3gUClQLM { display:block; }
 }@media only screen and (max-width: 763px) { #im1esTPT7KWXXrmFQNJuEgMMx75xikMI { width:13.5625rem;height:3.25rem;top:31.9375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnwyoNSUCcwaSBaXC8P7P2nEU4U8Lu2 { top:29.75rem;left:12.6875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ3U1SmyCGJ9iIRzkztVv2G0sw3iMGL { display:block; }
 }@media only screen and (max-width: 763px) { #MHNBmiidlAMirzlBgl5Sa1pa4SWuGulX { width:13.3125rem;height:1.625rem;top:32.75rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezDRwZdU7k7hGf5XJ8SERwRSht2kHZkf { top:29.75rem;left:28.5625rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd4orkQDCZFTBGwHX365cOxefzp7ahso { display:block; }
 }@media only screen and (max-width: 763px) { #LOafxOfasEC9DIgfLw0TwQd8stZfXqpf { width:13.3125rem;height:1.625rem;top:32.75rem;left:34.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyorHFzTFKbqWdHC4Fqb3zn5fJc7BRQ { width:3.0625rem;height:3.0625rem;top:32rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlKhGpPFgTEBNzvnuUoeAv2EEeWkaFbM { width:3.0625rem;height:3.0625rem;top:32rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFUnsq4FhxkBc1SFCF1murlfqv3DPVCe { width:3.0625rem;height:3.0625rem;top:32rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb81DSe0DhCmX0kAFtQN7flqFcwpUHcB { top:29.6875rem;left:12.625rem;width:19.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWiSBdhXTXdkEtOFmRnt4NLnbIsJ5ufN { display:block; }
 }@media only screen and (max-width: 763px) { #ohr72XQXcdlfGmsVTKVdJz5qL3WzAtq5 { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iImOnLG5QxxwaM7U3xvrkFAVdnhweS10 { display:block; }
 }@media only screen and (max-width: 763px) { #qb1hL8PKD0TREwhRQpaONZQDzWipcGxC { top:29.6875rem;left:0rem;width:19.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISDuwhBbLJ0TMw9D9PtQi4oRoPeLaxUz { display:block; }
 }@media only screen and (max-width: 763px) { #v2w0KU02pQ0274rS2gC2p5xmpeygJq7d { top:39.6875rem;left:12.6875rem;width:19.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqyuH4PpppirMmLtN3mLeFmm58MfMwH { display:block; }
 }@media only screen and (max-width: 763px) { #lTWwA8FCCSWtUGXHTmWUWgHUo0H7bTxh { width:13.1875rem;height:1.625rem;top:42.6875rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAWgiF0n2FMrTzkvr9etCzbnDDgqUreA { width:3rem;height:3rem;top:41.9375rem;left:16.249568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtNdsDAV77MRgZbBtAbsW1ZBZSmm4IU { top:39.6875rem;left:12.5625rem;width:19.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IklTcMeCzulSoz9GGfk7pwXHxEKmX9ZD { display:block; }
 }@media only screen and (max-width: 763px) { #R46ASXyIu1e4BSnRErft5mlpGt2E0Waa { width:3rem;height:3rem;top:42rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zUqnDoopEBS12T5QdyR1iAS8M0Lkvp { width:13.4375rem;height:3.1875rem;top:41.9375rem;left:34.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU583Prwq2LT3UNHpevfLZkeOU37buud { top:39.75rem;left:28.5625rem;width:19.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLvlgvP3D8yOwVf9MpT05UAisAQMftzT { display:block; }
 }@media only screen and (max-width: 763px) { #p8LGdxbZcVgrUQ30FwqC1i0blM2kVoNF { top:39.625rem;left:28.5625rem;width:19.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jou48ppV0CFAbxgp0cAPwO6TiL9LTXBa { display:block; }
 }@media only screen and (max-width: 763px) { #h0Cvs94LaIU2QZqlleGTQJRdd5JCw5KJ { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff2HNs0Pdkx3GQtqkpvfh1TIbDoITxPP { display:block; }
 }@media only screen and (max-width: 763px) { #phnIkTOGDWPUBplMOl8uFsoFr240zzDe { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NF4sTW7SO9T8LS3fpaEuOlGXdJ5Rvh8x { display:block; }
 }@media only screen and (max-width: 763px) { #KTcrsWn91zeDQGpropaoDxns5MGhka0J { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Be0JTbFa9PgUvRC1bzNvbdLMe1sRCFlL { display:block; }
 }@media only screen and (max-width: 763px) { #v7fwUxQA7MosMie8v9SGnSlwaD7g62kq { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShWKJTQ2xMdEIZmzn3zzFcDfTT50Du6T { display:block; }
 }@media only screen and (max-width: 763px) { #mafxGQpUku4T9Qb0bk7UtCfkfc3tKKLt { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHcXD6TNB7S49rg01lyfuN8IaMyHsdzM { display:block; }
 }@media only screen and (max-width: 763px) { #QfSRRq3Qi4U0go8FosiC3xEENa20KOXF { top:29.75rem;left:28.5rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRucNw9wPmS2zEnHSzhqJ2RUxXTEgW9h { display:block; }
 }@media only screen and (max-width: 763px) { #IMHHKVdqIgMZU4a8KaeOuWitBwHyP6WP { width:3rem;height:3rem;top:41.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuWlHkF4EpT9eGB4hHdV9RrZTQI9nISs { width:11.9375rem;height:1.5625rem;top:42.5625rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxzLtmf08F4BkWw3iXLoB4lrAAfu6WV { top:39.75rem;left:0rem;width:19.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFJoIhhVekyPa8DxP0ziKIdtJquPXevk { display:block; }
 }@media only screen and (max-width: 763px) { #RWCOOuvQvaTscMP5wbig4rlnnEkTtkeK { top:39.625rem;left:0rem;width:19.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwhvEZgGu7Lorl1TczApNtJUp9MkwAu { display:block; }
 }@media only screen and (max-width: 763px) { #X76HPeILKST8pWvbI7movCZliT1pTa6l { display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { width:47.75rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { width:28rem;height:10rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX { width:26.5625rem;height:;top:19.0625rem;left:0rem;font-size:1rem;display:block; }#A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX li:before{  }
 }@media only screen and (max-width: 763px) { #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { width:29.25rem;height:26.3125rem;top:8.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { width:19.375rem;height:3.4375rem;top:37rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block; }
 }@media only screen and (max-width: 763px) { #DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX { width:29.25rem;height:20.5rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { width:28.5rem;height:3.25rem;top:4.5625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { width:28.4375rem;height:6.625rem;top:9.75rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { width:25.1875rem;height:13.5625rem;top:17.1875rem;left:22.5625rem;font-size:1rem;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
 }@media only screen and (max-width: 763px) { #JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { width:19.375rem;height:3.4375rem;top:33.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block; }
 }@media only screen and (max-width: 763px) { #o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { width:47.75rem;height:3.25rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { width:28.1875rem;height:18.3125rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { width:26.5625rem;height:;top:29.375rem;left:0rem;font-size:1rem;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
 }@media only screen and (max-width: 763px) { #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { width:29.25rem;height:32.625rem;top:10.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { width:19.375rem;height:3.4375rem;top:45.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block; }
 }@media only screen and (max-width: 763px) { #nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { width:27.9375rem;height:3.25rem;top:4.5rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { width:28.3125rem;height:10.125rem;top:9.9375rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBJMObs753190rU3abh8PHOpeTUJrKW { width:24.5625rem;height:15.5625rem;top:20.8125rem;left:23.1875rem;font-size:1rem;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
 }@media only screen and (max-width: 763px) { #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { width:29.25rem;height:26rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3yUVavPNarVifWydvkVq1wOHBrDiWO { width:19.375rem;height:3.4375rem;top:39.25rem;left:26.842235565186rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block; }
 }@media only screen and (max-width: 763px) { #b26rvAnaE75TpKD7BAOxvGccvkbChOxw { display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { width:47.75rem;height:3.25rem;top:4.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { width:28.25rem;height:21.9375rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { width:26.5625rem;height:;top:32.8125rem;left:0rem;font-size:1rem;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
 }@media only screen and (max-width: 763px) { #xAUH46du50cTPIbmEq3srD2fMnlLa1dS { width:29.25rem;height:36.9375rem;top:10.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4erIoklOEPu53TUimTQI0ylMPRoKHo { width:19.375rem;height:3.4375rem;top:50.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block; }
 }@media only screen and (max-width: 763px) { #hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { width:29.25rem;height:15.8125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { width:24.875rem;height:;top:18.1875rem;left:22.875rem;font-size:1rem;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
 }@media only screen and (max-width: 763px) { #TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { width:28.25rem;height:8.3125rem;top:8.9375rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { width:28.125rem;height:3.25rem;top:4.1875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { width:19.375rem;height:3.4375rem;top:27.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block; }
 }@media only screen and (max-width: 763px) { #xHtCJyKhBOchWs3xA6MrHXaXV1Skbult { display:block; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1d7OSxHr8xfoK2xkET3dAsPSTcWN1I { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5upGWChdWTy2vWOSpN3MlXVlowPNiwf { width:28.1875rem;height:10rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 { width:26.5625rem;height:;top:21.0625rem;left:0rem;font-size:1rem;display:block; }#EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 li:before{  }
 }@media only screen and (max-width: 763px) { #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9 { width:29.25rem;height:36.375rem;top:10rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDlz5hwcwSGU5uzUDZG0fcfAD58T6CUy { width:19.375rem;height:3.4375rem;top:49.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOVs6s7i20Ju3Inn5HgOezzbNtgSzQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk { display:block; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ { width:24.5625rem;height:;top:16.875rem;left:23.1875rem;font-size:1rem;display:block; }#xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ li:before{  }
 }@media only screen and (max-width: 763px) { #TvJgGXA6Dgc22S4Ec6IZD38gBITl9Mis { width:28.25rem;height:6.625rem;top:9.125rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKpeWkVzJ4K3tPfoU33TKma4hQamyKS { width:28.125rem;height:3.25rem;top:4.375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNsmeXiuweuJmKhwKs0nAa2fT1y9FdK { width:19.375rem;height:3.4375rem;top:33.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoAGP4pEsRtovTsySJbebPIJLbF6dft8 { display:block; }
 }@media only screen and (max-width: 763px) { #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX { width:29.25rem;height:22.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrAJ6V7TAWZkGPEnvycq8piocKq75hWd { display:block; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2X6aGm7TyvNzDrgsTRfAIql1KPpJPkM { width:47.75rem;height:3.25rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2OT4UrkBzIRxKCXButfJOc69IQv24f2 { width:28.1875rem;height:6.625rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l { width:26.5625rem;height:;top:17.625rem;left:0rem;font-size:1rem;display:block; }#hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l li:before{  }
 }@media only screen and (max-width: 763px) { #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw { width:29.25rem;height:23.375rem;top:9.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfyIuS9I5ShHloqrRZxwmz51n7m9CeN { width:19.375rem;height:3.4375rem;top:36rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2XZLCTDunQDGsV9VDTygw52WkCybO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 { display:block; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA { width:24.6875rem;height:16rem;top:20.125rem;left:23rem;font-size:1rem;display:block; }#kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA li:before{  }
 }@media only screen and (max-width: 763px) { #LfsowCbk7zOGJx5CR5HrO4qVTTEh7XPQ { width:28.25rem;height:10rem;top:9.125rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tyPQJEv4b2UhXP0KE4V1pJfSfEmk9S { width:28.125rem;height:3.25rem;top:4.375rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7WzhEPLqKNHLRaFQz33UBTBfLAtsI0a { width:19.375rem;height:3.4375rem;top:58rem;left:26.967014312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9blxMMbHoHx7HPgTGOSDUfHtipo0fVZ { display:block; }
 }@media only screen and (max-width: 763px) { #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM { width:29.25rem;height:45.375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0zBwD2ZKOozMkhOvwHCdJcAXotU6qvD { width:28.25rem;height:18.3125rem;top:36.8125rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN { display:block; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh { width:26.3125rem;height:;top:25.75rem;left:0rem;font-size:1rem;display:block; }#TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh li:before{  }
 }@media only screen and (max-width: 763px) { #JDyzsD8kTliotSL2FpnL40g3qWe5qmru { width:28.4375rem;height:16.625rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9OTRT34xgeEaPcNMFTR7FV1MSCCEuD9 { width:28.875rem;height:3.25rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLLFnvUtBBxrAy8esq1sOuDEOylxdtsp { width:19.375rem;height:3.4375rem;top:56.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytLXbPXQulyGecHtvrCPFBdMetSyBKy { display:block; }
 }@media only screen and (max-width: 763px) { #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M { width:29.25rem;height:45.0625rem;top:8.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK { display:block; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebSv51gqnbRuwHI6g12pE0NUoquZe5AA { width:28rem;height:6.5rem;top:3.9375rem;left:19.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTKWXPAFc7DivGGRSFMhbAfFDtnIZdL { width:28.125rem;height:23.3125rem;top:11.5625rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z { width:29.25rem;height:48.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWsSOFipsLGk8OQWksdbr6dN3hWpsTLu { width:19.375rem;height:3.4375rem;top:64.0625rem;left:27.123264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7cCIhVGPuJw54ynApMktQLzpNtnh { display:block; }
 }@media only screen and (max-width: 763px) { #Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy { width:24.5625rem;height:;top:36.125rem;left:23.1875rem;font-size:1rem;display:block; }#Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy li:before{  }
 }@media only screen and (max-width: 763px) { #hyLGCXWTTO8cNWp5gCEaOFaEhSUlDt4W { width:19.375rem;height:3.375rem;top:69.625rem;left:27.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rap4uIPJ7fMwryncsZIOlswTAEptTBrR { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.125rem;height:38.25rem;top:7.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:31.25rem;height:3.6875rem;top:15.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:31.3125rem;height:2.5625rem;top:20.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { width:24.0625rem;height:4rem;top:10.625rem;left:23.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0.0625rem;top:15.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:31.25rem;height:2.75rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:auto;top:16rem;left:28.5rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:auto;top:16rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #fgQHTUnO9FywH0Dmk8KT4O6FnptBTRWx {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #i9sQ5SHrhwhT3xrtAMQnxqSPAUEGpTwC {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XsJWbt2wV3ATyL1npZZF2adwMPxy2ZXk {  }
 }@media only screen and (max-width: 763px) { #XP8oFkR7dZOhHc9u9a3cTn5MCu6P0z4Q { display:block; }
 }@media only screen and (max-width: 763px) { #QuNJ78mSDUPIXuaFHSz9xsW5nl0K6tT5 { display:block; }
 }@media only screen and (max-width: 763px) { #ptkIm75PND1PsLV06AX3U8PCTb6tTRIx { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08c52f34-4ef9-4491-b94d-619db4e93dad/Surgery1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryTsC6T2O5GXrc8pbrSqtPmaTxagbIaT { width:20rem;height:26.375rem;top:16.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:4.875rem;top:6.550000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:20rem;height:1.625rem;top:13.175000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XGZhMCuzRRPSLnBATagBkP6TbI68kWKV { width:17rem;height:3.4375rem;top:34.9375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPJmO8me2T4qWZzXt487yALsfXB6TM45 { display:block; }
 }@media only screen and (max-width: 763px) { #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk { width:6.25rem;height:6.25rem;top:17.75rem;left:2.6875000596046rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ikbcKApi/_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }#l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.adaptive-delivery-prevent-bg, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyload, #l6STWf78uXgxoL4X4dDpM0ZnZPplXHBk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RSeQfAQweMO203CPA49wJASGO2CudacX { width:10.4375rem;height:1.4625rem;top:19.25rem;left:9.5625005364419rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZolwNucUHLf3ufTEuTSKu5lGpRG4H80 { width:10.5rem;height:1.3rem;top:20.9375rem;left:9.5000005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStVBNzgs74TVnzVnmgMTBfCtTDaEow0 { width:15.625rem;height:0.125rem;top:25.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKACGUGomWmSlFToDKGCiWqfNw99585A { width:15.8125rem;height:1.3rem;top:26.9375rem;left:2.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yTyJyBZ4Ff7fylbO2uQnWAuQlx7Clu { width:2rem;height:2.0625rem;top:28.875rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfiiTcUVz7i3KyT1AEMhystupyEqLSm { width:13.125rem;height:1.3rem;top:29.40625rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXv25f6uHaNegrCHvWkmfdbDS1dEBADD { width:14.6875rem;height:1.1375rem;top:31.96875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNL8oR8xl2Bz83JdNvqL2MCPXmN6JhE { width:2rem;height:2.0625rem;top:31.4375rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpxOl34z5BoMiicafsCsWVmmTCRky7W { width:16.25rem;height:3.4375rem;top:37.375rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZDmWqW8iXIUXMKlwtBKk51oqxlB83BW { display:block; }
 }@media only screen and (max-width: 763px) { #s6TKJhHBuZBT8LDpn3vP7Zuu9vrf60y1 { width:12.3125rem;height:2.25rem;top:0.9375rem;left:3.7499998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #auuDI64KIOV2UUF0moCO25J5uGASS9hi { width:16.625rem;height:1.1375rem;top:33.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfHclemm7NPQCeaNTQLASVmZXA67Nqzd { width:15.0625rem;height:15.0625rem;top:7.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPqXWKKruNn4U6ghlxdREKsIO293IZ1 { width:13.3125rem;height:13.3125rem;top:8.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMKOAwBkG6OnnJJDXSt4io5pCsGJTwmA { width:5.125rem;height:4.9375rem;top:12.8125rem;left:7.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u5T6gDvi9l3mnvdOr1iv7SiKPXp0eNfZ { width:4.8125rem;height:4.8125rem;top:8.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipEPFMAavadaipAJmTvT434r4SxpKs4 { width:4.8125rem;height:2.6rem;top:9.5rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwkfrsyTT7ephUPFRCbxBRHEaAa4rIoH { width:20rem;height:3.7375rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgJFvJtSwMym11C33GUniR37mMhHvID { width:20rem;height:3.9rem;top:28.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmIX60kpVrAzothMIeUkHRnl7TXaMaEB { width:20rem;height:3.9rem;top:57.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2EvLZyziUGrv5HJDIXvG8GiVZglrJi { width:20rem;height:3.7375rem;top:52.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLH30mAFJBPX4VSX6w42S4JFsgVADnX { width:15.0625rem;height:15.0625rem;top:36.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZrILwbbamWnBKyPouosAvzXpIdFN9h { width:13.3125rem;height:13.3125rem;top:37.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4hEJfuROnoWBrAhlg6eZg4UgouMbh3 { width:5.3125rem;height:5.1875rem;top:41.5rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xaZf0ChGKGVTAaTnhRHtIWHb2rOoLDTo { width:4.8125rem;height:4.8125rem;top:37.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpTwpLKrnpo93IhMOhvuO6oSQ9cGctV { width:4.8125rem;height:2.6rem;top:38.25rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwUh7i9oWmaEiJv6Dk0TsFz25fRz2DO { width:20rem;height:3.9rem;top:86.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPi0l1lbMhm1cw9VUTeGRfpf8PeEpTu { width:20rem;height:3.7375rem;top:81.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpkm96ZXPrHlWo8PnlDETSkZ1Zv8vk0k { width:15.0625rem;height:15.0625rem;top:65.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUcdcTsTqw9RAKnsSyuUAI9cVKz94m6 { width:13.3125rem;height:13.3125rem;top:66.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OlPdbyS3KwKJ7Z9CUyFJNlL5QpAvgk { width:5.3125rem;height:4.9375rem;top:70.5625rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xOPEs9ftN02vtON4Dvibm6Z9yx8WTTMI { width:4.8125rem;height:4.8125rem;top:66.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGlMFip0u3ALet0TlIGp5c5e1unOU33b { width:4.8125rem;height:2.6rem;top:67.4375rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u62w1D0ODnXvWOenSUayQo6Nt8UDCcBQ { width:20rem;height:1.86875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:20rem;height:auto;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { width:17.8125rem;height:15.625rem;top:4.9117183685303rem;left:1.09375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0a7172fc-e5db-47dd-83e3-5819f353ab0e/20250304143122.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.adaptive-delivery-prevent-bg, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyload, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IIRukOJ9EhEs7Vlq2uswP2DQ3hHQnB1x { width:20rem;height:1.4625rem;top:23.561718463897rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee0RgxxQdUFziz0BJR0gMeqVEoFitElf { width:20rem;height:1.4625rem;top:28.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT72UAR4hxG2wnBTtQzw8VJtRQ9CXLDZ { width:20rem;height:1.4625rem;top:34.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbbprgFcp3e3VJcH8KxwQPkgHvywvqi { width:2.125rem;height:2.125rem;top:38rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1W0232b9XxoZ9xakRBv9qsHg5vmHA2 { width:20rem;height:1.4625rem;top:39.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6T8ByJWtu9E4prq6J5TuZQJSXOKmCd { width:2.125rem;height:2.125rem;top:32.1875rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsc7anGfmTvFIsFmuWLzp5sbNnLwld4 { width:2.125rem;height:2.125rem;top:26.6875rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqg8oyCC57P9V4iASzlrE1P8T8r9F6s { width:2.125rem;height:2.125rem;top:21.4375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlBomsSZLLKR8IofCtnmqd7zDMvtcwB8 { width:20rem;height:auto;top:28.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl { background-color:#f2f6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { background-color: transparent; background-image: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { display: none; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .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); }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { border-width: 0; border-radius: 0; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfyzyp9ngZ7VWndENin7vo5HwpZDtDFl > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFcCQF4H0EA2MoeROgd6thc5kWtt8Clg { width:16.25rem;height:3.4375rem;top:112.93511962891rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBF1L73Uqdp380Egi2TU3uSaoiJ9U3su { display:block; }
 }@media only screen and (max-width: 763px) { #E0O9GmcW7ZyVuDD7g9qSZ7Twrizcn0CE { width:19rem;height:7.4375rem;top:23.424995422363rem;left:2.3999999761581rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #VsHAVPOgrA0VbVIVe0e9nzhGvP1HTs9U { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy7JX3iqux5BHXetKFU896NbyO3gA0vy { top:4.3125rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0knqG3OdMBv77THs4GNZhvWi8LUGXRr { display:block; }
 }@media only screen and (max-width: 763px) { #peMp24kU4bzfZgKLpMg4OqTDRRIBBdty { width:3.0625rem;height:3.0625rem;top:15.4375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RogksLqO45LeMnT7nbbhckxutdERlbJw { width:14.3125rem;height:1.625rem;top:7.2687511444094rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsH9Re37IsVBQErJbPsQI9M2RTd5tCq { top:13.3125rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCIQxIwcUvkFHLRVDE5zZgavT4V6fAy { display:block; }
 }@media only screen and (max-width: 763px) { #PQU9N3Nw8N0V81uhVVWfLnMCSCTCBMzq { top:22.104687690735rem;left:0.46875rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDx7leDOLXg7KT4LXTvMh4DTvTvppU2 { display:block; }
 }@media only screen and (max-width: 763px) { #uanULF7HfruLfsD8lbnm1UQ72lAKl7rX { top:30.9375rem;left:0.5rem;width:19.0625rem;height:7.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ndTLgOGIw5Oah4VOZpXlNoNxvveXP8qN { display:block; }
 }@media only screen and (max-width: 763px) { #J89F5eMTs1nn5T2XG3p1p7I65EtUSldp { top:39.6875rem;left:0.5rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGvsBockFNF3JPteHnaB8m8C7k1saT3g { display:block; }
 }@media only screen and (max-width: 763px) { #WkOEXC6M3G7AW0qzKJ9GN4BG3BuON7Bh { top:48.375rem;left:0.4375rem;width:19.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoxgTs61QOiVrTGpJqH8kPL2EmzdTJwh { display:block; }
 }@media only screen and (max-width: 763px) { #vxTKsxGKSqCII94n5DBVtryb8v44Cs8n { width:3.0625rem;height:3.0625rem;top:11.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwH3MAB4Nmp8hSb5b8XRaIpPFddN7C4H { width:3.0625rem;height:3.0625rem;top:11.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASRREsVmA9WfRAHo8EIVRGpLoNPSt3ww { width:13.5rem;height:auto;top:12.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJE6THSrs55b8vm2ac0sRVCKh7KdkZC2 { width:3.0625rem;height:3.0625rem;top:50.625rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zgf9JQxDtxXvAQq9gaIvHMmi2OpTsenU { width:13.125rem;height:1.625rem;top:33.875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tU4EdFEDdeGRZm534OtDvPiGrOn1VUKG { width:3.0625rem;height:3.0625rem;top:22rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4gToNnnhTJo7savhieErN01F2VzkgGA { width:13.375rem;height:auto;top:22.75rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H56RW679tQn1DhTKwnTQzPFMO47wy9OX { width:3.0625rem;height:3.0625rem;top:22rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSDuBvxRLDRKk1Z6DeLZlqxtt341GZc9 { width:13.375rem;height:auto;top:22.6875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zs1BeuuVT8ImxXuJF08QcnrUXlEP4Thg { width:13.4375rem;height:0;top:19.375rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #DwSufisTs5pnceSX4TpRATNN0U0bII2P { width:3.0625rem;height:3.0625rem;top:18.8125rem;left:9.15625rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #E2rKppPFO3oIly37l7DUe42NcOLT361d { width:13.4375rem;height:0;top:20.25rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #kRGSe2C1lD533QT2JD3fvPwndPcowU4Q { width:3.0625rem;height:3.0625rem;top:19.6875rem;left:4.15625rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcGbHCW5Um4rODaPvGnDZfN9c4kb9E { width:13.4375rem;height:0;top:22.125rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #gnaiIL0ZDdhkBy0DT4BZq6c42HhZHS2X { width:13.4375rem;height:0;top:21.5rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #iTknZrNXknN92V6Tzcm6S8xeLcWskvEy { width:13.4375rem;height:0;top:25.4375rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #LfVDcSynw2y6mFCeuEGbkieNul4OuFLX { width:13.375rem;height:auto;top:12.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRV13KrLSL0t5ZJcqGTese8ay59rDyb9 { width:3.0625rem;height:3.0625rem;top:14.125rem;left:14.78125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #g24LUxkR0VIEnT0LBi4FJdmoN18OwG9A { width:3.0625rem;height:3.0625rem;top:19.5625rem;left:18.34375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #DwWZkz7zTkgyiFeSHCHv8GOVBzGArsJu { width:3.0625rem;height:3.0625rem;top:24.354687213897rem;left:1.8750001192093rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3tT9026fPZmACN2dx1hKRQEqyTJBDqm { width:3.0625rem;height:3.0625rem;top:6.5625002384187rem;left:1.8750001192093rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pNVxNiaTxFbelV2uZcMR5TDMTQALJSsZ { width:14.3125rem;height:1.625rem;top:16.187500476837rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sk49ElBbkzrurMF9t2aRixViGVgI9Gp8 { width:3.0625rem;height:3.0625rem;top:41.9375rem;left:1.875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BLFACqObzLsXmeeic2tpemCPTNxdTtOX { width:14.1875rem;height:1.625rem;top:25.085938334465rem;left:5.8124998807907rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mfydF3LucaBh3pVddzXCAmO5XXkZ691o { width:3.0625rem;height:3.0625rem;top:33.1875rem;left:1.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UPc7H8ePlFOAW44FqG46LT2TefppRb8y { width:13.875rem;height:1.625rem;top:51.375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eiHAJJ9d25btN4GlX78yFAb0tkH0MPAi { width:13.375rem;height:0;top:62rem;left:8.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #zRpywtETGznEDyO3vCgGsxyi9W74zwem { width:13.75rem;height:1.625rem;top:42.6875rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #G8E9zCAdgEb6r6tNwHheNxwOO9cwrToZ { top:62.5615234375rem;left:0.4375rem;width:19.0625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih2tgCLDas5OsJkai7yKQQTt80DE9PpU { display:block; }
 }@media only screen and (max-width: 763px) { #n6hTUHzlPq5ITV2HKbSkzwByLG5oBVSB { top:80.2490234375rem;left:0.4375rem;width:19.125rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #syWmSamlFFhf4TyoyNK8IuTSLrDAxSVb { display:block; }
 }@media only screen and (max-width: 763px) { #R6G0pi3iK96fg5PzOT4IvySRXHHT1dsy { top:97.9365234375rem;left:0.4375rem;width:19.125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P19begNlyBqTZPEGcfdvkRk3qpNCoMsX { display:block; }
 }@media only screen and (max-width: 763px) { #RSDOZvLw44wcgtURqBQOMu7qgkMdTGxm { top:89.0615234375rem;left:0.4375rem;width:19.125rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAgCO9T80psEwp7JhGBD2uXJgBP5FtBT { display:block; }
 }@media only screen and (max-width: 763px) { #gRRPvcx0XHJG7gA7RED1a1MrFrXQqDA4 { top:103.9365234375rem;left:0rem;width:19.0625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP9bZTA9ZFJm2JcsUHiKkJ7mDXHFiq5F { display:block; }
 }@media only screen and (max-width: 763px) { #DkZuCzSaqxXsMiL0ywxPp6952Q0rLpde { top:4.3125rem;left:0.4375rem;z-index:15044;width:19.125rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rgnTJJz2TBxrR4tndwiEJeZgZgCzurcs { display:block; }
 }@media only screen and (max-width: 763px) { #cmvKziZHsqll0vV6pHKCdTqMAbHUDVh8 { top:13.3125rem;left:0.4375rem;z-index:15045;width:19.125rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n6GAMoLHtu4QVy3hGd5hfIHdslIX2sIM { display:block; }
 }@media only screen and (max-width: 763px) { #FGEgDHCtul8eTHBfkoLPPyNUdblBR85V { top:22.1044921875rem;left:0.4375rem;z-index:15046;width:19.0625rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #o3qvpt8hVa6UcqWs2UNWxfI0x25UIS6g { display:block; }
 }@media only screen and (max-width: 763px) { #zbe5V73URqiVWlrPJpa1qR0qzpKtCgoP { top:30.9375rem;left:0.4375rem;z-index:15047;width:19.125rem;height:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Hgo5ISZXahqOErEqy9dsZ9CCR2TC4GZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #kHvxtUm9Q4IX2KeZAclwUExPIuzMNexy { top:39.6875rem;left:0.4375rem;z-index:15048;width:19.125rem;height:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gpUyT2ZPH6w8gvmoZoKnHGclNGN3yDV1 { display:block; }
 }@media only screen and (max-width: 763px) { #LZFlrrA2NhpwyGqCQuKMHllqzP40hmxU { top:48.375rem;left:0.40625rem;z-index:15049;width:19.1875rem;height:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GKLcZGsTnNM3462T3Otczu0sUUR46Vff { display:block; }
 }@media only screen and (max-width: 763px) { #LTz8PKfHWyl95ELFrrgT9gteSMFC8GEg { top:57.1240234375rem;left:0.46875rem;width:19.0625rem;height:7.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gS9TmMMHqTx7ZqlJf9pTfBTn3gUClQLM { display:block; }
 }@media only screen and (max-width: 763px) { #im1esTPT7KWXXrmFQNJuEgMMx75xikMI { width:13.875rem;height:3.25rem;top:59.2802734375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AZnwyoNSUCcwaSBaXC8P7P2nEU4U8Lu2 { top:66.0615234375rem;left:0.46875rem;width:19.0625rem;height:7.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ3U1SmyCGJ9iIRzkztVv2G0sw3iMGL { display:block; }
 }@media only screen and (max-width: 763px) { #MHNBmiidlAMirzlBgl5Sa1pa4SWuGulX { width:13.3125rem;height:1.625rem;top:69.0302734375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ezDRwZdU7k7hGf5XJ8SERwRSht2kHZkf { top:74.8740234375rem;left:0.46875rem;width:19.0625rem;height:7.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Dd4orkQDCZFTBGwHX365cOxefzp7ahso { display:block; }
 }@media only screen and (max-width: 763px) { #LOafxOfasEC9DIgfLw0TwQd8stZfXqpf { width:13.3125rem;height:1.625rem;top:77.8427734375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #toyorHFzTFKbqWdHC4Fqb3zn5fJc7BRQ { width:3.0625rem;height:3.0625rem;top:59.3740234375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IlKhGpPFgTEBNzvnuUoeAv2EEeWkaFbM { width:3.0625rem;height:3.0625rem;top:68.3115234375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PFUnsq4FhxkBc1SFCF1murlfqv3DPVCe { width:3.0625rem;height:3.0625rem;top:77.1240234375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pb81DSe0DhCmX0kAFtQN7flqFcwpUHcB { top:66.0302734375rem;left:0.4375rem;width:19.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWiSBdhXTXdkEtOFmRnt4NLnbIsJ5ufN { display:block; }
 }@media only screen and (max-width: 763px) { #ohr72XQXcdlfGmsVTKVdJz5qL3WzAtq5 { top:101.75022506714rem;left:0.87456601858137rem;width:19.124375rem;height:7.561875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iImOnLG5QxxwaM7U3xvrkFAVdnhweS10 { display:block; }
 }@media only screen and (max-width: 763px) { #qb1hL8PKD0TREwhRQpaONZQDzWipcGxC { top:74.873270034787rem;left:0.43663197755814rem;width:19.125rem;height:7.5625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #ISDuwhBbLJ0TMw9D9PtQi4oRoPeLaxUz { display:block; }
 }@media only screen and (max-width: 763px) { #v2w0KU02pQ0274rS2gC2p5xmpeygJq7d { top:92.685554504394rem;left:0.46875005960464rem;width:19.0625rem;height:7.561875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #yAqyuH4PpppirMmLtN3mLeFmm58MfMwH { display:block; }
 }@media only screen and (max-width: 763px) { #lTWwA8FCCSWtUGXHTmWUWgHUo0H7bTxh { width:12.5rem;height:1.625rem;top:95.6875rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #eAWgiF0n2FMrTzkvr9etCzbnDDgqUreA { width:3.0625rem;height:3.0625rem;top:94.9375rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zVtNdsDAV77MRgZbBtAbsW1ZBZSmm4IU { top:101.71875rem;left:0.375rem;width:19.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IklTcMeCzulSoz9GGfk7pwXHxEKmX9ZD { display:block; }
 }@media only screen and (max-width: 763px) { #R46ASXyIu1e4BSnRErft5mlpGt2E0Waa { width:3.06206875rem;height:3.06206875rem;top:103.99957275391rem;left:1.8750000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V6zUqnDoopEBS12T5QdyR1iAS8M0Lkvp { width:13.4375rem;height:3.25rem;top:103.93446922303rem;left:5.6868491768837rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #sU583Prwq2LT3UNHpevfLZkeOU37buud { top:101.75022506714rem;left:0.46875005960464rem;width:19.0625rem;height:7.561875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uLvlgvP3D8yOwVf9MpT05UAisAQMftzT { display:block; }
 }@media only screen and (max-width: 763px) { #p8LGdxbZcVgrUQ30FwqC1i0blM2kVoNF { top:101.71875762939rem;left:0.43619793653488rem;width:19.124375rem;height:7.6248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jou48ppV0CFAbxgp0cAPwO6TiL9LTXBa { display:block; }
 }@media only screen and (max-width: 763px) { #h0Cvs94LaIU2QZqlleGTQJRdd5JCw5KJ { top:83.7793006897rem;left:0.43619793653488rem;width:19.124375rem;height:7.561875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2HNs0Pdkx3GQtqkpvfh1TIbDoITxPP { display:block; }
 }@media only screen and (max-width: 763px) { #phnIkTOGDWPUBplMOl8uFsoFr240zzDe { top:94.256732940675rem;left:0.40581601858139rem;width:19.1873125rem;height:7.561875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #NF4sTW7SO9T8LS3fpaEuOlGXdJ5Rvh8x { display:block; }
 }@media only screen and (max-width: 763px) { #KTcrsWn91zeDQGpropaoDxns5MGhka0J { top:101.84377932549rem;left:0.4367898106575rem;width:19.125rem;height:7.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Be0JTbFa9PgUvRC1bzNvbdLMe1sRCFlL { display:block; }
 }@media only screen and (max-width: 763px) { #v7fwUxQA7MosMie8v9SGnSlwaD7g62kq { top:101.74913311004rem;left:0.43663197755814rem;width:19.125rem;height:7.5625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ShWKJTQ2xMdEIZmzn3zzFcDfTT50Du6T { display:block; }
 }@media only screen and (max-width: 763px) { #mafxGQpUku4T9Qb0bk7UtCfkfc3tKKLt { top:92.685554504394rem;left:0.43619793653488rem;width:19.124375rem;height:7.561875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #pHcXD6TNB7S49rg01lyfuN8IaMyHsdzM { display:block; }
 }@media only screen and (max-width: 763px) { #QfSRRq3Qi4U0go8FosiC3xEENa20KOXF { top:92.685554504394rem;left:0.43619793653488rem;width:19.124375rem;height:7.561875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #VRucNw9wPmS2zEnHSzhqJ2RUxXTEgW9h { display:block; }
 }@media only screen and (max-width: 763px) { #IMHHKVdqIgMZU4a8KaeOuWitBwHyP6WP { width:2.99913125rem;height:2.99913125rem;top:86.0625rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uuWlHkF4EpT9eGB4hHdV9RrZTQI9nISs { width:11.936875rem;height:1.625rem;top:86.875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #OTxzLtmf08F4BkWw3iXLoB4lrAAfu6WV { top:83.8125rem;left:0.5rem;width:19.0625rem;height:7.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RFJoIhhVekyPa8DxP0ziKIdtJquPXevk { display:block; }
 }@media only screen and (max-width: 763px) { #RWCOOuvQvaTscMP5wbig4rlnnEkTtkeK { top:104.71874904633rem;left:10.062500357628rem;width:8.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwhvEZgGu7Lorl1TczApNtJUp9MkwAu { display:block; }
 }@media only screen and (max-width: 763px) { #X76HPeILKST8pWvbI7movCZliT1pTa6l { display:block; }#X76HPeILKST8pWvbI7movCZliT1pTa6l > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPv2ez6TwDN5W2oiZeJTT7GIig1Jwi9U { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcoGPPdMtnn2G3P4xCm6blxKl87I2pI { width:20rem;height:7.8rem;top:20.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX { width:16.75rem;height:12.5875rem;top:29.25rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#A1m6vMrfBBiD47ksewMqtHT0zZk9OIyX li:before{  }
 }@media only screen and (max-width: 763px) { #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS { width:20rem;height:15.625rem;top:4rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DqOeGJL3/_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.adaptive-delivery-prevent-bg, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyload, #RamS0bHZyt2u2dvAPqxAhSDeKDD24NIS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Zin8DKFBH5bwdB38R64BbdH6P7NahM7s { width:16.25rem;height:3.4375rem;top:44.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUB7SZT81tCKS784PJIVwphgD8p1NZxl { display:block; }
 }@media only screen and (max-width: 763px) { #DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA { display:block; }#DAFDanzQw8gtE1LzT8Ol3bT8wt9TDCoA > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX { width:20rem;height:15.625rem;top:4.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i9bLmBrx/_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.adaptive-delivery-prevent-bg, #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.lazyload, #iEy9ecBdwuChp6XRzT30vU1ZS0n396OX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lg4NgfdhKsiyEfrK2mOcMMieJ0lA0b8H { width:20rem;height:1.86875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWR9uGD1apyGqFUHSTVn0iEf7Oermk { width:20rem;height:6.5rem;top:21.061717987061rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA { width:16.5rem;height:12.275rem;top:28.436718940735rem;left:1.7500001192093rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#m9tbdfnRsg7UPT9ifxWC5XJdWG1WHLTA li:before{  }
 }@media only screen and (max-width: 763px) { #JS3hSqd1lF7WMQpxvQsSHAbwJdUGqJZa { width:16.25rem;height:3.4375rem;top:42.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDDUzTTBTTS25cnhun57CN5wlkT6cgo { display:block; }
 }@media only screen and (max-width: 763px) { #o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 { display:block; }#o2MhlGMbIg5tV5vLVceyZ5ULCeroKO75 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFCksK8BOwlFaAPBfJQPMn5ooVrWkQEw { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgFlcCtRs40MmvmHFX6hKVqe13qaJCE { width:20rem;height:15.6rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 { width:16.375rem;height:10.975rem;top:36.6484375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#T7vf6BkckPkXEH8nVsm0oGv1sTlWDna3 li:before{  }
 }@media only screen and (max-width: 763px) { #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde { width:20rem;height:15.625rem;top:4.4833984375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/H4DbeyGl/Sudynna_468x540.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.adaptive-delivery-prevent-bg, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyload, #NTc4T8B9MScBD0Ndfbhf2vMT8PwWwkde.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zktLtG2SMMZU75AoBbX4b5AoEwUMQlR3 { width:16.25rem;height:3.4375rem;top:48.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAcw7Csu6RLWJ3TZUoJTWlNZQgxQSyC2 { display:block; }
 }@media only screen and (max-width: 763px) { #nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM { display:block; }#nvSoiBy7ahPeBLMVTz77GT4TV3DWPfgM > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA6bNBy5Tms2aqHEyFDEBvID4EXNzzWL { width:20rem;height:1.86875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDcMaZTFgRurTJkXtoenknkWBNpRlN8i { width:20rem;height:7.8rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBJMObs753190rU3abh8PHOpeTUJrKW { width:16.4375rem;height:12.5875rem;top:30.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#KMBJMObs753190rU3abh8PHOpeTUJrKW li:before{  }
 }@media only screen and (max-width: 763px) { #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb { width:20rem;height:15.625rem;top:5.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HGQmWdRC/Plastychna_468x460.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.adaptive-delivery-prevent-bg, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyload, #I5PHkULPQVDu1Rx8K6hOZ4syulukuGnb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zK3yUVavPNarVifWydvkVq1wOHBrDiWO { width:16.25rem;height:3.4375rem;top:45.374326705933rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBvzLmX92E873qZ9HlT4x8KVh8pKK5WT { display:block; }
 }@media only screen and (max-width: 763px) { #b26rvAnaE75TpKD7BAOxvGccvkbChOxw { display:block; }#b26rvAnaE75TpKD7BAOxvGccvkbChOxw > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja26Xr7Zzq7GrXn9JD1uDbd4KeMZRtFT { width:20rem;height:1.86875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQeDAIumSqAPmd03xtIJ8aHf8AsTUlPN { width:20rem;height:18.2rem;top:21.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG { width:15.9375rem;height:13.2625rem;top:40.125rem;left:2.0312501192093rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#sIRZlJ5pfRuHr37hopFgofbxsvK0NbvG li:before{  }
 }@media only screen and (max-width: 763px) { #xAUH46du50cTPIbmEq3srD2fMnlLa1dS { width:20rem;height:15.625rem;top:4.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4xsdpgXp/Onkohirurgia_468x729.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xAUH46du50cTPIbmEq3srD2fMnlLa1dS.adaptive-delivery-prevent-bg, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyload, #xAUH46du50cTPIbmEq3srD2fMnlLa1dS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VG4erIoklOEPu53TUimTQI0ylMPRoKHo { width:16.25rem;height:3.4375rem;top:55rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewsFg4f0RKQR55FaC02amP2ecvNvTbU { display:block; }
 }@media only screen and (max-width: 763px) { #hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl { display:block; }#hrDhXlg9H6usNgsJILA51Cdk4WOCTyrl > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7 { width:20rem;height:15.625rem;top:4.6625003814697rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CsWCtHLR/OdnogoDnia_468x636.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.adaptive-delivery-prevent-bg, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyload, #IvwAzyKqqEGTSnl2oDkTLioOeRxxOus7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ { width:15.875rem;height:7.125rem;top:29.474609375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#H33SHRJt9fkNMUwWTG2B0x4KDOnHZovJ li:before{  }
 }@media only screen and (max-width: 763px) { #TEQDbiEiUPSWkyaSUoB8UwMmN5LBkIiL { width:20rem;height:7.8rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUorNcXG4PgGqdABkGhc4cK0SBwT3PNu { width:20rem;height:1.86875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GcxQE5S2JkW0J2RebnytuOGwS5ZQVX { width:16.25rem;height:3.4375rem;top:38.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMH6Sy21K80F8HT5OP9ySMq9PBPfi3B9 { display:block; }
 }@media only screen and (max-width: 763px) { #xHtCJyKhBOchWs3xA6MrHXaXV1Skbult { display:block; }#xHtCJyKhBOchWs3xA6MrHXaXV1Skbult > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON1d7OSxHr8xfoK2xkET3dAsPSTcWN1I { width:20rem;height:1.86875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5upGWChdWTy2vWOSpN3MlXVlowPNiwf { width:20rem;height:7.8rem;top:21.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 { width:15.9375rem;height:25.85rem;top:29.9375rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#EzymubSJ2tyQOUysQLH7Ur4QCSWCkSs0 li:before{  }
 }@media only screen and (max-width: 763px) { #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9 { width:20rem;height:15.625rem;top:4.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cjqIeVpw/Ortopedia_468x591.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.adaptive-delivery-prevent-bg, #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.lazyload, #PghXfgtouLyrJtcbSw0X2TxLvW26WnJ9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dDlz5hwcwSGU5uzUDZG0fcfAD58T6CUy { width:16.25rem;height:3.4375rem;top:57.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOVs6s7i20Ju3Inn5HgOezzbNtgSzQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk { display:block; }#dspSgEmwZMVzSmdLMuXKrRvTD6rXC0Nk > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ { width:15.875rem;height:13.2625rem;top:27.099609375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#xK7ELQsTPsf9hmL1vHi0W84KefK71TNJ li:before{  }
 }@media only screen and (max-width: 763px) { #TvJgGXA6Dgc22S4Ec6IZD38gBITl9Mis { width:20rem;height:5.2rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKpeWkVzJ4K3tPfoU33TKma4hQamyKS { width:20rem;height:1.86875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNsmeXiuweuJmKhwKs0nAa2fT1y9FdK { width:16.25rem;height:3.4375rem;top:41.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoAGP4pEsRtovTsySJbebPIJLbF6dft8 { display:block; }
 }@media only screen and (max-width: 763px) { #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX { width:20rem;height:15.625rem;top:4.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OblIFwSE/Urologia_468x301.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.adaptive-delivery-prevent-bg, #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.lazyload, #owRl1gAFtiaDenTZOKSK0oUgGemGkZyX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FrAJ6V7TAWZkGPEnvycq8piocKq75hWd { display:block; }#FrAJ6V7TAWZkGPEnvycq8piocKq75hWd > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2X6aGm7TyvNzDrgsTRfAIql1KPpJPkM { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2OT4UrkBzIRxKCXButfJOc69IQv24f2 { width:20rem;height:5.2rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l { width:15.9375rem;height:12.325rem;top:27.0625rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#hZ2Zz52TOy6i9ME9XWrSzEueHHWZU10l li:before{  }
 }@media only screen and (max-width: 763px) { #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw { width:20rem;height:15.625rem;top:4.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WF4ESNSu/Proktologia_468x374.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.adaptive-delivery-prevent-bg, #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.lazyload, #cESlhP4mLm6ZZU66CegCCA9ibWckGuBw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kqfyIuS9I5ShHloqrRZxwmz51n7m9CeN { width:16.25rem;height:3.4375rem;top:41.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2XZLCTDunQDGsV9VDTygw52WkCybO7 { display:block; }
 }@media only screen and (max-width: 763px) { #Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 { display:block; }#Pv1PBy1KtGNTiC2JZaeSPsV0uLDWghN6 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA { width:15.8735rem;height:13.9375rem;top:31.036224365234rem;left:2.0627170205116rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#kiTKwBOnOC8K3bhtbkwMhct4IBXxBmPA li:before{  }
 }@media only screen and (max-width: 763px) { #LfsowCbk7zOGJx5CR5HrO4qVTTEh7XPQ { width:20rem;height:9.1rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tyPQJEv4b2UhXP0KE4V1pJfSfEmk9S { width:20rem;height:1.86875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7WzhEPLqKNHLRaFQz33UBTBfLAtsI0a { width:16.25rem;height:3.4375rem;top:62.873268127444rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9blxMMbHoHx7HPgTGOSDUfHtipo0fVZ { display:block; }
 }@media only screen and (max-width: 763px) { #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM { width:20rem;height:15.625rem;top:4.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/33meKUZ7/_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.adaptive-delivery-prevent-bg, #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.lazyload, #twZMz1IT4UQdI2ixNdn7DSVBDqznF3KM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y0zBwD2ZKOozMkhOvwHCdJcAXotU6qvD { width:20rem;height:15.6rem;top:45.372180938721rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN { display:block; }#mKwb0us6OfPQS2Zn7vNvnlZOfa10TQpN > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh { width:15.8745625rem;height:28.8125rem;top:35.749794006347rem;left:2.0627170205116rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#TnQ3aWCRZqtnf5W8dQQc6AkRGvkzBoCh li:before{  }
 }@media only screen and (max-width: 763px) { #JDyzsD8kTliotSL2FpnL40g3qWe5qmru { width:20rem;height:14.3rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9OTRT34xgeEaPcNMFTR7FV1MSCCEuD9 { width:20rem;height:1.86875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLLFnvUtBBxrAy8esq1sOuDEOylxdtsp { width:16.25rem;height:3.4375rem;top:65.434032440187rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytLXbPXQulyGecHtvrCPFBdMetSyBKy { display:block; }
 }@media only screen and (max-width: 763px) { #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M { width:20rem;height:15.625rem;top:4.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TuiWF4Or/photo_2021_10_06_17_07_36.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.adaptive-delivery-prevent-bg, #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.lazyload, #awNnBlGTSCGivPxGd7IrTnhhmRD21m2M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK { display:block; }#Un9JPQp8XDK66ucSKod9eV7pO8mwJOOK > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebSv51gqnbRuwHI6g12pE0NUoquZe5AA { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTKWXPAFc7DivGGRSFMhbAfFDtnIZdL { width:20rem;height:19.5rem;top:21.754587173462rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z { width:20rem;height:15.625rem;top:4.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DdDFU2XX/_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.adaptive-delivery-prevent-bg, #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.lazyload, #B0ydisyoSwar7vdgyWuZlhCNqmClWv5Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pWsSOFipsLGk8OQWksdbr6dN3hWpsTLu { width:16.25rem;height:3.4375rem;top:64.6842918396rem;left:1.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE1g7cCIhVGPuJw54ynApMktQLzpNtnh { display:block; }
 }@media only screen and (max-width: 763px) { #Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy { width:15.9375rem;height:21.375rem;top:41.435549974441rem;left:2.0312500596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#Gom7ZtuVNKQIBXzfbbHgoCWgo1qTUVRy li:before{  }
 }@media only screen and (max-width: 763px) { #hyLGCXWTTO8cNWp5gCEaOFaEhSUlDt4W { width:19.375rem;height:3.375rem;top:69.37109375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rap4uIPJ7fMwryncsZIOlswTAEptTBrR { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:30.875rem;top:10.9375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBrbMOnod8DFXdyPGQ2IJVBXGKKwhRJM { width:20rem;height:3.7375rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71EqJnKRGr1TT9Hs6lp1SKSvQoT3VBW { width:20rem;height:3.4125rem;top:12.437524557114rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.0625rem;top:17.125000476837rem;left:1.25rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:20.25rem;top:17.53125rem;left:0.75rem;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:20.25rem;top:17.53125rem;left:0.75rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #OcX9fA8h6Dw9CWMcvR5TOx7IEwXHFdDE {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #NSXNF0V9ao4wv2Qtl0Q6TdqLTCxWnowh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #HvWRznAeiAN0tve1yrDxm6SaWhhizbsF {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #fgQHTUnO9FywH0Dmk8KT4O6FnptBTRWx {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #i9sQ5SHrhwhT3xrtAMQnxqSPAUEGpTwC {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XsJWbt2wV3ATyL1npZZF2adwMPxy2ZXk {  }
 }@media only screen and (max-width: 763px) { #XP8oFkR7dZOhHc9u9a3cTn5MCu6P0z4Q { display:block; }
 }@media only screen and (max-width: 763px) { #QuNJ78mSDUPIXuaFHSz9xsW5nl0K6tT5 { display:block; }
 }@media only screen and (max-width: 763px) { #ptkIm75PND1PsLV06AX3U8PCTb6tTRIx { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }