.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/56e0582a-12d9-4d39-b18b-ae4ac580df76/Biruni_Tup_Bebek_Header_LandingPage_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { 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: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: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:13.5625rem;left:4.8125rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.16796875rem;left:5.15625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-form-header {  }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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"; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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"; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#124c8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container:first-of-type{padding-top:0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-container:last-of-type{padding-bottom:0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { background-color:#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:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.125rem;left:4.8125rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .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; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { 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:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.125rem;left:4.8125rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 { position:relative;display:block; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #l3qd6Zme0VmhKRAlGtXyZ7CSntUOGNiq { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #naLTIgbQoaJ7ROqeDxB8D2HNaGQUXkHA { position:relative;z-index:2; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SL3HzNyu2NyD6yPxsLJffxJLznrV8PuV { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D { position:relative; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 { position:relative; }
#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:#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:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vdod3oNUa9RLvy9Mtw0i8FBdVt95J35F { 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; }
#Kuhi1Zp7TyH8yFC7MoZavHCgHA8cPNwl { 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; }
#xr66S4zxRd4r3E3vcccbTsO0PMi4Aop0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem;display:none; }
#dx8nkRXZyI04RWe8hHmD7C37Len50Xfa { 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; }
#NX7asgNhUQya8zIUQ1y71zIB5QFWOPEy { 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:15050;background-color:#00adc7;background-image:none;top:1.375rem;left:33.625rem;display:block; }
#GSdZVm1NKdQEVwqPoJvqEzKiv3iWaKUn { color:#ff00ff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:8rem;left:34.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWn2o2km1t4Z1yelcgJKmHiFo3NoDdXT { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:3.9375rem;left:34.0625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJiGngEdpbJLn04O6nURGLANmBrLsH46 { 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; }
#QbgLQVSvZTGpQa2q0T00VhU7GUOidTfq { 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; }
#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #662d91, #ff00ff);background-image: -moz-linear-gradient(90deg, #662d91, #ff00ff);background-image: -ms-linear-gradient(90deg, #662d91, #ff00ff);background-image: -o-linear-gradient(90deg, #662d91, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );";background-image: linear-gradient(90deg, #662d91, #ff00ff);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; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { background-color: transparent; background-image: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .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); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { border-width: 0; border-radius: 0; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#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:37rem;width:75rem;position:relative;display:block; }#UQA8U4WJD3hO7q4owebF4i0lar1v3m64 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1875rem;width:30.625rem;top:13.3125rem;left:40.75rem;display:block; }
#A6yUQmxWSxs2rD1hxO6UCzPgQNDHIhk6 { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.73046875rem;left:7.59375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uL96S3aT9kDAMXvESz8I6Hg6IlD58DGl { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.54296875rem;left:7.59375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZVxQe0JKoICdI47hEi5TnRkUhCSWhGT { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.73046875rem;left:7.59375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TE4BSBGcp5GodliPWnW9STty0FKQKhR4 { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.54296875rem;left:7.59375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tw8gUdI2U7Xtciz6KO1fpEeZSGzXorPF { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.1875rem;width:30.625rem;top:13.3125rem;left:3.625rem;display:block; }
#wASkEty7h3IaTr4KqxkINvF22SrBeWFP { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:31.7373046875rem;left:6.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RAantMhBEQv6zaIKigmQbFrVNmGpSPM2 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:31.7373046875rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 { 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; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container { background-color: transparent; background-image: none; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container > .video-iframe-container { display: none; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row > .video-iframe-container { display: none; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .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); }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container { border-width: 0; border-radius: 0; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .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; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#gxW5L8oqIz8b08OPApHvcCvSqQUwqscZ { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.875rem;left:7.875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BltDSGqiE0TdUr8i6Lqc40iA7tE0WR7b { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.1875rem;left:6.875rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIqJZpeFmU8Q77OIMWzciQrk8JHECKEh { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:30.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yulUlEWXm27wGDS5dbiQv1dN7nLshn2P { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:28.5625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rlelzl8TSaKUQsnZL8ORCKwCOTRfwhVd { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.1875rem;left:51.781253814698rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odpb6ncpKMCqgqsG6mwWq4TgXooAEmM6 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:53.000003814698rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUyavDsnuHFv6XnzRKf5Jdyk3t48Hoho { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #662d91, #ff00ff);background-image: -moz-linear-gradient(180deg, #662d91, #ff00ff);background-image: -ms-linear-gradient(180deg, #662d91, #ff00ff);background-image: -o-linear-gradient(180deg, #662d91, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );";background-image: linear-gradient(180deg, #662d91, #ff00ff);background-size:auto !important;top:2.8125rem;left:5.3125rem;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; }
#msE1PwMydIcR8QGPETVU1E2w2XLmOfok { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #662d91, #ff00ff);background-image: -moz-linear-gradient(180deg, #662d91, #ff00ff);background-image: -ms-linear-gradient(180deg, #662d91, #ff00ff);background-image: -o-linear-gradient(180deg, #662d91, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );";background-image: linear-gradient(180deg, #662d91, #ff00ff);background-size:auto !important;top:2.5rem;left:27.1875rem;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; }
#XpigQk2tIXgHtItEzLG9RAdEiXbRByWG { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #662d91, #ff00ff);background-image: -moz-linear-gradient(180deg, #662d91, #ff00ff);background-image: -ms-linear-gradient(180deg, #662d91, #ff00ff);background-image: -o-linear-gradient(180deg, #662d91, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );";background-image: linear-gradient(180deg, #662d91, #ff00ff);background-size:auto !important;top:2.5rem;left:50.4375rem;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; }
#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { 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; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.adaptive-delivery-prevent-bg, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyload, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyloading { background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { background-color: transparent; background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .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); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { border-width: 0; border-radius: 0; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { color:#124c8a;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:8.1875rem;left:46.125rem;height:3.46875rem;text-align:center;text-align-last:center;font-style:normal;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:22rem;left:53rem; }
#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:22rem;left:59.3125rem; }
#Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { color:#000000;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13rem;left:48.5rem;height:6.49903125rem;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:22rem;left:65.5625rem; }
#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.5625rem;width:3.5625rem;top:22.6875rem;left:53.6875rem;overflow:hidden;display:block; }
#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:22.75rem;left:66.3125rem;overflow:hidden;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:23rem;left:60.3125rem;overflow:hidden;display:block; }
#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #662d91, #ff00ff);background-image: -moz-linear-gradient(90deg, #662d91, #ff00ff);background-image: -ms-linear-gradient(90deg, #662d91, #ff00ff);background-image: -o-linear-gradient(90deg, #662d91, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#ff00ff' );";background-image: linear-gradient(90deg, #662d91, #ff00ff);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; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { 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; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { background-color: transparent; background-image: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .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); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { border-width: 0; border-radius: 0; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.875rem;left:6.875rem;height:3.25rem;display:block; }
#fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { 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:28.875rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:23.875rem;left:21.6875rem;height:3.25rem;display:block; }
#oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { 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:28.875rem;left:16.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.875rem;left:37.0625rem;height:3.16845625rem;display:block; }
#KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { 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:28.875rem;left:32.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { 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:28.875rem;left:47.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nODCXqvMXrp1dodastV2TF01Tfiv1xIz { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.875rem;left:52.4375rem;height:3.25rem;display:block; }
#BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { 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:28.875rem;left:62.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.875rem;left:66.8125rem;height:3.25rem;display:block; }
#XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { 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:23.6875rem;left:13.9375rem; }
#y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { 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.1875rem;left:20.5rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { 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.5rem;width:3.5625rem;top:17.9375rem;left:5.5625rem;overflow:hidden;display:block; }
#IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { 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:3.5rem;width:3.5625rem;top:17.9375rem;left:20.375rem;overflow:hidden;display:block; }
#rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { 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.5rem;width:3.5625rem;top:17.9375rem;left:35.75rem;overflow:hidden;display:block; }
#b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { 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:3.5rem;width:3.5625rem;top:17.9375rem;left:51.375rem;overflow:hidden;display:block; }
#FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { 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:3.8125rem;width:3.875rem;top:17.8125rem;left:65.5625rem;overflow:hidden;display:block; }
#k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { 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:23.6875rem;left:29rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { 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:23.6875rem;left:44.1875rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { 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:23.6875rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#UE46QXUwddceppiixm33TkhGcNe5E3AG { position:absolute;display:block;z-index:15015;background-color:#a375fa;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:14.6875rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:#fa75ab;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:14.6875rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:#a6a5f9;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:14.6875rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:#fa75fa;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:14.6875rem;left:15rem;display:block; }
#XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { position:absolute;display:block;z-index:15019;background-color:#ce75fa;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:14.6875rem;left:30.0625rem;display:block; }
#Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { 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; }
#y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { 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; }
#G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { 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; }
#GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { 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; }
#gBuZgCtMRrclb0ykvsb5f3bgegbB9imu { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.875rem;left:37.0625rem;height:3.16845625rem;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; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { 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; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { background-color: transparent; background-image: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .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); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { border-width: 0; border-radius: 0; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { font-size:0.875rem;font-family:arial;height:195.125rem;width:75rem;position:relative;display:block; }#ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { color:#124c8a;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:25.343753814698rem;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; }
#EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { color:#124c8a;display:block;width:69.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.75rem;height:10.39845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { color:#124c8a;display:block;width:65.9375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:24.9375rem;left:4.5625rem;height:1.29980625rem;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; }
#QbzIX12GWNbukvmw6dEaCSuyW3278DtL { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:21.4375rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:44.375rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:32.75rem;left:6.9375rem;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; }
#IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:29.125rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:70.25rem;left:6.9375rem;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; }
#lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:66.5625rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { position:absolute;display:block;z-index:15017;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:19.5625rem;left:9.3125rem;display:block; }
#pWTapBmBXd3mRTNvisMVv82G10Xocovf { position:absolute;display:block;z-index:15018;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:28rem;left:9.3125rem;display:block; }
#ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { position:absolute;display:block;z-index:15019;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:42.875020980835rem;left:9.3326835632325rem;display:block; }
#ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { position:absolute;display:block;z-index:15021;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:65.125rem;left:9.3125rem;display:block; }
#PmZ1e3IBS9zfNo0xzyPEOhFE1hPUF7PM { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:49.0625rem;left:6.9375rem;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; }
#zs136sNnVJD0TChoW92fTU976JvW7675 { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:92.3125rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6ehoWrQfWFNH0yLcEDXE5JGxoWIVIde { position:absolute;display:block;z-index:15022;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:90.375rem;left:9.3125rem;display:block; }
#Al26U1voBROoA0SQFqPoeOLLMovyQdUx { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:95.6875rem;left:6.9375rem;height:10.39845rem;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; }
#ISXpSlhrZVANtwslXemNpsZhpC5ByHWd { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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:108.1875rem;left:9.3125rem;display:block; }
#cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:110.00000572204rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:114.18750762939rem;left:6.9375rem;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; }
#dU4JcSb7dCko3ugy64kAFvQAcCQ8iqai { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:118.8125rem;left:6.9375rem;height:1.29980625rem;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; }
#iqkpxWKAJPmsUctkkhQ49p0y7gxSsg5E { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:120.875rem;left:6.9375rem;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; }
#aTHwtHO39PDcQ8ypOKI39Rg2LtHKBIZ5 { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:125.1875rem;left:6.9375rem;height:1.29980625rem;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; }
#otEWUL6BboyuBL6sPwAza1FyRQ9O0o4l { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:127rem;left:6.9375rem;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; }
#TTa0IlSnddTNA3G18RKGczEwHyRKtQOM { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:131.375rem;left:6.9375rem;height:1.29980625rem;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; }
#CUOEV0PhkGeMqWvTE83de6rUq0TMc9do { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:133.25000762939rem;left:6.9375rem;height:1.29980625rem;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; }
#MdNOvCxTiw8pA6Srzvp7WOHIQHUr26cu { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:136.25rem;left:6.9375rem;height:1.29980625rem;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; }
#fLc6u0XcmAdGc8xaWiXelgPywCztTCz5 { 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:138.1875rem;left:0rem;height:1.29980625rem;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; }
#APFmGSdXX1sz3PvZomNS9pgsBIJ6eygn { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:140.8125rem;left:6.9375rem;height:1.29980625rem;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; }
#o4v2Lwa4pzK9IgyozHE50FWvVABq5mpX { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:142.625rem;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; }
#QINpONnr0bnDVST0sLdNZXdwCmElgX3i { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:146.8125rem;left:0rem;height:1.29980625rem;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; }
#MT4ZWPSZ3JCMIwSB6w7zccRpPvou0iv2 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:148.8125rem;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; }
#PklcWrxIGFdROhdJSTdbWNzB2GU5F5uV { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:153.0625rem;left:0rem;height:1.29980625rem;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; }
#qL9s0zOegdHC36sBRQCAgoULEtEpWh71 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:155.0625rem;left:0rem;height:1.29980625rem;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; }
#TJkEfnAAhTsolbvJN6Ar14olxztsnyNB { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:158.25rem;left:6.9375rem;height:1.29980625rem;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; }
#B340wrsNZhG9LfJdoEtsp75U25GkDp5X { 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:160.125rem;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; }
#iZI7PpxB2A8xws6GCm7O92Tsolx8Rd1H { position:absolute;display:block;z-index:15024;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:108.1875rem;left:10.4375rem;display:block; }
#TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { position:absolute;display:block;z-index:15025;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:165.75000762939rem;left:9.3326835632325rem;display:block; }
#PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:168.37500762939rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOgi7dxPTLsz34znezqJ2OnrKqXnrd0b { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:171.50000762939rem;left:6.9375rem;height:1.29980625rem;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; }
#B33FrmOPzd3PAbEFAF0dPsGIeJlguM3m { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:174.62500762939rem;left:6.9375rem;height:1.29980625rem;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; }
#ss3DD43esPag1bMv8ZsSwPOZPE9lmTgV { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:176.62500762939rem;left:6.9375rem;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; }
#PuAWIvv1vW9Tcck9mTOQmT4yQaf8KWCT { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:181.56250762939rem;left:6.9375rem;height:1.29980625rem;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; }
#Ti5JDu3DPA9u3MuikZJVdI0XlCXBlA2M { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:183.87500762939rem;left:6.9375rem;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; }
#l4VecGyh1OgqeQLL2XN76Zt7L5DApqqp { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:187.93750762939rem;left:6.9375rem;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; }
#TXbTeN8HgydIgzlTmdrHRwMWQNqNUQJD { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:32.75rem;left:6.9375rem;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:none; }
#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a00ef40-c6d5-421f-84c2-25f70303646f/Biruni_Hastanesi_Teknoloji_Slider_2025.png");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; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.adaptive-delivery-prevent-bg, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyload, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyloading { background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { background-color: transparent; background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .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); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { border-width: 0; border-radius: 0; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:30.187503814698rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S82GcBoPrZpPcvas3LVbKdm1TACxomaM { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20.125rem;left:30.250003814698rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { background-color: transparent; background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .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); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { border-width: 0; border-radius: 0; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { color:#1a1a1a;display:block;width:33rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.25rem;left:18.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { color:#124c8a;display:block;width:38.5625rem;position:absolute;font-family:"gotham font";font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:2.90625rem;left:15.84375rem;height:3.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPT6x3mutWlfnR7klxClbgEiIixWmclH { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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:18.544254302979rem;left:9.3326835632325rem;display:block; }
#GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { color:#1a1a1a;display:block;width:28.9375rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:20.5rem;left:20.65625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.3125rem;left:6.9375rem;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; }
#tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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:30.044254302979rem;left:9.3326835632325rem;display:block; }
#vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:35.8125rem;left:6.9375rem;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; }
#cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:31.6875rem;left:0.125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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:41.544254302979rem;left:9.3326835632325rem;display:block; }
#Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:43.375rem;left:0.0625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:47.3125rem;left:6.9375rem;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; }
#qZZosX6sIqtfaQlbagvXl8CmnWCEVLBQ { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.8125rem;left:5.21875rem;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; }
#UIinEZEZSqLzU0eLpEXRtLGTcdFx0hpT { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.3125rem;left:6.9375rem;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:none; }
#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ { 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; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container { background-color: transparent; background-image: none; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container > .video-iframe-container { display: none; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row > .video-iframe-container { display: none; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .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); }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container { border-width: 0; border-radius: 0; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#gMSz2eWdxfdOccsyvXkZb6PG0hU72Zgt { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.947916030884rem;left:14rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#g6WSdwTWF3xIV6fTJU0S31JgSIQ3IvZz { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:17.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#By66mRmiQQWs8eZE6InLxxNpoWMyFauq { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff00ff, #662d91);background-image: -moz-linear-gradient(top, #ff00ff, #662d91);background-image: -ms-linear-gradient(top, #ff00ff, #662d91);background-image: -o-linear-gradient(top, #ff00ff, #662d91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#662d91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#662d91' );";background-image: linear-gradient(to bottom, #ff00ff, #662d91);background-size:cover !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:9.5rem;width:22.25rem;top:25.41455078125rem;left:13.95751953125rem;display:block; }
#Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b9767a92-5b0c-4302-a521-5e743750cc8a/HAZELCAGINKUZEYlarge.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:22.0625rem;top:4.1451816558838rem;left:38.968097686767rem;display:block; }#Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7.adaptive-delivery-prevent-bg, #Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7.lazyload, #Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7.lazyloading { background-image: none; }
#QI9cSA2TAbTnBvqesIZi3WUwpGMn7890 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff00ff, #662d91);background-image: -moz-linear-gradient(top, #ff00ff, #662d91);background-image: -ms-linear-gradient(top, #ff00ff, #662d91);background-image: -o-linear-gradient(top, #ff00ff, #662d91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#662d91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#662d91' );";background-image: linear-gradient(to bottom, #ff00ff, #662d91);background-size:cover !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:9.5rem;width:22.25rem;top:25.41455078125rem;left:38.978515625rem;display:block; }
#M2g3UqP32irnWupQG2RstAJBla5GauwI { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.947916030884rem;left:38.978519439698rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#VuFoHNOl8DWsbtHi4mmkWVHf0mEf8B0z { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.249349594116rem;left:42.259769439698rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#loatXkPNSTotZKaqxOuGPEp3UUZc2yrL { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39236771-41a2-4ddc-87b9-dd41e21c4ce2/profdrmuratarslanlarge.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:22.0625rem;top:4.1640625rem;left:13.9375rem;display:block; }#loatXkPNSTotZKaqxOuGPEp3UUZc2yrL.adaptive-delivery-prevent-bg, #loatXkPNSTotZKaqxOuGPEp3UUZc2yrL.lazyload, #loatXkPNSTotZKaqxOuGPEp3UUZc2yrL.lazyloading { background-image: none; }
#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { position:relative;display:block; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { background-color: transparent; background-image: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container > .video-iframe-container { display: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row > .video-iframe-container { display: none; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { border-width: 0; border-radius: 0; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .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; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .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; }#kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.4375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { 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; }
#PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { 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:11.69824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBtut73SDht9ma7lTc4T1uremkW7vqzq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.5rem;width:24.8125rem;top:12.5rem;left:25.113210818308rem;display:block; }
#CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { color:#ff00ff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.4375rem;left:54.4375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeH92kA11mNbb2ILd8Q83sTOem69fDoU { color:#124c8a;display:block;width:20.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:2.6;letter-spacing:0;top:10.625rem;left:54.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FeH92kA11mNbb2ILd8Q83sTOem69fDoU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FeH92kA11mNbb2ILd8Q83sTOem69fDoU li:before{  }
#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94b4a598-6e34-49cf-aaed-abfe1425045f/Biruni_Tup_Bebek_Header_Baby_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:46.0625rem;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:10.875rem;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.5rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-form-header {  }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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"; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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"; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-container:first-of-type{padding-top:0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-container:last-of-type{padding-bottom:0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly  { 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:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.6875rem;left:0rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .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; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly {display:block;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly { 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:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.6875rem;left:0rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #sfBcq3DcWZSZwLwO2ShX12pAvVRZOKmN { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #RsuA51iE9HPcedENIHvevAIIZglZX6zX { position:relative;display:block; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #iDkp6m21OI8rlVMZeu7RqTOu7eqL7Fpa { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uNTwnm1owZSnGf64ppONG5shkcZ6EzJd { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FA0K9XXutkoARdCUfqrAet2UlGbV1JhW { position:relative;display:block; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #SuCJ9ILFRhS94Wq9vmPvRquCPx9wWNfT { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #DEdl1lEo7vNHg4aK0wyAKlAaXWQqXy20 { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #ZX5UREom9QmDMgrUyf3bXcnts6e8yXn3 { position:relative;display:block; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #zu8P56kP45VFInsQuq5iOHVyWvxmbyqh { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #f8dtMOxUqkOPDN2U2LNWpRKx6A1x8E5D { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #vCqsfVfRdDuKtaThZVH5KMwRUbzcDMbu { position:relative;display:block; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uqTISCSqNoT4wxISBkADcX4n1bmCD4qD { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #rTQ6NLQLBU6fTI2AXbWr26B5R21zrBL3 { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #TWL0uDdvFPEecHGlbX5BZtWdUT7VtFfa { position:relative;z-index:2; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FwzDtduOhBZlS2hrOTVoVSPa8Jc8JqvC { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #JwtD7B0cxL2imA52rEcRp45ifH5u8Q0w { position:relative; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #eycXQc6fuCbtmPEnzPthkIVHeaSXyntm { position:relative; }
#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E { 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; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container { background-color: transparent; background-image: none; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container > .video-iframe-container { display: none; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row > .video-iframe-container { display: none; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .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); }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container { border-width: 0; border-radius: 0; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#dibei9yMC1Gf0m3ZRpz1sNCkVbImg5wV { 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:2.5625rem;left:8.40625rem;overflow:hidden;display:block; }
#I0qUiBPuUsWCfLIskgm5TmMT7TfzvqzQ { 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.4375rem;left:0rem;width:27.4375rem;height:3.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:13.5625rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:14.125rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;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) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { width:21.5rem;height:auto;top:19.125rem;left:0rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { width:21.5rem;height:auto;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #l3qd6Zme0VmhKRAlGtXyZ7CSntUOGNiq {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #naLTIgbQoaJ7ROqeDxB8D2HNaGQUXkHA {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SL3HzNyu2NyD6yPxsLJffxJLznrV8PuV {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 {  }
 }@media only screen and (max-width: 763px) { #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) { #Vdod3oNUa9RLvy9Mtw0i8FBdVt95J35F { top:10.5625rem;left:0rem;width:20rem;height:5.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kuhi1Zp7TyH8yFC7MoZavHCgHA8cPNwl { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xr66S4zxRd4r3E3vcccbTsO0PMi4Aop0 { display:block; }
 }@media only screen and (max-width: 763px) { #NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dx8nkRXZyI04RWe8hHmD7C37Len50Xfa { top:1.375rem;left:0rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX7asgNhUQya8zIUQ1y71zIB5QFWOPEy { top:1.375rem;left:20rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdZVm1NKdQEVwqPoJvqEzKiv3iWaKUn { top:8rem;left:20.8125rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWn2o2km1t4Z1yelcgJKmHiFo3NoDdXT { top:3.9375rem;left:20.4375rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJiGngEdpbJLn04O6nURGLANmBrLsH46 { display:none; }
 }@media only screen and (max-width: 763px) { #QbgLQVSvZTGpQa2q0T00VhU7GUOidTfq { top:16.875rem;left:0rem;width:20rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #UQA8U4WJD3hO7q4owebF4i0lar1v3m64 { top:13.3125rem;left:17.125rem;width:30.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yUQmxWSxs2rD1hxO6UCzPgQNDHIhk6 { top:2.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL96S3aT9kDAMXvESz8I6Hg6IlD58DGl { top:5.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZVxQe0JKoICdI47hEi5TnRkUhCSWhGT { top:2.5rem;left:0rem;width:20rem;height:2.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE4BSBGcp5GodliPWnW9STty0FKQKhR4 { top:5.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw8gUdI2U7Xtciz6KO1fpEeZSGzXorPF { top:13.3125rem;left:0rem;width:30.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wASkEty7h3IaTr4KqxkINvF22SrBeWFP { top:31.6875rem;left:0rem;width:24.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAantMhBEQv6zaIKigmQbFrVNmGpSPM2 { top:31.6875rem;left:20.25rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFaguWUUFu6axiQ5It8IpugRQphs0P2 { display:block; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxW5L8oqIz8b08OPApHvcCvSqQUwqscZ { top:4.875rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltDSGqiE0TdUr8i6Lqc40iA7tE0WR7b { top:10.1875rem;left:0rem;width:16.1875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqJZpeFmU8Q77OIMWzciQrk8JHECKEh { top:4.875rem;left:16.9375rem;width:12.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulUlEWXm27wGDS5dbiQv1dN7nLshn2P { top:10.25rem;left:14.9375rem;width:16.625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlelzl8TSaKUQsnZL8ORCKwCOTRfwhVd { top:10.1875rem;left:30.75rem;width:17rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odpb6ncpKMCqgqsG6mwWq4TgXooAEmM6 { top:4.875rem;left:33.1875rem;width:14.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUyavDsnuHFv6XnzRKf5Jdyk3t48Hoho { top:2.8125rem;left:0rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #msE1PwMydIcR8QGPETVU1E2w2XLmOfok { top:2.5rem;left:13.5625rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpigQk2tIXgHtItEzLG9RAdEiXbRByWG { top:2.5rem;left:28.4375rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { display:block; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { top:8.1875rem;left:18.875rem;width:28.875rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:22rem;left:39.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:22rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { top:13rem;left:21.25rem;width:26.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:22rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:3.5625rem;height:3.5625rem;top:22.6875rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:3.4375rem;height:3.4375rem;top:22.75rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:23rem;left:44.8125rem;display:block; }
 }@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) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { top:2.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { top:23.875rem;left:0rem;width:0.875rem;height:3.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:28.875rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:23.875rem;left:8.0625rem;width:0.875rem;height:3.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:28.875rem;left:2.625rem;width:11.8125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:23.875rem;left:23.4375rem;width:0.875rem;height:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:28.875rem;left:18.5625rem;width:10.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:28.875rem;left:34.1875rem;width:10.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:23.875rem;left:38.8125rem;width:1.375rem;height:3.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:28.875rem;left:37.4375rem;width:10.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:23.875rem;left:46.375rem;width:1.375rem;height:3.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:23.6875rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { top:7.1875rem;left:6.875rem;width:34rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.5625rem;height:3.5rem;top:17.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.5625rem;height:3.5rem;top:17.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.5625rem;height:3.5rem;top:17.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:3.875rem;height:3.8125rem;top:17.8125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:23.6875rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:23.6875rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:23.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:14.6875rem;left:0rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:14.6875rem;left:32.6875rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:14.6875rem;left:31.625rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:14.6875rem;left:1.375rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:14.6875rem;left:16.4375rem;width:15.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:none; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:none; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:none; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:none; }
 }@media only screen and (max-width: 763px) { #gBuZgCtMRrclb0ykvsb5f3bgegbB9imu { top:23.875rem;left:23.4375rem;width:0.875rem;height:3.125rem;font-size:2.8125rem;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) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:24.3125rem;height:3.25rem;top:2rem;left:7.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { top:6.9375rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { top:24.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { top:21.4375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { top:44.375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { top:32.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { top:29.125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { top:70.25rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { top:66.5625rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { top:19.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { top:28rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { top:42.875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { top:65.125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PmZ1e3IBS9zfNo0xzyPEOhFE1hPUF7PM { top:49.0625rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs136sNnVJD0TChoW92fTU976JvW7675 { top:92.3125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ehoWrQfWFNH0yLcEDXE5JGxoWIVIde { top:90.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Al26U1voBROoA0SQFqPoeOLLMovyQdUx { top:95.6875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISXpSlhrZVANtwslXemNpsZhpC5ByHWd { top:108.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { top:110rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { top:114.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU4JcSb7dCko3ugy64kAFvQAcCQ8iqai { top:118.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqkpxWKAJPmsUctkkhQ49p0y7gxSsg5E { top:120.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHwtHO39PDcQ8ypOKI39Rg2LtHKBIZ5 { top:125.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEWUL6BboyuBL6sPwAza1FyRQ9O0o4l { top:127rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa0IlSnddTNA3G18RKGczEwHyRKtQOM { top:131.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUOEV0PhkGeMqWvTE83de6rUq0TMc9do { top:133.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdNOvCxTiw8pA6Srzvp7WOHIQHUr26cu { top:136.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLc6u0XcmAdGc8xaWiXelgPywCztTCz5 { top:138.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFmGSdXX1sz3PvZomNS9pgsBIJ6eygn { top:140.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4v2Lwa4pzK9IgyozHE50FWvVABq5mpX { top:142.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINpONnr0bnDVST0sLdNZXdwCmElgX3i { top:146.8125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4ZWPSZ3JCMIwSB6w7zccRpPvou0iv2 { top:148.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PklcWrxIGFdROhdJSTdbWNzB2GU5F5uV { top:153.0625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9s0zOegdHC36sBRQCAgoULEtEpWh71 { top:155.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkEfnAAhTsolbvJN6Ar14olxztsnyNB { top:158.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B340wrsNZhG9LfJdoEtsp75U25GkDp5X { top:160.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZI7PpxB2A8xws6GCm7O92Tsolx8Rd1H { top:108.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { top:165.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { top:168.375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOgi7dxPTLsz34znezqJ2OnrKqXnrd0b { top:171.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33FrmOPzd3PAbEFAF0dPsGIeJlguM3m { top:174.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3DD43esPag1bMv8ZsSwPOZPE9lmTgV { top:176.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAWIvv1vW9Tcck9mTOQmT4yQaf8KWCT { top:181.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5JDu3DPA9u3MuikZJVdI0XlCXBlA2M { top:183.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VecGyh1OgqeQLL2XN76Zt7L5DApqqp { top:187.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbTeN8HgydIgzlTmdrHRwMWQNqNUQJD { top:73.875rem;left:0rem;width:20rem;height:24.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { display:block; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { top:9.625rem;left:9.1875rem;width:38.5625rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S82GcBoPrZpPcvas3LVbKdm1TACxomaM { top:20.125rem;left:9.3125rem;width:38.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { display:block; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { top:9.25rem;left:5rem;width:33rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { top:2.875rem;left:2.21875rem;width:38.5625rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { top:18.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { top:20.5rem;left:7.03125rem;width:28.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { top:24.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { top:30rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { top:35.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { top:31.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { top:41.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { top:43.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { top:47.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZosX6sIqtfaQlbagvXl8CmnWCEVLBQ { top:12.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIinEZEZSqLzU0eLpEXRtLGTcdFx0hpT { top:18.6875rem;left:0rem;width:20rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ { display:block; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMSz2eWdxfdOccsyvXkZb6PG0hU72Zgt { width:22.0625rem;height:4.0625rem;top:25.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WSdwTWF3xIV6fTJU0S31JgSIQ3IvZz { width:15.5625rem;height:2.5625rem;top:31.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #By66mRmiQQWs8eZE6InLxxNpoWMyFauq { width:22.25rem;height:9.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7 { width:22.0625rem;height:21.1875rem;top:4.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9cSA2TAbTnBvqesIZi3WUwpGMn7890 { width:22.25rem;height:9.5rem;top:25.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2g3UqP32irnWupQG2RstAJBla5GauwI { width:22.125rem;height:4.0625rem;top:25.9375rem;left:9.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuFoHNOl8DWsbtHi4mmkWVHf0mEf8B0z { width:15.5625rem;height:2.5625rem;top:31.1875rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loatXkPNSTotZKaqxOuGPEp3UUZc2yrL { width:22.0625rem;height:21.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { display:block; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { top:2.9375rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBtut73SDht9ma7lTc4T1uremkW7vqzq { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { 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) { #FeH92kA11mNbb2ILd8Q83sTOem69fDoU { top:10.625rem;left:27.0625rem;width:20.5625rem;height:;font-size:1rem;display:block; }#FeH92kA11mNbb2ILd8Q83sTOem69fDoU li:before{  }
 }@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:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:10.875rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:11.5rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly  { width:21.5rem;height:auto;top:16.6875rem;left:0rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly {display:block;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly { width:21.5rem;height:auto;top:16.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #sfBcq3DcWZSZwLwO2ShX12pAvVRZOKmN {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #RsuA51iE9HPcedENIHvevAIIZglZX6zX {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #iDkp6m21OI8rlVMZeu7RqTOu7eqL7Fpa {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uNTwnm1owZSnGf64ppONG5shkcZ6EzJd {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FA0K9XXutkoARdCUfqrAet2UlGbV1JhW {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #SuCJ9ILFRhS94Wq9vmPvRquCPx9wWNfT {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #DEdl1lEo7vNHg4aK0wyAKlAaXWQqXy20 {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #ZX5UREom9QmDMgrUyf3bXcnts6e8yXn3 {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #zu8P56kP45VFInsQuq5iOHVyWvxmbyqh {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #f8dtMOxUqkOPDN2U2LNWpRKx6A1x8E5D {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #vCqsfVfRdDuKtaThZVH5KMwRUbzcDMbu {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uqTISCSqNoT4wxISBkADcX4n1bmCD4qD {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #rTQ6NLQLBU6fTI2AXbWr26B5R21zrBL3 {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #TWL0uDdvFPEecHGlbX5BZtWdUT7VtFfa {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FwzDtduOhBZlS2hrOTVoVSPa8Jc8JqvC {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #JwtD7B0cxL2imA52rEcRp45ifH5u8Q0w {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #eycXQc6fuCbtmPEnzPthkIVHeaSXyntm {  }
 }@media only screen and (max-width: 763px) { #d9ztlncarCXroDpLBuNxQvVGhTXIyR8E { display:block; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dibei9yMC1Gf0m3ZRpz1sNCkVbImg5wV { top:2.5625rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0qUiBPuUsWCfLIskgm5TmMT7TfzvqzQ { 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:#357fdc;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.9248rem;top:21.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:1.6875rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8  { width:17.5rem;height:auto;top:26.375rem;left:0rem; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 {display:block;}#d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 { width:17.5rem;height:auto;top:26.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #S8W0P0mLzLXi3TthyaebcwxhkD7SlKL5 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zTIiOaxR0q5TvkaWEMweEen2sSeEV11C { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SJw6GiWUuvW05Twg7sIBrGikKT0tTTMw {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #W26I6E52zsP8W3izZGdunuEkRol0siKI {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #XxHn67rEXJI759tgpqXPxwVtgSGMfBdW { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #JurORbOsEtp0mwymeeMfA8xIC4U7SNli {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #mxUD3GxE3nd2N5HuHqbGihTB5X9Xv8rk {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #ofqV58lMs01OuV3AAQf7yQJ27XRHuH6t { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #Z2wPFUkSggpnyxMmfDDO0B012k61wTWH {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #pTva9Ar1egm1ZcB1sa1OuNv1uxRE2JNa {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #HvviuTFxwiarHyacMUqxVOonUl3Aqw93 { display:block; }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #zhpUCVWD4lTb8SNNBB9fpiHdQPEPGrt7 {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #l3qd6Zme0VmhKRAlGtXyZ7CSntUOGNiq {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #naLTIgbQoaJ7ROqeDxB8D2HNaGQUXkHA {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #SL3HzNyu2NyD6yPxsLJffxJLznrV8PuV {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #EyvSW1ByhE5OHQUJ3SssVAmrIOMkf62D {  }
 }@media only screen and (max-width: 763px) { #d99e7tIb80hLQNI3DmkR1nIibLo6pvu8 #uk4ASixQAO8QDSo5nt7v3cCQQ0hOsq07 {  }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:6.3125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:5.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #Vdod3oNUa9RLvy9Mtw0i8FBdVt95J35F { width:20rem;height:5.5rem;top:9.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kuhi1Zp7TyH8yFC7MoZavHCgHA8cPNwl { width:6.5rem;height:3.4375rem;top:5.0625rem;left:7.625rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xr66S4zxRd4r3E3vcccbTsO0PMi4Aop0 { display:block; }
 }@media only screen and (max-width: 763px) { #NkGZH501szqD2kIA7dMQ4UzrV6ELlTx8 { display:flex;width:1.8125rem;height:2.6875rem;top:5.4375rem;left:5.8125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #dx8nkRXZyI04RWe8hHmD7C37Len50Xfa { width:15.0625rem;height:2.875rem;top:1.375rem;left:2.46875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NX7asgNhUQya8zIUQ1y71zIB5QFWOPEy { width:11.9375rem;height:11.9375rem;top:48.75rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSdZVm1NKdQEVwqPoJvqEzKiv3iWaKUn { width:10.5625rem;height:0;top:53.8251953125rem;left:4.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OWn2o2km1t4Z1yelcgJKmHiFo3NoDdXT { width:10.5625rem;height:0;top:51.4375rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vJiGngEdpbJLn04O6nURGLANmBrLsH46 { top:16.25rem;left:3.0625rem;width:13.875rem;height:2.625rem;z-index:15053;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QbgLQVSvZTGpQa2q0T00VhU7GUOidTfq { width:20rem;height:1.375rem;top:16.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15054;color:#00adc7;display:block; }
 }@media only screen and (max-width: 763px) { #CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQA8U4WJD3hO7q4owebF4i0lar1v3m64 { height:11.25rem;width:20rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yUQmxWSxs2rD1hxO6UCzPgQNDHIhk6 { width:20rem;height:0;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uL96S3aT9kDAMXvESz8I6Hg6IlD58DGl { width:20rem;height:0;top:7.35107421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JZVxQe0JKoICdI47hEi5TnRkUhCSWhGT { width:20rem;height:2.886725rem;top:2.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TE4BSBGcp5GodliPWnW9STty0FKQKhR4 { width:20rem;height:4.3994125rem;top:6.12451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8gUdI2U7Xtciz6KO1fpEeZSGzXorPF { height:11.224489795918rem;width:20rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wASkEty7h3IaTr4KqxkINvF22SrBeWFP { width:10.4375rem;height:1.29980625rem;top:24.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAantMhBEQv6zaIKigmQbFrVNmGpSPM2 { width:15.6875rem;height:1.29980625rem;top:39.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFaguWUUFu6axiQ5It8IpugRQphs0P2 { display:block; }#vxFaguWUUFu6axiQ5It8IpugRQphs0P2 > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxW5L8oqIz8b08OPApHvcCvSqQUwqscZ { 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) { #BltDSGqiE0TdUr8i6Lqc40iA7tE0WR7b { width:17.4375rem;height:9.1875rem;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) { #kIqJZpeFmU8Q77OIMWzciQrk8JHECKEh { width:12.5625rem;height:4.875rem;top:26.625rem;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) { #yulUlEWXm27wGDS5dbiQv1dN7nLshn2P { width:16.875rem;height:7.875rem;top:34.3125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rlelzl8TSaKUQsnZL8ORCKwCOTRfwhVd { width:17rem;height:9.1875rem;top:56.375rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odpb6ncpKMCqgqsG6mwWq4TgXooAEmM6 { width:16.9375rem;height:7.3125rem;top:47.78125rem;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) { #hUyavDsnuHFv6XnzRKf5Jdyk3t48Hoho { width:19.3125rem;height:20rem;top:1.125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msE1PwMydIcR8QGPETVU1E2w2XLmOfok { width:19.3125rem;height:20rem;top:23.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpigQk2tIXgHtItEzLG9RAdEiXbRByWG { width:19.3125rem;height:20rem;top:46.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b88d0f77-003c-428b-91c2-8189fbb8159a/Biruni_Tup_Bebek_Doktor_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; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.adaptive-delivery-prevent-bg, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyload, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyloading { background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { background-color: transparent; background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .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); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { border-width: 0; border-radius: 0; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { 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) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { width:4.9375rem;height:4.9375rem;top:7.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:7.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { width:20rem;height:9.0986375rem;top:13.599609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:7.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:8.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:8.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:8.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:block; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { 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) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { width:0.875rem;height:3.65625rem;top:16.4375rem;left:12.625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:3.25rem;top:20.0625rem;left:7.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.75rem;height:3.65625rem;top:29.0625rem;left:12.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:6rem;height:3.25rem;top:32.6875rem;left:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:3.25rem;height:0;top:39.4814453125rem;left:13.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:10.625rem;height:3.25rem;top:44.625rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:10.625rem;height:3.25rem;top:57.25rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:3.65625rem;top:53.625rem;left:12.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:8.875rem;height:3.25rem;top:71.1875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:3.65625rem;top:67.53125rem;left:13.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { width:2.6875rem;height:2.6875rem;top:22.9912109375rem;left:8.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { width:20rem;height:4.875rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:5rem;height:4.9375rem;top:17.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:4.875rem;height:4.75rem;top:29.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:5.25rem;height:5.125rem;top:41.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:5.125rem;height:5rem;top:54.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:4.8125rem;height:4.6875rem;top:69rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { width:3.125rem;height:3.125rem;top:34.34765625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { width:3.125rem;height:3.125rem;top:46.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { width:3.125rem;height:3.125rem;top:59.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { width:20rem;height:12.25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:14.4375rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:11.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:12.3125rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:37.0625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:49.3125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:62.3125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #gBuZgCtMRrclb0ykvsb5f3bgegbB9imu { width:2.0625rem;height:3.65625rem;top:41rem;left:12.625rem;font-size:2.8125rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:20rem;height:325.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:20rem;height:2.4375rem;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) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { width:20rem;height:28.59570625rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { width:20rem;height:3.8994125rem;top:42rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { width:20rem;height:4.125rem;top:36.625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { width:20rem;height:4.125rem;top:68.0625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { width:20rem;height:10.39845rem;top:54.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { width:20rem;height:4.125rem;top:49.125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { width:20rem;height:41.59375rem;top:106.58740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { width:20rem;height:4.125rem;top:101.5625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { width:19.875rem;height:0;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { width:19.875rem;height:0;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { width:19.875rem;height:0;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { width:19.875rem;height:0;top:100.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZ1e3IBS9zfNo0xzyPEOhFE1hPUF7PM { width:20rem;height:0;top:154.24365234375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zs136sNnVJD0TChoW92fTU976JvW7675 { width:20rem;height:4.125rem;top:151.8125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v6ehoWrQfWFNH0yLcEDXE5JGxoWIVIde { width:19.875rem;height:0;top:150.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al26U1voBROoA0SQFqPoeOLLMovyQdUx { width:20rem;height:24.6962875rem;top:157.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISXpSlhrZVANtwslXemNpsZhpC5ByHWd { width:19.875rem;height:0;top:183.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { width:20rem;height:4.125rem;top:185rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { width:20rem;height:6.499rem;top:190.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU4JcSb7dCko3ugy64kAFvQAcCQ8iqai { width:20rem;height:1.29980625rem;top:198.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqkpxWKAJPmsUctkkhQ49p0y7gxSsg5E { width:20rem;height:7.798825rem;top:200.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHwtHO39PDcQ8ypOKI39Rg2LtHKBIZ5 { width:20rem;height:2.5996125rem;top:209.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEWUL6BboyuBL6sPwAza1FyRQ9O0o4l { width:20rem;height:7.798825rem;top:213.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa0IlSnddTNA3G18RKGczEwHyRKtQOM { width:20rem;height:1.29980625rem;top:222.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUOEV0PhkGeMqWvTE83de6rUq0TMc9do { width:20rem;height:3.8994125rem;top:225.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdNOvCxTiw8pA6Srzvp7WOHIQHUr26cu { width:20rem;height:1.29980625rem;top:230.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLc6u0XcmAdGc8xaWiXelgPywCztTCz5 { width:20rem;height:3.8994125rem;top:232.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFmGSdXX1sz3PvZomNS9pgsBIJ6eygn { width:20rem;height:1.29980625rem;top:238rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4v2Lwa4pzK9IgyozHE50FWvVABq5mpX { width:20rem;height:7.798825rem;top:240.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINpONnr0bnDVST0sLdNZXdwCmElgX3i { width:20rem;height:1.29980625rem;top:249.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4ZWPSZ3JCMIwSB6w7zccRpPvou0iv2 { width:20rem;height:5.199225rem;top:252.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PklcWrxIGFdROhdJSTdbWNzB2GU5F5uV { width:20rem;height:1.29980625rem;top:258.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL9s0zOegdHC36sBRQCAgoULEtEpWh71 { width:20rem;height:3.8994125rem;top:261.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkEfnAAhTsolbvJN6Ar14olxztsnyNB { width:20rem;height:1.29980625rem;top:266.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B340wrsNZhG9LfJdoEtsp75U25GkDp5X { width:20rem;height:6.499025rem;top:268.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZI7PpxB2A8xws6GCm7O92Tsolx8Rd1H { width:19.875rem;height:0;top:183.04736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { width:19.875rem;height:0;top:276.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { width:20rem;height:4.125rem;top:278rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UOgi7dxPTLsz34znezqJ2OnrKqXnrd0b { width:20rem;height:2.5996125rem;top:283.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33FrmOPzd3PAbEFAF0dPsGIeJlguM3m { width:20rem;height:1.29980625rem;top:287.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3DD43esPag1bMv8ZsSwPOZPE9lmTgV { width:20rem;height:9.098625rem;top:289.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAWIvv1vW9Tcck9mTOQmT4yQaf8KWCT { width:20rem;height:1.29980625rem;top:300.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5JDu3DPA9u3MuikZJVdI0XlCXBlA2M { width:20rem;height:9.098625rem;top:302.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VecGyh1OgqeQLL2XN76Zt7L5DApqqp { width:20rem;height:10.3984375rem;top:313rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbTeN8HgydIgzlTmdrHRwMWQNqNUQJD { width:20rem;height:24.69628125rem;top:73.875rem;left:0rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8dcf1b46-6e07-4410-9683-f5a6f97c49d6/Biruni_Hastanesi_Teknoloji_Slider_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; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.adaptive-delivery-prevent-bg, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyload, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyloading { background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { background-color: transparent; background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .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); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { border-width: 0; border-radius: 0; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { width:20rem;height:5.625rem;top:1.9375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S82GcBoPrZpPcvas3LVbKdm1TACxomaM { width:20rem;height:7.95703125rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c474a172-b225-449e-bfa2-d28820d74f2a/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.adaptive-delivery-prevent-bg, #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.lazyload, #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.lazyloading { background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { background-color: transparent; background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .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); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { border-width: 0; border-radius: 0; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { width:20rem;height:3.75rem;top:11.125rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { width:20rem;height:6rem;top:4.5rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { width:19.875rem;height:0;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { width:20rem;height:3.75rem;top:25rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { width:20rem;height:7.95703125rem;top:30rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { width:19.875rem;height:0;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { width:20rem;height:5.68359375rem;top:45.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { width:19.1875rem;height:3.75rem;top:40.4375rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { width:19.875rem;height:0;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { width:20rem;height:3.75rem;top:54.9375rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { width:20rem;height:3.41015625rem;top:59.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZosX6sIqtfaQlbagvXl8CmnWCEVLBQ { width:20rem;height:0;top:65.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIinEZEZSqLzU0eLpEXRtLGTcdFx0hpT { width:20rem;height:6.8203125rem;top:15.6875rem;left:0rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ { display:block; }#UZ0IcF5lrVMPOvXL7EUoP6s74aZOtXcQ > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMSz2eWdxfdOccsyvXkZb6PG0hU72Zgt { width:20rem;height:4.2246125rem;top:24.71240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WSdwTWF3xIV6fTJU0S31JgSIQ3IvZz { width:20rem;height:2.5996125rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #By66mRmiQQWs8eZE6InLxxNpoWMyFauq { width:20rem;height:9.5rem;top:23.9375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ad55z3ItVI72VTPStVeA1DE2VSh6zdW7 { width:19.875rem;height:19.8125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9cSA2TAbTnBvqesIZi3WUwpGMn7890 { width:20rem;height:9.5rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2g3UqP32irnWupQG2RstAJBla5GauwI { width:20rem;height:4.2246125rem;top:57.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuFoHNOl8DWsbtHi4mmkWVHf0mEf8B0z { width:20rem;height:2.5996125rem;top:62.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loatXkPNSTotZKaqxOuGPEp3UUZc2yrL { width:19.875rem;height:19.625rem;top:4.25rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ { display:block; }#RNthMQW1FPW5MVKOshF1SRFDLSdoTlnQ > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbBiZn5rSAJ9DLTIfciN1az0l7HEJyeE { width:20rem;height:1.71875rem;top:14.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4axwROd2wg0lRbwIO2Xdk4rbvDvw0MQ { width:20rem;height:4.125rem;top:17.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZiaG0fgxTQWVKk6rouxahQGxUHebZU2 { width:19rem;height:10.39845rem;top:23.5625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxhygMSWmLdFwIbANn9ua6b4wcTIbhkd { width:18.8125rem;height:11.69824375rem;top:34.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBtut73SDht9ma7lTc4T1uremkW7vqzq { height:10.880875rem;width:20rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItI22lNOVWEVTXmxQgt7hZRRRGqVJ8g { 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) { #FeH92kA11mNbb2ILd8Q83sTOem69fDoU { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#FeH92kA11mNbb2ILd8Q83sTOem69fDoU li:before{  }
 }@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:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:18.5625rem;height:5.0625rem;top:1.25rem;left:0.71875rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.9248rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly  { width:17.5rem;height:auto;top:13.3125rem;left:0rem; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly {display:block;}#Vh2TtbUQQL08UPmaWxd1mGThmoewHwly { width:17.5rem;height:auto;top:13.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #sfBcq3DcWZSZwLwO2ShX12pAvVRZOKmN {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #RsuA51iE9HPcedENIHvevAIIZglZX6zX { display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #iDkp6m21OI8rlVMZeu7RqTOu7eqL7Fpa {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uNTwnm1owZSnGf64ppONG5shkcZ6EzJd {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FA0K9XXutkoARdCUfqrAet2UlGbV1JhW { display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #SuCJ9ILFRhS94Wq9vmPvRquCPx9wWNfT {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #DEdl1lEo7vNHg4aK0wyAKlAaXWQqXy20 {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #ZX5UREom9QmDMgrUyf3bXcnts6e8yXn3 { display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #zu8P56kP45VFInsQuq5iOHVyWvxmbyqh {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #f8dtMOxUqkOPDN2U2LNWpRKx6A1x8E5D {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #vCqsfVfRdDuKtaThZVH5KMwRUbzcDMbu { display:block; }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #uqTISCSqNoT4wxISBkADcX4n1bmCD4qD {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #rTQ6NLQLBU6fTI2AXbWr26B5R21zrBL3 {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #TWL0uDdvFPEecHGlbX5BZtWdUT7VtFfa {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #FwzDtduOhBZlS2hrOTVoVSPa8Jc8JqvC {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #JwtD7B0cxL2imA52rEcRp45ifH5u8Q0w {  }
 }@media only screen and (max-width: 763px) { #Vh2TtbUQQL08UPmaWxd1mGThmoewHwly #eycXQc6fuCbtmPEnzPthkIVHeaSXyntm {  }
 }@media only screen and (max-width: 763px) { #d9ztlncarCXroDpLBuNxQvVGhTXIyR8E { display:block; }#d9ztlncarCXroDpLBuNxQvVGhTXIyR8E > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dibei9yMC1Gf0m3ZRpz1sNCkVbImg5wV { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0qUiBPuUsWCfLIskgm5TmMT7TfzvqzQ { 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; }
 }