.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/6da9b790-b41f-424a-9e56-1307d4655beb/Biruni_Hastanesi_Kalp_ve_Damar_Cerrahisi_Header_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.04296875rem;left:4.8125rem;height:10.125rem;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:18.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:19.1875rem;left:5.1875rem;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; }
#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; }
#owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:1.375rem;left:4.8125rem;overflow:hidden;display:none; }
#W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.375rem;left:67.5000038147rem;display:none; }
#Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem;display:none; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-form-header {  }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#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; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { border-top-left-radius:0.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; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container:first-of-type{padding-top:0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-container:last-of-type{padding-bottom:0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.5rem;left:4.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.5rem;left:4.875rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR { position:relative;display:block; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bS4kGQRbxsxUSkyfZDnCDfM3aMgtiITu { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #B0d6Sdp1qDr5VASiKBE4fSnWUpDPHsWG { position:relative;z-index:2; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #DPknQcPqrqdV7QZoumQEpCTRbARFLpTm { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi { position:relative; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u { position:relative; }
#LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:9.60546875rem;left:4.8125rem;height:6.75rem;font-style:normal;display:none; }
#lTTdGTTDcFIMev6f5yeXzqKh3eJmd0Zh { box-sizing:content-box;height:11.9375rem;width:11.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#00adc7;background-image:none;top:26.5rem;left:30.125rem;display:block; }
#cMilBC0khAuAu7dEHBUGH3pxOO6L6t6p { color:#ff00ff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:32.8125rem;left:30.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUfeeIq74G6LEiuGg8UdUmRuIyviTPem { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:28.6875rem;left:30.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRg5qOTLIgfLHSiCodOt5wFgaNg85G8K { 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; }
#ILDsKitsWGG8g8v4NTJnZylcch9KssZ1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.4375rem;left:7.4375rem;display:none; }
#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb { position:relative;display:block; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb { background-color: transparent; background-image: none; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row .container > .video-iframe-container { display: none; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row > .video-iframe-container { display: none; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .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); }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb { border-width: 0; border-radius: 0; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .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; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .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; }#mNRpLbm3fG1Jqq37EsTpfvgM9WTENtSz { 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; }
#y4JweVMT9pySmFDpKHBxnXJgczxNMBTD { 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; }
#nI3MVsIGTsCJ4VD0ySifSUT2Lae28BhI { 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; }
#ZTMh3vSe5qyUAOx8VP2ZZ9A6FalDz0kn { color:#124c8a;display:block;width:17.625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:12.99805625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RFGvJ52PuzNge7F3uoqMqARR7biKGNlf { 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; }
#QntKVeTMMVTupZxGOX8AmmuCxSrk39yR { 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; }
#TnSclX95XTaMkoTl4WP0beLt8Wu2zahF { 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:22.671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TnSclX95XTaMkoTl4WP0beLt8Wu2zahF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnSclX95XTaMkoTl4WP0beLt8Wu2zahF li:before{  }
#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { background-color: transparent; background-image: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { border-width: 0; border-radius: 0; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5rem;left:7.75rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:5.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:31.8125rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { 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.1875rem;left:29.8125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.3125rem;left:51.6875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { 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:5rem;left:52.875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { box-sizing:content-box;height:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a00cc, #000594);background-image: -moz-linear-gradient(180deg, #0a00cc, #000594);background-image: -ms-linear-gradient(180deg, #0a00cc, #000594);background-image: -o-linear-gradient(180deg, #0a00cc, #000594);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );";background-image: linear-gradient(180deg, #0a00cc, #000594);background-size:auto !important;top:2.9375rem;left:5.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; }
#br2tzTUnbvCZQHqvCfxbPyAQUllauABB { box-sizing:content-box;height:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a00cc, #000594);background-image: -moz-linear-gradient(180deg, #0a00cc, #000594);background-image: -ms-linear-gradient(180deg, #0a00cc, #000594);background-image: -o-linear-gradient(180deg, #0a00cc, #000594);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );";background-image: linear-gradient(180deg, #0a00cc, #000594);background-size:auto !important;top:3.125rem;left:28.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; }
#w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { box-sizing:content-box;height:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a00cc, #000594);background-image: -moz-linear-gradient(180deg, #0a00cc, #000594);background-image: -ms-linear-gradient(180deg, #0a00cc, #000594);background-image: -o-linear-gradient(180deg, #0a00cc, #000594);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );";background-image: linear-gradient(180deg, #0a00cc, #000594);background-size:auto !important;top:3.25rem;left:50.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee { 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; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.adaptive-delivery-prevent-bg, #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.lazyload, #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.lazyloading { background-image: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { background-color: transparent; background-image: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container > .video-iframe-container { display: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container { display: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .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); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { border-width: 0; border-radius: 0; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#kc19I0dFmNHBHvlNLLLA3ATdI3TM4vJT { 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:10.4375rem;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:23.5rem;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:23.5rem;left:59.3125rem; }
#cd1FEst7ldK1HfpkuTqp9dLQsobeopax { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:24.125rem;left:53.5625rem;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:24.5rem;left:60.3125rem;overflow:hidden;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:23.5rem;left:65.5625rem; }
#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:24.25rem;left:66.3125rem;overflow:hidden;display:block; }
#Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:46.4375rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0a00cc, #000594);background-image: -moz-linear-gradient(90deg, #0a00cc, #000594);background-image: -ms-linear-gradient(90deg, #0a00cc, #000594);background-image: -o-linear-gradient(90deg, #0a00cc, #000594);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a00cc', endColorstr='#000594' );";background-image: linear-gradient(90deg, #0a00cc, #000594);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { background-color: transparent; background-image: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { border-width: 0; border-radius: 0; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:0rem;left:106.03125rem;overflow:hidden;display:none; }
#LFC6qcbs0Je50agVSrsfppRqEurFtCrO { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:0rem;left:107.09375rem;height:0;font-style:normal;display:none; }
#FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:0rem;left:109.46875rem;display:none; }
#mQzmH85o60t3fczElaQyauKono6O84IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:0rem;left:107.71875rem;display:none; }
#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:33.0625rem;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.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.25rem;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:3.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.09375rem;left:6.25rem;height:4.0625rem;display:block; }
#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:26.5rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.09375rem;left:21.6875rem;height:4.0625rem;display:block; }
#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:26.5rem;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:3.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.09375rem;left:37.0625rem;height:4.0625rem;display:block; }
#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:26.5rem;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:26.5rem;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:3.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.09375rem;left:52.4375rem;height:4.0625rem;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:26.5rem;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:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.09375rem;left:66.78125rem;height:4.0625rem;display:block; }
#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:21.3125rem;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.625rem;left:20.5rem;height:2.923825rem;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:5.625rem;width:5.75rem;top:14.5rem;left:4.4375rem;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:4.9375rem;width:5rem;top:14.84375rem;left:19.625rem;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:4.6875rem;width:4.75rem;top:14.96875rem;left:35.125rem;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:4.75rem;width:4.8125rem;top:14.9375rem;left:50.71875rem;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:4.75rem;width:4.8125rem;top:14.9375rem;left:65.8125rem;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:21.3125rem;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:21.3125rem;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:21.3125rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#UE46QXUwddceppiixm33TkhGcNe5E3AG { position:absolute;display:block;z-index:15015;background-color:#a41623;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:#918450;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:#ffd29d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:#f85e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:15rem;display:block; }
#XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { position:absolute;display:block;z-index:15019;background-color:#ffb563;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.1875rem;top:12.3125rem;left:30.0625rem;display:block; }
#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; }
#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { position:relative;display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { background-color: transparent; background-image: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { border-width: 0; border-radius: 0; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { background-color: transparent; background-image: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container > .video-iframe-container { display: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container { display: none; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { border-width: 0; border-radius: 0; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { font-size:0.875rem;font-family:arial;height:370.4375rem;width:75rem;position:relative;display:block; }#qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zT1zBJLyxHvvKtxVJcBWnme8VdvBS70b { 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:15.75rem;left:9.375rem;display:block; }
#hqCBKJJsMlOgNVmkXmPJiuW1blOmIXLK { color:#124c8a;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:18.375rem;left:25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gpXvxMbsVhc4zdsmSfBWA0nadWSMFSRq { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:22.09670625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:53.8125rem;left:0rem;height:11.69825625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { color:#124c8a;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:49.8125rem;left:25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:47.1875rem;left:9.375rem;display:block; }
#qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:75.4375rem;left:0rem;height:6.49903125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:71.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:68.8125rem;left:9.375rem;display:block; }
#Fy4l2Of72L8ql0Q0DxeuWh7DbDvCMEMR { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:91.4375rem;left:0rem;height:6.49903125rem;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; }
#Ik0D2Fm2K4l8HdE9OTRRHG55boShMIHc { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:84.8125rem;left:9.3125rem;display:block; }
#EbxHeTJdzM0hTMptfBuPfPMzTFdEnJ4X { color:#124c8a;display:block;width:39.375rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:87.1875rem;left:17.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGPpa3UuEyiy43KlxP0AZO7thC5Bb6vK { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:109.625rem;left:0rem;height:11.69825625rem;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; }
#FqpIXtnVfiZDSB8rKP4XfTVTkzQkM1Z7 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:103.375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDfeLWpR7Nw0pNy3EdT7a3m0nbyzWelC { position:absolute;display:block;z-index:15043;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:100.5rem;left:9.375rem;display:block; }
#nuK0Wm6W6Nxc861wktPeWDDmJ73nt52S { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:134.375rem;left:0rem;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; }
#pHHVuar1RSHZixhDLfe9Kq9x0b2K9Q7u { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:128.28125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SM31IerOs0RSKw1RbWEzLRdrAV0PpTCT { position:absolute;display:block;z-index:15046;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:125rem;left:8.5625rem;display:block; }
#dQKx1VWrp139ACFaDEJhqTaKS2mcmLtq { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:106.125rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4ud6AfpevTpDdgf1dBkxtBnweyvfsci { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:131.03125rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cq3LfJsq50xC5yC0nmrBITsqmz2VFOt3 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:154.1875rem;left:0rem;height:6.49903125rem;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; }
#wMlHQ0EmBv4oTuKEskO9BRiROPkelp2D { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:149.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdwOFt3btRyVQxHilopmwMkIsCIy155r { position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:146.625rem;left:9.1875rem;display:block; }
#R2658T3qRbDJi3Fg1xOsDSr3bT633rKl { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:173.75rem;left:0rem;height:18.19725rem;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; }
#ksOJkfsbslqddhC2CsTrfftUAWTLugC0 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:165.625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESbTyTEPnzFF80PK6Rexc6dF3TI818HL { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:162.8125rem;left:9.1875rem;display:block; }
#NL53cg9MG3HnTtXMr3mInZLMlIq0BK0J { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:202.3125rem;left:0rem;height:33.79494375rem;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; }
#cxneFG6p9qFmZoRqWnX652Ne8Ik7tasn { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:198.125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaqNeKGF8XgtpxEUWvDwBmQgFx9GWiQb { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:195.3125rem;left:9.1875rem;display:block; }
#PQsVNxp8KS0KydnF6Hb8ImQDptwtWRB4 { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:239.1875rem;left:9.1875rem;display:block; }
#SJUVSI0MXHCZHyDfOx0ne5MqKgVc8lqb { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:242rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqZ3KKdmV7ddk5wpG8VHS4sQbFCRAIZV { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:250.125rem;left:0rem;height:22.09670625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2fvIWGXANb5VU6HdoCEZzg0uOfISBA4 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:281.75rem;left:0rem;height:59.79108125rem;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; }
#yFCN0cqMlSJQuT4i46DT1eSFsgoCQUIy { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:277.3125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7WBy3s2aTARF6Ut1spUkG7zCclZ4dMG { position:absolute;display:block;z-index:15060;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:275rem;left:9.3125rem;display:block; }
#Vxf1ZePGeid0AKxiDMXtk5aPl9SPkMDF { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:344.4375rem;left:9.1875rem;display:block; }
#MC57rWTiKQ5tRgaargAFCDB8nihGN20I { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:347.25rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c237waggpwCz12A5LzI0vwfdenoM3FIB { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:355.375rem;left:0rem;height:11.69825625rem;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; }
#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124c8a;background-image:url("https://images.assets-landingi.com/uc/537590b5-af8f-41e3-9192-3543eabb5014/Biruni_KalpveDamarCerrahisi_Alt_Header_LandingPage_2025.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.adaptive-delivery-prevent-bg, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyload, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyloading { background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { border-width: 0; border-radius: 0; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#124c8a;display:block;width:52.75rem;position:absolute;font-family:"gotham font";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { position:absolute;display:block;z-index:15034;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:11.5625rem;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:12.1875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-form-header {  }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#124c8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container:first-of-type{padding-top:0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-container:last-of-type{padding-bottom:0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.6875rem;left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.6875rem;left:0.0625rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc { position:relative;display:block; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zePJhamgcuDdvgNEanAwZ3T4OTdEt176 { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTd5rInzo9wntd4gxgLzkaxzIcTRZKf7 { position:relative;z-index:2; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #hWooceAO9MApr4B7xb3V3wco4CMhC0Eq { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o { position:relative; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 { position:relative; }
#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d { 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; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container { background-color: transparent; background-image: none; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container > .video-iframe-container { display: none; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row > .video-iframe-container { display: none; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .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); }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container { border-width: 0; border-radius: 0; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#oerywDubNFirb7m4KLZQQ9gpTBx0xZbw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.5rem;top:1.96875rem;left:8.40625rem;overflow:hidden;display:block; }
#JbLniUqT0e13ple7vwvGTOMAfPKLT8o1 { 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:7rem;left:0rem;width:23.9375rem;height:10.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:18.5625rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:19.1875rem;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) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { top:1.375rem;left:0rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { width:21.5rem;height:auto;top:24.5rem;left:0rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { width:21.5rem;height:auto;top:24.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bS4kGQRbxsxUSkyfZDnCDfM3aMgtiITu {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #B0d6Sdp1qDr5VASiKBE4fSnWUpDPHsWG {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #DPknQcPqrqdV7QZoumQEpCTRbARFLpTm {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u {  }
 }@media only screen and (max-width: 763px) { #LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { top:12.5625rem;left:0rem;width:20rem;height:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTTdGTTDcFIMev6f5yeXzqKh3eJmd0Zh { top:26.5rem;left:16.5rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMilBC0khAuAu7dEHBUGH3pxOO6L6t6p { top:32.8125rem;left:17.1875rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUfeeIq74G6LEiuGg8UdUmRuIyviTPem { top:28.6875rem;left:17.1875rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRg5qOTLIgfLHSiCodOt5wFgaNg85G8K { display:none; }
 }@media only screen and (max-width: 763px) { #ILDsKitsWGG8g8v4NTJnZylcch9KssZ1 { top:23.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb { display:block; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNRpLbm3fG1Jqq37EsTpfvgM9WTENtSz { top:2.9375rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4JweVMT9pySmFDpKHBxnXJgczxNMBTD { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI3MVsIGTsCJ4VD0ySifSUT2Lae28BhI { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMh3vSe5qyUAOx8VP2ZZ9A6FalDz0kn { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFGvJ52PuzNge7F3uoqMqARR7biKGNlf { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QntKVeTMMVTupZxGOX8AmmuCxSrk39yR { 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) { #TnSclX95XTaMkoTl4WP0beLt8Wu2zahF { top:10.625rem;left:27.0625rem;width:20.5625rem;height:;font-size:1rem;display:block; }#TnSclX95XTaMkoTl4WP0beLt8Wu2zahF li:before{  }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { top:5rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { top:10.3125rem;left:0rem;width:19.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { top:4.875rem;left:18.1875rem;width:12.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { top:10.1875rem;left:16.1875rem;width:16.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { top:10.3125rem;left:30.75rem;width:17rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { top:5rem;left:33.1875rem;width:14.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { top:2.9375rem;left:0rem;width:19.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2tzTUnbvCZQHqvCfxbPyAQUllauABB { top:3.125rem;left:14.8125rem;width:19.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { top:3.25rem;left:28.4375rem;width:19.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee { display:block; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc19I0dFmNHBHvlNLLLA3ATdI3TM4vJT { top:10.4375rem;left:18.875rem;width:28.875rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:23.5rem;left:39.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:23.5rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:3.75rem;height:3.75rem;top:24.125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:24.5rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:23.5rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:3.4375rem;height:3.4375rem;top:24.25rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { top:15.9375rem;left:19.1875rem;width:28.5625rem;height:5.1875rem;font-size:1rem;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) { #eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { top:0.625rem;left:29.8125rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFC6qcbs0Je50agVSrsfppRqEurFtCrO { top:0.625rem;left:27.75rem;width:20rem;height:2.1875rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { top:0.625rem;left:27.75rem;width:20rem;height:6.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { width:6.5rem;height:3.4375rem;top:0.625rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQzmH85o60t3fczElaQyauKono6O84IC { display:block; }
 }@media only screen and (max-width: 763px) { #l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { top:0.625rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #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.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { top:21.0625rem;left:0rem;width:0.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:26.5rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:21.0625rem;left:8.0625rem;width:1.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:26.5rem;left:2.625rem;width:11.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:21.0625rem;left:23.4375rem;width:0.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:26.5rem;left:18.5625rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:26.5rem;left:34.1875rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:21.0625rem;left:38.8125rem;width:1.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:26.5rem;left:37.4375rem;width:10.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:21.0625rem;left:46.375rem;width:1.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:21.3125rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { top:7.625rem;left:6.875rem;width:34rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:5.75rem;height:5.625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:5rem;height:4.9375rem;top:14.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:4.75rem;height:4.6875rem;top:14.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:4.8125rem;height:4.75rem;top:14.9375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:4.8125rem;height:4.75rem;top:14.9375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:21.3125rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:21.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:21.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:12.3125rem;left:0rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:12.3125rem;left:32.6875rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:12.3125rem;left:31.625rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:12.3125rem;left:1.375rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:12.3125rem;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) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { top:9.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1zBJLyxHvvKtxVJcBWnme8VdvBS70b { top:15.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hqCBKJJsMlOgNVmkXmPJiuW1blOmIXLK { top:18.375rem;left:6.6875rem;width:25.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpXvxMbsVhc4zdsmSfBWA0nadWSMFSRq { top:22.375rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { top:53.8125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { top:49.8125rem;left:6.6875rem;width:25.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { top:47.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { top:75.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { top:71.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { top:68.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4l2Of72L8ql0Q0DxeuWh7DbDvCMEMR { top:91.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0D2Fm2K4l8HdE9OTRRHG55boShMIHc { top:84.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EbxHeTJdzM0hTMptfBuPfPMzTFdEnJ4X { top:87.1875rem;left:0rem;width:39.375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPpa3UuEyiy43KlxP0AZO7thC5Bb6vK { top:109.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqpIXtnVfiZDSB8rKP4XfTVTkzQkM1Z7 { top:103.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDfeLWpR7Nw0pNy3EdT7a3m0nbyzWelC { top:100.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nuK0Wm6W6Nxc861wktPeWDDmJ73nt52S { top:134.375rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHHVuar1RSHZixhDLfe9Kq9x0b2K9Q7u { top:128.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM31IerOs0RSKw1RbWEzLRdrAV0PpTCT { top:125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dQKx1VWrp139ACFaDEJhqTaKS2mcmLtq { top:106.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ud6AfpevTpDdgf1dBkxtBnweyvfsci { top:131rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq3LfJsq50xC5yC0nmrBITsqmz2VFOt3 { top:154.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMlHQ0EmBv4oTuKEskO9BRiROPkelp2D { top:149.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdwOFt3btRyVQxHilopmwMkIsCIy155r { top:146.625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R2658T3qRbDJi3Fg1xOsDSr3bT633rKl { top:173.75rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksOJkfsbslqddhC2CsTrfftUAWTLugC0 { top:165.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbTyTEPnzFF80PK6Rexc6dF3TI818HL { top:162.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NL53cg9MG3HnTtXMr3mInZLMlIq0BK0J { top:202.3125rem;left:0rem;width:47.75rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxneFG6p9qFmZoRqWnX652Ne8Ik7tasn { top:198.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaqNeKGF8XgtpxEUWvDwBmQgFx9GWiQb { top:195.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PQsVNxp8KS0KydnF6Hb8ImQDptwtWRB4 { top:239.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SJUVSI0MXHCZHyDfOx0ne5MqKgVc8lqb { top:242rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZ3KKdmV7ddk5wpG8VHS4sQbFCRAIZV { top:250.125rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fvIWGXANb5VU6HdoCEZzg0uOfISBA4 { top:281.75rem;left:0rem;width:47.75rem;height:59.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCN0cqMlSJQuT4i46DT1eSFsgoCQUIy { top:277.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7WBy3s2aTARF6Ut1spUkG7zCclZ4dMG { top:275rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vxf1ZePGeid0AKxiDMXtk5aPl9SPkMDF { top:344.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MC57rWTiKQ5tRgaargAFCDB8nihGN20I { top:347.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c237waggpwCz12A5LzI0vwfdenoM3FIB { top:355.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { top:2rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11.5625rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:12.1875rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { width:21.5rem;height:auto;top:17.6875rem;left:0rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { width:21.5rem;height:auto;top:17.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zePJhamgcuDdvgNEanAwZ3T4OTdEt176 {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTd5rInzo9wntd4gxgLzkaxzIcTRZKf7 {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #hWooceAO9MApr4B7xb3V3wco4CMhC0Eq {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 {  }
 }@media only screen and (max-width: 763px) { #gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d { display:block; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oerywDubNFirb7m4KLZQQ9gpTBx0xZbw { top:1.9375rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLniUqT0e13ple7vwvGTOMAfPKLT8o1 { top:7.75rem;left:4.6875rem;width:43.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { top:4.0625rem;left:13.968753814698rem;width:2.5rem;height:2.5rem;display:block; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { top:4.0625rem;left:18.437503814698rem;width:2.5rem;height:2.5rem;display:block; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { top:4.125rem;left:26.875003814698rem;width:2.375rem;height:2.375rem;display:block; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { top:4.3125rem;left:22.906253814698rem;width:1.9375rem;height:1.9375rem;display:block; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { top:1.125rem;left:13.96875rem;width:19.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { top:4.125rem;left:31.447917938233rem;width:2.375rem;height:2.375rem;display:block; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { top:2.375rem;left:11.625rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:0;top:12.1875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.923825rem;top:27.125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:3.5625rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:9.0625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:8.6875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #owvETCfUWk81usK5hXR9Ay4E9ZNo6PBd { width:15.0625rem;height:2.875rem;top:2.5rem;left:2.46875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W4oGSQbcTG1WZ254CLfhHvrdEQUCXA9R { width:6.5rem;height:3.4375rem;top:6.9375rem;left:7.625rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8duJBaQNifwFsatG3kiPO2Sgq9CO1T { display:block; }
 }@media only screen and (max-width: 763px) { #FARR6XqLB5ZXb7mR3dbDuZVm0p8pp8ki { display:flex;width:1.8125rem;height:2.6875rem;top:7.3125rem;left:5.875rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-text {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-select {padding-top: 0; padding-bottom: 0;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac  { width:17.5rem;height:auto;top:32.125rem;left:0rem; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac {display:block;}#w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac { width:17.5rem;height:auto;top:32.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ZNqw7JSseUUuTkZsoN6JsRHQIcEFRyTO {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #D59WdzW10GToOKEpPy5XL3H6Tqs5a3lH { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #uDUMny2yfd4oGX6eJPr8ddIPW7Ah3VXT {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #T5Wxh5Fm2lHGuAeyc9yTQWKsSyTAEueX {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #agCZeiUcMhRKSvn7BRJHlIPGJnwEeJcU { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #rLQE87XH6a1O8Q3QKNGf3rlfG1gRH66B {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #wl5ubmyTTiiNIdkmZ1XIep5ahM6voHQJ {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #FMsSoWm7HT4nAZvgzuWhUX2HdfJFHJp1 { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ve51D468gkkkSZXELMmnz2KPQBvSv8Vz {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #Z1A2rnk4lt2J4l8s7cqi8f3wIvXzeWhn {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #IDeKvdnnlU403XwlITTpXPwTslJBHdMR { display:block; }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bUOxKxHBAL47CRGVhlgTHGfDUJRUS0mN {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #bS4kGQRbxsxUSkyfZDnCDfM3aMgtiITu {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #B0d6Sdp1qDr5VASiKBE4fSnWUpDPHsWG {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #DPknQcPqrqdV7QZoumQEpCTRbARFLpTm {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #yENX2K5ATfQErtWApVpMuBMDPKx3aNBi {  }
 }@media only screen and (max-width: 763px) { #w3wh9KdsNXlOZvMx69N0XgJhWrgsBGac #ay8PmRHBhomBbwbRNzO7w4Wvivn8Ts1u {  }
 }@media only screen and (max-width: 763px) { #LvSDvNA7XvoZ1Nl7z77QtHnghyJrrNAD { width:20rem;height:8.3232375rem;top:11.4501953125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lTTdGTTDcFIMev6f5yeXzqKh3eJmd0Zh { width:11.9375rem;height:11.9375rem;top:26.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMilBC0khAuAu7dEHBUGH3pxOO6L6t6p { width:10.5625rem;height:auto;top:32.8125rem;left:4.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GUfeeIq74G6LEiuGg8UdUmRuIyviTPem { width:10.5625rem;height:auto;top:28.6875rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sRg5qOTLIgfLHSiCodOt5wFgaNg85G8K { top:21.1875rem;left:2.1875rem;width:15.6875rem;height:3.25rem;z-index:15056;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ILDsKitsWGG8g8v4NTJnZylcch9KssZ1 { top:22rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15057;color:#00adc7;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb { display:block; }#CpbcJb6ddgDnXsw3fP6DrzaKeUWORTyb > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNRpLbm3fG1Jqq37EsTpfvgM9WTENtSz { width:20rem;height:1.71875rem;top:13.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4JweVMT9pySmFDpKHBxnXJgczxNMBTD { width:20rem;height:4.125rem;top:16.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nI3MVsIGTsCJ4VD0ySifSUT2Lae28BhI { width:19rem;height:10.39845rem;top:22.1875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMh3vSe5qyUAOx8VP2ZZ9A6FalDz0kn { width:17.625rem;height:12.99805625rem;top:33.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFGvJ52PuzNge7F3uoqMqARR7biKGNlf { height:10.880875rem;width:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QntKVeTMMVTupZxGOX8AmmuCxSrk39yR { 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) { #TnSclX95XTaMkoTl4WP0beLt8Wu2zahF { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#TnSclX95XTaMkoTl4WP0beLt8Wu2zahF li:before{  }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { width:17.4375rem;height:7.875rem;top:10.6875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { width:12.5625rem;height:4.875rem;top:24.5rem;left:3.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { width:16.875rem;height:7.875rem;top:31.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { width:17rem;height:9.1875rem;top:51.3125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { width:16.9375rem;height:7.3125rem;top:43.5rem;left:1.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { width:19.3125rem;height:20rem;top:1.125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2tzTUnbvCZQHqvCfxbPyAQUllauABB { width:19.3125rem;height:18.9375rem;top:22.46875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XMEC2t2Js0BWchXAbPGKRRMChlqpH3 { width:19.3125rem;height:18.9375rem;top:42.78125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d31216a-16c4-47de-90b8-244aabdbad6c/Biruni_KalpveDamarCerrahisi_Neden_Bizi_LandingPage_2025Mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.adaptive-delivery-prevent-bg, #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.lazyload, #c7dkV7JN9ByUWA7GPIB19htTxmrBIdee.lazyloading { background-image: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { background-color: transparent; background-image: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container > .video-iframe-container { display: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container { display: none; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .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); }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { border-width: 0; border-radius: 0; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7dkV7JN9ByUWA7GPIB19htTxmrBIdee > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc19I0dFmNHBHvlNLLLA3ATdI3TM4vJT { 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:8.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:8.1875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:8.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:9.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { width:20rem;height:6.49903125rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eiLP2xxVKe34aHbZBXQ4oFAnicSio66d { width:17.9375rem;height:3.4375rem;top:12.34178125rem;left:1rem;z-index:15068;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LFC6qcbs0Je50agVSrsfppRqEurFtCrO { width:20rem;height:0;top:8.8925625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #RU6uM3ZtpsIILvdXhhWaeT2Im9odXuJD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #FrA6ncaKrkfcCuhwWHRV9PXtIr3BS85R { width:6.5rem;height:3.4375rem;top:12.34178125rem;left:4.4375rem;z-index:15069;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mQzmH85o60t3fczElaQyauKono6O84IC { display:block; }
 }@media only screen and (max-width: 763px) { #l9A4dQvTSi6ql7TrbhFRCS18cw1JvDpD { display:flex;width:1.8125rem;height:2.6875rem;top:12.34178125rem;left:2.6875rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:20rem;height:76.75rem;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:2.5996125rem;top:16.66015625rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:2.1123rem;top:19.884765625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.125rem;height:2.35595625rem;top:28.6787109375rem;left:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:11.8125rem;height:1.949225rem;top:31.0341796875rem;left:4.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:0.875rem;height:2.5996125rem;top:40.5439453125rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:10.625rem;height:2.1123rem;top:43.1435546875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:10.625rem;height:2.1123rem;top:55.912109375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:2.5996125rem;top:53.0625rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:12.0625rem;height:2.1123rem;top:69.1669921875rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:2.5996125rem;top:65.9375rem;left:9.3125rem;font-size:2rem;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:3.65625rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:13.16015625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.0625rem;height:3rem;top:25.6787109375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.0625rem;height:3rem;top:37.6064453125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.0625rem;height:3rem;top:50.0625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:2.9375rem;height:2.875rem;top:63.0625rem;left:8.53125rem;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:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:14.4375rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:11.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:12.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:22.6162109375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:34.6826171875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:46.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:59.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt { display:block; }#uCXrdvU6L2alQFJ80qM3OhQp0B1xxWFt > .row .container { width:20rem;height:845.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDClstQJHA1Th8UOhMcCSd9ELQAx8W3p { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6aszWwA1VHheuUcxTpfMAMIu3r3EmP { width:20rem;height:11.69825rem;top:8.833984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1zBJLyxHvvKtxVJcBWnme8VdvBS70b { width:19.875rem;height:0;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqCBKJJsMlOgNVmkXmPJiuW1blOmIXLK { width:20rem;height:5.625rem;top:24.3125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gpXvxMbsVhc4zdsmSfBWA0nadWSMFSRq { width:20rem;height:71.48925625rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0BM4wHC9249U40xKOPDqtsoeqMEh1Z { width:20rem;height:35.09473125rem;top:112.3125rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NgBLViRJMhx0ynoFlPWuDvwkNM61TQ1T { width:20rem;height:5.625rem;top:105.5625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kEyMAbknbiL2qlA2sFH1xlXPgRvsTLuB { width:19.875rem;height:0;top:104.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFwwuZNoai59ZX4xRGrVPgdWHV7ogK58 { width:20rem;height:23.39648125rem;top:154.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz9VMqTvKT66A8uZbFe5yStBTkTe140 { width:20rem;height:2.8125rem;top:150.5625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yQnbEZrZrHFD5TcTuhynk9E4kxCnr3CJ { width:19.875rem;height:0;top:148.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4l2Of72L8ql0Q0DxeuWh7DbDvCMEMR { width:20rem;height:18.1972625rem;top:190.84375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0D2Fm2K4l8HdE9OTRRHG55boShMIHc { width:19.875rem;height:0;top:179.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbxHeTJdzM0hTMptfBuPfPMzTFdEnJ4X { width:20rem;height:8.4375rem;top:181.1875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qGPpa3UuEyiy43KlxP0AZO7thC5Bb6vK { width:20rem;height:35.0947rem;top:228.8125rem;left:0rem;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FqpIXtnVfiZDSB8rKP4XfTVTkzQkM1Z7 { width:20rem;height:8.4375rem;top:213.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LDfeLWpR7Nw0pNy3EdT7a3m0nbyzWelC { width:19.875rem;height:0;top:211.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuK0Wm6W6Nxc861wktPeWDDmJ73nt52S { width:20rem;height:31.19531875rem;top:278.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHHVuar1RSHZixhDLfe9Kq9x0b2K9Q7u { width:20rem;height:5.625rem;top:268.8125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SM31IerOs0RSKw1RbWEzLRdrAV0PpTCT { width:19.875rem;height:0;top:266.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKx1VWrp139ACFaDEJhqTaKS2mcmLtq { width:20rem;height:4.6875rem;top:222.3203125rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w4ud6AfpevTpDdgf1dBkxtBnweyvfsci { width:20rem;height:2.34375rem;top:275.15625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cq3LfJsq50xC5yC0nmrBITsqmz2VFOt3 { width:20rem;height:22.09668125rem;top:323.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMlHQ0EmBv4oTuKEskO9BRiROPkelp2D { width:20rem;height:8.4375rem;top:313.5625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OdwOFt3btRyVQxHilopmwMkIsCIy155r { width:19.875rem;height:0;top:312.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2658T3qRbDJi3Fg1xOsDSr3bT633rKl { width:20rem;height:59.79101875rem;top:367.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksOJkfsbslqddhC2CsTrfftUAWTLugC0 { width:20rem;height:16.875rem;top:349.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ESbTyTEPnzFF80PK6Rexc6dF3TI818HL { width:19.875rem;height:0;top:347.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL53cg9MG3HnTtXMr3mInZLMlIq0BK0J { width:20rem;height:93.58591875rem;top:437.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxneFG6p9qFmZoRqWnX652Ne8Ik7tasn { width:20rem;height:5.625rem;top:430.625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KaqNeKGF8XgtpxEUWvDwBmQgFx9GWiQb { width:19.875rem;height:0;top:429.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsVNxp8KS0KydnF6Hb8ImQDptwtWRB4 { width:19.875rem;height:0;top:533.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJUVSI0MXHCZHyDfOx0ne5MqKgVc8lqb { width:20rem;height:19.6875rem;top:534.8125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xqZ3KKdmV7ddk5wpG8VHS4sQbFCRAIZV { width:20rem;height:51.9922rem;top:555.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fvIWGXANb5VU6HdoCEZzg0uOfISBA4 { width:20rem;height:168.97464375rem;top:617.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCN0cqMlSJQuT4i46DT1eSFsgoCQUIy { width:20rem;height:5.625rem;top:610.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W7WBy3s2aTARF6Ut1spUkG7zCclZ4dMG { width:19.875rem;height:0;top:609.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxf1ZePGeid0AKxiDMXtk5aPl9SPkMDF { width:19.875rem;height:0;top:788.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC57rWTiKQ5tRgaargAFCDB8nihGN20I { width:20rem;height:14.0625rem;top:790.3125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c237waggpwCz12A5LzI0vwfdenoM3FIB { width:20rem;height:37.69431875rem;top:805.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00adc7, #124c8a);background-image: -moz-linear-gradient(180deg, #00adc7, #124c8a);background-image: -ms-linear-gradient(180deg, #00adc7, #124c8a);background-image: -o-linear-gradient(180deg, #00adc7, #124c8a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );";background-image: linear-gradient(180deg, #00adc7, #124c8a);background-size:cover !important;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:20rem;height:5.0625rem;top:1.25rem;left:-0.09375rem;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.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.923825rem;top:8.162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-text {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-select {padding-top: 0; padding-bottom: 0;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G  { width:17.5rem;height:auto;top:13.1875rem;left:0rem; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G {display:block;}#g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G { width:17.5rem;height:auto;top:13.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTCGueVtlAIvukX1Txy1DrPxGVzMB7Oz {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #DaSW953Sm4HT74yR3zooBzQ2swiuvWwa { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #nm9GmKFli8xhTFNiE4DIk58ta3msphXT {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #Bzk8TeJ3nUpULqDTS5KtklezBA3ni7RG {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #a7q8yhGaAwmORFzwTBIINyqo3ZrEEaKK { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #c5i7AdQLtuL2mS8gVZz7VmDRM8zCT1Pb {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #iyezPZST4QXuD2X6Qccz9VO7SFGRzSdm {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #N7IPTHemdeRgT544a15ZUwc5F5iK2Xya { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #tEolONwRx2thNTD82mJUuKAEMZFRhGNu {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #oxVlml17gPgi8Mub7zBTzmwPTqv35Dnh {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #KhIaMQMuAMelIceGwwq8gyvsmT99B8yc { display:block; }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zw0LF6rJXN9bw7l6dRT99Nu6ozTsq4iI {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #zePJhamgcuDdvgNEanAwZ3T4OTdEt176 {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #GTd5rInzo9wntd4gxgLzkaxzIcTRZKf7 {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #hWooceAO9MApr4B7xb3V3wco4CMhC0Eq {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #mESvNAGQ7hk9SPbihK4M6VXEWrWWIB3o {  }
 }@media only screen and (max-width: 763px) { #g84VEQr2EDuWyrfi4JKip5NGMBhuUS4G #sRBs0o0UZFHTJ7wC8sulL0LgyQAGFfy4 {  }
 }@media only screen and (max-width: 763px) { #gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d { display:block; }#gk5C85Z7UXRFzJBFm7dayLoW2NX8vR0d > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oerywDubNFirb7m4KLZQQ9gpTBx0xZbw { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLniUqT0e13ple7vwvGTOMAfPKLT8o1 { width:20rem;height:11.375rem;top:18.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;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; }
 }