.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); }#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/66f745a2-b6e1-466c-91df-745bc22ede3b/Biruni_Hastanesi_Ortopedi_Header_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:50.4375rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.23046875rem;left:4.8125rem;height:6rem;font-style:normal;display:block; }
#v91E732Nr0cf92N2B0wZHtFLecaPELAq { position:absolute;display:block;z-index:15033;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:3.75rem;width:24.0625rem;top:18.5625rem;left:4.8125rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.869140625rem;left:6.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { position:absolute;display:block;z-index:15047;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:1.375rem;left:4.8125rem;overflow:hidden;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.75rem;left:65.729167938231rem; }
#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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.375rem;left:67.5000038147rem;display:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:1.375rem;left:4.8125rem;overflow:hidden;display:none; }
#W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.375rem;left:67.5000038147rem;display:none; }
#Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { 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; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-form-header {  }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#3d8bb5;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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:#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.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.5rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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:#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.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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #070bb5, #0c0e80);background-image: -moz-linear-gradient(146deg, #070bb5, #0c0e80);background-image: -ms-linear-gradient(146deg, #070bb5, #0c0e80);background-image: -o-linear-gradient(146deg, #070bb5, #0c0e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070bb5', endColorstr='#0c0e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070bb5', endColorstr='#0c0e80' );";background-image: linear-gradient(146deg, #070bb5, #0c0e80);background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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.0625rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.4375rem;font-family:"helvetica neue";overflow:hidden;box-shadow: none; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .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; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container:first-of-type{padding-top:0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container:last-of-type{padding-bottom:0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:22.1875rem;left:4.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:22.1875rem;left:4.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Dihwm9mfZCFn8x27mxtq7Hk7gu8Esb8H { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #vz3SR28ZAuD75bx2IOTm4ofQv2vyNWrB { position:relative;z-index:2; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #NwfqRR9JIv1n85tcb1nNq1MoDpDWFHlh { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u { position:relative; }
#LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:9.60546875rem;left:4.8125rem;height:6.75rem;font-style:normal;display:none; }
#R4v8yXKHZ2zoFGnffBMXV4HLzTQGTkQA { color:#ff00ff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:33.5rem;left:32.8125rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy9mDgulekM9itoOJsloiidoopTkW1sG { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:29.375rem;left:32.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhCkIdRoVZmGXUdPa44CShXrvPp2DAF0 { box-sizing:content-box;height:11.9375rem;width:11.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#0284fa;background-image:none;top:26.1875rem;left:32.125rem;display:block; }
#x7Mf9ptD2ZmeVaizhZx1zhpNPCVyrTVS { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.48046875rem;left:4.8125rem;height:3.09375rem;font-style:normal;display:none; }
#yc4UpVDi4XURTgQRvNE068oAHnTQGcI6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 { position:relative;display:block; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 { background-color: transparent; background-image: none; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row .container > .video-iframe-container { display: none; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row > .video-iframe-container { display: none; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .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); }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 { border-width: 0; border-radius: 0; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .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; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .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:38rem;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; }#vggi5smhrb6StRkN6IeZxR4ilqir6NUV { 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:4.1875rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLg1sFg53SErfe4nhMfUyQlW2vV8tlbh { 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:6.4375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKpJpBUFC1mCLlV9L8Ff12fH1WTKqIoO { color:#124c8a;display:block;width:19rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:10.39845rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M6MhlTQKFIh9T2Hm2BOkc4FezeRK7BN6 { color:#124c8a;display:block;width:17.625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:12.99805625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pDw0Onao0v2apFxcVyfZnc0TF5FnXcfA { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.5rem;width:24.8125rem;top:12.5rem;left:25.113210818308rem;display:block; }
#qPZPzhRDLPIxedtmPZteHAvnpok14Ax9 { 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:6.4375rem;left:54.4375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g { color:#124c8a;display:block;width:22.25rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:2.6;letter-spacing:0;top:10.625rem;left:52.75rem;height:22.671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g li:before{  }
#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -moz-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -ms-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -o-linear-gradient(90deg, #c9ada7, #cebfb8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );";background-image: linear-gradient(90deg, #c9ada7, #cebfb8);background-size:auto !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; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container { background-color: transparent; background-image: none; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container > .video-iframe-container { display: none; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row > .video-iframe-container { display: none; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .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); }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container { border-width: 0; border-radius: 0; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#r1C3Oe2eiVrfQ9ERnCMTJLQfGyK6CO0s { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:0rem;left:106.03125rem;overflow:hidden;display:none; }
#GKJSzGtS5TBfCI36ANqpfa3JaPQPWS8I { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gauwLXsMKLGMe4aHUWhFu82Knc0xmnTy { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;display:none; }
#u44asB5ufVxyBckOtTomNaeTTvFtb99b { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:0rem;left:109.46875rem;display:none; }
#MK7KE06UHrhSBrPgyTUuGUsZx79ULTMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5eDdPpOHCEV9q6L0W0aZEh0cPMlOwph { 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:15064;opacity:1;top:0rem;left:107.71875rem;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:25.125rem;width:75rem;position:relative;display:block; }#eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.03125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:2.28125rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:30.21875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.75rem;left:28.34375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.09375rem;left:52.96875rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:53.28125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { box-sizing:content-box;height:18.9375rem;width:22.25rem;position:absolute;display:block;z-index:15006;background-color:#c3b19f;background-image:none;top:3.09375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#br2tzTUnbvCZQHqvCfxbPyAQUllauABB { box-sizing:content-box;height:18.9375rem;width:22.375rem;position:absolute;display:block;z-index:15007;background-color:#c09cb5;background-image:none;top:3.09375rem;left:25.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { box-sizing:content-box;height:18.9375rem;width:21.9375rem;position:absolute;display:block;z-index:15008;background-color:#b6bebc;background-image:none;top:3.25rem;left:50.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/1421e3a1-7971-4216-b966-89aa9495c763/Biruni_Tup_Bebek_Doktor_LandingPage_202502.jpg");background-position: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; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.adaptive-delivery-prevent-bg, #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.lazyload, #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.lazyloading { background-image: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { background-color: transparent; background-image: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container > .video-iframe-container { display: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container { display: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .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); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { border-width: 0; border-radius: 0; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#uQKkI5NTnLV5boqpbHnEc9Xqs3G6T0UZ { color:#124c8a;display:block;width:28.875rem;position:absolute;font-family:"helvetica neue";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.3125rem;left:46.125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.25rem;left:64.375rem; }
#fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22rem;left:65.125rem;overflow:hidden;display:block; }
#DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.25rem;left:58.125rem; }
#Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13.75rem;left:46.3125rem;height:6.49903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { position:absolute;display:block;z-index:15041;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:2.9375rem;width:2.9375rem;top:22.25rem;left:59.125rem;overflow:hidden;display:block; }
#IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.25rem;left:51.8125rem; }
#cd1FEst7ldK1HfpkuTqp9dLQsobeopax { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.875rem;left:52.375rem;overflow:hidden;display:block; }
#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -moz-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -ms-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -o-linear-gradient(90deg, #c9ada7, #cebfb8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );";background-image: linear-gradient(90deg, #c9ada7, #cebfb8);background-size:auto !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; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container { background-color: transparent; background-image: none; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container > .video-iframe-container { display: none; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row > .video-iframe-container { display: none; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .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); }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container { border-width: 0; border-radius: 0; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#xlVLAZ7x2nP7OaxByu3fRWsVVaTza2fe { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:0rem;left:106.03125rem;overflow:hidden;display:none; }
#sU7zqd6h6NZwJ986khTtZhwSVsmMUHOv { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iRuwDy6XMfznk1y3ln2oDOedgwVbPxrq { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;display:none; }
#LKiG0MOg9Wviw4N6PHdUzIyLWv29RqDI { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:0rem;left:109.46875rem;display:none; }
#FNnTRDcUWHzXNa8QJxSxriRraOaNLbuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzwWdNX5wFCH5B8xZyDQNmNXHWnLTaVr { 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:15064;opacity:1;top:0rem;left:107.71875rem;display:none; }
#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq { 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; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container { background-color: transparent; background-image: none; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container > .video-iframe-container { display: none; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row > .video-iframe-container { display: none; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .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); }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container { border-width: 0; border-radius: 0; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#Tl8HmLKxW2yITkMOqEsKSaxgUVDZAPzE { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iV8cnJ5vcDxhHt9syTW7iTTcoPwILd60 { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.09375rem;left:6.25rem;height:4.0625rem;display:block; }
#gmzUwzsQbgdtZK5ZyEwu3DfvDwQcTANi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L4i6pOhb8mu0BCgwXisoeqCPipf7RlFL { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.09375rem;left:21.6875rem;height:4.0625rem;display:block; }
#CUE30UsPXK7nIDaQNwymo2lIFRdLtTrc { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.5rem;left:16.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whfr26s7nc3qHNTe62eWdPQfVwSuxWSe { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.09375rem;left:37.0625rem;height:4.0625rem;display:block; }
#Eahk19pIWrkRTOGMJ59EQBXGvXRKJi58 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.5rem;left:32.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwWHEZqTNoL8NzQoHpTxH0btQ23eIprU { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.5rem;left:47.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4cog3q8a05MnMcP9ixrQp0aDBzeUZ93 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.84375rem;left:52.09375rem;height:4.0625rem;display:block; }
#hOAR8w2ggEbG6cXblTC5g15g70JDAgEo { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26.5rem;left:62.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PeVPsSzJ41n9swfhIFL1BwIQtls6XZQd { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.09375rem;left:66.78125rem;height:4.0625rem;display:block; }
#lxUIMJ0ZpRk7eNQ11y18NLBwDULvUTxG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.3125rem;left:13.9375rem; }
#tOEG6NzuRB2iPEdEppU3T8ldalaFtXyB { color:#124c8a;display:block;width:34rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DROPSkNDomNxUy3lJeKVcaGVcPaGkulC { position:absolute;display:block;z-index:15040;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.625rem;width:5.75rem;top:14.5rem;left:4.4375rem;overflow:hidden;display:block; }
#GaFuDifKgF0nLnVQleUD4icS1mlA9EWo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:14.84375rem;left:19.625rem;overflow:hidden;display:block; }
#nTgNHcFgT66AivTwkWGwCTcHmQ5g6Vuz { position:absolute;display:block;z-index:15042;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.6875rem;width:4.75rem;top:14.96875rem;left:35.125rem;overflow:hidden;display:block; }
#bPGdvOqoJc8mHczQqpmnFkBRlzlVOVWZ { position:absolute;display:block;z-index:15043;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.75rem;width:4.8125rem;top:14.9375rem;left:50.71875rem;overflow:hidden;display:block; }
#lIOR7HX041klHrPfmTbPfTh5rl6PDzMS { position:absolute;display:block;z-index:15044;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.75rem;width:4.8125rem;top:14.9375rem;left:65.8125rem;overflow:hidden;display:block; }
#kpQsFzZN3zWQ5I0UfZV4dgt4InMT3x53 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.3125rem;left:29rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#SAx46eUSC2lWQfGLqQKrgeENbrrS11JL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.3125rem;left:44.1875rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#lunCsRBwEyi7u9d1QyzFGZCah6Kc0vA5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.3125rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#h28uv7Bla2xO8dWWUBKzzpb9sRaOV16M { position:absolute;display:block;z-index:15015;background-color:#22223b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:0rem;display:block; }
#aDtGDgJ8AhADyOAA7pHTnLL8wTKbWTcF { position:absolute;display:block;z-index:15016;background-color:#cebfb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:59.9375rem;display:block; }
#wQBFUobg2UDOcapgCxrC5kDTOOwTzcpp { position:absolute;display:block;z-index:15017;background-color:#c9ada7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:45.25rem;display:block; }
#cNP75TS3itLDdu7sNOmuJnorIc1u1HAF { position:absolute;display:block;z-index:15018;background-color:#4a4e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:15rem;display:block; }
#x0Rv8X89WdFgJibAJRXD1ak1GZhJTDyZ { position:absolute;display:block;z-index:15019;background-color:#9a8c98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.1875rem;top:12.3125rem;left:30.0625rem;display:block; }
#Tx9b37HdMOyqIwFHhiCgmcxFzWsf5KKb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#q8nnUoL9TdTsuLmUCIGzRJR4WWWN4Uut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JFrVFK19it5NZsgXIoI5uFqNS8FEEs1z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WTbRMwgGz06ihkzq1PDBbGAZqLBMLteW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -moz-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -ms-linear-gradient(90deg, #c9ada7, #cebfb8);background-image: -o-linear-gradient(90deg, #c9ada7, #cebfb8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ada7', endColorstr='#cebfb8' );";background-image: linear-gradient(90deg, #c9ada7, #cebfb8);background-size:auto !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; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { background-color: transparent; background-image: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .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); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { border-width: 0; border-radius: 0; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:0rem;left:106.03125rem;overflow:hidden;display:none; }
#LFC6qcbs0Je50agVSrsfppRqEurFtCrO { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;display:none; }
#FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:0rem;left:109.46875rem;display:none; }
#mQzmH85o60t3fczElaQyauKono6O84IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { 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:15064;opacity:1;top:0rem;left:107.71875rem;display:none; }
#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { position:relative;display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { background-color: transparent; background-image: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .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); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { border-width: 0; border-radius: 0; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .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; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .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:3.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; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);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; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { background-color: transparent; background-image: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container > .video-iframe-container { display: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container { display: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .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); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { border-width: 0; border-radius: 0; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { font-size:0.875rem;font-family:arial;height:1382.125rem;width:75rem;position:relative;display:block; }#qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:12.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:32.49515625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"helvetica neue";font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:25.0625rem;left:9.375rem;display:block; }
#qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:73.8125rem;left:0rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"helvetica neue";font-size:1.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:69.8125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:67.1875rem;left:9.375rem;display:block; }
#sfzTuoNtTma5bSxLfSrGxHzQ2hNKfb7D { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:83.9375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwNnKeTcr543ZmhOUG0pVC3o5ch9dCZK { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:87.8125rem;left:0rem;height:51.99225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EXrpH0b8aWPDcHbhRxvIXqFw5B3yn6iA { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:145.25rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIDW1ssALRwhDS6N0huOkwm0f650aMqB { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:148.9375rem;left:0rem;height:50.69244375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Caeu8zeXokgReOIcPr9vJ3TvwmTIu8ef { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:204.375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TplbBPE98H9kRvJ0NK5lBvoOfy9gTPPl { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:208.0625rem;left:0rem;height:100.08508125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LbwU2s1fDOCrS381KGTrVJHzBPTbERNT { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:311.375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGwosOn4POdy6GS7wiGfSDMInMOfBw9T { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:315.81396484375rem;left:0rem;height:54.5918625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwWQ31snnhRPDUGzwySsrtBbOg1fhgLz { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:374.4375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yzFMbQeycVwIdDcV3TCCUM42I52KGD6Q { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:379rem;left:0rem;height:76.68856875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PkTRxUiZqzcK2C3m5HiqG5O3lxb4i0fM { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:82.1875rem;left:9.3125rem;display:block; }
#QA7JM5qPL8PeMFCvxxyAHOHmLWOpERaa { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:143rem;left:9.3125rem;display:block; }
#LXJ5F3nuian53OheTztNHcKA4mlkMS1v { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:201.84375rem;left:9.3125rem;display:block; }
#yu9O8wExeiRp2qTKy9TtHeSwwyBhQsXw { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:309.5849609375rem;left:9.3125rem;display:block; }
#mpPFO9kw7Q8xn6ShUyAL48sNZxm9bH0Z { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:372.6474609375rem;left:9.3125rem;display:block; }
#lq5bJHIP1bkHnNwfNv0MclWORpKLH0zA { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:460.625rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDlsyD1islQgkSMbw6OI0Hwm5U8tsLza { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:465.1875rem;left:0rem;height:64.9903125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8BBLa59kXXUivvagKy6tRaOqxvGSGA4 { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:458.8125rem;left:9.3125rem;display:block; }
#heoH1SUQq1KocV1pzQydd4GUi7552hyo { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:534.0625rem;left:9.3125rem;display:block; }
#rkDrH5fLcsQmLEHwsXDZnf5s1kaA9WUe { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:535.875rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADlHnC1dPdNtbvkcmRcUEs3wmVORvSpn { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:540.4375rem;left:0rem;height:77.988375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEhJGfZCku6QqdGJn2VDJUWiTa2K2BPT { position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:621.375rem;left:9.3125rem;display:block; }
#NXvVl7PIPIuBRTsPd30gzbocJoa79kNw { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:623.1875rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCLDKck7R2uBez9HuQvr1V7aByIocTJ6 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:627.75rem;left:0rem;height:97.48546875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aRK1SJMNT2rrqBS2wkJ4y8trHX9V1tPv { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:728.5rem;left:9.3125rem;display:block; }
#ykckr0B9X0d7BxmTOpqq3PZcr1AEVKo3 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:730.3125rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOSsFrEbLg7aB24sHaaMOeLqzDWBuKgZ { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:734.875rem;left:0rem;height:38.9941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hmSbB1iZA6gzxyW5B5ZtBdviW7Fobse2 { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:916rem;left:8.6875rem;display:block; }
#EqyH3niKaU6khVlSZ4tZ3HWIx5UicWgC { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:779rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHtC2JQxm4gScktPLzH2EiDUEZTUnfnT { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:783.5625rem;left:0rem;height:128.68081875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnqkLqH5741H3CZdSLEEUw7Qiqhw9oqx { position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:777.8125rem;left:9.9375rem;display:block; }
#af95KWiLPo75exMi7tqRBsgXNESlQsu5 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:918.4375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTdlyVZHbIfcV8qyKUAK0FGwa3BB0OlL { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:922.6875rem;left:0rem;height:122.1817875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8HqxeQEVQVAExyGxO6JCfta9SuEnPs5 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1048.5rem;left:9.375rem;display:block; }
#fle1bpUloW6rSnENRPrJKZAcZeIX2tQZ { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:1051.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BeguJd9bx97auwN2G9KVCoJ1Ss5zhyuv { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:1055.5rem;left:0rem;height:28.5957375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sDB2CduWzq0V91lmNzIDgrt6NAzUfzQE { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:1093.4375rem;left:0rem;height:27.29593125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yJwMp31S70qxMkBFkevmyOgbRzC9NVCU { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:1089.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTTgpXSd0bS1s8n8918s4WaIAHPTOLh0 { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1086.4375rem;left:9.375rem;display:block; }
#gEWl1F4skTCWiLM9Ri8F1FOPS2okATWn { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:1129.9375rem;left:0rem;height:15.597675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQFmeEhZZb7aZoK7wTLhbdIzhdpp4dP7 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:1125.9375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEi6xJfLMaWpIFaoyVq4Ulw3uBvsTEPN { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1122.9375rem;left:9.375rem;display:block; }
#SpbC5ru1dLP7wHt4dy7Sq4IwDaW3a0k9 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:1155.4375rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkSqv77JWOec5Xkt6RhXVdLUU9rw2QXu { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:1151.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQPZ8Ovn1g0e5WPlDUS1R0EHZ2TCn8GN { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1148.4375rem;left:9.375rem;display:block; }
#n2iykFwsCS1xEzg33apb3XXFi0h8fb07 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:1168.875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ayQHFUDPdyOZnwgG6ixCTckrsMlcmodz { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:1164.875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CgWRpuIO7qF74zEP9gyTSwZuQK7ZCPDT { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1161.875rem;left:9.375rem;display:block; }
#FltJ18cPHivP8eCe62TRz41WIwS9HKvU { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:1181.375rem;left:0rem;height:22.09670625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8hv9X85UqJ16JZbu8wJLTTmgQhTUuTu { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:1177.375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvUThEViCK921wAgqW2hg9t47MSInJkO { position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1174.375rem;left:9.375rem;display:block; }
#zgavNVb7DXcrXyIRrWpFSGTVTrgzqE8K { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:1213.375rem;left:0rem;height:18.1972875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BGwai41fClFgZe3DCIbUOdiu3uSSGwPZ { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:1209.375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNe8OHI6SCglCOUHFC3vyIULvIvCOMDv { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1206.375rem;left:9.375rem;display:block; }
#PJwXSCK8Pgu36m6dZ3cNKdB1Hy5a3uAD { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1241.3125rem;left:0rem;height:16.89748125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yaRhhTAqvJLkHzOqFJ2SqpNnd07HGJ57 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:1237.3125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpMLmRmwioBwxVwCGu8b9TbgiiVqHzVQ { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1234.3125rem;left:9.375rem;display:block; }
#Xobh5IaW9rprQxhsCA0Ib3iTCNROObLX { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:1267.6875rem;left:0rem;height:9.09864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eyg0VohGb7IvAksH1ymqOkirknW3Myzf { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:1263.6875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pInRT1UE8RleDbetzqEuedrhGD3i8mmq { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1260.6875rem;left:9.375rem;display:block; }
#PhFlImZsQ3KlwTprz14yPkwiO0Cpr9im { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:1287.25rem;left:0rem;height:16.89748125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnvXR0ZEINDEWo8IMTTNiOXPskDa7xvc { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:1283.25rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4C4ZeLqmT8a2fcy3vWuXFMJAzNaHVM1 { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1308.0625rem;left:9.3125rem;display:block; }
#vKpNBhBmusZvhKnWcQLBluPfMxVnbTkE { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:1314.3125rem;left:0rem;height:14.29786875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RcRIBNQsSTIRJwCIH6IqgQf9wC5vR0mg { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:1310.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJE4RgUomyeV7Km4NH4dTevsen5mWKv3 { position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1280.875rem;left:10rem;display:block; }
#e5OwCuJrnQMBZqdyzizp7c63VlySczQK { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:1337.25rem;left:0rem;height:15.597675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyc8uIb50cxOtFI3tTsuLbeAFFJXN7ET { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:1333.5625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXg931lzFyAATSe7nbBNSkt3UqChW6el { position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1331rem;left:9.3125rem;display:block; }
#ZJzTJuXkoriEgQtivKp0CGedTnTKAMm3 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:1363.1875rem;left:0rem;height:14.29786875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZMOhEOozFVouktaQNPdv0gL5axPvk2y { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.5;letter-spacing:0;top:1359.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCfqPrWQ8r3McoVJFBrZFlwCtLlxhXMV { position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:1356.9375rem;left:9.3125rem;display:block; }
#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124c8a;background-image:url("https://images.assets-landingi.com/uc/371c6446-2fca-44e7-933a-fd1aff62f7d3/Biruni_Ortopedi_Alt_Header_LandingPage_2025.jpg");background-position: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; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.adaptive-delivery-prevent-bg, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyload, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyloading { background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .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); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { border-width: 0; border-radius: 0; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"gotham font";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { position:absolute;display:block;z-index:15034;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:11.1875rem;left:0rem;display:block; }
#qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-form-header {  }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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:#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.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.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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:#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.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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .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; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container:first-of-type{padding-top:0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container:last-of-type{padding-bottom:0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #QG3780AmUZxomOVHb3TzK6q6166s31VB { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #eK95GPSLMpC5K3KruAT1hJ15OI8tW9KC { position:relative;z-index:2; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #aTNbmwxGeBPFAfXVTNgIkawrsFNaQ2Wz { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 { position:relative; }
#WiXLdTu7ErWqz7JM2FQN8QFL4m2LowbW { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"gotham font";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:11.6997rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX { 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; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container { background-color: transparent; background-image: none; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container > .video-iframe-container { display: none; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row > .video-iframe-container { display: none; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .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); }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container { border-width: 0; border-radius: 0; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#wMUHe5XzWFNZpf8uCKqQgeeRT2cJb77y { 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:16.4375rem;width:14.5rem;top:1.96875rem;left:6.34375rem;overflow:hidden;display:block; }
#dSfOvyi1QdLVidvySdSXXKigbAUq5fT9 { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.75rem;left:26.3125rem;height:4.875rem;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; }
#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:#000000;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) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:7.1875rem;left:0rem;width:27.4375rem;height:9.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:18.5625rem;left:0rem;width:24.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:19.8125rem;left:0rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { top:1.375rem;left:0rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { top:1.375rem;left:0rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { width:21.5rem;height:auto;top:22.1875rem;left:0rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { width:21.5rem;height:auto;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Dihwm9mfZCFn8x27mxtq7Hk7gu8Esb8H {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #vz3SR28ZAuD75bx2IOTm4ofQv2vyNWrB {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #NwfqRR9JIv1n85tcb1nNq1MoDpDWFHlh {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u {  }
 }@media only screen and (max-width: 763px) { #LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { top:15.75rem;left:0rem;width:20rem;height:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4v8yXKHZ2zoFGnffBMXV4HLzTQGTkQA { top:33.5rem;left:19.1875rem;width:10.5625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9mDgulekM9itoOJsloiidoopTkW1sG { top:29.375rem;left:19.1875rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhCkIdRoVZmGXUdPa44CShXrvPp2DAF0 { top:26.1875rem;left:18.5rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Mf9ptD2ZmeVaizhZx1zhpNPCVyrTVS { top:20.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc4UpVDi4XURTgQRvNE068oAHnTQGcI6 { display:none; }
 }@media only screen and (max-width: 763px) { #bQZqnTM898XbIERfb3In8Uo9aLViW2e2 { display:block; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vggi5smhrb6StRkN6IeZxR4ilqir6NUV { top:4.1875rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLg1sFg53SErfe4nhMfUyQlW2vV8tlbh { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKpJpBUFC1mCLlV9L8Ff12fH1WTKqIoO { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MhlTQKFIh9T2Hm2BOkc4FezeRK7BN6 { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDw0Onao0v2apFxcVyfZnc0TF5FnXcfA { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPZPzhRDLPIxedtmPZteHAvnpok14Ax9 { top:6.4375rem;left:31.75rem;width:15.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g { top:10.625rem;left:25.375rem;width:22.25rem;height:22.625rem;font-size:1rem;display:block; }#M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g li:before{  }
 }@media only screen and (max-width: 763px) { #fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA { display:block; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1C3Oe2eiVrfQ9ERnCMTJLQfGyK6CO0s { top:0.625rem;left:29.8125rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKJSzGtS5TBfCI36ANqpfa3JaPQPWS8I { top:0.625rem;left:27.75rem;width:20rem;height:2.1875rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gauwLXsMKLGMe4aHUWhFu82Knc0xmnTy { top:0.625rem;left:27.75rem;width:20rem;height:6.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u44asB5ufVxyBckOtTomNaeTTvFtb99b { width:6.5rem;height:3.4375rem;top:0.625rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MK7KE06UHrhSBrPgyTUuGUsZx79ULTMI { display:block; }
 }@media only screen and (max-width: 763px) { #a5eDdPpOHCEV9q6L0W0aZEh0cPMlOwph { top:0.625rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;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) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { top:4.875rem;left:0rem;width:14.1875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { top:10.75rem;left:0rem;width:17.6875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { top:4.875rem;left:16.59375rem;width:12.5625rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { top:10.75rem;left:14.71875rem;width:17.3125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { top:10.0625rem;left:30.75rem;width:17rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { top:4.875rem;left:31.375rem;width:16.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { top:3.0625rem;left:0rem;width:22.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2tzTUnbvCZQHqvCfxbPyAQUllauABB { top:3.0625rem;left:12.125rem;width:22.375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { top:3.25rem;left:25.8125rem;width:21.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T { display:block; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQKkI5NTnLV5boqpbHnEc9Xqs3G6T0UZ { top:9.3125rem;left:18.875rem;width:28.875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:21.25rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:3.4375rem;height:3.4375rem;top:22rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:21.25rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { top:13.75rem;left:19.0625rem;width:28.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:22.25rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:21.25rem;left:38.1875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:3.75rem;height:3.75rem;top:21.875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu { display:block; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlVLAZ7x2nP7OaxByu3fRWsVVaTza2fe { top:0.625rem;left:29.8125rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sU7zqd6h6NZwJ986khTtZhwSVsmMUHOv { top:0.625rem;left:27.75rem;width:20rem;height:2.1875rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRuwDy6XMfznk1y3ln2oDOedgwVbPxrq { top:0.625rem;left:27.75rem;width:20rem;height:6.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKiG0MOg9Wviw4N6PHdUzIyLWv29RqDI { width:6.5rem;height:3.4375rem;top:0.625rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNnTRDcUWHzXNa8QJxSxriRraOaNLbuG { display:block; }
 }@media only screen and (max-width: 763px) { #bzwWdNX5wFCH5B8xZyDQNmNXHWnLTaVr { top:0.625rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq { display:block; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8HmLKxW2yITkMOqEsKSaxgUVDZAPzE { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV8cnJ5vcDxhHt9syTW7iTTcoPwILd60 { top:21.0625rem;left:0rem;width:0.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmzUwzsQbgdtZK5ZyEwu3DfvDwQcTANi { top:26.5rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i6pOhb8mu0BCgwXisoeqCPipf7RlFL { top:21.0625rem;left:8.0625rem;width:1.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUE30UsPXK7nIDaQNwymo2lIFRdLtTrc { top:26.5rem;left:2.625rem;width:11.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whfr26s7nc3qHNTe62eWdPQfVwSuxWSe { top:21.0625rem;left:23.4375rem;width:0.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eahk19pIWrkRTOGMJ59EQBXGvXRKJi58 { top:26.5rem;left:18.5625rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwWHEZqTNoL8NzQoHpTxH0btQ23eIprU { top:26.5rem;left:34.1875rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4cog3q8a05MnMcP9ixrQp0aDBzeUZ93 { top:20.8125rem;left:38.46875rem;width:1.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAR8w2ggEbG6cXblTC5g15g70JDAgEo { top:26.5rem;left:37.4375rem;width:10.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeVPsSzJ41n9swfhIFL1BwIQtls6XZQd { top:21.0625rem;left:46.375rem;width:1.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUIMJ0ZpRk7eNQ11y18NLBwDULvUTxG { top:21.3125rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEG6NzuRB2iPEdEppU3T8ldalaFtXyB { top:7.625rem;left:6.875rem;width:34rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DROPSkNDomNxUy3lJeKVcaGVcPaGkulC { width:5.75rem;height:5.625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaFuDifKgF0nLnVQleUD4icS1mlA9EWo { width:5rem;height:4.9375rem;top:14.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgNHcFgT66AivTwkWGwCTcHmQ5g6Vuz { width:4.75rem;height:4.6875rem;top:14.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPGdvOqoJc8mHczQqpmnFkBRlzlVOVWZ { width:4.8125rem;height:4.75rem;top:14.9375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIOR7HX041klHrPfmTbPfTh5rl6PDzMS { width:4.8125rem;height:4.75rem;top:14.9375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpQsFzZN3zWQ5I0UfZV4dgt4InMT3x53 { top:21.3125rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAx46eUSC2lWQfGLqQKrgeENbrrS11JL { top:21.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lunCsRBwEyi7u9d1QyzFGZCah6Kc0vA5 { top:21.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h28uv7Bla2xO8dWWUBKzzpb9sRaOV16M { top:12.3125rem;left:0rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDtGDgJ8AhADyOAA7pHTnLL8wTKbWTcF { top:12.3125rem;left:32.6875rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQBFUobg2UDOcapgCxrC5kDTOOwTzcpp { top:12.3125rem;left:31.625rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNP75TS3itLDdu7sNOmuJnorIc1u1HAF { top:12.3125rem;left:1.375rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rv8X89WdFgJibAJRXD1ak1GZhJTDyZ { top:12.3125rem;left:16.4375rem;width:15.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9b37HdMOyqIwFHhiCgmcxFzWsf5KKb { display:none; }
 }@media only screen and (max-width: 763px) { #q8nnUoL9TdTsuLmUCIGzRJR4WWWN4Uut { display:none; }
 }@media only screen and (max-width: 763px) { #JFrVFK19it5NZsgXIoI5uFqNS8FEEs1z { display:none; }
 }@media only screen and (max-width: 763px) { #WTbRMwgGz06ihkzq1PDBbGAZqLBMLteW { display:none; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:block; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { top:0.625rem;left:29.8125rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFC6qcbs0Je50agVSrsfppRqEurFtCrO { top:0.625rem;left:27.75rem;width:20rem;height:2.1875rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { top:0.625rem;left:27.75rem;width:20rem;height:6.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { width:6.5rem;height:3.4375rem;top:0.625rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQzmH85o60t3fczElaQyauKono6O84IC { display:block; }
 }@media only screen and (max-width: 763px) { #l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { top:0.625rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { top:9.125rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { top:31.6875rem;left:0rem;width:47.75rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { top:27.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { top:25.0625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { top:73.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { top:69.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { top:67.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sfzTuoNtTma5bSxLfSrGxHzQ2hNKfb7D { top:83.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwNnKeTcr543ZmhOUG0pVC3o5ch9dCZK { top:87.8125rem;left:0rem;width:47.75rem;height:51.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrpH0b8aWPDcHbhRxvIXqFw5B3yn6iA { top:145.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIDW1ssALRwhDS6N0huOkwm0f650aMqB { top:148.9375rem;left:0rem;width:47.75rem;height:50.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caeu8zeXokgReOIcPr9vJ3TvwmTIu8ef { top:204.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplbBPE98H9kRvJ0NK5lBvoOfy9gTPPl { top:208.0625rem;left:0rem;width:47.75rem;height:100.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbwU2s1fDOCrS381KGTrVJHzBPTbERNT { top:311.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGwosOn4POdy6GS7wiGfSDMInMOfBw9T { top:315.8125rem;left:0rem;width:47.75rem;height:54.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWQ31snnhRPDUGzwySsrtBbOg1fhgLz { top:374.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFMbQeycVwIdDcV3TCCUM42I52KGD6Q { top:379rem;left:0rem;width:47.75rem;height:76.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTRxUiZqzcK2C3m5HiqG5O3lxb4i0fM { top:82.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QA7JM5qPL8PeMFCvxxyAHOHmLWOpERaa { top:143rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LXJ5F3nuian53OheTztNHcKA4mlkMS1v { top:201.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yu9O8wExeiRp2qTKy9TtHeSwwyBhQsXw { top:309.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mpPFO9kw7Q8xn6ShUyAL48sNZxm9bH0Z { top:372.625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lq5bJHIP1bkHnNwfNv0MclWORpKLH0zA { top:460.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDlsyD1islQgkSMbw6OI0Hwm5U8tsLza { top:465.1875rem;left:0rem;width:47.75rem;height:64.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BBLa59kXXUivvagKy6tRaOqxvGSGA4 { top:458.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #heoH1SUQq1KocV1pzQydd4GUi7552hyo { top:534.0625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rkDrH5fLcsQmLEHwsXDZnf5s1kaA9WUe { top:535.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlHnC1dPdNtbvkcmRcUEs3wmVORvSpn { top:540.4375rem;left:0rem;width:47.75rem;height:77.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhJGfZCku6QqdGJn2VDJUWiTa2K2BPT { top:621.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NXvVl7PIPIuBRTsPd30gzbocJoa79kNw { top:623.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLDKck7R2uBez9HuQvr1V7aByIocTJ6 { top:627.75rem;left:0rem;width:47.75rem;height:97.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRK1SJMNT2rrqBS2wkJ4y8trHX9V1tPv { top:728.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ykckr0B9X0d7BxmTOpqq3PZcr1AEVKo3 { top:730.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOSsFrEbLg7aB24sHaaMOeLqzDWBuKgZ { top:734.875rem;left:0rem;width:47.75rem;height:38.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmSbB1iZA6gzxyW5B5ZtBdviW7Fobse2 { top:916rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EqyH3niKaU6khVlSZ4tZ3HWIx5UicWgC { top:779rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtC2JQxm4gScktPLzH2EiDUEZTUnfnT { top:783.5625rem;left:0rem;width:47.75rem;height:128.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqkLqH5741H3CZdSLEEUw7Qiqhw9oqx { top:777.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #af95KWiLPo75exMi7tqRBsgXNESlQsu5 { top:918.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdlyVZHbIfcV8qyKUAK0FGwa3BB0OlL { top:922.6875rem;left:0rem;width:47.75rem;height:122.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HqxeQEVQVAExyGxO6JCfta9SuEnPs5 { top:1048.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fle1bpUloW6rSnENRPrJKZAcZeIX2tQZ { top:1051.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeguJd9bx97auwN2G9KVCoJ1Ss5zhyuv { top:1055.5rem;left:0rem;width:47.75rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDB2CduWzq0V91lmNzIDgrt6NAzUfzQE { top:1093.4375rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJwMp31S70qxMkBFkevmyOgbRzC9NVCU { top:1089.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTgpXSd0bS1s8n8918s4WaIAHPTOLh0 { top:1086.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gEWl1F4skTCWiLM9Ri8F1FOPS2okATWn { top:1129.9375rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFmeEhZZb7aZoK7wTLhbdIzhdpp4dP7 { top:1125.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEi6xJfLMaWpIFaoyVq4Ulw3uBvsTEPN { top:1122.9375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SpbC5ru1dLP7wHt4dy7Sq4IwDaW3a0k9 { top:1155.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSqv77JWOec5Xkt6RhXVdLUU9rw2QXu { top:1151.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQPZ8Ovn1g0e5WPlDUS1R0EHZ2TCn8GN { top:1148.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #n2iykFwsCS1xEzg33apb3XXFi0h8fb07 { top:1168.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQHFUDPdyOZnwgG6ixCTckrsMlcmodz { top:1164.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgWRpuIO7qF74zEP9gyTSwZuQK7ZCPDT { top:1161.875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FltJ18cPHivP8eCe62TRz41WIwS9HKvU { top:1181.375rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8hv9X85UqJ16JZbu8wJLTTmgQhTUuTu { top:1177.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvUThEViCK921wAgqW2hg9t47MSInJkO { top:1174.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zgavNVb7DXcrXyIRrWpFSGTVTrgzqE8K { top:1213.375rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGwai41fClFgZe3DCIbUOdiu3uSSGwPZ { top:1209.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNe8OHI6SCglCOUHFC3vyIULvIvCOMDv { top:1206.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PJwXSCK8Pgu36m6dZ3cNKdB1Hy5a3uAD { top:1241.3125rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRhhTAqvJLkHzOqFJ2SqpNnd07HGJ57 { top:1237.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpMLmRmwioBwxVwCGu8b9TbgiiVqHzVQ { top:1234.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Xobh5IaW9rprQxhsCA0Ib3iTCNROObLX { top:1267.6875rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyg0VohGb7IvAksH1ymqOkirknW3Myzf { top:1263.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pInRT1UE8RleDbetzqEuedrhGD3i8mmq { top:1260.6875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PhFlImZsQ3KlwTprz14yPkwiO0Cpr9im { top:1287.25rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvXR0ZEINDEWo8IMTTNiOXPskDa7xvc { top:1283.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4C4ZeLqmT8a2fcy3vWuXFMJAzNaHVM1 { top:1308.0625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vKpNBhBmusZvhKnWcQLBluPfMxVnbTkE { top:1314.3125rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRIBNQsSTIRJwCIH6IqgQf9wC5vR0mg { top:1310.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJE4RgUomyeV7Km4NH4dTevsen5mWKv3 { top:1280.875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e5OwCuJrnQMBZqdyzizp7c63VlySczQK { top:1337.25rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyc8uIb50cxOtFI3tTsuLbeAFFJXN7ET { top:1333.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXg931lzFyAATSe7nbBNSkt3UqChW6el { top:1331rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZJzTJuXkoriEgQtivKp0CGedTnTKAMm3 { top:1363.1875rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZMOhEOozFVouktaQNPdv0gL5axPvk2y { top:1359.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfqPrWQ8r3McoVJFBrZFlwCtLlxhXMV { top:1356.9375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { top:2rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11.1875rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:11.8125rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { width:21.5rem;height:auto;top:17.3125rem;left:0rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { width:21.5rem;height:auto;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #QG3780AmUZxomOVHb3TzK6q6166s31VB {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #eK95GPSLMpC5K3KruAT1hJ15OI8tW9KC {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #aTNbmwxGeBPFAfXVTNgIkawrsFNaQ2Wz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 {  }
 }@media only screen and (max-width: 763px) { #WiXLdTu7ErWqz7JM2FQN8QFL4m2LowbW { top:1.875rem;left:0rem;width:18.5625rem;height:5.0625rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX { display:block; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMUHe5XzWFNZpf8uCKqQgeeRT2cJb77y { top:1.9375rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfOvyi1QdLVidvySdSXXKigbAUq5fT9 { top:7.75rem;left:4.6875rem;width:43.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@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) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:top 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:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:0;top:12.1875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.923825rem;top:25.9375rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:3.5625rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:9.0625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:8.6875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { width:15.0625rem;height:2.875rem;top:2.0625rem;left:2.46875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { width:6.5rem;height:3.4375rem;top:5.625rem;left:7.625rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { display:flex;width:1.8125rem;height:2.6875rem;top:6rem;left:5.875rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { width:17.5rem;height:auto;top:30.9375rem;left:0rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { width:17.5rem;height:auto;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Dihwm9mfZCFn8x27mxtq7Hk7gu8Esb8H {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #vz3SR28ZAuD75bx2IOTm4ofQv2vyNWrB {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #NwfqRR9JIv1n85tcb1nNq1MoDpDWFHlh {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u {  }
 }@media only screen and (max-width: 763px) { #LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { width:20rem;height:8.3232375rem;top:9.802734375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #R4v8yXKHZ2zoFGnffBMXV4HLzTQGTkQA { width:10.5625rem;height:auto;top:33.5rem;left:4.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jy9mDgulekM9itoOJsloiidoopTkW1sG { width:10.5625rem;height:auto;top:29.375rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mhCkIdRoVZmGXUdPa44CShXrvPp2DAF0 { width:11.9375rem;height:11.9375rem;top:26.1875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7Mf9ptD2ZmeVaizhZx1zhpNPCVyrTVS { width:20rem;height:1.375rem;top:20.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15056;color:#00adc7;display:block; }
 }@media only screen and (max-width: 763px) { #yc4UpVDi4XURTgQRvNE068oAHnTQGcI6 { top:20.1875rem;left:3.0625rem;width:13.875rem;height:2.625rem;z-index:15055;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bQZqnTM898XbIERfb3In8Uo9aLViW2e2 { display:block; }#bQZqnTM898XbIERfb3In8Uo9aLViW2e2 > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vggi5smhrb6StRkN6IeZxR4ilqir6NUV { width:20rem;height:1.71875rem;top:13.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLg1sFg53SErfe4nhMfUyQlW2vV8tlbh { width:20rem;height:4.125rem;top:16.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKpJpBUFC1mCLlV9L8Ff12fH1WTKqIoO { width:19rem;height:10.39845rem;top:22.25rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6MhlTQKFIh9T2Hm2BOkc4FezeRK7BN6 { width:18.1875rem;height:12.99805625rem;top:33.375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDw0Onao0v2apFxcVyfZnc0TF5FnXcfA { height:10.880875rem;width:20rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPZPzhRDLPIxedtmPZteHAvnpok14Ax9 { width:15.3125rem;height:auto;top:6.4375rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#M9OwV3sP7lik8WF8TcKShIzIZSXEJB1g li:before{  }
 }@media only screen and (max-width: 763px) { #fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA { display:none; }#fareAxS8byJdWzMeQ3Fhz52UKKLsO3KA > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r1C3Oe2eiVrfQ9ERnCMTJLQfGyK6CO0s { width:17.9375rem;height:3.4375rem;top:12.34178125rem;left:1rem;z-index:15068;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GKJSzGtS5TBfCI36ANqpfa3JaPQPWS8I { width:20rem;height:0;top:8.8925625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #gauwLXsMKLGMe4aHUWhFu82Knc0xmnTy { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #u44asB5ufVxyBckOtTomNaeTTvFtb99b { width:6.5rem;height:3.4375rem;top:12.34178125rem;left:4.4375rem;z-index:15069;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MK7KE06UHrhSBrPgyTUuGUsZx79ULTMI { display:block; }
 }@media only screen and (max-width: 763px) { #a5eDdPpOHCEV9q6L0W0aZEh0cPMlOwph { display:flex;width:1.8125rem;height:2.6875rem;top:12.34178125rem;left:2.6875rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { width:17.4375rem;height:7.875rem;top:10.6875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { width:12.5625rem;height:4.875rem;top:24.5rem;left:3.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { width:16.875rem;height:7.875rem;top:31.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { width:17rem;height:9.1875rem;top:51.3125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { width:16.9375rem;height:4.875rem;top:43.5rem;left:1.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { width:19.3125rem;height:20rem;top:1.125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2tzTUnbvCZQHqvCfxbPyAQUllauABB { width:19.3125rem;height:18.9375rem;top:22.46875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { width:19.3125rem;height:18.9375rem;top:42.78125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9f6ef6e-306e-4d5c-b978-b412a264f563/Biruni_Hastanesi_Ortopedi_ve_Travmatoloji_Neden_Bizi_LandingPage_2025Mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.adaptive-delivery-prevent-bg, #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.lazyload, #hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T.lazyloading { background-image: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { background-color: transparent; background-image: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container > .video-iframe-container { display: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container { display: none; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .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); }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { border-width: 0; border-radius: 0; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsU1Qp7i7dlRkJBloFsGApC0ILlRQW3T > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQKkI5NTnLV5boqpbHnEc9Xqs3G6T0UZ { width:20rem;height:4.125rem;top:1.625rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:8.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:8.1875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { width:20rem;height:7.7988375rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { width:4.9375rem;height:4.9375rem;top:8.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu { display:none; }#aizZy2ZmTih7gZMOKouN3y3qJdF8tLbu > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlVLAZ7x2nP7OaxByu3fRWsVVaTza2fe { width:17.9375rem;height:3.4375rem;top:12.34178125rem;left:1rem;z-index:15068;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sU7zqd6h6NZwJ986khTtZhwSVsmMUHOv { width:20rem;height:0;top:8.8925625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #iRuwDy6XMfznk1y3ln2oDOedgwVbPxrq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #LKiG0MOg9Wviw4N6PHdUzIyLWv29RqDI { width:6.5rem;height:3.4375rem;top:12.34178125rem;left:4.4375rem;z-index:15069;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FNnTRDcUWHzXNa8QJxSxriRraOaNLbuG { display:block; }
 }@media only screen and (max-width: 763px) { #bzwWdNX5wFCH5B8xZyDQNmNXHWnLTaVr { display:flex;width:1.8125rem;height:2.6875rem;top:12.34178125rem;left:2.6875rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq { display:block; }#FeyLZ5E9UtPLhvJ7KMafU6rKbPJyiLcq > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8HmLKxW2yITkMOqEsKSaxgUVDZAPzE { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iV8cnJ5vcDxhHt9syTW7iTTcoPwILd60 { width:0.875rem;height:2.5996125rem;top:16.66015625rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmzUwzsQbgdtZK5ZyEwu3DfvDwQcTANi { width:12.5rem;height:2.1123rem;top:19.884765625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4i6pOhb8mu0BCgwXisoeqCPipf7RlFL { width:1.125rem;height:2.35595625rem;top:28.6787109375rem;left:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUE30UsPXK7nIDaQNwymo2lIFRdLtTrc { width:11.8125rem;height:1.949225rem;top:31.0341796875rem;left:4.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whfr26s7nc3qHNTe62eWdPQfVwSuxWSe { width:0.875rem;height:2.5996125rem;top:40.5439453125rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eahk19pIWrkRTOGMJ59EQBXGvXRKJi58 { width:10.625rem;height:2.1123rem;top:43.1435546875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwWHEZqTNoL8NzQoHpTxH0btQ23eIprU { width:10.625rem;height:2.1123rem;top:55.912109375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4cog3q8a05MnMcP9ixrQp0aDBzeUZ93 { width:1.375rem;height:2.5996125rem;top:53.0625rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAR8w2ggEbG6cXblTC5g15g70JDAgEo { width:12.0625rem;height:2.1123rem;top:69.1669921875rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeVPsSzJ41n9swfhIFL1BwIQtls6XZQd { width:1.375rem;height:2.5996125rem;top:65.9375rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUIMJ0ZpRk7eNQ11y18NLBwDULvUTxG { width:2.6875rem;height:2.6875rem;top:22.9912109375rem;left:8.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOEG6NzuRB2iPEdEppU3T8ldalaFtXyB { width:20rem;height:3.65625rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DROPSkNDomNxUy3lJeKVcaGVcPaGkulC { width:3.5625rem;height:3.5rem;top:13.16015625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaFuDifKgF0nLnVQleUD4icS1mlA9EWo { width:3.0625rem;height:3rem;top:25.6787109375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgNHcFgT66AivTwkWGwCTcHmQ5g6Vuz { width:3.0625rem;height:3rem;top:37.6064453125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPGdvOqoJc8mHczQqpmnFkBRlzlVOVWZ { width:3.0625rem;height:3rem;top:50.0625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIOR7HX041klHrPfmTbPfTh5rl6PDzMS { width:2.9375rem;height:2.875rem;top:63.0625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpQsFzZN3zWQ5I0UfZV4dgt4InMT3x53 { width:3.125rem;height:3.125rem;top:34.34765625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAx46eUSC2lWQfGLqQKrgeENbrrS11JL { width:3.125rem;height:3.125rem;top:46.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lunCsRBwEyi7u9d1QyzFGZCah6Kc0vA5 { width:3.125rem;height:3.125rem;top:59.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h28uv7Bla2xO8dWWUBKzzpb9sRaOV16M { width:20rem;height:12.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDtGDgJ8AhADyOAA7pHTnLL8wTKbWTcF { width:20rem;height:14.4375rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQBFUobg2UDOcapgCxrC5kDTOOwTzcpp { width:20rem;height:13rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNP75TS3itLDdu7sNOmuJnorIc1u1HAF { width:20rem;height:11.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rv8X89WdFgJibAJRXD1ak1GZhJTDyZ { width:20rem;height:12.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9b37HdMOyqIwFHhiCgmcxFzWsf5KKb { display:flex;top:22.6162109375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #q8nnUoL9TdTsuLmUCIGzRJR4WWWN4Uut { display:flex;top:34.6826171875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #JFrVFK19it5NZsgXIoI5uFqNS8FEEs1z { display:flex;top:46.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #WTbRMwgGz06ihkzq1PDBbGAZqLBMLteW { display:flex;top:59.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { width:17.9375rem;height:3.4375rem;top:12.34178125rem;left:1rem;z-index:15068;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LFC6qcbs0Je50agVSrsfppRqEurFtCrO { width:20rem;height:0;top:8.8925625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { width:6.5rem;height:3.4375rem;top:12.34178125rem;left:4.4375rem;z-index:15069;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mQzmH85o60t3fczElaQyauKono6O84IC { display:block; }
 }@media only screen and (max-width: 763px) { #l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { display:flex;width:1.8125rem;height:2.6875rem;top:12.34178125rem;left:2.6875rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { width:20rem;height:2082.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { width:20rem;height:40.29395rem;top:7.146484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { width:20rem;height:64.99025625rem;top:56.9375rem;left:0rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { width:20rem;height:5.625rem;top:50.5rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { width:19.875rem;height:0;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { width:20rem;height:11.69824375rem;top:134.666015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { width:20rem;height:8.4375rem;top:125.416015625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { width:19.875rem;height:0;top:124.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfzTuoNtTma5bSxLfSrGxHzQ2hNKfb7D { width:20rem;height:4.6875rem;top:150.0625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hwNnKeTcr543ZmhOUG0pVC3o5ch9dCZK { width:20rem;height:88.38676875rem;top:156rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrpH0b8aWPDcHbhRxvIXqFw5B3yn6iA { width:20rem;height:4.6875rem;top:247.5625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AIDW1ssALRwhDS6N0huOkwm0f650aMqB { width:20rem;height:84.48734375rem;top:254.25146484375rem;left:0rem;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Caeu8zeXokgReOIcPr9vJ3TvwmTIu8ef { width:20rem;height:2.34375rem;top:343.3017578125rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TplbBPE98H9kRvJ0NK5lBvoOfy9gTPPl { width:20rem;height:150.77743125rem;top:346.3955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbwU2s1fDOCrS381KGTrVJHzBPTbERNT { width:20rem;height:4.6875rem;top:501.2978515625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGwosOn4POdy6GS7wiGfSDMInMOfBw9T { width:20rem;height:68.889725rem;top:507.0166015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWQ31snnhRPDUGzwySsrtBbOg1fhgLz { width:20rem;height:2.34375rem;top:580rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yzFMbQeycVwIdDcV3TCCUM42I52KGD6Q { width:20rem;height:97.48545rem;top:583.34375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTRxUiZqzcK2C3m5HiqG5O3lxb4i0fM { width:19.875rem;height:0;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7JM5qPL8PeMFCvxxyAHOHmLWOpERaa { width:19.875rem;height:0;top:246.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJ5F3nuian53OheTztNHcKA4mlkMS1v { width:19.875rem;height:0;top:341.2392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu9O8wExeiRp2qTKy9TtHeSwwyBhQsXw { width:19.875rem;height:0;top:499.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPFO9kw7Q8xn6ShUyAL48sNZxm9bH0Z { width:19.875rem;height:0;top:577.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq5bJHIP1bkHnNwfNv0MclWORpKLH0zA { width:20rem;height:2.34375rem;top:683.5625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDlsyD1islQgkSMbw6OI0Hwm5U8tsLza { width:20rem;height:93.586rem;top:687.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BBLa59kXXUivvagKy6tRaOqxvGSGA4 { width:19.875rem;height:0;top:682.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heoH1SUQq1KocV1pzQydd4GUi7552hyo { width:19.875rem;height:0;top:782.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkDrH5fLcsQmLEHwsXDZnf5s1kaA9WUe { width:20rem;height:2.34375rem;top:783.875rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ADlHnC1dPdNtbvkcmRcUEs3wmVORvSpn { width:20rem;height:127.38093125rem;top:787.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhJGfZCku6QqdGJn2VDJUWiTa2K2BPT { width:19.875rem;height:0;top:916.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXvVl7PIPIuBRTsPd30gzbocJoa79kNw { width:20rem;height:2.34375rem;top:917.6875rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OCLDKck7R2uBez9HuQvr1V7aByIocTJ6 { width:20rem;height:129.98058125rem;top:921rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRK1SJMNT2rrqBS2wkJ4y8trHX9V1tPv { width:19.875rem;height:0;top:1053.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykckr0B9X0d7BxmTOpqq3PZcr1AEVKo3 { width:20rem;height:4.6875rem;top:1054.8125rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GOSsFrEbLg7aB24sHaaMOeLqzDWBuKgZ { width:20rem;height:62.3906625rem;top:1060.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmSbB1iZA6gzxyW5B5ZtBdviW7Fobse2 { width:19.875rem;height:0;top:1320.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyH3niKaU6khVlSZ4tZ3HWIx5UicWgC { width:20rem;height:4.6875rem;top:1126.5625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oHtC2JQxm4gScktPLzH2EiDUEZTUnfnT { width:20rem;height:185.8722rem;top:1132.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqkLqH5741H3CZdSLEEUw7Qiqhw9oqx { width:19.875rem;height:0;top:1125.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #af95KWiLPo75exMi7tqRBsgXNESlQsu5 { width:20rem;height:4.6875rem;top:1322.3125rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VTdlyVZHbIfcV8qyKUAK0FGwa3BB0OlL { width:20rem;height:181.97278125rem;top:1328.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HqxeQEVQVAExyGxO6JCfta9SuEnPs5 { width:19.875rem;height:0;top:1512.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fle1bpUloW6rSnENRPrJKZAcZeIX2tQZ { width:20rem;height:8.4375rem;top:1513.8125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BeguJd9bx97auwN2G9KVCoJ1Ss5zhyuv { width:20rem;height:62.39061875rem;top:1523rem;left:0rem;font-size:1rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #sDB2CduWzq0V91lmNzIDgrt6NAzUfzQE { width:20rem;height:66.29004375rem;top:1597.6875rem;left:0rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #yJwMp31S70qxMkBFkevmyOgbRzC9NVCU { width:20rem;height:8.4375rem;top:1588.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oTTgpXSd0bS1s8n8918s4WaIAHPTOLh0 { width:19.875rem;height:0;top:1587.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEWl1F4skTCWiLM9Ri8F1FOPS2okATWn { width:20rem;height:38.99415rem;top:1670.9375rem;left:0rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #eQFmeEhZZb7aZoK7wTLhbdIzhdpp4dP7 { width:20rem;height:2.8125rem;top:1667.5rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mEi6xJfLMaWpIFaoyVq4Ulw3uBvsTEPN { width:19.875rem;height:0;top:1666.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbC5ru1dLP7wHt4dy7Sq4IwDaW3a0k9 { width:20rem;height:11.69824375rem;top:1723.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSqv77JWOec5Xkt6RhXVdLUU9rw2QXu { width:20rem;height:8.4375rem;top:1713.375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WQPZ8Ovn1g0e5WPlDUS1R0EHZ2TCn8GN { width:19.875rem;height:0;top:1712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2iykFwsCS1xEzg33apb3XXFi0h8fb07 { width:20rem;height:6.499025rem;top:1741.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQHFUDPdyOZnwgG6ixCTckrsMlcmodz { width:20rem;height:2.8125rem;top:1737.1875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CgWRpuIO7qF74zEP9gyTSwZuQK7ZCPDT { width:19.875rem;height:0;top:1736.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FltJ18cPHivP8eCe62TRz41WIwS9HKvU { width:20rem;height:53.292rem;top:1755.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8hv9X85UqJ16JZbu8wJLTTmgQhTUuTu { width:20rem;height:2.8125rem;top:1751.0625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NvUThEViCK921wAgqW2hg9t47MSInJkO { width:19.875rem;height:0;top:1749.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgavNVb7DXcrXyIRrWpFSGTVTrgzqE8K { width:20rem;height:31.195325rem;top:1819.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGwai41fClFgZe3DCIbUOdiu3uSSGwPZ { width:20rem;height:5.625rem;top:1812.25rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TNe8OHI6SCglCOUHFC3vyIULvIvCOMDv { width:19.875rem;height:0;top:1810.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJwXSCK8Pgu36m6dZ3cNKdB1Hy5a3uAD { width:20rem;height:31.19531875rem;top:1858rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRhhTAqvJLkHzOqFJ2SqpNnd07HGJ57 { width:20rem;height:2.8125rem;top:1853.9375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DpMLmRmwioBwxVwCGu8b9TbgiiVqHzVQ { width:19.875rem;height:0;top:1852.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xobh5IaW9rprQxhsCA0Ib3iTCNROObLX { width:20rem;height:23.39648125rem;top:1899.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyg0VohGb7IvAksH1ymqOkirknW3Myzf { width:20rem;height:5.625rem;top:1892.8125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pInRT1UE8RleDbetzqEuedrhGD3i8mmq { width:19.875rem;height:0;top:1891.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhFlImZsQ3KlwTprz14yPkwiO0Cpr9im { width:20rem;height:33.79493125rem;top:1932.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvXR0ZEINDEWo8IMTTNiOXPskDa7xvc { width:20rem;height:5.625rem;top:1925.6875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O4C4ZeLqmT8a2fcy3vWuXFMJAzNaHVM1 { width:19.875rem;height:0;top:1967.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpNBhBmusZvhKnWcQLBluPfMxVnbTkE { width:20rem;height:35.094725rem;top:1973.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRIBNQsSTIRJwCIH6IqgQf9wC5vR0mg { width:20rem;height:2.8125rem;top:1969.1875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QJE4RgUomyeV7Km4NH4dTevsen5mWKv3 { width:19.875rem;height:0;top:1924.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5OwCuJrnQMBZqdyzizp7c63VlySczQK { width:20rem;height:33.79493125rem;top:2018.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyc8uIb50cxOtFI3tTsuLbeAFFJXN7ET { width:20rem;height:5.625rem;top:2011.25rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GXg931lzFyAATSe7nbBNSkt3UqChW6el { width:19.875rem;height:0;top:2009.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJzTJuXkoriEgQtivKp0CGedTnTKAMm3 { width:20rem;height:19.4970875rem;top:2062rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZMOhEOozFVouktaQNPdv0gL5axPvk2y { width:20rem;height:5.625rem;top:2055.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SCfqPrWQ8r3McoVJFBrZFlwCtLlxhXMV { width:19.875rem;height:0;top:2053.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00adc7, #124c8a);background-image: -moz-linear-gradient(180deg, #00adc7, #124c8a);background-image: -ms-linear-gradient(180deg, #00adc7, #124c8a);background-image: -o-linear-gradient(180deg, #00adc7, #124c8a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );";background-image: linear-gradient(180deg, #00adc7, #124c8a);background-size:cover !important;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .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); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:18.5625rem;height:0;top:1.25rem;left:0.71875rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.9248rem;top:6.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { width:17.5rem;height:auto;top:11.9375rem;left:0rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { width:17.5rem;height:auto;top:11.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #QG3780AmUZxomOVHb3TzK6q6166s31VB {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #eK95GPSLMpC5K3KruAT1hJ15OI8tW9KC {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #aTNbmwxGeBPFAfXVTNgIkawrsFNaQ2Wz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 {  }
 }@media only screen and (max-width: 763px) { #WiXLdTu7ErWqz7JM2FQN8QFL4m2LowbW { width:20rem;height:2.53125rem;top:2rem;left:0rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX { display:block; }#BFWDBUnPfmMILTmhzVr8T6HQBHObTgLX > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMUHe5XzWFNZpf8uCKqQgeeRT2cJb77y { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfOvyi1QdLVidvySdSXXKigbAUq5fT9 { width:20rem;height:11.375rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { display:flex;width:2.5rem;height:2.5rem;top:3.5rem;left:1.9375rem; }
#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:3.5rem;left:5.375rem; }
#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:3.5625rem;left:12rem; }
#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:3.8125rem;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.25rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { display:flex;width:2.375rem;height:2.375rem;top:3.5625rem;left:15.6875rem; }
#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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { width:15.0625rem;height:2.875rem;top:1.21875rem;left:2.46875rem;display:block; }
 }