.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:#e8f2ff;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/0682f71f-50be-41b7-8164-013971c8568f/Landing_Page_Uhh_Onkoloji_2023_11.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;z-index:auto;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:71.375rem;width:75rem;position:relative;display:block; }#v91E732Nr0cf92N2B0wZHtFLecaPELAq { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -moz-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -ms-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -o-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#22afd88c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#22afd88c' );";background-image: linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-size:auto !important;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:5.25rem;width:20.875rem;top:27.3125rem;left:4.9375rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:27.3125rem;left:5.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AC3SeLrsw1MFRUTCu2rRInNucEHhdJSL { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { position:absolute;display:block;z-index:15046;height:29.125rem;width:21.375rem;top:30.6875rem;left:4.875rem;display:block; }
#EdwAqi4M470ANaCKNiNrU5IOoxBJebqP { color:#0d1f61;display:block;width:26.1248125rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:7.5621448755262rem;left:4.9369678497314rem;height:3.75rem;font-style:normal;display:block; }
#PfmeRMEFAeWuwgCfXo0wg1FIKrfE6oTV { color:#4e4e80;display:block;width:37.0623125rem;position:absolute;font-family:"gotham font";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.374822258949rem;left:4.9369678497314rem;height:4.3505875rem;font-style:normal;display:block; }
#eZIdMVXWZ3KnQpCTRHkWaaBHcJoM2p8g { color:#0d1f61;display:block;width:19.8118125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.99982213974rem;left:4.9369678497314rem;height:7.796625rem;font-style:normal;display:block; }
#NaifDh1mdyED47MSor9iNgtB1bs0haLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/82e63bb4-389f-45d5-9c03-bd6a0828b0cd/Landing_Page_Uhh_Onkoloji_2023_son2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz.adaptive-delivery-prevent-bg, #NaifDh1mdyED47MSor9iNgtB1bs0haLz.lazyload, #NaifDh1mdyED47MSor9iNgtB1bs0haLz.lazyloading { background-image: none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container { border-width: 0; border-radius: 0; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:none; }#Ecv9TiB9bZ6VLLxWDTk7RUwszs78nOUi { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -moz-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -ms-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -o-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#22afd88c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#22afd88c' );";background-image: linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-size:auto !important;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:5.25rem;width:20.875rem;top:21.0625rem;left:4.875rem;display:block; }
#lqeP1UB1t4ClBV9BOyK2O1iQDz4r67Sz { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.9375rem;left:5.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTQ66cCCDCFrzPTsJt2UqLKwLnLO3nxC { position:absolute;display:block;z-index:15045;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.375rem;width:12.0625rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { position:absolute;display:block;z-index:15046;height:28.5625rem;width:21rem;top:24.1875rem;left:4.8125rem;display:block; }
#RrIRbHDfmPfiqtqHRmQVipd7nRU2D94B { color:#0d1f61;display:block;width:26.1248125rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:7.5621448755262rem;left:4.9369678497314rem;height:3.75rem;font-style:normal;display:none; }
#KAzebb8HMR526zGtINTXxQb1mTfux1Wc { color:#4e4e80;display:block;width:37.0623125rem;position:absolute;font-family:"gotham font";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.374822258949rem;left:4.9369678497314rem;height:4.35014375rem;font-style:normal;display:none; }
#UvlTWvVpTUwwnVigVW9TXSvw3Wm6wcAz { color:#0d1f61;display:block;width:19.8118125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.99982213974rem;left:4.9369678497314rem;height:7.793rem;font-style:normal;display:none; }
#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;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; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container { background-color: transparent; background-image: none; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container > .video-iframe-container { display: none; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row > .video-iframe-container { display: none; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .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); }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container { border-width: 0; border-radius: 0; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;position:relative;display:block; }#VGQdMkxzCUmrsdv93ftTo5XHkplc2t0B { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:0rem;left:35.625rem; }
#ustLfUMssoaPJKwzgsTmG0krH43OEXHd { position:relative;display:block; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd { background-color: transparent; background-image: none; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row .container > .video-iframe-container { display: none; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row > .video-iframe-container { display: none; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .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); }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd { border-width: 0; border-radius: 0; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .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; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .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:11.1875rem;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; }#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#0d1f61;display:block;width:37.625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.21875rem;left:18.6875rem;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; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#0d1f61;display:block;width:46.1875rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.6875rem;left:14.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{  }
#CxE2Tenz2sizMQ6e5ark6tgJW8QMHvUw { color:#0d1f61;display:block;width:46.1875rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.8125rem;left:14.09375rem;height:;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; }
#bTmLogTTs3nHesxWzR6s97fELnFNByd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f2ff;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; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container { background-color: transparent; background-image: none; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container > .video-iframe-container { display: none; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row > .video-iframe-container { display: none; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .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); }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container { border-width: 0; border-radius: 0; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#q8oWMf75V4AfNC30NzpAgIpnPS5utlE9 { color:#0d1f61;display:block;width:45.5625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:14.71875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f2ff;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; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container { background-color: transparent; background-image: none; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container > .video-iframe-container { display: none; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row > .video-iframe-container { display: none; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .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); }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container { border-width: 0; border-radius: 0; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#hlBVfu41gGEAqDLoICoCCOnN1RFl2uqm { color:#0d1f61;display:block;width:51.875rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/944b6719-3fac-41a3-a6b1-c37ad4c6df7f/uyguladigimiz_tedaviler.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; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.adaptive-delivery-prevent-bg, #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.lazyload, #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.lazyloading { background-image: none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container { background-color: transparent; background-image: none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container > .video-iframe-container { display: none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row > .video-iframe-container { display: none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .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); }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container { border-width: 0; border-radius: 0; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#Wbd7mweumTc5W5ZSmgrLvgbU9xXTghUx { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.71875rem;height:4.385375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0cAPLcXznJaHJaNnss5sdp7ydFNkpg2 { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsNOQtxXSvaxQx5qWXrrLCw6pkMAT60s { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:17.686444520951rem;left:21.749822616577rem;height:13.49668125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/944b6719-3fac-41a3-a6b1-c37ad4c6df7f/uyguladigimiz_tedaviler.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:none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.adaptive-delivery-prevent-bg, #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.lazyload, #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.lazyloading { background-image: none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container { border-width: 0; border-radius: 0; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#cOK44SsbKWIEheDfJDty8F8MHELc8fB8 { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.71875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJxBn6m5FNfBg58TAVkpWurCliW6UxQp { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.65625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ApsSIz9TVoMFQgS4LVTanMbZb3RDUOG5 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:17.686444520951rem;left:21.749822616577rem;height:13.49521875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 { 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; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { background-color: transparent; background-image: none; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container > .video-iframe-container { display: none; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row > .video-iframe-container { display: none; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .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); }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { border-width: 0; border-radius: 0; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { color:#0d1f61;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { background-color: transparent; background-image: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { border-width: 0; border-radius: 0; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.8125rem;left:6.875rem;height:2.9187rem;display:block; }
#fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.625rem;left:1.0625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.8125rem;left:22.125rem;height:2.9187rem;display:block; }
#oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.57421875rem;left:16.65625rem;height:9.6685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.0625rem;height:2.9187rem;display:block; }
#KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.625rem;left:31.8125rem;height:6.906125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.625rem;left:47.4375rem;height:4.143675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nODCXqvMXrp1dodastV2TF01Tfiv1xIz { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.8125rem;left:52.4375rem;height:2.9187rem;display:block; }
#BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.625rem;left:61.71875rem;height:6.906125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:16.8125rem;left:66.625rem;height:2.9187rem;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:16.5625rem;left:13.875rem; }
#y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { color:#0d1f61;display:block;width:39.6875rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:1.1248245239257rem;left:18.374467849731rem;height:2.92358125rem;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:7.8125rem;width:7.8125rem;top:8.6875rem;left:3.625rem;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:8.1875rem;width:8.1875rem;top:8.4375rem;left:18.46875rem;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:8.375rem;width:8.375rem;top:7.9375rem;left:33.46875rem;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:8.75rem;width:8.75rem;top:8.125rem;left:48.75rem;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:6.875rem;width:6.875rem;top:9.15625rem;left:64.03125rem;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:16.5625rem;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:16.5625rem;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:16.5625rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#UE46QXUwddceppiixm33TkhGcNe5E3AG { position:absolute;display:block;z-index:15015;background-color:#3fa0ec;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:22.75rem;width:15.0625rem;top:7.5625rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:#002779;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:22.75rem;width:15.0625rem;top:7.5625rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:#2436a0;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:22.75rem;width:15.0625rem;top:7.5625rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:#1c6adb;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:22.75rem;width:15.0625rem;top:7.5625rem;left:15rem;display:block; }
#XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { position:absolute;display:block;z-index:15019;background-color:#3438e0;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:22.75rem;width:15.1875rem;top:7.5625rem;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; }
#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f2ff;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; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { background-color: transparent; background-image: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container > .video-iframe-container { display: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row > .video-iframe-container { display: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .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); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { border-width: 0; border-radius: 0; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { color:#0d1f61;display:block;width:50.4375rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.5rem;left:12.28125rem;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; }
#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f2ff;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; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { background-color: transparent; background-image: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .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); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { border-width: 0; border-radius: 0; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16rem;left:17.8125rem; }
#BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16rem;left:34.8125rem; }
#wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:41.5625rem;left:16.9375rem; }
#WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.5625rem;left:34rem; }
#MIK8gxvRlSAaBxxuPNT3cq3RtgiUKWxb { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:41.5625rem;left:52.6875rem; }
#eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { color:#0d1f61;display:block;width:14.4375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:30.0625rem;left:13.625rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXDycXTaTSNIvq669tH218EEyFDTZaVV { color:#0d1f61;display:block;width:13.875rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:30.0625rem;left:30.875rem;height:5.19775625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { color:#0d1f61;display:block;width:16.4994375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:30.061246871948rem;left:48.310548782349rem;height:2.598875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { color:#0d1f61;display:block;width:16.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:53.625rem;left:11.875rem;height:5.19775625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRPFMJsnsptWTy14qc8qPfNeptWVgubH { color:#0d1f61;display:block;width:12.4375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:53.5625rem;left:30.9375rem;height:5.19775625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { color:#0d1f61;display:block;width:16.4375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:53.8125rem;left:47.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UawSkJUHbedyGFtOrLd8LrdCwcirT04O { 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:8.375rem;width:8.375rem;top:14.9375rem;left:52.375rem;overflow:hidden;display:block; }
#FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:16rem;left:53.4375rem; }
#ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { position:absolute;display:block;z-index:15037;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:7.5625rem;width:7.5625rem;top:15.3125rem;left:34.125rem;overflow:hidden;display:block; }
#wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { position:absolute;display:block;z-index:15038;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:7.125rem;width:7.125rem;top:15.5625rem;left:17.375rem;overflow:hidden;display:block; }
#w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { position:absolute;display:block;z-index:15039;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:8.1875rem;width:8.1875rem;top:40.5625rem;left:16.0625rem;overflow:hidden;display:block; }
#PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { 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:7.5625rem;width:7.5625rem;top:40.875rem;left:33.375rem;overflow:hidden;display:block; }
#kdDLNaspl3GyNqKqN48zZs2EGmI0TGy9 { 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:7rem;width:7rem;top:41.1875rem;left:52.3125rem;overflow:hidden;display:block; }
#yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { color:#0d1f61;display:block;width:40.5619375rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:3.0610809326172rem;left:17.217683792114rem;height:5.84716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoBVcTaNgF3UmXB5VBg4hNTa3swHTDB0 { color:#0d1f61;display:block;width:16.1248125rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:23.997682571411rem;left:12.873756408691rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pgf9Sh3AEkvsbBeEer5EsHTEVN0bvVV1 { color:#0d1f61;display:block;width:8.9375rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24rem;left:33.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HwxyHURcCLFJGt6yV30LfCouDK73RMeU { color:#0d1f61;display:block;width:9.9375rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24rem;left:51.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i832sXbNZaZOFw8tZGsstfI6k3iMCe6f { color:#0d1f61;display:block;width:11rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:49.4375rem;left:14.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EaDm9NCPwNFwTxMZSO6egHEJdItloE1G { color:#0d1f61;display:block;width:15.0625rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:49.4375rem;left:29.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGrmyGv7FlW8kSNeMT9tnJD6P66imSxB { color:#0d1f61;display:block;width:15.3125rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:49.4375rem;left:48.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EudWthbFWLFmyHNoNyUIJEm7TcpciURO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container { background-color: transparent; background-image: none; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container > .video-iframe-container { display: none; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row > .video-iframe-container { display: none; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .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); }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container { border-width: 0; border-radius: 0; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#Qo7VF0Mog4cA1CRmyLQA3ue58aZJwTof { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.8125rem;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; }
#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container { background-color: transparent; background-image: none; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container > .video-iframe-container { display: none; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row > .video-iframe-container { display: none; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .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); }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container { border-width: 0; border-radius: 0; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#BI01x9qqXgJShbTP2T8IddTWAb1ptGTB { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.59375rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fz4JTwnG2FZZPV9uT9f4CUHENnaAcZdX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:6.8125rem;left:26.875rem;overflow:hidden;display:block; }
#PXc6z0ZmAXJuExTK8VtCaI3sIrooxgA5 { position:absolute;display:block;z-index:14999;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.625rem;width:20.625rem;top:8.25rem;left:2.5rem;overflow:hidden;display:block; }
#kAQSJny7haDxEsK9QbxswCW1TBJHc90q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:8.125rem;left:52.25rem;overflow:hidden;display:block; }
#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container { background-color: transparent; background-image: none; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container > .video-iframe-container { display: none; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row > .video-iframe-container { display: none; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .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); }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container { border-width: 0; border-radius: 0; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#SJHSzZJvO7dvPun670N9FsqtsLl4VaqK { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:4.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USiuFzqBEkG4iFNOrk3wohFp8swxDZEu { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkgsfoPm3M6cwWJa9n2NrPvJXZuswkhS { color:#0d1f61;display:block;width:17.8125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:22.280700683594rem;left:3.59375rem;height:6.906125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GfdGvbn7Tg56ovshWsyMTsd59nzwEXcB { color:#0d1f61;display:block;width:17.6873125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:22.280700683594rem;left:28.655004501342rem;height:5.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTpBvtDWdvcZx8KTokDsXeHt74udymzG { position:absolute;display:block;z-index:15000;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:18.3125rem;left:2.1875rem;display:block; }
#w51LZozXduoL90r4dd2a19OqAsUN1PZK { position:absolute;display:block;z-index:15033;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:18.125rem;left:27.1875rem;display:block; }
#VkVyseTf2T2HJzx9kyXeCVod42mx4uQm { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:18.1875rem;left:51.875rem;display:block; }
#IrgJPGAbIdbNohpcdMOZH666JiKCccqz { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:20.125rem;left:54.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxlQ2I8DFIuTmRoewfxmQlufClV8Ntvy { color:#0d1f61;display:block;width:17.874625rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:22.280700683594rem;left:53.561784744263rem;height:8.287375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container { background-color: transparent; background-image: none; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container > .video-iframe-container { display: none; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row > .video-iframe-container { display: none; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .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); }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container { border-width: 0; border-radius: 0; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#h8eXgJrolb1MyuZ0tRx8o8vrVsLaSHa1 { position:absolute;display:block;z-index:15011;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:19.75rem;left:8.1875rem;display:block; }
#QdA8pLODC3zfQ3yyL85cx3c0dGel0MRR { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOTO1PR65Fkph6NKJ7CaWb1hsPTsnShg { color:#0d1f61;display:block;width:18.9994375rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:24.048286437988rem;left:8.9994678497312rem;height:5.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vZvZX93zKeMM8a4TQxSTXF8TVtktS7iv { position:absolute;display:block;z-index:15005;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:19.75rem;left:45.75rem;display:block; }
#bOgfC6y7wgeU9eea7lXdrNy8ErCo1SXU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.75rem;top:0.625rem;left:45.375rem;overflow:hidden;display:block; }
#cu4uInkibJTOGEIEd88ifmAKnPmWeItP { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:47.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0t6lTM2vZbQhQNZPnIbuNcGBSCIeKe1 { color:#0d1f61;display:block;width:17.1244375rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:24.048286437988rem;left:47.686433792114rem;height:5.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIEtF0gDcUcVnAvXZw1Q7qqmXhI60ywE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:22.25rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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:none; }#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU > .row .container { border-width: 0; border-radius: 0; }#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:none; }#PsRIwPJ5EvzCXVUTKC38e55WvdPJpzJG { color:#ffffff;display:block;width:63.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.8125rem;height:2.4375rem;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; }
#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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:none; }#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o > .row .container { border-width: 0; border-radius: 0; }#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#NXUI8ow13QDp5celcBGnQiRVTwrscu2A { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvqEZbG2HTwS4VnkUN8fCKMnzQo9gGZh { position:absolute;display:block;z-index:14999;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.625rem;width:20.625rem;top:1.375rem;left:3rem;overflow:hidden;display:block; }
#zr3PRcMfhAPDtd8XXohLPz6727Axs1GX { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.8125rem;left:4.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuN2cMt3c0RR9O83zfshlTFhMNtlFOVC { color:#0d1f61;display:block;width:17.8125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:29.6875rem;left:3.8125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0Mgcpt3xiFKLqgCtp1T2PODzuHerKP2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:0rem;left:25.78125rem;overflow:hidden;display:block; }
#oAF4eZtCvNWrWVz6ruAmZvmagTOTh5Mk { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.8125rem;left:29.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMM3Uuyopg0JWxEFfuHOVCcVmkH5hVhg { color:#0d1f61;display:block;width:17.6875rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:29.6875rem;left:28.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFdnEow28uhFPD9DeVsvriWmOHQsZKE4 { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:24.75rem;left:52.0625rem;display:block; }
#QDdNE1RG8EOLZxsdlvI8si2C0oOpxtEE { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:24.75rem;left:52.0625rem;display:none; }
#LEGOmVRbLNgeiWyZoeuARR8IZ08cOEJX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:2.5625rem;left:52.03125rem;overflow:hidden;display:block; }
#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fa0ec;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:none; }#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB > .row .container { border-width: 0; border-radius: 0; }#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:none; }#JhExPmbA22rtguw7dHrnKiFWbfuo3xud { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.6875rem;left:54.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdDZpmHOZQGaaCV67WS4MSu5cMyVTK89 { color:#0d1f61;display:block;width:17.875rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:29.6875rem;left:53.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oc9Jgq4KsVGJN1I5JQPFQ6mImv0yTCQ8 { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:24.75rem;left:52.0625rem;display:none; }
#bQwdgwVMgOFs36g0D8fIibTWv6sIr1Nt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.75rem;top:0rem;left:45.375rem;overflow:hidden;display:block; }
#bclfE07deufUJmmndU4wythnSEOuN9iE { color:#0d1f61;display:block;width:19rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:24.6875rem;left:9.0625rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpLKS6dUC9PNmG3gbdoDMKyRaxELRSDd { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0BXRmFMNuQUQIvN7RdPhNn9H8I1QP35 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:22.25rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#VJN1aDSkpSyuc78mPXmzUiTo4RLOyqIo { color:#0d1f61;display:block;width:17.125rem;position:absolute;font-family:"gotham font";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:24.6875rem;left:47.5625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vi06Nlah4sG7rem9DNX50venNTm3qyT8 { color:#0d1f61;display:block;width:16.5625rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:47.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rO6IBkE3URzuhTy8L1JLyKurs5Bixmq0 { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:24.75rem;left:52.0625rem;display:none; }
#GC4EpJiaqRhOO6eHmytb4hpRX7Uzqzr7 { position:absolute;display:block;z-index:15034;background-color:#ffffff;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.625rem;top:24.75rem;left:52.0625rem;display:none; }
#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35937db6-6982-46ab-9783-e88455cf518c/222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT.adaptive-delivery-prevent-bg, #CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT.lazyload, #CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT.lazyloading { background-image: none; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { background-color: transparent; background-image: none; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container > .video-iframe-container { display: none; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row > .video-iframe-container { display: none; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .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); }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { border-width: 0; border-radius: 0; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#c0FdmK1AIWpqWcybkmvvyw7lc1gHKtro { color:#0d1f61;display:block;width:48.0625rem;position:absolute;font-family:"helvetica neue";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.53125rem;left:14.625rem;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; }
#Gr8aARJzFAki1cIpHVO5Z4nt9TAQhzOq { color:#0d1f61;display:block;width:38.5625rem;position:absolute;font-family:"helvetica neue";font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:18.25rem;height:5.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smNvoUHgonl2cdp9VBPV4zTFpqAOVb3q { color:#0d1f61;display:block;width:38.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.9375rem;left:18.25rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnVGg3AkyloQ5TKzFfe7Gr9UFOCDxQ9E { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:14.1875rem;left:34.125rem;overflow:hidden;display:block; }
#SFAymzlLOkmobH8TA2TMR0rBrD5CJoG4 { color:#0d1f61;display:block;width:39.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.23828125rem;left:17.71875rem;height:7.3089375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7e7fb;background-image:url("https://images.assets-landingi.com/uc/9ddd2dba-08f9-40b2-aaef-11172be5375f/Landing_Page_Uhh_Onkoloji_medikal_onkoloji_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.adaptive-delivery-prevent-bg, #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.lazyload, #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.lazyloading { background-image: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { background-color: transparent; background-image: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container > .video-iframe-container { display: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row > .video-iframe-container { display: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .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); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { border-width: 0; border-radius: 0; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .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; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#CZucFFW0FQOUEKPga73l16c6kfKTRN8l { position:absolute;display:block;z-index:15005;background-color:#3438e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(63,160,236,0.1) ;height:34.5rem;width:20.3125rem;top:14.5625rem;left:5.4375rem;display:block; }
#WTrRTbzfWyUPkBTDcvvDSLOqr5PsG0wO { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.921875rem;left:6.6875rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q { color:#cacaca;display:block;width:18.5625rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:30.0625rem;left:6.3125rem;height:14.55075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q li:before{  }
#wgWfmPLzuUlchDrGy6kkqZ4hlkwWT9e7 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:17.125rem;left:4.90625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACMgwAQdUIOvgJSO7WF3ghZfN6nsISZv { color:#0d1f61;display:block;width:32.125rem;position:absolute;font-family:"gotham font";font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:20.3125rem;height:9.563625rem;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; }
#xdrQQKsUw9yMzyT1UMVokG55bKWZm7e6 { position:absolute;display:block;z-index:15006;background-color:#3438e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(63,160,236,0.1) ;height:34.5rem;width:20.3125rem;top:14.5625rem;left:43.0625rem;display:block; }
#qnSoGA48DMTPThO5aHgc4uGTUrT7GAlx { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:17.984375rem;left:42.53125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVJERVUapNMQlCHBCTQ2sfKsVCNUN8gw { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"gotham font";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.03125rem;left:44.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 { color:#cacaca;display:block;width:18.5625rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:31.1875rem;left:43.9375rem;height:14.55075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 li:before{  }
#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN { position:relative;display:block; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN { background-color: transparent; background-image: none; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row .container > .video-iframe-container { display: none; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row > .video-iframe-container { display: none; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .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); }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN { border-width: 0; border-radius: 0; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .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; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8f2ff;background-image:none;font-size:0.875rem;font-family:arial;height:48.3125rem;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; }#WgzHoThDtaDP8HdDa10rBi0I7KVTQyiU { color:#0d1f61;display:block;width:30.3730625rem;position:absolute;font-family:"gotham font";font-size:1.8125rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:10.71142578125rem;left:22.2490234375rem;height:5.43823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Be5RBCK1Af4TTBO3UDswixTqnVO3VZaM { color:#0d1f61;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:16.89892578125rem;left:24.904296875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hooun2t45FSn16Qce5iEWn2CA0hbVnHQ { color:#0d1f61;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:21.19873046875rem;left:25.65478515625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3J2ebbnITOhX50bpiwbuRKPpmqqoddL { color:#0d1f61;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:18.8623046875rem;left:24.904296875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f2ff;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:none; }#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW > .row .container { border-width: 0; border-radius: 0; }#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:none; }#Itk0FrxRfsfRPnaeqix1M9X2v2ev0vhV { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.5625rem;width:17.4375rem;top:3.9375rem;left:28.875rem;overflow:hidden;display:block; }
#qNc6asT25Q6WSLpvzr2Np3Ngt3CDcTGU { color:#0d1f61;display:block;width:25.060375rem;position:absolute;font-family:"gotham font";font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:33.1875rem;left:25.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riWpTf0x6hd981vJ4egXTOZEQVbTsWED { color:#0d1f61;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:36.3125rem;left:25.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubwVevqIwiuoLXN7XxlRVPXlivwlPGTN { color:#0d1f61;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:38rem;left:25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dgE2toAN0IzwBl8bRgPyztaB3pqyoHBB { color:#0d1f61;display:block;width:30.37375rem;position:absolute;font-family:"gotham font";font-size:1.8125rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:27.0625rem;left:22.375rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d029e90-867a-4ec8-badf-9787c372d79c/Landing_Page_Uhh_Onkoloji_cagri_merkezi_2023.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:58.75rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#0d1f61;display:block;width:38.5625rem;position:absolute;font-family:"gotham font";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.5rem;left:17.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQ7q8mMh9VotXpSLl0Ff0DFx86Mpm8zN { position:absolute;display:block;z-index:15047;height:36.3125rem;width:24.1875rem;top:12.25rem;left:24.5625rem;display:block; }
#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;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:6.1875rem;width:75rem;position:relative;display:block; }#U4Cvr8q6bxqQFBAb7tOso7x0Uc6E6GhP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:16.3125rem;top:0.84375rem;left:29.34375rem;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) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:27.3125rem;left:0rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:27.3125rem;left:0rem;width:19.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3SeLrsw1MFRUTCu2rRInNucEHhdJSL { top:0.5rem;left:0rem;width:14rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { top:30.6875rem;left:0rem;width:21.375rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdwAqi4M470ANaCKNiNrU5IOoxBJebqP { top:7.5rem;left:0rem;width:26.0625rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfmeRMEFAeWuwgCfXo0wg1FIKrfE6oTV { top:12.3125rem;left:0rem;width:37rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZIdMVXWZ3KnQpCTRHkWaaBHcJoM2p8g { top:17.9375rem;left:0rem;width:19.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaifDh1mdyED47MSor9iNgtB1bs0haLz { display:block; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecv9TiB9bZ6VLLxWDTk7RUwszs78nOUi { top:21.0625rem;left:0rem;width:20.875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeP1UB1t4ClBV9BOyK2O1iQDz4r67Sz { top:30.5625rem;left:0rem;width:19.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTQ66cCCDCFrzPTsJt2UqLKwLnLO3nxC { top:0.5rem;left:0rem;width:12.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { top:24.1875rem;left:0rem;width:21rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIRbHDfmPfiqtqHRmQVipd7nRU2D94B { top:16.6875rem;left:0rem;width:20rem;height:5.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAzebb8HMR526zGtINTXxQb1mTfux1Wc { top:6.1875rem;left:0rem;width:20rem;height:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvlTWvVpTUwwnVigVW9TXSvw3Wm6wcAz { top:17.9375rem;left:0rem;width:19.75rem;height:7.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v { display:block; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGQdMkxzCUmrsdv93ftTo5XHkplc2t0B { top:0rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ustLfUMssoaPJKwzgsTmG0krH43OEXHd { display:block; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:6.1875rem;left:5.0619678497314rem;width:37.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:7.625rem;left:0.4375rem;width:46.125rem;height:;font-size:1.125rem;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{  }
 }@media only screen and (max-width: 763px) { #CxE2Tenz2sizMQ6e5ark6tgJW8QMHvUw { top:2.8125rem;left:0.46857261657715rem;width:46.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmLogTTs3nHesxWzR6s97fELnFNByd5 { display:block; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8oWMf75V4AfNC30NzpAgIpnPS5utlE9 { top:3.25rem;left:1.09375rem;width:45.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb { display:block; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlBVfu41gGEAqDLoICoCCOnN1RFl2uqm { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ { display:block; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wbd7mweumTc5W5ZSmgrLvgbU9xXTghUx { top:11.125rem;left:6.0935726165771rem;width:33.4375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0cAPLcXznJaHJaNnss5sdp7ydFNkpg2 { top:5.625rem;left:0.030895233154297rem;width:45.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNOQtxXSvaxQx5qWXrrLCw6pkMAT60s { top:17.625rem;left:8.1248226165769rem;width:29.375rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA { display:none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOK44SsbKWIEheDfJDty8F8MHELc8fB8 { top:8.125rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJxBn6m5FNfBg58TAVkpWurCliW6UxQp { top:1.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApsSIz9TVoMFQgS4LVTanMbZb3RDUOG5 { top:17.625rem;left:8.1248226165769rem;width:29.375rem;height:13.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 { display:block; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { top:16.8125rem;left:0rem;width:0.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:20.625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:16.8125rem;left:8.5rem;width:0.875rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:19.5625rem;left:3.0307178497314rem;width:11.75rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:16.8125rem;left:23.4375rem;width:0.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:20.625rem;left:18.186967849731rem;width:11.3125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:20.625rem;left:33.811967849731rem;width:11.3125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:16.8125rem;left:38.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:20.625rem;left:36.625rem;width:11.125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:16.8125rem;left:46.375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:16.5625rem;left:0.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { top:1.0625rem;left:4.7494678497314rem;width:39.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:7.8125rem;height:7.8125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:8.1875rem;height:8.1875rem;top:8.4375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:8.375rem;height:8.375rem;top:7.9375rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:8.75rem;height:8.75rem;top:8.125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:6.875rem;height:6.875rem;top:9.125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:16.5625rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:16.5625rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:16.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:7.5625rem;left:0rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:7.5625rem;left:32.6875rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:7.5625rem;left:31.625rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:7.5625rem;left:1.375rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:7.5625rem;left:16.4375rem;width:15.1875rem;height:22.75rem;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) { #ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls { display:block; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { display:block; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { top:16rem;left:4.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { top:16rem;left:21.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { top:41.5625rem;left:3.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { top:41.5625rem;left:20.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIK8gxvRlSAaBxxuPNT3cq3RtgiUKWxb { top:41.5625rem;left:39.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { top:30.0625rem;left:0rem;width:14.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { top:30.0625rem;left:17.25rem;width:13.8125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { top:30rem;left:31.3125rem;width:16.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { top:53.625rem;left:0rem;width:16.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { top:53.5625rem;left:17.3125rem;width:12.375rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { top:53.8125rem;left:31.375rem;width:16.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:8.3125rem;height:8.3125rem;top:14.9375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { top:16rem;left:39.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:7.5rem;height:7.5rem;top:15.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:7.0625rem;height:7.0625rem;top:15.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:8.125rem;height:8.125rem;top:40.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:7.5rem;height:7.5rem;top:40.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDLNaspl3GyNqKqN48zZs2EGmI0TGy9 { width:6.9375rem;height:6.9375rem;top:41.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { top:3rem;left:3.5926837921142rem;width:40.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBVcTaNgF3UmXB5VBg4hNTa3swHTDB0 { top:23.9375rem;left:0rem;width:16.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgf9Sh3AEkvsbBeEer5EsHTEVN0bvVV1 { top:24rem;left:19.875rem;width:8.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwxyHURcCLFJGt6yV30LfCouDK73RMeU { top:24rem;left:37.875rem;width:9.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i832sXbNZaZOFw8tZGsstfI6k3iMCe6f { top:49.4375rem;left:1rem;width:10.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaDm9NCPwNFwTxMZSO6egHEJdItloE1G { top:49.4375rem;left:16rem;width:15rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGrmyGv7FlW8kSNeMT9tnJD6P66imSxB { top:49.4375rem;left:32.4375rem;width:15.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EudWthbFWLFmyHNoNyUIJEm7TcpciURO { display:block; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo7VF0Mog4cA1CRmyLQA3ue58aZJwTof { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q { display:block; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI01x9qqXgJShbTP2T8IddTWAb1ptGTB { top:2.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz4JTwnG2FZZPV9uT9f4CUHENnaAcZdX { top:6.8125rem;left:13.25rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXc6z0ZmAXJuExTK8VtCaI3sIrooxgA5 { top:8.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQSJny7haDxEsK9QbxswCW1TBJHc90q { top:8.125rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG { display:block; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJHSzZJvO7dvPun670N9FsqtsLl4VaqK { width:16.5625rem;height:2rem;top:20.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USiuFzqBEkG4iFNOrk3wohFp8swxDZEu { width:16.5625rem;height:2rem;top:20.25rem;left:15.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkgsfoPm3M6cwWJa9n2NrPvJXZuswkhS { top:22.25rem;left:0rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdGvbn7Tg56ovshWsyMTsd59nzwEXcB { top:22.25rem;left:14.125rem;width:17.625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpBvtDWdvcZx8KTokDsXeHt74udymzG { top:18.3125rem;left:0rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51LZozXduoL90r4dd2a19OqAsUN1PZK { top:18.125rem;left:11.125rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVyseTf2T2HJzx9kyXeCVod42mx4uQm { top:18.1875rem;left:27rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrgJPGAbIdbNohpcdMOZH666JiKCccqz { width:16.5625rem;height:2rem;top:20.125rem;left:31.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlQ2I8DFIuTmRoewfxmQlufClV8Ntvy { top:22.25rem;left:29.8125rem;width:17.8125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz { display:block; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8eXgJrolb1MyuZ0tRx8o8vrVsLaSHa1 { top:19.75rem;left:1.375rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdA8pLODC3zfQ3yyL85cx3c0dGel0MRR { width:16.5625rem;height:2rem;top:21.75rem;left:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTO1PR65Fkph6NKJ7CaWb1hsPTsnShg { top:24rem;left:2.1869678497314rem;width:18.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZvZX93zKeMM8a4TQxSTXF8TVtktS7iv { top:19.75rem;left:25.3125rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgfC6y7wgeU9eea7lXdrNy8ErCo1SXU { top:0.625rem;left:24.9375rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu4uInkibJTOGEIEd88ifmAKnPmWeItP { width:16.5625rem;height:2rem;top:21.75rem;left:27.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0t6lTM2vZbQhQNZPnIbuNcGBSCIeKe1 { top:24rem;left:27.248933792114rem;width:17.0625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEtF0gDcUcVnAvXZw1Q7qqmXhI60ywE { top:1.5625rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU { display:block; }#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsRIwPJ5EvzCXVUTKC38e55WvdPJpzJG { width:20rem;height:;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o { display:block; }#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXUI8ow13QDp5celcBGnQiRVTwrscu2A { top:1.25rem;left:0rem;width:17.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqEZbG2HTwS4VnkUN8fCKMnzQo9gGZh { top:1.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr3PRcMfhAPDtd8XXohLPz6727Axs1GX { width:16.5625rem;height:;top:23.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuN2cMt3c0RR9O83zfshlTFhMNtlFOVC { top:28.1875rem;left:0rem;width:16rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Mgcpt3xiFKLqgCtp1T2PODzuHerKP2 { top:0rem;left:8.3125rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAF4eZtCvNWrWVz6ruAmZvmagTOTh5Mk { width:16.5625rem;height:2rem;top:26.8125rem;left:15.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMM3Uuyopg0JWxEFfuHOVCcVmkH5hVhg { top:55.4375rem;left:0rem;width:15.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdnEow28uhFPD9DeVsvriWmOHQsZKE4 { top:24.75rem;left:27rem;width:20.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDdNE1RG8EOLZxsdlvI8si2C0oOpxtEE { top:24.75rem;left:27rem;width:20.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEGOmVRbLNgeiWyZoeuARR8IZ08cOEJX { top:2.5625rem;left:26.6875rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB { display:block; }#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhExPmbA22rtguw7dHrnKiFWbfuo3xud { width:16.5625rem;height:2rem;top:26.6875rem;left:31.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDZpmHOZQGaaCV67WS4MSu5cMyVTK89 { top:3rem;left:0rem;width:15.0625rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9Jgq4KsVGJN1I5JQPFQ6mImv0yTCQ8 { top:24.75rem;left:27rem;width:20.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQwdgwVMgOFs36g0D8fIibTWv6sIr1Nt { top:0rem;left:24.9375rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclfE07deufUJmmndU4wythnSEOuN9iE { top:31.5625rem;left:0rem;width:15.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpLKS6dUC9PNmG3gbdoDMKyRaxELRSDd { width:16.5625rem;height:2rem;top:21.75rem;left:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0BXRmFMNuQUQIvN7RdPhNn9H8I1QP35 { top:1.5625rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJN1aDSkpSyuc78mPXmzUiTo4RLOyqIo { top:61.8125rem;left:0rem;width:15.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi06Nlah4sG7rem9DNX50venNTm3qyT8 { width:16.5625rem;height:2rem;top:21.75rem;left:27.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO6IBkE3URzuhTy8L1JLyKurs5Bixmq0 { top:24.75rem;left:27rem;width:20.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC4EpJiaqRhOO6eHmytb4hpRX7Uzqzr7 { top:24.75rem;left:27rem;width:20.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT { display:block; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0FdmK1AIWpqWcybkmvvyw7lc1gHKtro { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr8aARJzFAki1cIpHVO5Z4nt9TAQhzOq { top:6.5625rem;left:4.625rem;width:38.5625rem;height:5.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNvoUHgonl2cdp9VBPV4zTFpqAOVb3q { top:11.9375rem;left:4.625rem;width:38.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVGg3AkyloQ5TKzFfe7Gr9UFOCDxQ9E { width:6.8125rem;height:6.8125rem;top:14.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAymzlLOkmobH8TA2TMR0rBrD5CJoG4 { top:23.1875rem;left:4.0933933258057rem;width:39.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV { display:block; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZucFFW0FQOUEKPga73l16c6kfKTRN8l { width:20.3125rem;height:34.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrRTbzfWyUPkBTDcvvDSLOqr5PsG0wO { width:17.8125rem;height:6.0625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q { width:18.5625rem;height:14.5rem;top:30.0625rem;left:0rem;font-size:1.1875rem;display:block; }#BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q li:before{  }
 }@media only screen and (max-width: 763px) { #wgWfmPLzuUlchDrGy6kkqZ4hlkwWT9e7 { width:21.375rem;height:5rem;top:17.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACMgwAQdUIOvgJSO7WF3ghZfN6nsISZv { top:3.25rem;left:0rem;width:32.125rem;height:9.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdrQQKsUw9yMzyT1UMVokG55bKWZm7e6 { width:20.3125rem;height:34.5rem;top:14.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnSoGA48DMTPThO5aHgc4uGTUrT7GAlx { width:21.375rem;height:5rem;top:17.9375rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVJERVUapNMQlCHBCTQ2sfKsVCNUN8gw { width:17.8125rem;height:6.0625rem;top:24rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 { width:18.5625rem;height:14.5rem;top:31.1875rem;left:23.875rem;font-size:1.1875rem;display:block; }#TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 li:before{  }
 }@media only screen and (max-width: 763px) { #OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN { display:block; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgzHoThDtaDP8HdDa10rBi0I7KVTQyiU { top:10.6875rem;left:0rem;width:30.3125rem;height:5.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be5RBCK1Af4TTBO3UDswixTqnVO3VZaM { top:16.875rem;left:0rem;width:25.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hooun2t45FSn16Qce5iEWn2CA0hbVnHQ { top:21.1875rem;left:0rem;width:25.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3J2ebbnITOhX50bpiwbuRKPpmqqoddL { top:18.8125rem;left:0rem;width:25.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vti9OvycpyQHXMqDP82aOqvyLPg2XxRW { display:block; }#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Itk0FrxRfsfRPnaeqix1M9X2v2ev0vhV { top:3.9375rem;left:15.25rem;width:17.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNc6asT25Q6WSLpvzr2Np3Ngt3CDcTGU { top:33.1875rem;left:11.4375rem;width:25rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riWpTf0x6hd981vJ4egXTOZEQVbTsWED { top:36.3125rem;left:11.4375rem;width:25.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubwVevqIwiuoLXN7XxlRVPXlivwlPGTN { top:38rem;left:11.375rem;width:25.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgE2toAN0IzwBl8bRgPyztaB3pqyoHBB { top:27.0625rem;left:8.75rem;width:30.3125rem;height:5.4375rem;font-size:1.8125rem;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:3.5rem;left:3.75rem;width:38.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7q8mMh9VotXpSLl0Ff0DFx86Mpm8zN { top:12.25rem;left:10.9375rem;width:24.1875rem;height:36.3125rem;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) { #U4Cvr8q6bxqQFBAb7tOso7x0Uc6E6GhP { top:0.8125rem;left:15.71875rem;width:16.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf722214-3cea-4a70-ada9-768d15c082ad/Landing_Page_Uhh_Onkoloji_2023_mobil.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eda51d31-5fa5-42cf-abae-6fd08fd68021/Landing_Page_Uhh_Onkoloji_2023_mobil_anasayfa.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:90.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.5rem;top:27.9375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AC3SeLrsw1MFRUTCu2rRInNucEHhdJSL { width:12.875rem;height:3.625rem;top:0.859375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { width:20rem;height:32.875rem;top:30.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdwAqi4M470ANaCKNiNrU5IOoxBJebqP { width:20rem;height:0;top:32.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfmeRMEFAeWuwgCfXo0wg1FIKrfE6oTV { width:20rem;height:0;top:37.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZIdMVXWZ3KnQpCTRHkWaaBHcJoM2p8g { width:19.75rem;height:0;top:43.25rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NaifDh1mdyED47MSor9iNgtB1bs0haLz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eda51d31-5fa5-42cf-abae-6fd08fd68021/Landing_Page_Uhh_Onkoloji_2023_mobil_anasayfa.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz.adaptive-delivery-prevent-bg, #NaifDh1mdyED47MSor9iNgtB1bs0haLz.lazyload, #NaifDh1mdyED47MSor9iNgtB1bs0haLz.lazyloading { background-image: none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container { background-color: transparent; background-image: none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container > .video-iframe-container { display: none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row > .video-iframe-container { display: none; }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .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); }#NaifDh1mdyED47MSor9iNgtB1bs0haLz > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecv9TiB9bZ6VLLxWDTk7RUwszs78nOUi { width:20rem;height:4.625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeP1UB1t4ClBV9BOyK2O1iQDz4r67Sz { width:19.5625rem;height:2.5rem;top:37.6875rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tTQ66cCCDCFrzPTsJt2UqLKwLnLO3nxC { width:12.875rem;height:3.625rem;top:1.421875rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { width:20rem;height:32.875rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIRbHDfmPfiqtqHRmQVipd7nRU2D94B { width:20rem;height:5.3994125rem;top:15.561966896057rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #KAzebb8HMR526zGtINTXxQb1mTfux1Wc { width:20rem;height:6.2988125rem;top:6.2313556671142rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UvlTWvVpTUwwnVigVW9TXSvw3Wm6wcAz { width:19.749625rem;height:8.7715rem;top:23.686966896057rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v { display:none; }#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v > .row .container { width:20rem;height:81.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGQdMkxzCUmrsdv93ftTo5XHkplc2t0B { width:2.8125rem;height:2.8125rem;top:78.3125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ustLfUMssoaPJKwzgsTmG0krH43OEXHd { display:block; }#ustLfUMssoaPJKwzgsTmG0krH43OEXHd > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:9.097625rem;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:72.66rem;top:11.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{  }
 }@media only screen and (max-width: 763px) { #CxE2Tenz2sizMQ6e5ark6tgJW8QMHvUw { width:20rem;height:6.171875rem;top:3.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #bTmLogTTs3nHesxWzR6s97fELnFNByd5 { display:block; }#bTmLogTTs3nHesxWzR6s97fELnFNByd5 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8oWMf75V4AfNC30NzpAgIpnPS5utlE9 { width:20rem;height:4.548825rem;top:1.6396484375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb { display:block; }#LeXDaZQG6QZaSuT76JiQyKKkUXnIaqtb > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlBVfu41gGEAqDLoICoCCOnN1RFl2uqm { width:20rem;height:8.7715rem;top:1.7509765625rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ { background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/944b6719-3fac-41a3-a6b1-c37ad4c6df7f/uyguladigimiz_tedaviler.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.adaptive-delivery-prevent-bg, #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.lazyload, #tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ.lazyloading { background-image: none; }#tn41rQWiuOHrzpD9F0HA1czanTHUVrmQ > .row .container { width:20rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wbd7mweumTc5W5ZSmgrLvgbU9xXTghUx { width:20rem;height:6.499rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0cAPLcXznJaHJaNnss5sdp7ydFNkpg2 { width:20rem;height:4.875rem;top:1.837890625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsNOQtxXSvaxQx5qWXrrLCw6pkMAT60s { width:20rem;height:13.49521875rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA { background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/a7fc5fb6-37db-4b4d-b266-48d2436da22c/Landing_Page_Uhh_Onkoloji_medikal_onkoloji_uyguladigimiz_tedaviler_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.adaptive-delivery-prevent-bg, #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.lazyload, #IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA.lazyloading { background-image: none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container { background-color: transparent; background-image: none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container > .video-iframe-container { display: none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row > .video-iframe-container { display: none; }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .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); }#IP72hazGXOGq8ZGFTlrcP4ZFfwXq4pHA > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOK44SsbKWIEheDfJDty8F8MHELc8fB8 { width:20rem;height:7.3095625rem;top:8.125rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #SJxBn6m5FNfBg58TAVkpWurCliW6UxQp { width:20rem;height:4.548825rem;top:1.837890625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApsSIz9TVoMFQgS4LVTanMbZb3RDUOG5 { width:20rem;height:13.5rem;top:19.15394115448rem;left:0rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 { display:block; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { width:20rem;height:11.5146484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { width:20rem;height:9.097625rem;top:2.4521484375rem;left:0rem;font-size:1.75rem;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { width:0.875rem;height:2.5996125rem;top:11.875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:2.5996125rem;top:21.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.125rem;height:2.35546875rem;top:23.9375rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:18.4375rem;height:5.19921875rem;top:33.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:0.875rem;height:2.5996125rem;top:40.0625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:13.8125rem;height:5.19921875rem;top:47.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:16.25rem;height:2.5996125rem;top:62.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:2.5996125rem;top:51.5625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:17.6243125rem;height:3.8994125rem;top:76.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:2.5996125rem;top:65.3125rem;left:0.625rem;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:5.84765625rem;top:3.0625rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:6.1875rem;height:6.1875rem;top:15.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:6.75rem;height:6.75rem;top:26.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:7.375rem;height:7.25rem;top:40rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:7.6875rem;height:7.6875rem;top:55.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:6.25rem;height:6.25rem;top:69.1875rem;left:6.875rem;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:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:15.375rem;top:67rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:14.5625rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:14.125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:24.4375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:38.5625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:52.875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:66rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls { background-color:rgba(232,242,255,0.58);background-image:none;display:block; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { background-color: transparent; background-image: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container > .video-iframe-container { display: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row > .video-iframe-container { display: none; }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .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); }#ECo9hLlH1mNRSKp8o2PTXF6vfn1tD8ls > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { width:20rem;height:4.5rem;top:1.40625rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { background-color:rgba(232,242,255,0.58);background-image:none;display:block; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { background-color: transparent; background-image: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .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); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { width:4.0625rem;height:4.0625rem;top:18.6865234375rem;left:2.74951171875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { width:4.0625rem;height:4.0625rem;top:41.81201171875rem;left:2.74951171875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { width:4.0625rem;height:4.0625rem;top:18.6865234375rem;left:13.1865234375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { width:4.0625rem;height:4.0625rem;top:41.81201171875rem;left:13.1865234375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIK8gxvRlSAaBxxuPNT3cq3RtgiUKWxb { width:4.0625rem;height:4.0625rem;top:63.625rem;left:2.74951171875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { width:8.0625rem;height:7.3125rem;top:29.24951171875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { width:8.4375rem;height:7.3125rem;top:29.24951171875rem;left:10.99951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { width:8.125rem;height:3.65625rem;top:50.875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { width:8.9375rem;height:8.53125rem;top:50.875rem;left:10.7490234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { width:8.375rem;height:8.53125rem;top:74.81201171875rem;left:0.6240234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { width:8.8125rem;height:6.09375rem;top:74.81201171875rem;left:11.18701171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:5.3125rem;height:5.3125rem;top:41.1865234375rem;left:2.1240234375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { width:4.0625rem;height:4.0625rem;top:63.625rem;left:13.1865234375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:5.1875rem;height:5.1875rem;top:18.1240234375rem;left:12.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:4.375rem;height:4.375rem;top:18.56201171875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:5.375rem;height:5.375rem;top:41.1865234375rem;left:12.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:5.1875rem;height:5.1875rem;top:63.0625rem;left:2.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDLNaspl3GyNqKqN48zZs2EGmI0TGy9 { width:4.8125rem;height:4.8125rem;top:63.25rem;left:12.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { width:18.625rem;height:13.15725rem;top:0.921875rem;left:0.6875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #aoBVcTaNgF3UmXB5VBg4hNTa3swHTDB0 { width:9.25rem;height:3.375rem;top:24.3115234375rem;left:0rem;font-size:0.9375rem;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pgf9Sh3AEkvsbBeEer5EsHTEVN0bvVV1 { width:8.9375rem;height:2.5996125rem;top:24.3115234375rem;left:11.0625rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #HwxyHURcCLFJGt6yV30LfCouDK73RMeU { width:8.9375rem;height:2.3994125rem;top:46.87451171875rem;left:0.31201171875rem;font-size:1rem;line-height:1.2;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; }
 }@media only screen and (max-width: 763px) { #i832sXbNZaZOFw8tZGsstfI6k3iMCe6f { width:8.9375rem;height:2.3994125rem;top:46.87451171875rem;left:10.7490234375rem;font-size:1rem;line-height:1.2;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; }
 }@media only screen and (max-width: 763px) { #EaDm9NCPwNFwTxMZSO6egHEJdItloE1G { width:8.9375rem;height:3.8994125rem;top:69.25rem;left:0.31201171875rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #pGrmyGv7FlW8kSNeMT9tnJD6P66imSxB { width:9.3125rem;height:3.8994125rem;top:69.25rem;left:10.43701171875rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #EudWthbFWLFmyHNoNyUIJEm7TcpciURO { display:none; }#EudWthbFWLFmyHNoNyUIJEm7TcpciURO > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qo7VF0Mog4cA1CRmyLQA3ue58aZJwTof { width:20rem;height:2.1875rem;top:3.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q { display:none; }#Q7TsUBZm9lwOSfBR6EPtkgQVoNItCg3q > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BI01x9qqXgJShbTP2T8IddTWAb1ptGTB { width:20rem;height:6.9043125rem;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz4JTwnG2FZZPV9uT9f4CUHENnaAcZdX { width:14.25rem;height:14.25rem;top:29rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXc6z0ZmAXJuExTK8VtCaI3sIrooxgA5 { width:14.25rem;height:14.25rem;top:6.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQSJny7haDxEsK9QbxswCW1TBJHc90q { width:14.25rem;height:14.25rem;top:17.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG { display:none; }#ZbyMHbvtDDQsZ5ybIidWbXLmZhT4nnHG > .row .container { width:20rem;height:113.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJHSzZJvO7dvPun670N9FsqtsLl4VaqK { width:16.5625rem;height:1.25rem;top:16.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USiuFzqBEkG4iFNOrk3wohFp8swxDZEu { width:16.5625rem;height:1.25rem;top:39.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkgsfoPm3M6cwWJa9n2NrPvJXZuswkhS { width:15.0625rem;height:3.75rem;top:6.1748046875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdGvbn7Tg56ovshWsyMTsd59nzwEXcB { width:15.0625rem;height:2.8125rem;top:41.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpBvtDWdvcZx8KTokDsXeHt74udymzG { width:20rem;height:14.125rem;top:60.7358375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51LZozXduoL90r4dd2a19OqAsUN1PZK { width:20rem;height:14.125rem;top:76.1108375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVyseTf2T2HJzx9kyXeCVod42mx4uQm { width:20rem;height:14.125rem;top:54.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrgJPGAbIdbNohpcdMOZH666JiKCccqz { width:16.5625rem;height:1.25rem;top:62.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlQ2I8DFIuTmRoewfxmQlufClV8Ntvy { width:15.0625rem;height:2.8125rem;top:63.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz { display:none; }#hD7TPSWSc374ZGmwgWOiMo0VaO9hi3kz > .row .container { width:20rem;height:112.7353515625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8eXgJrolb1MyuZ0tRx8o8vrVsLaSHa1 { width:20rem;height:14.125rem;top:83.2358375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdA8pLODC3zfQ3yyL85cx3c0dGel0MRR { width:16.5625rem;height:1.25rem;top:16.9375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTO1PR65Fkph6NKJ7CaWb1hsPTsnShg { width:15.0625rem;height:4.6875rem;top:18.2373046875rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZvZX93zKeMM8a4TQxSTXF8TVtktS7iv { width:20rem;height:14.125rem;top:98.6108375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgfC6y7wgeU9eea7lXdrNy8ErCo1SXU { width:14.25rem;height:14.25rem;top:25.61035625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu4uInkibJTOGEIEd88ifmAKnPmWeItP { width:16.5625rem;height:1.25rem;top:41.29785625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0t6lTM2vZbQhQNZPnIbuNcGBSCIeKe1 { width:15.0625rem;height:2.8125rem;top:42.59765625rem;left:2.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEtF0gDcUcVnAvXZw1Q7qqmXhI60ywE { width:14.25rem;height:14.25rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU { display:block; }#yv5BJKPBmRuNoyzyVo1PBWiZaQ0RWTDU > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsRIwPJ5EvzCXVUTKC38e55WvdPJpzJG { width:20rem;height:4.2246125rem;top:2.1555397510529rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o { display:block; }#u4ynnE4JBWQ0kMm1MxlfeAB6SDIhG35o > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXUI8ow13QDp5celcBGnQiRVTwrscu2A { width:19.8748125rem;height:7.3095625rem;top:1.9140625rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #RvqEZbG2HTwS4VnkUN8fCKMnzQo9gGZh { width:17.375rem;height:17.375rem;top:8.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr3PRcMfhAPDtd8XXohLPz6727Axs1GX { width:16.5625rem;height:1.94970625rem;top:25.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #cuN2cMt3c0RR9O83zfshlTFhMNtlFOVC { width:17.499rem;height:6.499rem;top:28.34619140625rem;left:1.24951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Mgcpt3xiFKLqgCtp1T2PODzuHerKP2 { width:18.875rem;height:18.875rem;top:34.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAF4eZtCvNWrWVz6ruAmZvmagTOTh5Mk { width:16.5625rem;height:1.86865rem;top:53rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;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; }
 }@media only screen and (max-width: 763px) { #bMM3Uuyopg0JWxEFfuHOVCcVmkH5hVhg { width:15.0625rem;height:6.499rem;top:54.86771774292rem;left:2.4680397510529rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdnEow28uhFPD9DeVsvriWmOHQsZKE4 { width:19.0625rem;height:12.75rem;top:24.12451171875rem;left:0.49951171875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QDdNE1RG8EOLZxsdlvI8si2C0oOpxtEE { width:19.0625rem;height:10.625rem;top:51.625rem;left:0.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LEGOmVRbLNgeiWyZoeuARR8IZ08cOEJX { width:17.875rem;height:17.875rem;top:61.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB { display:block; }#SJfHC92nADEeEpK04TZ8EeAWZDmHyZHB > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhExPmbA22rtguw7dHrnKiFWbfuo3xud { width:16.5625rem;height:1.86865rem;top:1.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;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; }
 }@media only screen and (max-width: 763px) { #AdDZpmHOZQGaaCV67WS4MSu5cMyVTK89 { width:15.0625rem;height:7.3125rem;top:2.9918327331543rem;left:2.4680397510529rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc9Jgq4KsVGJN1I5JQPFQ6mImv0yTCQ8 { width:20rem;height:12.6875rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bQwdgwVMgOFs36g0D8fIibTWv6sIr1Nt { width:19.4375rem;height:19.4375rem;top:41.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclfE07deufUJmmndU4wythnSEOuN9iE { width:15.0625rem;height:6.499rem;top:31.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpLKS6dUC9PNmG3gbdoDMKyRaxELRSDd { width:16.5625rem;height:1.86865rem;top:29.125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;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; }
 }@media only screen and (max-width: 763px) { #t0BXRmFMNuQUQIvN7RdPhNn9H8I1QP35 { width:19rem;height:19rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJN1aDSkpSyuc78mPXmzUiTo4RLOyqIo { width:16.374rem;height:5.19921875rem;top:61.74609375rem;left:1.810546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi06Nlah4sG7rem9DNX50venNTm3qyT8 { width:16.5625rem;height:1.86865rem;top:59.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;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; }
 }@media only screen and (max-width: 763px) { #rO6IBkE3URzuhTy8L1JLyKurs5Bixmq0 { width:19.0625rem;height:12.3125rem;top:27.9375rem;left:0.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GC4EpJiaqRhOO6eHmytb4hpRX7Uzqzr7 { width:19.0625rem;height:12.5rem;top:57.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT { display:block; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0FdmK1AIWpqWcybkmvvyw7lc1gHKtro { width:20rem;height:7.7988125rem;top:2.125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gr8aARJzFAki1cIpHVO5Z4nt9TAQhzOq { width:8.25rem;height:3.5625rem;top:11.875rem;left:5.875rem;font-size:2.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #smNvoUHgonl2cdp9VBPV4zTFpqAOVb3q { width:20rem;height:1.40625rem;top:15.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TnVGg3AkyloQ5TKzFfe7Gr9UFOCDxQ9E { width:6.8125rem;height:6.8125rem;top:18.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAymzlLOkmobH8TA2TMR0rBrD5CJoG4 { width:20rem;height:16.0810625rem;top:27.875rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV { background-color:#d7e7fb;background-image:url("https://images.assets-landingi.com/uc/9ddd2dba-08f9-40b2-aaef-11172be5375f/Landing_Page_Uhh_Onkoloji_medikal_onkoloji_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.adaptive-delivery-prevent-bg, #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.lazyload, #puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV.lazyloading { background-image: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { background-color: transparent; background-image: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container > .video-iframe-container { display: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row > .video-iframe-container { display: none; }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .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); }#puG1o5y4gxWcfgMHlXoUTCyXLEpGTAPV > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZucFFW0FQOUEKPga73l16c6kfKTRN8l { width:18.25rem;height:39.4375rem;top:16.3125rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrRTbzfWyUPkBTDcvvDSLOqr5PsG0wO { width:17rem;height:4.875rem;top:25.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q { width:17.187rem;height:14.546875rem;top:31.998046875rem;left:1.40478515625rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15022;display:block; }#BRbQqtymVJTSJfkfeFCZWOsyx0Vt747Q li:before{  }
 }@media only screen and (max-width: 763px) { #wgWfmPLzuUlchDrGy6kkqZ4hlkwWT9e7 { width:17.5625rem;height:4.75rem;top:69.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.375rem;font-family:"gotham font";display:block; }
 }@media only screen and (max-width: 763px) { #ACMgwAQdUIOvgJSO7WF3ghZfN6nsISZv { width:20rem;height:12.9980625rem;top:2.3134765625rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdrQQKsUw9yMzyT1UMVokG55bKWZm7e6 { width:20rem;height:34.5rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnSoGA48DMTPThO5aHgc4uGTUrT7GAlx { width:20rem;height:0;top:75.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"gotham font";display:block; }
 }@media only screen and (max-width: 763px) { #RVJERVUapNMQlCHBCTQ2sfKsVCNUN8gw { width:17.8125rem;height:0;top:90.843383789062rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 { width:18.5625rem;height:0;top:97.999755859375rem;left:0.875244140625rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15022;display:block; }#TAemOSk7Kk6NtmAalNoJTXKqXThEIUb8 li:before{  }
 }@media only screen and (max-width: 763px) { #OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN { display:block; }#OuX9SB9mOpsNSZg2w2Bdx6MDLDMFaLhN > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgzHoThDtaDP8HdDa10rBi0I7KVTQyiU { width:20rem;height:8.15625rem;top:20.661125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be5RBCK1Af4TTBO3UDswixTqnVO3VZaM { width:20rem;height:1.13671875rem;top:33.567375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hooun2t45FSn16Qce5iEWn2CA0hbVnHQ { width:20rem;height:1.13671875rem;top:35.95409375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3J2ebbnITOhX50bpiwbuRKPpmqqoddL { width:20rem;height:1.13671875rem;top:75.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vti9OvycpyQHXMqDP82aOqvyLPg2XxRW { display:none; }#vti9OvycpyQHXMqDP82aOqvyLPg2XxRW > .row .container { width:20rem;height:80.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Itk0FrxRfsfRPnaeqix1M9X2v2ev0vhV { width:14.6875rem;height:18.0625rem;top:4.5625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNc6asT25Q6WSLpvzr2Np3Ngt3CDcTGU { width:20rem;height:2.25053125rem;top:25.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riWpTf0x6hd981vJ4egXTOZEQVbTsWED { width:20rem;height:1.13725rem;top:27.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubwVevqIwiuoLXN7XxlRVPXlivwlPGTN { width:20rem;height:1.13725rem;top:28.69970703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgE2toAN0IzwBl8bRgPyztaB3pqyoHBB { width:20rem;height:8.15625rem;top:31.085764355469rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d029e90-867a-4ec8-badf-9787c372d79c/Landing_Page_Uhh_Onkoloji_cagri_merkezi_2023.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:20rem;height:4.548825rem;top:2.9375rem;left:0rem;font-size:1.75rem;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #AQ7q8mMh9VotXpSLl0Ff0DFx86Mpm8zN { width:20rem;height:29.6875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4Cvr8q6bxqQFBAb7tOso7x0Uc6E6GhP { width:13.5rem;height:3.8125rem;top:1.25rem;left:3.25rem;display:block; }
 }