.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { 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;z-index:auto;display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { background-color: transparent; background-image: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container > .video-iframe-container { display: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container { display: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .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); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { border-width: 0; border-radius: 0; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { 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:4.5rem;width:23.5rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;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.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.25rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.625rem;left:52.9375rem;display:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRVi3RMAEBDspBGBgEJWuuqPTbIb9Rqd { position:absolute;display:block;z-index:15006;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.625rem;width:2.625rem;top:1.9375rem;left:65.3125rem;display:block; }
#o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.9375rem;left:65.75rem; }
#LzDZOxBVT48qPtkrLVbgIUNdX7yN7HTw { position:absolute;display:block;z-index:15008;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.625rem;width:2.625rem;top:1.9375rem;left:68.875rem;display:block; }
#aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:1.75rem;left:69.0625rem; }
#aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS > img { max-width: 100%;max-height:100%; width:2.25rem; height:3.0625rem; }#fvs5Gg5355r9R89tXWWZHPBHsb6hFSyy { position:absolute;display:block;z-index:15008;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.625rem;width:2.625rem;top:1.9375rem;left:72.375rem;display:block; }
#SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:1.9375rem;left:72.8125rem; }
#SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB > img { max-width: 100%;max-height:100%; width:1.8125rem; height:2.6875rem; }#DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:3.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:4.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:0.625rem;left:58.75rem;display:block; }
#CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem;display:none; }
#MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:1.75rem;left:69.0625rem;display:none; }
#dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:1.75rem;left:69.0625rem;display:none; }
#C8m98wn0rI5raCWr9AU29dJyXgf6A7dT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem;display:none; }
#WQ1IpoNsSmpmXnuV11NMg7Gnpl6zXM53 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem;display:none; }
#tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;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.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.25rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.625rem;left:52.9375rem;display:none; }
#AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:3.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:4.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:0.625rem;left:58.75rem;display:none; }
#UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9vVSN92BalXZHx83AooKCrPBFQblG1v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.375rem;left:6.875rem;display:none; }
#zPglxBDoP7TrTv8iaL7oIgkDioHWwKwS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.9375rem;left:6.8125rem;display:none; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e33115a4-b811-4fc8-b925-436d352905f8/Biruni_Hastanesi_Uroloji_Header_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-form-header { font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:21.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.5625rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { 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:#124c8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ededed;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container:first-of-type{padding-top:0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container:last-of-type{padding-bottom:0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { background-color:rgba(255,255,255,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.6181640625rem;left:0rem;font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.625rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { background-color:rgba(255,255,255,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.6181640625rem;left:0rem;font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DUDSXi4U7H3nmtQWlW0s8XayK40RThgN { position:relative;display:block;z-index:15000; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #oJfDyE6mo6dab98hSm7QqC54HMRLKoOh { position:relative;display:block;z-index:15000; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DSqVrG5uUsVJxN8fBfRwSeVctns2Wpv3 { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Jb8VOKu5axWNg6tyaOggCH0lSSf3Ning { position:relative;z-index:2; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #X7bIm79ss8pLzKxJkrV0aiXKFrWav1bb { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 { position:relative; }
#VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KIqcfUQ5FK1Z7GbDKVkgIeReiDT4LKOi { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:16.3125rem;left:0rem;height:2.19970625rem;display:block; }
#xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15052;line-height:.9;letter-spacing:0;top:3.1875rem;left:0rem;height:1.79980625rem;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; }
#gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:4.1875rem;left:0.125rem;display:none; }
#ocbK8iFOkvWFD8vblKBvDZtK0hvBCZh2 { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:26.71875rem;left:19.8125rem;height:2.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#iRvez29fKWM5f7noOxGlDmtLTTmVXQcD { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:29.0625rem;left:25.4375rem;height:2.68115rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TWVOvlxzQoHT7b8MUQSdhtfbTXHqIpxQ { box-sizing:content-box;height:6.25rem;width:18.3125rem;position:absolute;display:block;z-index:14999;background-color:#124c8a;background-image:none;top:26.3125rem;left:30rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#MgCuOwANbIs030PdwupUJNhvL6nceTu9 { position:absolute;display:block;z-index:15000;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:25.0625rem;width:15.9375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#sBcUdcJSa6n90zGFbvodL0STVdWS34ph { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:26.71875rem;left:19.8125rem;height:2.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#Z4RNiR1BCKxdesHeFAx9a6nUZ7IT5r60 { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:29.0625rem;left:25.4375rem;height:2.68115rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { background-color: transparent; background-image: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .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); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { border-width: 0; border-radius: 0; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { color:#0077b6;display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.2749rem;display:block; }
#ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { color:#124c8a;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { position:absolute;display:block;z-index:15054;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:10.5rem;width:18rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:11.625rem;left:18.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:11.625rem;left:37.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:15.3125rem;left:18.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:15.3125rem;left:37.9375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:11.625rem;left:56.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { color:#124c8a;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:15.5rem;left:59.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { position:absolute;display:block;z-index:15006;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:10.4375rem;width:18rem;top:9.5rem;left:19rem;overflow:hidden;display:block; }
#wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { 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:10.4375rem;width:18rem;top:9.5625rem;left:38rem;overflow:hidden;display:block; }
#LbApylEELiIsumCGaebfqqbzRIt8TNvI { 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:10.4375rem;width:18rem;top:9.5rem;left:57rem;overflow:hidden;display:block; }
#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { position:relative;display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { background-color: transparent; background-image: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container > .video-iframe-container { display: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row > .video-iframe-container { display: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .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); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { border-width: 0; border-radius: 0; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { position:absolute;display:block;z-index:15000;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:25.0625rem;width:24.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { color:#124c8a;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.75rem;left:26.6875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:1.75rem;left:55.25rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { position:absolute;display:block;z-index:15001;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:25.1875rem;width:24.3125rem;top:0rem;left:25.34375rem;overflow:hidden;display:block; }
#q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { 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:25.0625rem;width:24.3125rem;top:0rem;left:50.6875rem;overflow:hidden;display:block; }
#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container { background-color: transparent; background-image: none; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container > .video-iframe-container { display: none; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row > .video-iframe-container { display: none; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .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); }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container { border-width: 0; border-radius: 0; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#sbpUZF3TBAIoMvTgCgusGPbt2U2ssPMW { position:absolute;display:block;z-index:15054;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:10.5rem;width:18rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#Wo146TlEFak8GGQBeX1OSlZ2EqZzxpaH { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQTK3kOLTQ0u7hfUQcGFSeEFkm8IDx96 { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:9.0625rem;left:18.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeycDHhqIB0PCrd1TiWRcSInl8QTxM57 { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:9.0625rem;left:37.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0D9UhLM2uOFVqbaTtSlo8GQm0XULfTs { color:#124c8a;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:9.0625rem;left:56.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIkvGro9hJLwcDtyIJ8tIxxvWFn7mb5G { position:absolute;display:block;z-index:15006;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:10.4375rem;width:18rem;top:2.6875rem;left:19rem;overflow:hidden;display:block; }
#naXXDfApDTQiXlF2eoMhz0C8SFI896sT { 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:10.4375rem;width:18rem;top:2.75rem;left:38rem;overflow:hidden;display:block; }
#B1Xp9c1bfm4QQ0asvhd5T040PPETFUDN { 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:10.4375rem;width:18rem;top:2.6875rem;left:57rem;overflow:hidden;display:block; }
#XkhKanhlZCz8zRW7NfvqwPP4T4uXSMFV { position:absolute;display:block;z-index:15060;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.3125rem;width:6.25rem;top:3.8125rem;left:5.875rem;overflow:hidden;display:block; }
#T2XHqLk4O7W9wCeVfRWxg8XiqM5tfX1e { position:absolute;display:block;z-index:15061;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.3125rem;width:6.25rem;top:3.25rem;left:24.875rem;overflow:hidden;display:block; }
#Bz9UxtV9MTZV2q6vrfIPKwDvnnyEtWXd { position:absolute;display:block;z-index:15062;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.3125rem;width:6.25rem;top:3.25rem;left:43.875rem;overflow:hidden;display:block; }
#bLNr0GSdO61v7FVBL6zEoR1VZNV4FzQ6 { position:absolute;display:block;z-index:15063;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.3125rem;width:6.25rem;top:3.25rem;left:62.875rem;overflow:hidden;display:block; }
#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;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; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { background-color: transparent; background-image: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container > .video-iframe-container { display: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row > .video-iframe-container { display: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .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); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { border-width: 0; border-radius: 0; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { color:#124c8a;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:9.0986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { color:#124c8a;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:10.39843125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBtut73SDht9ma7lTc4T1uremkW7vqzq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.375rem;width:24.9375rem;top:8.875rem;left:25rem;display:block; }
#CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { color:#ff00ff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.1875rem;left:53.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeH92kA11mNbb2ILd8Q83sTOem69fDoU { color:#124c8a;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:2.5;letter-spacing:0;top:8.875rem;left:53.125rem;height:20rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGLMOJJgsCcmwRAezpTT4115yU9UJcM3 { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container { background-color: transparent; background-image: none; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container > .video-iframe-container { display: none; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row > .video-iframe-container { display: none; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .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); }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container { border-width: 0; border-radius: 0; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#wpE5OF6FUFSHgv3QUvO0tQwCc0iRcUzB { position:absolute;display:block;z-index:15001;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:27.8125rem;width:34.125rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#eRP8nvUPhWyx8ylBez02DRReHph8KKyW { color:#ff00ff;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.0625rem;height:6.1748rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOLac9fFiXQLCfsxgy35THpgUTROtMCM { color:#0077b6;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:21.06982421875rem;left:40.0625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#sOudyDHZOF4FHdqqKFlnQdEkFReoc69a { color:#0077b6;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:21.06982421875rem;left:40.0625rem;height:6.5rem;text-align:center;text-align-last:center;display:none; }
#HUipKsgLDu87CygyJCWi8OSqgRv6zBBa { color:#ff00ff;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.8125rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container { background-color: transparent; background-image: none; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container > .video-iframe-container { display: none; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row > .video-iframe-container { display: none; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .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); }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container { border-width: 0; border-radius: 0; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#POgCec2ncXacSKl8pG2wLGUZoQP66Abm { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:1.8125rem;left:0rem;display:none; }
#PVyQc2PGOyDSNsU1Jl2Voiq8BbIFNaTu { position:absolute;display:block;z-index:15001;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:26.5625rem;width:20.875rem;top:6rem;left:45.0625rem;overflow:hidden;display:block; }
#OzNPMetHJN9lOzUpVZyvHvJQPEgtTezG { color:#ff00ff;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.8125rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr { color:#124c8a;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.8125rem;left:2.8125rem;height:11.541rem;text-align:left;text-align-last:left;display:block; }#OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr li:before{  }
#bk5zvm85sqOFBh1OJhTODhsawEkebHAs { color:#124c8a;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:12.27978515625rem;left:0rem;height:16.7519375rem;text-align:left;text-align-last:left;display:none; }#bk5zvm85sqOFBh1OJhTODhsawEkebHAs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bk5zvm85sqOFBh1OJhTODhsawEkebHAs li:before{  }
#iTvkq5OdtzrHiIzSPMyMocLums6faSnq { color:#ff00ff;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.0625rem;height:6.1748rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T7XvoMg936XcetcevC1N7RMWl1IVsFta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container { background-color: transparent; background-image: none; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container > .video-iframe-container { display: none; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row > .video-iframe-container { display: none; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .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); }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container { border-width: 0; border-radius: 0; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#JGNNehTmNTM6KLqcEJm8zfCf3A1oSsoL { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:2.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vm8dCF1xKR7l0bTJ971VbPeUfvgKLOrZ { color:#0077b6;display:block;width:55.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:5.9248046875rem;left:0rem;height:2.2749rem;display:block; }
#RLytqSAwNwmISCXtLLbOrI1uqKh5rzeT { 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:24.4375rem;width:23.5625rem;top:10.8125rem;left:51.4375rem;overflow:hidden;display:block; }
#ZVOzxPc9XHq2CoZ3Mm0uVREKeFVRE8Tf { position:absolute;display:block;z-index:15001;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:24.4375rem;width:23.5625rem;top:10.8125rem;left:25.625rem;overflow:hidden;display:block; }
#CN0xHVZwLRQsHNTQb8QkEA86viGB56CT { position:absolute;display:block;z-index:15000;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:24.5625rem;width:23.6875rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#m27CKgsObBOkuKZtJC7tV9Ig1Mg9pyeN { color:#124c8a;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:13rem;left:7.4375rem;height:2.9248rem;font-style:normal;display:block; }
#cmyDiGxBKIP0rLdf5kknm5XNEmamyJTF { color:#124c8a;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:13rem;left:33.125rem;height:2.9248rem;font-style:normal;display:block; }
#q27ZVH8GPpzTlhDhP0FqtbMv4ik3t4gF { color:#124c8a;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13rem;left:59.125rem;height:2.923825rem;font-style:normal;display:block; }
#o0AU4uqc5TyCTczEHe4MGTlC3ZvcQgx5 { color:#124c8a;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.8;letter-spacing:0;top:20.1572265625rem;left:1.875rem;height:10.1220625rem;font-style:normal;display:block; }
#Zy9i2yi5WyocLyxzx6zcEhSkTWHvTIMK { color:#124c8a;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.8;letter-spacing:0;top:20.1572265625rem;left:27.625rem;height:10.1220625rem;font-style:normal;display:block; }
#peTbPrtgcPwSsnZ9A3TwN9dWpJKQFlJ6 { color:#124c8a;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.8;letter-spacing:0;top:18.6572265625rem;left:53.28125rem;height:14.1708875rem;font-style:normal;display:block; }
#bwdA1g2iK95fQErgTvvRVz00WNW62Cr8 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:1.75rem;left:3.0625rem;display:none; }
#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;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; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { background-color: transparent; background-image: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container > .video-iframe-container { display: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container { display: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .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); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { border-width: 0; border-radius: 0; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { font-size:0.875rem;font-family:arial;height:192rem;width:75rem;position:relative;display:block; }#Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:2.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:5.19921875rem;display:block; }
#ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:14.29785625rem;display:block; }
#X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:15.4375rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATCvLXeKzkq9iKGRCA0I16FT4WmBLlAw { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:28.5957375rem;display:block; }
#UThkkJd481mFceugoZrgcoHcCVv7nvdV { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:36.3125rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoFto4zukPeFW3x0Qr6KSrmJR84qlT0G { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:69.75rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:76.1875rem;left:0rem;height:25.839875rem;display:block; }#dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 li:before{  }
#ZVK9XJCKgPTKshOzG1g4ns3BzomcoWpF { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:73.25rem;left:0rem;height:1.29980625rem;display:block; }
#o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:114.6875rem;left:0rem;height:25.035125rem;display:block; }#o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke li:before{  }
#yQ6xFKoFaXc2zfHs8MWogDE0fQ636ADU { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:111.75rem;left:0rem;height:1.29980625rem;display:block; }
#PUkTTd12XRFOOhLKczwXEoaozMHoyBoM { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:108.25rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwW0hcOxMGIX9uvhGB9lxM1u488aT9Jp { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:103.6875rem;left:0rem;height:1.29980625rem;display:block; }
#JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:152.4375rem;left:0rem;height:11.7578125rem;display:block; }#JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o li:before{  }
#HVivZki8WWXUV6bTXdDau8W0531H9HMe { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:145.5rem;left:0rem;height:2.5996125rem;display:block; }
#L5ygObbCUA6ZduyGTv4TI022kDqvlsGZ { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:142rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M2BZwgI8l4lOzyxmKzINNOzP5TVb61dT { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:150.25rem;left:0rem;height:1.29980625rem;display:block; }
#fbhXUdAm6JqvNiZhtIKta2QGdcMnJ1yR { color:#124c8a;display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:168.4375rem;left:0rem;height:11.197275rem;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; }
#igyQOiJzWPlc08LUEm77tCuAeToyTU4l { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:166.4375rem;left:0rem;height:1.29980625rem;display:block; }
#Tmtm4qgimeLiz5ay59PzrTKt0HR4iEDX { color:#124c8a;display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:182.4375rem;left:0rem;height:7.9980625rem;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; }
#MTG6subS4mVdgXkM92faGa9wTTGZTir3 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:180.4375rem;left:0rem;height:1.29980625rem;display:block; }
#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;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; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container { background-color: transparent; background-image: none; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container > .video-iframe-container { display: none; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row > .video-iframe-container { display: none; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .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); }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container { border-width: 0; border-radius: 0; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container { font-size:0.875rem;font-family:arial;height:77.25rem;width:75rem;position:relative;display:block; }#tbOZvnUrpf1LZF1GGeo4qNLRGaleAZ8E { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:2.375rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwDUIUci7c7gACP3vGWO388Oy9aGPVF6 { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:5.8125rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBrCVeXl3gK2iEwoEx2iwBJST2LdRE0w { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:2.5996125rem;display:block; }
#sf0TU3ETv4xrMcstKITpOwKusESh3wkR { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:13.1875rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VT6kybezGhmSS73pzyDwb0ZIUs42boqh { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:3.8994125rem;display:block; }
#PwJKDTPcA1LAJi79BWEUzv0Sf4bE1Nib { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:3.8994125rem;display:block; }
#PPhUPs1ezVlpCvU5qZtXn7TtvotPXkux { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:21.3125rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HHBeeR13OLtREMtSMEV54p32VyFMszsS { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.9375rem;left:0rem;height:3.8994125rem;display:block; }
#FtDIek1aQKyg8787HxfJkiSKpUNiLJ7o { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:29.6875rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KgPinzRBsS3QlNhPLkU7qcqve2lAiU5J { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:3.8994125rem;display:block; }
#hNStlw5FV4i2HnLukTgcnU4kSE2yC7QT { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:37.6875rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1XHdd047ltxt5KR3up8ypIiOCbbQTkS { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:2.5996125rem;display:block; }
#KXXRRQHaC98dKodgJzNSVCW0eb9vBHnz { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:45.5625rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfoLLnw8Tc1ZgiGThVmmeXrf15dxAn34 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:54.25rem;left:0rem;height:3.8994125rem;display:block; }
#PQeV0SsLtZSXdKykbWvq8MigPQ4Jhe5a { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:52rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTK0d3rEbihisCXaUMTak0HEcTHci4n9 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:62.0625rem;left:0rem;height:3.8994125rem;display:block; }
#G1hTky3dBoLnlp3HD4UHhud7pW9p58I2 { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:59.8125rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAJV95MmHNEgW9n0XPSorgu5sipbZ3iK { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:69.75rem;left:0rem;height:3.8994125rem;display:block; }
#RzkvOGL254M72fHPvFvZpgVwvsCSafdG { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:67.5rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { position:relative;display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { background-color: transparent; background-image: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container > .video-iframe-container { display: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row > .video-iframe-container { display: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .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); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { border-width: 0; border-radius: 0; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { position:absolute;display:block;z-index:15000;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:41.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { color:#124c8a;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.1875rem;left:37.625rem;height:8.771475rem;text-align:center;text-align-last:center;display:block; }
#f5Zgk2glwW7RLxmlbrtDyNfm8dL7ozka { 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:15.125rem;width:69.375rem;top:40.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#VSkNF6hdL4aItfS9Ibzo2QXPOQZ6TB3T { 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:6.0625rem;width:6.0625rem;top:42.125rem;left:7.625rem;overflow:hidden;display:block; }
#sL3HG7hzbHQwhp2JHw7iGUra9HVfOSAb { position:absolute;display:block;z-index:15004;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:6rem;width:6.0625rem;top:42.125rem;left:21.0625rem;overflow:hidden;display:block; }
#R4TXHVT2HfFsgKAGoKKURc8MKeNVWXqo { position:absolute;display:block;z-index:15005;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:6rem;width:6.0625rem;top:42.125rem;left:34.5rem;overflow:hidden;display:block; }
#hXJJbR0yu6xqB8FCC2UoOryg0d4LQbPW { position:absolute;display:block;z-index:15006;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:6rem;width:6.0625rem;top:42.125rem;left:47.9375rem;overflow:hidden;display:block; }
#Ws1L47hla1OSz70ehw62hEQKiJf909EH { 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:6rem;width:6.0625rem;top:42.125rem;left:61.375rem;overflow:hidden;display:block; }
#xE7BmmXeUP8dU7r6aaffGrVzGwHVRJnp { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.25rem;left:4.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwp0U2GI06y80HWZdIPvGx380v0zpF0F { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:51.0390625rem;left:4.40625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LK0LBbPgvvTKW1aTpTlHfuSIsCyV3EsC { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:49.25rem;left:17.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVSTTuqyglErW8Sb1fpv8XwsficQATbh { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.25rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fm2lxaqkoiX5IxAMzy3UBN5yhLciQ45y { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:49.25rem;left:44.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrL8sd1UzrxHnPIst76hCwAKdTabSvxg { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.25rem;left:58.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEevKa6NxlWGwykP7g1tP2TP6C7rTut5 { color:#124c8a;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:51.0390625rem;left:18.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvqRKUz5IqIzHLflzMrpF59Z8IpSb9SW { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:51.10107421875rem;left:31.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMTgcybCsTihErOqpPdcGiBaUKGVbawQ { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:51.03857421875rem;left:44.71875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrhODPTV4fXsWrE3iUI83kB0xLT06vxo { color:#124c8a;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:51.03857421875rem;left:58.90625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { position:absolute;display:block;z-index:15000;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:83.25rem;width:50.4375rem;display:none; }
#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB { position:relative;display:block; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB { background-color: transparent; background-image: none; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container > .video-iframe-container { display: none; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row > .video-iframe-container { display: none; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .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); }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB { border-width: 0; border-radius: 0; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dy1kITNLKfDPVlNBgBRxub4TiBcHoDkn { position:absolute;display:block;z-index:15000;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:17.4375rem;width:24.375rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#NLl8qlNPnsPdGPU7qJWwymzgGTtTsEq1 { position:absolute;display:block;z-index:15001;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:17.4375rem;width:24.375rem;top:6.75rem;left:25.3125rem;overflow:hidden;display:block; }
#eATG8dTMJNG8yXnwlBGnINCkwIgH4KWs { 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:17.4375rem;width:24.375rem;top:6.75rem;left:50.625rem;overflow:hidden;display:block; }
#UakTu1D84EXVV1E7tvTZ2ps14bb5CNSD { position:absolute;display:block;z-index:15001;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:17.375rem;width:24.25rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
#zKboqo0hd4etI2b3Cio38TkTJna9Nqmr { 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:17.375rem;width:24.25rem;top:25.125rem;left:25.3125rem;overflow:hidden;display:block; }
#FJ2ZXFp30RHDOiqxPCwMGR17xywd4TnI { 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:17.375rem;width:24.25rem;top:25.125rem;left:50.75rem;overflow:hidden;display:block; }
#zi7Cx2W4TLkz18U2FIB71EpTzIWR32ta { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#n8nkDqAnLDWsr6gCBuD8TnyCD9QzrHru { 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:17.375rem;width:24.25rem;top:25.125rem;left:50.75rem;overflow:hidden;display:none; }
#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/631d7350-e941-4130-9c96-4b07284c4a17/Website_Header_Slider_Gece_Poliklinik_1536x600pxlarge.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.adaptive-delivery-prevent-bg, #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.lazyload, #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.lazyloading { background-image: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { background-color: transparent; background-image: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container > .video-iframe-container { display: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row > .video-iframe-container { display: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .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); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { border-width: 0; border-radius: 0; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-form-header { font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#03045e;width:21.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.5625rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-textarea { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-select {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-button { 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:#124c8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:"open sans";font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:#03045e;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .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; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .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; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-container:first-of-type{padding-top:0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-container:last-of-type{padding-bottom:0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:0.943359375rem;left:0rem;font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.625rem;line-height:1.3;font-weight:700;color:#03045e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC {display:block;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:0.943359375rem;left:0rem;font-size:0.875rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #DtM3IXNfzVSR7HdFqpBTInr7vvwzOTqg { position:relative;display:block;z-index:15000; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #EXwOuTlDiHo00LeWaQ13AgT9KkFMySbh { position:relative;display:block;z-index:15000; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #BuO2sxMzxLCmmA9m99afLvRknnC6mNrv { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #sa0h9BDoRX8LMBpKl8JSTqNWu96tQU1S { position:relative;display:block; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xvxSfN9f07FpbmJo5O32sNTXGPMaQTsg { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Z7WobKhT6nAv9Zi85gBay0CTrtUR7Ith { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #TAfBttDwBeF9fUQ0qANIaGFf3wiiiS3A { position:relative;display:block; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #s99Z8f7nn3V3pgvGwbi8ZeAxEWXdSxx8 { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #wctXsrJXVs4UX22ZzGNCx7Cm8VCPGT4F { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #QDJuJWcU1RTfObqKqRT1bkOnXid3vkCK { position:relative;display:block; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTJEi8R0T8gUiItqNslbpyp873To5s7a { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #eZ0I7zaDPoPU1RwJIuTuq0BoNWFLWO7U { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTSDTeTiTtRBGwti2xqTw7tuMVF2Cskk { position:relative;display:block; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xVzSTpexTbrTFhIm9Alcygr4snGC3CDq { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #IAo4tpQALCKSCBt33QviGxIt2CwLToS1 { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #VnhtyS9ASq90JmPlRcioWECuHDAUIBTN { position:relative;z-index:2; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Rx53ZLwTZpJcKWsfEt8QLoidOTOitXfI { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #e9oNnEVbXGhB6znUuaw8CtqyTPPqRSCt { position:relative; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #N5OuI3qMu1ydqZ11z8o7oxeTPZPpyg0e { position:relative; }
#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { 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; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { background-color: transparent; background-image: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .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); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { border-width: 0; border-radius: 0; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.0625rem;left:27.593753814698rem; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.0625rem;left:32.062503814698rem; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.125rem;left:40.500003814698rem; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.34375rem;left:36.531253814698rem; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { color:#0077b6;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:27.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.125rem;left:45.072917938233rem; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124c8a;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; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { background-color: transparent; background-image: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container > .video-iframe-container { display: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container { display: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .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); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { border-width: 0; border-radius: 0; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { position:absolute;display:block;z-index:15000;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.5rem;width:23.5rem;top:2.40625rem;left:25.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { width:23.5rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:8.5625rem;height:3.25rem;top:1.625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #xRVi3RMAEBDspBGBgEJWuuqPTbIb9Rqd { width:2.625rem;height:2.625rem;top:1.9375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:1.9375rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzDZOxBVT48qPtkrLVbgIUNdX7yN7HTw { width:2.625rem;height:2.625rem;top:1.9375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS { top:1.75rem;left:45.5rem;width:2.25rem;height:3.0625rem;display:block; }
#aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS > img { max-width: 100%;max-height:100%; width:2.25rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #fvs5Gg5355r9R89tXWWZHPBHsb6hFSyy { width:2.625rem;height:2.625rem;top:1.9375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB { top:1.9375rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:block; }
#SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB > img { max-width: 100%;max-height:100%; width:1.8125rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { width:8.5625rem;height:4.75rem;top:0.625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block; }
 }@media only screen and (max-width: 763px) { #NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { top:1.75rem;left:45.5rem;width:2.25rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { top:1.75rem;left:45.5rem;width:2.25rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8m98wn0rI5raCWr9AU29dJyXgf6A7dT { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQ1IpoNsSmpmXnuV11NMg7Gnpl6zXM53 { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { width:8.5625rem;height:3.25rem;top:1.625rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block; }
 }@media only screen and (max-width: 763px) { #E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { width:8.5625rem;height:4.75rem;top:0.625rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block; }
 }@media only screen and (max-width: 763px) { #J9vVSN92BalXZHx83AooKCrPBFQblG1v { top:9.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPglxBDoP7TrTv8iaL7oIgkDioHWwKwS { top:10.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { width:21.3125rem;height:auto;top:20.5625rem;left:0rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { width:21.3125rem;height:auto;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DUDSXi4U7H3nmtQWlW0s8XayK40RThgN {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #oJfDyE6mo6dab98hSm7QqC54HMRLKoOh {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DSqVrG5uUsVJxN8fBfRwSeVctns2Wpv3 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Jb8VOKu5axWNg6tyaOggCH0lSSf3Ning {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #X7bIm79ss8pLzKxJkrV0aiXKFrWav1bb {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 {  }
 }@media only screen and (max-width: 763px) { #VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { top:7.1875rem;left:0rem;width:27.4375rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIqcfUQ5FK1Z7GbDKVkgIeReiDT4LKOi { top:16.3125rem;left:0rem;width:29.0625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { top:3.1875rem;left:0rem;width:18.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { top:4.1875rem;left:0rem;width:19.75rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocbK8iFOkvWFD8vblKBvDZtK0hvBCZh2 { top:26.6875rem;left:6.1875rem;width:27.4375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRvez29fKWM5f7noOxGlDmtLTTmVXQcD { top:29.0625rem;left:11.8125rem;width:27.4375rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWVOvlxzQoHT7b8MUQSdhtfbTXHqIpxQ { top:26.3125rem;left:16.375rem;width:18.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCuOwANbIs030PdwupUJNhvL6nceTu9 { top:0rem;left:0rem;width:15.9375rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBcUdcJSa6n90zGFbvodL0STVdWS34ph { top:26.6875rem;left:6.1875rem;width:27.4375rem;height:2.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4RNiR1BCKxdesHeFAx9a6nUZ7IT5r60 { top:29.0625rem;left:11.8125rem;width:27.4375rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { top:4.9375rem;left:0rem;width:46.6875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { top:1.8125rem;left:0rem;width:30rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { top:9.5rem;left:0rem;width:18rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { top:11.625rem;left:0rem;width:18.0625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { top:11.625rem;left:5.3125rem;width:18.0625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { top:11.625rem;left:24.3125rem;width:18.0625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { top:15.3125rem;left:0rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { top:15.3125rem;left:5.3125rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { top:15.3125rem;left:24.3125rem;width:18.0625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { top:11.625rem;left:29.6875rem;width:18.0625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { top:15.5rem;left:35.0625rem;width:12.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { top:9.5rem;left:5.375rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { top:9.5625rem;left:24.375rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbApylEELiIsumCGaebfqqbzRIt8TNvI { top:9.5rem;left:29.75rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTUe2bGzAuede85RQlni5ayFrSZ4enE { display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { top:0rem;left:0rem;width:24.3125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { top:1.75rem;left:0rem;width:24.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { top:1.75rem;left:13.0625rem;width:21.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { top:1.75rem;left:32.5625rem;width:15.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { top:0rem;left:11.71875rem;width:24.3125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { top:0rem;left:23.4375rem;width:24.3125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9VxfPTni1iRdDdbweu55dpeKlF4W9n { display:block; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbpUZF3TBAIoMvTgCgusGPbt2U2ssPMW { top:2.6875rem;left:0rem;width:18rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo146TlEFak8GGQBeX1OSlZ2EqZzxpaH { top:9.0625rem;left:0rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQTK3kOLTQ0u7hfUQcGFSeEFkm8IDx96 { top:9.0625rem;left:5.3125rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeycDHhqIB0PCrd1TiWRcSInl8QTxM57 { top:9.0625rem;left:24.3125rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0D9UhLM2uOFVqbaTtSlo8GQm0XULfTs { top:9.0625rem;left:29.6875rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkvGro9hJLwcDtyIJ8tIxxvWFn7mb5G { top:2.6875rem;left:5.375rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naXXDfApDTQiXlF2eoMhz0C8SFI896sT { top:2.75rem;left:24.375rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Xp9c1bfm4QQ0asvhd5T040PPETFUDN { top:2.6875rem;left:29.75rem;width:18rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkhKanhlZCz8zRW7NfvqwPP4T4uXSMFV { top:3.8125rem;left:0rem;width:6.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2XHqLk4O7W9wCeVfRWxg8XiqM5tfX1e { top:3.25rem;left:11.25rem;width:6.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz9UxtV9MTZV2q6vrfIPKwDvnnyEtWXd { top:3.25rem;left:30.25rem;width:6.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLNr0GSdO61v7FVBL6zEoR1VZNV4FzQ6 { top:3.25rem;left:41.5rem;width:6.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { display:block; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { top:3rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { top:5.1875rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { top:8.875rem;left:0rem;width:19.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { top:19.0625rem;left:0rem;width:19.4375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBtut73SDht9ma7lTc4T1uremkW7vqzq { top:8.875rem;left:6.8125rem;width:24.9375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { top:5.1875rem;left:31.75rem;width:15.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeH92kA11mNbb2ILd8Q83sTOem69fDoU { top:8.875rem;left:27.0625rem;width:20.5625rem;height:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGLMOJJgsCcmwRAezpTT4115yU9UJcM3 { top:44.75rem;left:0rem;width:20rem;height:1.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu { display:block; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpE5OF6FUFSHgv3QUvO0tQwCc0iRcUzB { top:6.0625rem;left:0rem;width:34.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRP8nvUPhWyx8ylBez02DRReHph8KKyW { top:13.1875rem;left:15rem;width:32.75rem;height:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOLac9fFiXQLCfsxgy35THpgUTROtMCM { top:21.0625rem;left:16.25rem;width:31.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOudyDHZOF4FHdqqKFlnQdEkFReoc69a { top:21.0625rem;left:17.0625rem;width:30.6875rem;height:6.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUipKsgLDu87CygyJCWi8OSqgRv6zBBa { top:7.9375rem;left:0rem;width:41rem;height:5.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm { display:block; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POgCec2ncXacSKl8pG2wLGUZoQP66Abm { top:1.8125rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVyQc2PGOyDSNsU1Jl2Voiq8BbIFNaTu { top:6rem;left:26.875rem;width:20.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzNPMetHJN9lOzUpVZyvHvJQPEgtTezG { top:7.9375rem;left:0rem;width:41rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr { top:16.8125rem;left:0rem;width:36.75rem;height:11.5rem;font-size:1.0625rem;display:block; }#OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr li:before{  }
 }@media only screen and (max-width: 763px) { #bk5zvm85sqOFBh1OJhTODhsawEkebHAs { top:12.25rem;left:0rem;width:36.75rem;height:16.75rem;font-size:1.0625rem;display:none; }#bk5zvm85sqOFBh1OJhTODhsawEkebHAs li:before{  }
 }@media only screen and (max-width: 763px) { #iTvkq5OdtzrHiIzSPMyMocLums6faSnq { top:13.1875rem;left:15rem;width:32.75rem;height:6.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7XvoMg936XcetcevC1N7RMWl1IVsFta { display:block; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGNNehTmNTM6KLqcEJm8zfCf3A1oSsoL { top:3.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm8dCF1xKR7l0bTJ971VbPeUfvgKLOrZ { top:5.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLytqSAwNwmISCXtLLbOrI1uqKh5rzeT { top:10.8125rem;left:24.1875rem;width:23.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOzxPc9XHq2CoZ3Mm0uVREKeFVRE8Tf { top:10.8125rem;left:12rem;width:23.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0xHVZwLRQsHNTQb8QkEA86viGB56CT { top:10.8125rem;left:0rem;width:23.6875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m27CKgsObBOkuKZtJC7tV9Ig1Mg9pyeN { top:13rem;left:0rem;width:10.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyDiGxBKIP0rLdf5kknm5XNEmamyJTF { top:13rem;left:19.5rem;width:12.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q27ZVH8GPpzTlhDhP0FqtbMv4ik3t4gF { top:13rem;left:31.875rem;width:15.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0AU4uqc5TyCTczEHe4MGTlC3ZvcQgx5 { top:20.125rem;left:0rem;width:17.9375rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9i2yi5WyocLyxzx6zcEhSkTWHvTIMK { top:20.125rem;left:14rem;width:21.625rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTbPrtgcPwSsnZ9A3TwN9dWpJKQFlJ6 { top:18.625rem;left:27.875rem;width:19.875rem;height:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdA1g2iK95fQErgTvvRVz00WNW62Cr8 { top:1.75rem;left:0rem;width:13.875rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { display:block; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { top:3rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { top:7.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { top:19rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { top:15.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATCvLXeKzkq9iKGRCA0I16FT4WmBLlAw { top:39.9375rem;left:0rem;width:47.75rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThkkJd481mFceugoZrgcoHcCVv7nvdV { top:36.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFto4zukPeFW3x0Qr6KSrmJR84qlT0G { top:69.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 { top:76.1875rem;left:0rem;width:47.75rem;height:25.8125rem;font-size:1rem;display:block; }#dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 li:before{  }
 }@media only screen and (max-width: 763px) { #ZVK9XJCKgPTKshOzG1g4ns3BzomcoWpF { top:73.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke { top:114.6875rem;left:0rem;width:47.75rem;height:25rem;font-size:1rem;display:block; }#o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke li:before{  }
 }@media only screen and (max-width: 763px) { #yQ6xFKoFaXc2zfHs8MWogDE0fQ636ADU { top:111.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUkTTd12XRFOOhLKczwXEoaozMHoyBoM { top:108.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwW0hcOxMGIX9uvhGB9lxM1u488aT9Jp { top:103.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o { top:152.4375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1rem;display:block; }#JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o li:before{  }
 }@media only screen and (max-width: 763px) { #HVivZki8WWXUV6bTXdDau8W0531H9HMe { top:145.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ygObbCUA6ZduyGTv4TI022kDqvlsGZ { top:142rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BZwgI8l4lOzyxmKzINNOzP5TVb61dT { top:150.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbhXUdAm6JqvNiZhtIKta2QGdcMnJ1yR { top:168.4375rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyQOiJzWPlc08LUEm77tCuAeToyTU4l { top:166.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmtm4qgimeLiz5ay59PzrTKt0HR4iEDX { top:182.4375rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTG6subS4mVdgXkM92faGa9wTTGZTir3 { top:180.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF { display:block; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbOZvnUrpf1LZF1GGeo4qNLRGaleAZ8E { top:2.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwDUIUci7c7gACP3vGWO388Oy9aGPVF6 { top:5.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBrCVeXl3gK2iEwoEx2iwBJST2LdRE0w { top:8.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0TU3ETv4xrMcstKITpOwKusESh3wkR { top:13.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6kybezGhmSS73pzyDwb0ZIUs42boqh { top:15.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwJKDTPcA1LAJi79BWEUzv0Sf4bE1Nib { top:23.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPhUPs1ezVlpCvU5qZtXn7TtvotPXkux { top:21.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHBeeR13OLtREMtSMEV54p32VyFMszsS { top:31.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtDIek1aQKyg8787HxfJkiSKpUNiLJ7o { top:29.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPinzRBsS3QlNhPLkU7qcqve2lAiU5J { top:39.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNStlw5FV4i2HnLukTgcnU4kSE2yC7QT { top:37.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XHdd047ltxt5KR3up8ypIiOCbbQTkS { top:47.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXRRQHaC98dKodgJzNSVCW0eb9vBHnz { top:45.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoLLnw8Tc1ZgiGThVmmeXrf15dxAn34 { top:54.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQeV0SsLtZSXdKykbWvq8MigPQ4Jhe5a { top:52rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTK0d3rEbihisCXaUMTak0HEcTHci4n9 { top:62.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1hTky3dBoLnlp3HD4UHhud7pW9p58I2 { top:59.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJV95MmHNEgW9n0XPSorgu5sipbZ3iK { top:69.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzkvOGL254M72fHPvFvZpgVwvsCSafdG { top:67.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { top:0rem;left:0rem;width:47.75rem;height:26.660416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { top:18.1875rem;left:24rem;width:22.5rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Zgk2glwW7RLxmlbrtDyNfm8dL7ozka { top:40.5625rem;left:0rem;width:47.75rem;height:10.410360360361rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSkNF6hdL4aItfS9Ibzo2QXPOQZ6TB3T { top:42.125rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3HG7hzbHQwhp2JHw7iGUra9HVfOSAb { top:42.125rem;left:7.4375rem;width:6.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4TXHVT2HfFsgKAGoKKURc8MKeNVWXqo { top:42.125rem;left:20.875rem;width:6.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJJbR0yu6xqB8FCC2UoOryg0d4LQbPW { top:42.125rem;left:34.3125rem;width:6.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1L47hla1OSz70ehw62hEQKiJf909EH { top:42.125rem;left:41.6875rem;width:6.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE7BmmXeUP8dU7r6aaffGrVzGwHVRJnp { top:49.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwp0U2GI06y80HWZdIPvGx380v0zpF0F { top:51rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK0LBbPgvvTKW1aTpTlHfuSIsCyV3EsC { top:49.25rem;left:4.21875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVSTTuqyglErW8Sb1fpv8XwsficQATbh { top:49.25rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2lxaqkoiX5IxAMzy3UBN5yhLciQ45y { top:49.25rem;left:31.09375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrL8sd1UzrxHnPIst76hCwAKdTabSvxg { top:49.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEevKa6NxlWGwykP7g1tP2TP6C7rTut5 { top:51rem;left:4.625rem;width:11.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqRKUz5IqIzHLflzMrpF59Z8IpSb9SW { top:51.0625rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMTgcybCsTihErOqpPdcGiBaUKGVbawQ { top:51rem;left:31.09375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrhODPTV4fXsWrE3iUI83kB0xLT06vxo { top:51rem;left:36.75rem;width:11rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { width:47.75rem;height:78.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB { display:block; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy1kITNLKfDPVlNBgBRxub4TiBcHoDkn { top:6.75rem;left:0rem;width:24.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLl8qlNPnsPdGPU7qJWwymzgGTtTsEq1 { top:6.75rem;left:11.6875rem;width:24.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATG8dTMJNG8yXnwlBGnINCkwIgH4KWs { top:6.75rem;left:23.375rem;width:24.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakTu1D84EXVV1E7tvTZ2ps14bb5CNSD { top:25.125rem;left:0rem;width:24.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKboqo0hd4etI2b3Cio38TkTJna9Nqmr { top:25.125rem;left:11.6875rem;width:24.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2ZXFp30RHDOiqxPCwMGR17xywd4TnI { top:25.125rem;left:23.5rem;width:24.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi7Cx2W4TLkz18U2FIB71EpTzIWR32ta { top:2.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8nkDqAnLDWsr6gCBuD8TnyCD9QzrHru { top:25.125rem;left:23.5rem;width:24.25rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT { display:block; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-select {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC  { width:21.3125rem;height:auto;top:0.9375rem;left:0rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC {display:block;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC { width:21.3125rem;height:auto;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #DtM3IXNfzVSR7HdFqpBTInr7vvwzOTqg {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #EXwOuTlDiHo00LeWaQ13AgT9KkFMySbh {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #BuO2sxMzxLCmmA9m99afLvRknnC6mNrv {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #sa0h9BDoRX8LMBpKl8JSTqNWu96tQU1S {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xvxSfN9f07FpbmJo5O32sNTXGPMaQTsg {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Z7WobKhT6nAv9Zi85gBay0CTrtUR7Ith {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #TAfBttDwBeF9fUQ0qANIaGFf3wiiiS3A {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #s99Z8f7nn3V3pgvGwbi8ZeAxEWXdSxx8 {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #wctXsrJXVs4UX22ZzGNCx7Cm8VCPGT4F {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #QDJuJWcU1RTfObqKqRT1bkOnXid3vkCK {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTJEi8R0T8gUiItqNslbpyp873To5s7a {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #eZ0I7zaDPoPU1RwJIuTuq0BoNWFLWO7U {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTSDTeTiTtRBGwti2xqTw7tuMVF2Cskk {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xVzSTpexTbrTFhIm9Alcygr4snGC3CDq {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #IAo4tpQALCKSCBt33QviGxIt2CwLToS1 {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #VnhtyS9ASq90JmPlRcioWECuHDAUIBTN {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Rx53ZLwTZpJcKWsfEt8QLoidOTOitXfI {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #e9oNnEVbXGhB6znUuaw8CtqyTPPqRSCt {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #N5OuI3qMu1ydqZ11z8o7oxeTPZPpyg0e {  }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { top:4.0625rem;left:13.968753814698rem;width:2.5rem;height:2.5rem;display:block; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { top:4.0625rem;left:18.437503814698rem;width:2.5rem;height:2.5rem;display:block; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { top:4.125rem;left:26.875003814698rem;width:2.375rem;height:2.375rem;display:block; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { top:4.3125rem;left:22.906253814698rem;width:1.9375rem;height:1.9375rem;display:block; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { top:1.125rem;left:13.96875rem;width:19.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { top:4.125rem;left:31.447917938233rem;width:2.375rem;height:2.375rem;display:block; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { top:2.375rem;left:11.625rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { position:relative;z-index:auto;display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { width:14.4375rem;height:2.75rem;top:1.1875rem;left:2.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:5.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #xRVi3RMAEBDspBGBgEJWuuqPTbIb9Rqd { width:2.125rem;height:2.125rem;top:5.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:4.1875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzDZOxBVT48qPtkrLVbgIUNdX7yN7HTw { width:2.1875rem;height:2.1875rem;top:5.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS { display:flex;width:2.25rem;height:3.0625rem;top:1.75rem;left:8.875rem;display:none; }
#aBDvEtO30WEfgWmyeSkGgqEdPZBdq0yS > img { max-width: 100%;max-height:100%; width:2.25rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #fvs5Gg5355r9R89tXWWZHPBHsb6hFSyy { width:2.125rem;height:2.125rem;top:5.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB { display:flex;width:1.8125rem;height:2.6875rem;top:12.0625rem;left:9.125rem;display:none; }
#SMK8ZBWJuumA5aabb2dFJdGgoZIKEvQB > img { max-width: 100%;max-height:100%; width:1.8125rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { width:8.5625rem;height:4.75rem;top:0.625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block; }
 }@media only screen and (max-width: 763px) { #NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { display:flex;width:1.5rem;height:2.375rem;top:5.4375rem;left:11.75rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { display:flex;width:2.25rem;height:3.0625rem;top:7.625rem;left:11.875rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { display:flex;width:2.25rem;height:3.0625rem;top:6.3125rem;left:14.75rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #C8m98wn0rI5raCWr9AU29dJyXgf6A7dT { display:flex;width:2rem;height:3.25rem;top:5rem;left:13.8125rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #WQ1IpoNsSmpmXnuV11NMg7Gnpl6zXM53 { display:flex;width:1.75rem;height:2.9375rem;top:5.1875rem;left:16.3125rem;z-index:15052; }
 }@media only screen and (max-width: 763px) { #tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { width:6.5rem;height:3.4375rem;top:8.3125rem;left:6.8125rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block; }
 }@media only screen and (max-width: 763px) { #E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { width:8.5625rem;height:4.75rem;top:7.3125rem;left:12.625rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block; }
 }@media only screen and (max-width: 763px) { #J9vVSN92BalXZHx83AooKCrPBFQblG1v { top:5.12158203125rem;left:8.84375rem;width:2.3125rem;height:3.0058625rem;z-index:15054;color:#124c8a;font-weight:300;font-style:normal;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPglxBDoP7TrTv8iaL7oIgkDioHWwKwS { top:5.650390625rem;left:1.84375rem;width:6.875rem;height:1.94970625rem;z-index:15055;color:#124c8a;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#357fdc;background-image:url("https://images.assets-landingi.com/uc/748d30fa-1ea8-4514-8c11-d95525848334/Biruni_Hastanesi_Header_Mobil_2025.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { width:17.5rem;height:auto;top:15.0107421875rem;left:0rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-info-text { font-size:1.375rem;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { width:17.5rem;height:auto;top:15.0107421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DUDSXi4U7H3nmtQWlW0s8XayK40RThgN {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #oJfDyE6mo6dab98hSm7QqC54HMRLKoOh {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #DSqVrG5uUsVJxN8fBfRwSeVctns2Wpv3 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Jb8VOKu5axWNg6tyaOggCH0lSSf3Ning {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #X7bIm79ss8pLzKxJkrV0aiXKFrWav1bb {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 {  }
 }@media only screen and (max-width: 763px) { #VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { width:20rem;height:0;top:48.0224921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KIqcfUQ5FK1Z7GbDKVkgIeReiDT4LKOi { width:15.75rem;height:3.298825rem;top:10.2998046875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { width:18.1875rem;height:1.01220625rem;top:1.5625rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { top:4.21337890625rem;left:0.125rem;width:19.75rem;height:4.3994125rem;z-index:15053;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ocbK8iFOkvWFD8vblKBvDZtK0hvBCZh2 { width:20rem;height:0;top:72.3974609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #iRvez29fKWM5f7noOxGlDmtLTTmVXQcD { width:20rem;height:0;top:83.26171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TWVOvlxzQoHT7b8MUQSdhtfbTXHqIpxQ { width:14.1875rem;height:4.875rem;top:72.0849609375rem;left:2.90625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #MgCuOwANbIs030PdwupUJNhvL6nceTu9 { width:18.4375rem;height:29.0625rem;top:49.5rem;left:0.78125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sBcUdcJSa6n90zGFbvodL0STVdWS34ph { width:6.25rem;height:1.6499rem;top:72.4599609375rem;left:6.875rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Z4RNiR1BCKxdesHeFAx9a6nUZ7IT5r60 { width:20rem;height:1.92480625rem;top:74.109375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { width:20rem;height:3.57421875rem;top:8.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;z-index:15057;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { width:9.6875rem;height:5.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { width:9.625rem;height:2.4375rem;top:14.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { width:9.625rem;height:2.4375rem;top:14.625rem;left:10.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { width:9.5625rem;height:2.4375rem;top:20.48388671875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { width:9.625rem;height:1.29980625rem;top:17.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { width:9.6875rem;height:1.29980625rem;top:17.12451171875rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { width:8rem;height:2.199225rem;top:22.92138671875rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { width:9.6875rem;height:2.4375rem;top:20.79638671875rem;left:10.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { width:9rem;height:1.29980625rem;top:23.0810546875rem;left:10.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { width:9.625rem;height:5.5625rem;top:14.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { width:9.6875rem;height:5.5625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbApylEELiIsumCGaebfqqbzRIt8TNvI { width:9.75rem;height:5.4375rem;top:20.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTUe2bGzAuede85RQlni5ayFrSZ4enE { display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { width:20rem;height:20.625rem;top:0rem;left:-0.10357142857142rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { width:20rem;height:3.574225rem;top:0.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { width:20rem;height:3.574225rem;top:22.88671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { width:20rem;height:3.574225rem;top:44.7431640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { width:20rem;height:20.71975rem;top:21.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { width:20rem;height:20.6875rem;top:43.7548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9VxfPTni1iRdDdbweu55dpeKlF4W9n { display:block; }#iB9VxfPTni1iRdDdbweu55dpeKlF4W9n > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbpUZF3TBAIoMvTgCgusGPbt2U2ssPMW { width:9.6875rem;height:5.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo146TlEFak8GGQBeX1OSlZ2EqZzxpaH { width:9.625rem;height:1.29980625rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQTK3kOLTQ0u7hfUQcGFSeEFkm8IDx96 { width:9.5rem;height:1.29980625rem;top:5rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeycDHhqIB0PCrd1TiWRcSInl8QTxM57 { width:7.5625rem;height:2.19921875rem;top:10.6875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h0D9UhLM2uOFVqbaTtSlo8GQm0XULfTs { width:8.5rem;height:2.19921875rem;top:10.6875rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BIkvGro9hJLwcDtyIJ8tIxxvWFn7mb5G { width:9.6875rem;height:5.5625rem;top:2.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naXXDfApDTQiXlF2eoMhz0C8SFI896sT { width:9.6875rem;height:5.5625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Xp9c1bfm4QQ0asvhd5T040PPETFUDN { width:9.6875rem;height:5.5625rem;top:8.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkhKanhlZCz8zRW7NfvqwPP4T4uXSMFV { width:3.125rem;height:2.625rem;top:2.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2XHqLk4O7W9wCeVfRWxg8XiqM5tfX1e { width:3.125rem;height:2.625rem;top:2.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz9UxtV9MTZV2q6vrfIPKwDvnnyEtWXd { width:3.125rem;height:2.625rem;top:8.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLNr0GSdO61v7FVBL6zEoR1VZNV4FzQ6 { width:3.125rem;height:2.625rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { display:block; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { width:20rem;height:1.51220625rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { width:20rem;height:3.8496125rem;top:4.21875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { width:19rem;height:9.0986125rem;top:9.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { width:18.8125rem;height:11.69824375rem;top:19.62890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBtut73SDht9ma7lTc4T1uremkW7vqzq { height:10.880875rem;width:20rem;top:32.890125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { width:15.3125rem;height:auto;top:5.1875rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FeH92kA11mNbb2ILd8Q83sTOem69fDoU { width:20rem;height:20rem;top:48.02099609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGLMOJJgsCcmwRAezpTT4115yU9UJcM3 { width:20rem;height:1.92480625rem;top:44.75rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu { display:block; }#ad9pZXscQ9EbUux7Eb1o9xtEOSv5rweu > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpE5OF6FUFSHgv3QUvO0tQwCc0iRcUzB { width:20rem;height:16.3003125rem;top:20.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRP8nvUPhWyx8ylBez02DRReHph8KKyW { width:20rem;height:0;top:39.98388671875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BOLac9fFiXQLCfsxgy35THpgUTROtMCM { width:15.1875rem;height:0;top:4.5rem;left:0.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sOudyDHZOF4FHdqqKFlnQdEkFReoc69a { width:20rem;height:8.7715rem;top:8.5rem;left:-0.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #HUipKsgLDu87CygyJCWi8OSqgRv6zBBa { width:20rem;height:4.5498rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm { display:block; }#c85Iq7C6pztyub8xB89vZ0G6FfVCQ4Hm > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POgCec2ncXacSKl8pG2wLGUZoQP66Abm { top:1.8125rem;left:0rem;width:20rem;height:0;z-index:15055;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;font-weight:700;font-style:normal;color:#124c8a;display:none; }
 }@media only screen and (max-width: 763px) { #PVyQc2PGOyDSNsU1Jl2Voiq8BbIFNaTu { width:20rem;height:25.44875rem;top:25.23828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzNPMetHJN9lOzUpVZyvHvJQPEgtTezG { width:20rem;height:0;top:50.24953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr { width:20rem;height:14.30275rem;top:8.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#OOZ1r1I6TAu6niPTBOCqNbEbwkBNFwXr li:before{  }
 }@media only screen and (max-width: 763px) { #bk5zvm85sqOFBh1OJhTODhsawEkebHAs { width:20rem;height:0;top:6rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15055;display:none; }#bk5zvm85sqOFBh1OJhTODhsawEkebHAs li:before{  }
 }@media only screen and (max-width: 763px) { #iTvkq5OdtzrHiIzSPMyMocLums6faSnq { width:20rem;height:3.7373rem;top:2.42138671875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T7XvoMg936XcetcevC1N7RMWl1IVsFta { display:block; }#T7XvoMg936XcetcevC1N7RMWl1IVsFta > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGNNehTmNTM6KLqcEJm8zfCf3A1oSsoL { width:20rem;height:0;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vm8dCF1xKR7l0bTJ971VbPeUfvgKLOrZ { width:20rem;height:3.57421875rem;top:4.6005859375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLytqSAwNwmISCXtLLbOrI1uqKh5rzeT { width:20rem;height:20.7426875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOzxPc9XHq2CoZ3Mm0uVREKeFVRE8Tf { width:20rem;height:20.7426875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0xHVZwLRQsHNTQb8QkEA86viGB56CT { width:20rem;height:20.7426875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m27CKgsObBOkuKZtJC7tV9Ig1Mg9pyeN { width:13.5rem;height:2.5996125rem;top:11.75rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmyDiGxBKIP0rLdf5kknm5XNEmamyJTF { width:13.25rem;height:2.5996125rem;top:33.375rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q27ZVH8GPpzTlhDhP0FqtbMv4ik3t4gF { width:12.25rem;height:2.5996125rem;top:55.4375rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0AU4uqc5TyCTczEHe4MGTlC3ZvcQgx5 { width:17.9375rem;height:8.99903125rem;top:17.6875rem;left:1.03125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9i2yi5WyocLyxzx6zcEhSkTWHvTIMK { width:17.9375rem;height:8.99903125rem;top:39.0625rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #peTbPrtgcPwSsnZ9A3TwN9dWpJKQFlJ6 { width:17.875rem;height:12.59864375rem;top:60.0625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwdA1g2iK95fQErgTvvRVz00WNW62Cr8 { top:1.78125rem;left:0rem;width:20rem;height:2.2749rem;z-index:15060;color:#124c8a;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { display:block; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { width:20rem;height:377.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { width:20rem;height:2.0625rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { width:20rem;height:18.19725rem;top:4.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { width:20rem;height:44.1933625rem;top:29.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { width:20rem;height:1.92480625rem;top:25.9375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATCvLXeKzkq9iKGRCA0I16FT4WmBLlAw { width:20rem;height:50.6924125rem;top:81.8701171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UThkkJd481mFceugoZrgcoHcCVv7nvdV { width:20rem;height:3.8496125rem;top:76.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoFto4zukPeFW3x0Qr6KSrmJR84qlT0G { width:20rem;height:3.8496125rem;top:133.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 { width:20rem;height:30.9375rem;top:143.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#dbsAQWCGF5loIRTcpXIoqDXxIUio0b01 li:before{  }
 }@media only screen and (max-width: 763px) { #ZVK9XJCKgPTKshOzG1g4ns3BzomcoWpF { width:20rem;height:3.8994125rem;top:138.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke { width:20rem;height:84.42875rem;top:195.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#o0J9clIZvE3zrPvXOLN3hD4xwJ3cumke li:before{  }
 }@media only screen and (max-width: 763px) { #yQ6xFKoFaXc2zfHs8MWogDE0fQ636ADU { width:20rem;height:5.19921875rem;top:189.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUkTTd12XRFOOhLKczwXEoaozMHoyBoM { width:20rem;height:5.7744125rem;top:181.5rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OwW0hcOxMGIX9uvhGB9lxM1u488aT9Jp { width:20rem;height:3.8994125rem;top:175.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o { width:20rem;height:15.15625rem;top:300.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#JJguRJAcxURJ6pOQbWEK9cGKySvg3M4o li:before{  }
 }@media only screen and (max-width: 763px) { #HVivZki8WWXUV6bTXdDau8W0531H9HMe { width:20rem;height:7.7988125rem;top:289.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L5ygObbCUA6ZduyGTv4TI022kDqvlsGZ { width:20rem;height:5.7744125rem;top:281.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M2BZwgI8l4lOzyxmKzINNOzP5TVb61dT { width:20rem;height:1.29980625rem;top:298.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbhXUdAm6JqvNiZhtIKta2QGdcMnJ1yR { width:20rem;height:27.1933875rem;top:319.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #igyQOiJzWPlc08LUEm77tCuAeToyTU4l { width:20rem;height:1.29980625rem;top:317.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tmtm4qgimeLiz5ay59PzrTKt0HR4iEDX { width:20rem;height:27.1933625rem;top:348.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTG6subS4mVdgXkM92faGa9wTTGZTir3 { width:20rem;height:1.29980625rem;top:346.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF { display:block; }#gSy2m6HCuLwP85J9dbOnWTWQ8nFDGqTF > .row .container { width:20rem;height:175.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbOZvnUrpf1LZF1GGeo4qNLRGaleAZ8E { width:20rem;height:1.92480625rem;top:0.75rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwDUIUci7c7gACP3vGWO388Oy9aGPVF6 { width:20rem;height:1.375rem;top:3.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LBrCVeXl3gK2iEwoEx2iwBJST2LdRE0w { width:20rem;height:10.3984375rem;top:6.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sf0TU3ETv4xrMcstKITpOwKusESh3wkR { width:20rem;height:4.125rem;top:18.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VT6kybezGhmSS73pzyDwb0ZIUs42boqh { width:20rem;height:14.297875rem;top:23.95166015625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwJKDTPcA1LAJi79BWEUzv0Sf4bE1Nib { width:20rem;height:12.9980625rem;top:45.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPhUPs1ezVlpCvU5qZtXn7TtvotPXkux { width:20rem;height:4.125rem;top:40.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HHBeeR13OLtREMtSMEV54p32VyFMszsS { width:20rem;height:14.297875rem;top:65.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtDIek1aQKyg8787HxfJkiSKpUNiLJ7o { width:20rem;height:4.125rem;top:60.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KgPinzRBsS3QlNhPLkU7qcqve2lAiU5J { width:20rem;height:14.297875rem;top:86.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNStlw5FV4i2HnLukTgcnU4kSE2yC7QT { width:20rem;height:2.75rem;top:82.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XHdd047ltxt5KR3up8ypIiOCbbQTkS { width:20rem;height:9.098625rem;top:106.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXXRRQHaC98dKodgJzNSVCW0eb9vBHnz { width:20rem;height:2.75rem;top:103.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DfoLLnw8Tc1ZgiGThVmmeXrf15dxAn34 { width:20rem;height:12.9980625rem;top:122.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PQeV0SsLtZSXdKykbWvq8MigPQ4Jhe5a { width:20rem;height:2.75rem;top:118.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTK0d3rEbihisCXaUMTak0HEcTHci4n9 { width:20rem;height:11.69825rem;top:140.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1hTky3dBoLnlp3HD4UHhud7pW9p58I2 { width:20rem;height:2.75rem;top:137.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mAJV95MmHNEgW9n0XPSorgu5sipbZ3iK { width:20rem;height:15.597625rem;top:158.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RzkvOGL254M72fHPvFvZpgVwvsCSafdG { width:20rem;height:2.75rem;top:155rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { width:20rem;height:11.125rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { width:13.125rem;height:6.333975rem;top:20.00048828125rem;left:3.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5Zgk2glwW7RLxmlbrtDyNfm8dL7ozka { width:20rem;height:4.359375rem;top:30.89892578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSkNF6hdL4aItfS9Ibzo2QXPOQZ6TB3T { width:3.125rem;height:3.125rem;top:34.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL3HG7hzbHQwhp2JHw7iGUra9HVfOSAb { width:3.125rem;height:3.0625rem;top:45.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4TXHVT2HfFsgKAGoKKURc8MKeNVWXqo { width:3.125rem;height:3.0625rem;top:56.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJJbR0yu6xqB8FCC2UoOryg0d4LQbPW { width:3.125rem;height:3.0625rem;top:66.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1L47hla1OSz70ehw62hEQKiJf909EH { width:3.125rem;height:3.0625rem;top:78.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE7BmmXeUP8dU7r6aaffGrVzGwHVRJnp { width:20rem;height:1.29980625rem;top:38.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwp0U2GI06y80HWZdIPvGx380v0zpF0F { width:12.5rem;height:2.923825rem;top:40.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LK0LBbPgvvTKW1aTpTlHfuSIsCyV3EsC { width:12.5rem;height:1.29980625rem;top:48.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVSTTuqyglErW8Sb1fpv8XwsficQATbh { width:12.5rem;height:1.29980625rem;top:60.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2lxaqkoiX5IxAMzy3UBN5yhLciQ45y { width:12.5rem;height:1.29980625rem;top:70.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrL8sd1UzrxHnPIst76hCwAKdTabSvxg { width:12.5rem;height:1.29980625rem;top:81.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEevKa6NxlWGwykP7g1tP2TP6C7rTut5 { width:11.6875rem;height:3.8984375rem;top:50.6875rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvqRKUz5IqIzHLflzMrpF59Z8IpSb9SW { width:14.4375rem;height:2.923825rem;top:62.0625rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMTgcybCsTihErOqpPdcGiBaUKGVbawQ { width:14.375rem;height:3.8984375rem;top:72.5rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrhODPTV4fXsWrE3iUI83kB0xLT06vxo { width:11rem;height:2.923825rem;top:83.875rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { top:0.3125rem;left:0rem;width:20rem;height:33rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB { display:block; }#aKmahiZEi8Tdqav0rN1KtLyBkvDGanSB > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy1kITNLKfDPVlNBgBRxub4TiBcHoDkn { width:9.6875rem;height:6.6875rem;top:5.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLl8qlNPnsPdGPU7qJWwymzgGTtTsEq1 { width:9.6875rem;height:6.8125rem;top:5.162109375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATG8dTMJNG8yXnwlBGnINCkwIgH4KWs { width:9.6875rem;height:6.8125rem;top:20.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakTu1D84EXVV1E7tvTZ2ps14bb5CNSD { width:9.5625rem;height:6.875rem;top:12.568359375rem;left:10.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zKboqo0hd4etI2b3Cio38TkTJna9Nqmr { width:9.6875rem;height:6.9375rem;top:12.537109375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2ZXFp30RHDOiqxPCwMGR17xywd4TnI { width:9.6875rem;height:6.9375rem;top:20.099609375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi7Cx2W4TLkz18U2FIB71EpTzIWR32ta { width:12.5rem;height:2.2749rem;top:1.75rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8nkDqAnLDWsr6gCBuD8TnyCD9QzrHru { width:9.6875rem;height:6.9375rem;top:12.537109375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/475554dd-e4b5-4ad6-b3fe-983698c1d628/ccc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.adaptive-delivery-prevent-bg, #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.lazyload, #RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT.lazyloading { background-image: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { background-color: transparent; background-image: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container > .video-iframe-container { display: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row > .video-iframe-container { display: none; }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .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); }#RrZZgSEmHLMQ1diz1bv2ifG25uwSgxlT > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-text {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-select {padding-top: 0; padding-bottom: 0;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC .widget-info-text { font-size:1.375rem;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC {display:block;}#BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #DtM3IXNfzVSR7HdFqpBTInr7vvwzOTqg {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #EXwOuTlDiHo00LeWaQ13AgT9KkFMySbh {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #BuO2sxMzxLCmmA9m99afLvRknnC6mNrv {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #sa0h9BDoRX8LMBpKl8JSTqNWu96tQU1S { display:block; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xvxSfN9f07FpbmJo5O32sNTXGPMaQTsg {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Z7WobKhT6nAv9Zi85gBay0CTrtUR7Ith {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #TAfBttDwBeF9fUQ0qANIaGFf3wiiiS3A { display:block; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #s99Z8f7nn3V3pgvGwbi8ZeAxEWXdSxx8 {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #wctXsrJXVs4UX22ZzGNCx7Cm8VCPGT4F {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #QDJuJWcU1RTfObqKqRT1bkOnXid3vkCK { display:block; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTJEi8R0T8gUiItqNslbpyp873To5s7a {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #eZ0I7zaDPoPU1RwJIuTuq0BoNWFLWO7U {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #OTSDTeTiTtRBGwti2xqTw7tuMVF2Cskk { display:block; }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #xVzSTpexTbrTFhIm9Alcygr4snGC3CDq {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #IAo4tpQALCKSCBt33QviGxIt2CwLToS1 {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #VnhtyS9ASq90JmPlRcioWECuHDAUIBTN {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #Rx53ZLwTZpJcKWsfEt8QLoidOTOitXfI {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #e9oNnEVbXGhB6znUuaw8CtqyTPPqRSCt {  }
 }@media only screen and (max-width: 763px) { #BWJXL4hyEw1S3uVUPZC0M5vBi6p06SDC #N5OuI3qMu1ydqZ11z8o7oxeTPZPpyg0e {  }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { display:flex;width:2.5rem;height:2.5rem;top:4.3125rem;left:1.8125rem; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { display:flex;width:2.5rem;height:2.5rem;top:4.3125rem;left:5.1875rem; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { display:flex;width:2.375rem;height:2.375rem;top:4.375rem;left:12.1875rem; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { display:flex;width:1.9375rem;height:1.9375rem;top:4.625rem;left:8.875rem; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { width:19.8125rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { display:flex;width:2.375rem;height:2.375rem;top:4.375rem;left:15.875rem; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { width:15.0625rem;height:2.875rem;top:1.25rem;left:2.4375rem;display:block; }
 }