.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:23,153,235;--color-primary-1:28,106,219;--color-primary-2:36,54,160;--color-primary-3:0,39,121;--color-primary-4:13,31,97;--color-secondary-0:222,243,249;--color-secondary-1:145,215,236;--color-secondary-2:34,175,216;--color-secondary-3:17,88,108;--color-secondary-4:5,26,32;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Gotham Font";--paragraphs-font-family:"gotham font"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/61c8d3e7-2001-4f42-b801-c53cb47cff61/Landing_Page_Pakistan_Banglades_Karaciger_Nakli_202401.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;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:91.25rem;width:75rem;position:relative;display:block; }#v91E732Nr0cf92N2B0wZHtFLecaPELAq { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -moz-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -ms-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -o-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.55)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.55)' );";background-image: linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),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:36.25rem;left:4.1875rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:36.6015625rem;left:4.75rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { position:absolute;display:block;z-index:15046;height:28.5625rem;width:21rem;top:39.625rem;left:4.125rem;display:block; }
#TFsuoXdvNXJVMcQvbHbXFDJNuSUBwrxA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.375rem;left:4.125rem;height:4.5rem;font-style:normal;display:block; }
#k6kkvQ54mL3SLFKTC5G9eUJOFc7wxtFr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:18.9375rem;left:4.125rem;height:14.294275rem;font-style:normal;display:block; }
#SqEsAUCVO8dUEtJpFRZT2tFanA7lxZCz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:7.375rem;left:4.125rem;height:3.75rem;font-style:normal;display:block; }
#NocsZNlL07uFoM6urEtutUGf7ytZKk1U { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#NaifDh1mdyED47MSor9iNgtB1bs0haLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -moz-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -ms-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));background-image: -o-linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.55)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.55)' );";background-image: linear-gradient(28deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),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; }
#pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { position:absolute;display:block;z-index:15046;height:28.5625rem;width:21rem;top:24.1875rem;left:4.8125rem;display:block; }
#Ti3Kdsh7hgWR1a8sgSzv0xgxzUNkmrFn { color:#4e4e80;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.5625rem;left:4.8125rem;height:2.25rem;font-style:normal;display:block; }
#z1MT2dwft0FxvHn5JgWK1VJGwccg1O28 { color:rgba(var(--color-primary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.8125rem;height:6.499rem;font-style:normal;display:block; }
#XoBSKM6hg0Sz1CLpCTHy4brd1q14Zx04 { color:rgba(var(--color-primary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:6.4375rem;left:4.8125rem;height:3.75rem;font-style:normal;display:block; }
#CbK95ieM39hMJautdsJxEatu6wN2K0vg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:36.6015625rem;left:4.75rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LXIx4qnHJIiAyVOWL4ndLHyxERsNkRDW { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.0625rem;top:3.25rem;left:19.875rem;overflow:hidden;display:none; }
#tBF3twKBXmSc5f4FewEzT1DDfzIA1p4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;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:rgba(var(--color-tertiary-0),1);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:39.4375rem;width:75rem;position:relative;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:rgba(var(--color-primary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10rem;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:rgba(var(--color-primary-4),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.375rem;left:9.5rem;height:5.0625rem;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; }
#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:35.0625rem;width:75rem;position:relative;display:block; }#AumQURJn2m9hoX4uEeRbK8Bt2efSmbsO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:12.5rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:block; }
#ukwR1myby9iUO3UwkQXbxPdq5TZevcxU { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }#ukwR1myby9iUO3UwkQXbxPdq5TZevcxU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ukwR1myby9iUO3UwkQXbxPdq5TZevcxU li:before{  }
#GzKHZZNNQzlSw82pwdueOcKXTHr0SukL { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:30rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }#GzKHZZNNQzlSw82pwdueOcKXTHr0SukL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GzKHZZNNQzlSw82pwdueOcKXTHr0SukL li:before{  }
#Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:14rem;left:30rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }#Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv li:before{  }
#h0cAPLcXznJaHJaNnss5sdp7ydFNkpg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:17.5625rem;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; }
#ZKnlh5DtygfTHk3Df5Xhha4inV3e1Ow7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:14.125rem;left:30.875rem;height:1.5rem;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:left;text-align-last:left;display:block; }
#WszLyH8XTaMwG8Q0knJurpo39egCBHmp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:block; }
#MrssTy4rFRkILQD2OCTdN2FKWxP3DEdH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:17.3125rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:block; }
#t06T8U3GEk78mQG9gsxD9CBJmdhibyxw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:18.8125rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:block; }
#zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:17.25rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }#zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N li:before{  }
#A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:18.8125rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }#A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug li:before{  }
#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; }#G1kx5a71rNQtiWbWMwhCcMwfdoLvMukV { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:17.5625rem;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:none; }
#hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 li:before{  }
#nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:30rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP li:before{  }
#NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:14rem;left:30rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I li:before{  }
#dUvwT3nmiUOhDstOWykFHfEsDNbbIilH { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:17.25rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#dUvwT3nmiUOhDstOWykFHfEsDNbbIilH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dUvwT3nmiUOhDstOWykFHfEsDNbbIilH li:before{  }
#V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK { color:rgba(var(--color-tertiary-0),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:18.8125rem;left:29.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }#V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK li:before{  }
#vCdiwgrqQ556yMQAacJHofOWCLiBkwox { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:12.5rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:none; }
#GQE3J7kQLJ7fPiJAq19swM2tS31z0ksX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:14.125rem;left:30.875rem;height:1.5rem;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:left;text-align-last:left;display:none; }
#JWxo9D5AdkI019CMETxNtAK1bIygyv66 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:none; }
#wvDMemX9GfGluGKXaNAp5TZbPZT8ot8u { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:17.3125rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:none; }
#RpAx7mmImS6gKLX29mQFbZh1izKqZ2ol { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:18.8125rem;left:30.8125rem;height:1.5rem;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:left;text-align-last:left;display:none; }
#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { background-color: transparent; background-image: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { border-width: 0; border-radius: 0; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { color:rgba(var(--color-tertiary-0),1);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:18.625rem;left:6.875rem;height:2.76236875rem;display:block; }
#fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.9375rem;left:1.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:rgba(var(--color-tertiary-0),1);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:18.625rem;left:22.125rem;height:2.76236875rem;display:block; }
#oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15.875rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { color:rgba(var(--color-tertiary-0),1);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:18.625rem;left:37.0625rem;height:2.76236875rem;display:block; }
#KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.8125rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.4375rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nODCXqvMXrp1dodastV2TF01Tfiv1xIz { color:rgba(var(--color-tertiary-0),1);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:18.625rem;left:52.4375rem;height:2.76236875rem;display:block; }
#BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.9375rem;left:61.1875rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { color:rgba(var(--color-tertiary-0),1);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:18.625rem;left:66.625rem;height:2.76236875rem;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:18.375rem;left:13.875rem; }
#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:10.5rem;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:10.25rem;left:18.5rem;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:9.75rem;left:33.5rem;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:9.9375rem;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:11rem;left:64.0625rem;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:18.375rem;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:18.375rem;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:18.375rem;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:9.375rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);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:9.375rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:9.375rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);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:9.375rem;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:9.375rem;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; }
#ZOohJBDEhLnhsZyRGIVdiCqfUCJyo6fp { color:rgba(var(--color-primary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.125rem;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:59.6875rem;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:13.125rem;left:17.375rem; }
#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:13.125rem;left:34.375rem; }
#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:35.5625rem;left:17.3125rem; }
#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:35.625rem;left:34.375rem; }
#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:35.5625rem;left:53.0625rem; }
#eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:21.6875rem;left:12.8125rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXDycXTaTSNIvq669tH218EEyFDTZaVV { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:21.6875rem;left:30.125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:21.6875rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:43.8125rem;left:12.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRPFMJsnsptWTy14qc8qPfNeptWVgubH { color:rgba(var(--color-primary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:43.8125rem;left:32.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:43.8125rem;left:48.0625rem;height:5.19791875rem;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:12.0625rem;left:51.96875rem;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:13.125rem;left:53.03125rem; }
#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:12.46875rem;left:33.71875rem;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:12.6875rem;left:16.9375rem;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:34.5625rem;left:16.4375rem;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:34.9375rem;left:33.75rem;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:35.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { color:rgba(var(--color-primary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:2.4375rem;left:17.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:33.375rem;width:75rem;position:relative;display:block; }#c0FdmK1AIWpqWcybkmvvyw7lc1gHKtro { color:rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);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.42578125rem;left:17.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8cD5Ibb2/09.jpg");background-position:bottom 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; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG.adaptive-delivery-prevent-bg, #cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG.lazyload, #cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG.lazyloading { background-image: none; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container { background-color: transparent; background-image: none; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container > .video-iframe-container { display: none; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row > .video-iframe-container { display: none; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .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); }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container { border-width: 0; border-radius: 0; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:block; }#uvT5OK9ZrEHEad3RU0VZNxbuw47aoyPi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:13.125rem;left:35.9375rem;display:block; }
#PI1sEMnthxTNMP0tmrODSGQMT9ii7csw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:13.125rem;left:35.9375rem;display:block; }
#uTKl2eLOr1CTB8i62KJFfKSRvEycoNrG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.3125rem;left:18.25rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNeZiTHNHgJetO6PQfhTitn77WTdDlyB { position:absolute;display:block;z-index:15047;height:36.3125rem;width:24.1875rem;top:15.875rem;left:25.40625rem;display:block; }
#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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:3.875rem;width:14.0625rem;top:0.84375rem;left:30.75rem;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:36.25rem;left:0rem;width:20.875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:36.5625rem;left:0rem;width:19.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { top:39.625rem;left:0rem;width:21rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFsuoXdvNXJVMcQvbHbXFDJNuSUBwrxA { top:12.375rem;left:0rem;width:30.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kkvQ54mL3SLFKTC5G9eUJOFc7wxtFr { top:18.9375rem;left:0rem;width:26.6875rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqEsAUCVO8dUEtJpFRZT2tFanA7lxZCz { top:7.375rem;left:0rem;width:26.125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NocsZNlL07uFoM6urEtutUGf7ytZKk1U { top:0.75rem;left:0rem;width:12.0625rem;height:3.375rem;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) { #pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { top:24.1875rem;left:0rem;width:21rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3Kdsh7hgWR1a8sgSzv0xgxzUNkmrFn { top:15.9375rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1MT2dwft0FxvHn5JgWK1VJGwccg1O28 { top:25.5rem;left:0rem;width:19.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBSKM6hg0Sz1CLpCTHy4brd1q14Zx04 { top:8rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbK95ieM39hMJautdsJxEatu6wN2K0vg { top:36.5625rem;left:0rem;width:19.75rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXIx4qnHJIiAyVOWL4ndLHyxERsNkRDW { top:3.875rem;left:6.875rem;width:12.0625rem;height:3.375rem;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:3.875rem;left:5.0625rem;width:37.625rem;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:10rem;left:0.4375rem;width:46.1875rem;height:;font-size:1.125rem;display:block; }#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX li:before{  }
 }@media only screen and (max-width: 763px) { #CxE2Tenz2sizMQ6e5ark6tgJW8QMHvUw { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;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) { #AumQURJn2m9hoX4uEeRbK8Bt2efSmbsO { top:12.5rem;left:17.1875rem;width:16.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwR1myby9iUO3UwkQXbxPdq5TZevcxU { top:15.625rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:block; }#ukwR1myby9iUO3UwkQXbxPdq5TZevcxU li:before{  }
 }@media only screen and (max-width: 763px) { #GzKHZZNNQzlSw82pwdueOcKXTHr0SukL { top:12.375rem;left:16.375rem;width:0.875rem;height:0;font-size:1.5625rem;display:block; }#GzKHZZNNQzlSw82pwdueOcKXTHr0SukL li:before{  }
 }@media only screen and (max-width: 763px) { #Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv { top:14rem;left:16.375rem;width:0.875rem;height:0;font-size:1.5625rem;display:block; }#Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv li:before{  }
 }@media only screen and (max-width: 763px) { #h0cAPLcXznJaHJaNnss5sdp7ydFNkpg2 { top:7.625rem;left:3.9375rem;width:39.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnlh5DtygfTHk3Df5Xhha4inV3e1Ow7 { top:14.125rem;left:17.25rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WszLyH8XTaMwG8Q0knJurpo39egCBHmp { top:15.75rem;left:17.1875rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrssTy4rFRkILQD2OCTdN2FKWxP3DEdH { top:17.3125rem;left:17.1875rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t06T8U3GEk78mQG9gsxD9CBJmdhibyxw { top:18.8125rem;left:17.1875rem;width:16.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N { top:17.25rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:block; }#zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N li:before{  }
 }@media only screen and (max-width: 763px) { #A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug { top:18.8125rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:block; }#A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug li:before{  }
 }@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) { #G1kx5a71rNQtiWbWMwhCcMwfdoLvMukV { top:2.9375rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 { top:15.625rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:none; }#hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 li:before{  }
 }@media only screen and (max-width: 763px) { #nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP { top:12.375rem;left:16.375rem;width:0.875rem;height:0;font-size:1.5625rem;display:none; }#nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP li:before{  }
 }@media only screen and (max-width: 763px) { #NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I { top:14rem;left:16.375rem;width:0.875rem;height:0;font-size:1.5625rem;display:none; }#NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I li:before{  }
 }@media only screen and (max-width: 763px) { #dUvwT3nmiUOhDstOWykFHfEsDNbbIilH { top:17.25rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:none; }#dUvwT3nmiUOhDstOWykFHfEsDNbbIilH li:before{  }
 }@media only screen and (max-width: 763px) { #V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK { top:18.8125rem;left:16.3125rem;width:0.875rem;height:0;font-size:1.5625rem;display:none; }#V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK li:before{  }
 }@media only screen and (max-width: 763px) { #vCdiwgrqQ556yMQAacJHofOWCLiBkwox { top:12.125rem;left:0rem;width:13.8125rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQE3J7kQLJ7fPiJAq19swM2tS31z0ksX { top:14.3125rem;left:0rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWxo9D5AdkI019CMETxNtAK1bIygyv66 { top:16.375rem;left:0rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvDMemX9GfGluGKXaNAp5TZbPZT8ot8u { top:18.5rem;left:0rem;width:14.1875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpAx7mmImS6gKLX29mQFbZh1izKqZ2ol { top:20.625rem;left:0rem;width:15.3125rem;height:1.5rem;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.8125rem;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:18.625rem;left:0rem;width:0.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:21.9375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:18.625rem;left:8.5rem;width:0.875rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:21.8125rem;left:2.25rem;width:13.4375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:18.625rem;left:23.4375rem;width:0.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:22.4375rem;left:18.1875rem;width:11.375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:22.4375rem;left:33.8125rem;width:11.375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:18.625rem;left:38.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:21.9375rem;left:35.125rem;width:12.625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:18.625rem;left:46.375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:18.375rem;left:0.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:7.8125rem;height:7.8125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:8.1875rem;height:8.1875rem;top:10.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:8.375rem;height:8.375rem;top:9.75rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:8.75rem;height:8.75rem;top:9.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:6.875rem;height:6.875rem;top:11rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:18.375rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:18.375rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:18.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:9.375rem;left:0rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:9.375rem;left:32.6875rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:9.375rem;left:31.625rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:9.375rem;left:1.375rem;width:15.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:9.375rem;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) { #ZOohJBDEhLnhsZyRGIVdiCqfUCJyo6fp { top:2.3125rem;left:3.59375rem;width:40.5625rem;height:;font-size:1.125rem;display:block; }
 }@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:3.125rem;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:13.125rem;left:3.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { top:13.125rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { top:35.5625rem;left:3.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { top:35.625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIK8gxvRlSAaBxxuPNT3cq3RtgiUKWxb { top:35.5625rem;left:39.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { top:21.6875rem;left:0rem;width:14.4375rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { top:21.6875rem;left:16.5rem;width:13.875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { top:21.6875rem;left:31.25rem;width:16.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { top:43.8125rem;left:0rem;width:16.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { top:43.8125rem;left:18.5625rem;width:12.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { top:43.8125rem;left:31.3125rem;width:16.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:8.375rem;height:8.375rem;top:12.0625rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { top:13.125rem;left:39.40625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:7.5625rem;height:7.5625rem;top:12.4375rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:7.125rem;height:7.125rem;top:12.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:8.1875rem;height:8.1875rem;top:34.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:7.5625rem;height:7.5625rem;top:34.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDLNaspl3GyNqKqN48zZs2EGmI0TGy9 { width:7rem;height:7rem;top:35.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { top:2.4375rem;left:3.59375rem;width:40.5625rem;height:;font-size:1.125rem;display:block; }
 }@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.375rem;left:4.09375rem;width:39.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG { display:block; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvT5OK9ZrEHEad3RU0VZNxbuw47aoyPi { width:3.125rem;height:0.125rem;top:13.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI1sEMnthxTNMP0tmrODSGQMT9ii7csw { width:3.125rem;height:0.125rem;top:13.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKl2eLOr1CTB8i62KJFfKSRvEycoNrG { top:5.3125rem;left:4.625rem;width:38.5625rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNeZiTHNHgJetO6PQfhTitn77WTdDlyB { top:15.875rem;left:11.78125rem;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:17.125rem;width:14.0625rem;height:3.875rem;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.625rem;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:1.25rem;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) { #kdR1RrHpR9JnoNqNffHa1Eeqs2x6ZD0S { width:20rem;height:32.875rem;top:30.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFsuoXdvNXJVMcQvbHbXFDJNuSUBwrxA { width:20rem;height:4.5rem;top:11.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6kkvQ54mL3SLFKTC5G9eUJOFc7wxtFr { width:20rem;height:8.7715rem;top:16.9375rem;left:0.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SqEsAUCVO8dUEtJpFRZT2tFanA7lxZCz { width:20rem;height:3.75rem;top:7rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NocsZNlL07uFoM6urEtutUGf7ytZKk1U { width:12.0625rem;height:3.375rem;top:32.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaifDh1mdyED47MSor9iNgtB1bs0haLz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19222ea2-97c3-4922-bab7-90c53cb82af1/Landing_Page_Pakistan_Banglades_Karaciger_Nakli_2024.png");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:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecv9TiB9bZ6VLLxWDTk7RUwszs78nOUi { width:20rem;height:7.5rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOO3DR1rlvDdAs4GLdEp7GdWTTZ2G0PF { width:20rem;height:32.875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3Kdsh7hgWR1a8sgSzv0xgxzUNkmrFn { width:20rem;height:6.75rem;top:15.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z1MT2dwft0FxvHn5JgWK1VJGwccg1O28 { width:19.3115rem;height:21.9286875rem;top:25.5rem;left:0.34375rem;font-size:1.125rem;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) { #XoBSKM6hg0Sz1CLpCTHy4brd1q14Zx04 { width:20rem;height:5.625rem;top:8rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CbK95ieM39hMJautdsJxEatu6wN2K0vg { width:19.5625rem;height:2.5rem;top:51.8125rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #LXIx4qnHJIiAyVOWL4ndLHyxERsNkRDW { width:14.75rem;height:3.9375rem;top:1.7109375rem;left:2.625rem;z-index:15048;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:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:6.8261875rem;top:2.864990234375rem;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:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:65.011875rem;top:16.1748046875rem;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:10.80075rem;top:2.5rem;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) { #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:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AumQURJn2m9hoX4uEeRbK8Bt2efSmbsO { width:20rem;height:4.5rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwR1myby9iUO3UwkQXbxPdq5TZevcxU { width:0.875rem;height:0;top:17.4375rem;left:5.75rem;font-size:1.5625rem;display:block; }#ukwR1myby9iUO3UwkQXbxPdq5TZevcxU li:before{  }
 }@media only screen and (max-width: 763px) { #GzKHZZNNQzlSw82pwdueOcKXTHr0SukL { width:0.875rem;height:0;top:18.9375rem;left:4.5625rem;font-size:1.5625rem;display:block; }#GzKHZZNNQzlSw82pwdueOcKXTHr0SukL li:before{  }
 }@media only screen and (max-width: 763px) { #Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv { width:0.875rem;height:0;top:20.4375rem;left:0.3125rem;font-size:1.5625rem;display:block; }#Mzd5UUNMWZakLyVWEImzJgelMKtc7Ebv li:before{  }
 }@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) { #ZKnlh5DtygfTHk3Df5Xhha4inV3e1Ow7 { width:14.1875rem;height:0;top:23.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WszLyH8XTaMwG8Q0knJurpo39egCBHmp { width:14.1875rem;height:0;top:26.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrssTy4rFRkILQD2OCTdN2FKWxP3DEdH { width:14.1875rem;height:0;top:30.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t06T8U3GEk78mQG9gsxD9CBJmdhibyxw { width:16.625rem;height:0;top:34.0625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N { width:0.875rem;height:0;top:28.8125rem;left:9.5625rem;font-size:1.5625rem;display:block; }#zgmqb9Ltek8WIITE1IDK20KQSbNLOU1N li:before{  }
 }@media only screen and (max-width: 763px) { #A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug { width:0.875rem;height:0;top:32.8125rem;left:9.5625rem;font-size:1.5625rem;display:block; }#A8M2PVrl3AfPBk5yxX6dDc1xy18nXkug li:before{  }
 }@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:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1kx5a71rNQtiWbWMwhCcMwfdoLvMukV { width:20rem;height:;top:2.9775390625rem;left:0rem;font-size:1.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 { width:0.875rem;height:0;top:14.25rem;left:1.875rem;font-size:1.5625rem;z-index:15057;display:block; }#hlBtWOFETuUsuxkp9LsV4MP9uoc3HyK3 li:before{  }
 }@media only screen and (max-width: 763px) { #nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP { width:0.875rem;height:0;top:10.0625rem;left:1.875rem;font-size:1.5625rem;z-index:15058;display:block; }#nHOn68MGRbf7l7ocluZbaT4S5z6DgNIP li:before{  }
 }@media only screen and (max-width: 763px) { #NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I { width:0.875rem;height:0;top:12.125rem;left:1.875rem;font-size:1.5625rem;z-index:15059;display:block; }#NSe1c0WgU7vlecJTbuPBfC4JMCHyEX6I li:before{  }
 }@media only screen and (max-width: 763px) { #dUvwT3nmiUOhDstOWykFHfEsDNbbIilH { width:0.875rem;height:0;top:16.3125rem;left:1.875rem;font-size:1.5625rem;z-index:15060;display:block; }#dUvwT3nmiUOhDstOWykFHfEsDNbbIilH li:before{  }
 }@media only screen and (max-width: 763px) { #V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK { width:0.875rem;height:0;top:18.5rem;left:1.875rem;font-size:1.5625rem;z-index:15061;display:block; }#V3bSOaTZBI7WnqQkA6llpdD5mkMoK5TK li:before{  }
 }@media only screen and (max-width: 763px) { #vCdiwgrqQ556yMQAacJHofOWCLiBkwox { width:13.8125rem;height:1.499025rem;top:10.125rem;left:2.75rem;font-size:1rem;z-index:15056;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GQE3J7kQLJ7fPiJAq19swM2tS31z0ksX { width:14.1875rem;height:1.499025rem;top:12.3125rem;left:2.75rem;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #JWxo9D5AdkI019CMETxNtAK1bIygyv66 { width:14.1875rem;height:1.499025rem;top:14.375rem;left:2.8125rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #wvDMemX9GfGluGKXaNAp5TZbPZT8ot8u { width:14.1875rem;height:1.499025rem;top:16.5rem;left:2.75rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #RpAx7mmImS6gKLX29mQFbZh1izKqZ2ol { width:15.3125rem;height:1.499025rem;top:18.625rem;left:2.75rem;font-size:1rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 { display:block; }#FZXg7Vl7OuXPhTDWgvZwttL8GCR7ZST7 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { width:20rem;height:6.8261875rem;top:2.10205078125rem;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:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { width:0.875rem;height:2.598875rem;top:10.375rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:1.29948125rem;top:14.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.125rem;height:2.35595625rem;top:22.4375rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:18.4375rem;height:3.8984375rem;top:25.6875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:0.875rem;height:2.598875rem;top:36.1875rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:13.8125rem;height:3.8984375rem;top:39.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:16.25rem;height:3.8984375rem;top:53.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:2.598875rem;top:48.5rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:17.625rem;height:5.19791875rem;top:66.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:2.598875rem;top:61.5rem;left:0.6875rem;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) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:6.1875rem;height:6.1875rem;top:7.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:6.75rem;height:6.75rem;top:18.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:7.375rem;height:7.25rem;top:31.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:7.6875rem;height:7.6875rem;top:45.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:6.25rem;height:6.25rem;top:59.3125rem;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:13.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:15.9375rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13.5625rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:13.9375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:12.5625rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:16.875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:30.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:43.1875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:56.625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #ZOohJBDEhLnhsZyRGIVdiCqfUCJyo6fp { width:20rem;height:4.38671875rem;top:0.55908203125rem;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) { #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:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { width:20rem;height:4.5rem;top:3.9375rem;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:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { width:4.0625rem;height:4.0625rem;top:15.375rem;left:2.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { width:4.0625rem;height:4.0625rem;top:35.0625rem;left:2.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { width:4.0625rem;height:4.0625rem;top:15.375rem;left:13.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { width:4.0625rem;height:4.0625rem;top:35.0625rem;left:12.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIK8gxvRlSAaBxxuPNT3cq3RtgiUKWxb { width:4.0625rem;height:4.0625rem;top:52.375rem;left:2.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { width:8.0625rem;height:10.96875rem;top:20.625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { width:9.375rem;height:6.09375rem;top:20.625rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { width:8.125rem;height:5.68359375rem;top:40.4375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { width:8.9375rem;height:7.3125rem;top:40.4375rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { width:8.375rem;height:4.875rem;top:58.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhZGIXDdfZCzcnZyFGNJaOXCewlVCa4 { width:8.8125rem;height:9.75rem;top:58.25rem;left:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:5.3125rem;height:5.3125rem;top:34.4375rem;left:1.9375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { width:4.0625rem;height:4.0625rem;top:52.375rem;left:12.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:5.1875rem;height:5.1875rem;top:14.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:4.375rem;height:4.375rem;top:15.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:5.375rem;height:5.375rem;top:34.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:5.1875rem;height:5.1875rem;top:51.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDLNaspl3GyNqKqN48zZs2EGmI0TGy9 { width:4.8125rem;height:4.8125rem;top:52rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkgfVAEdGlUTCJQ6Twtbp7TiWmxzTAH { width:18.625rem;height:8.7715rem;top:3.046875rem;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) { #CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT { display:block; }#CBoqV6p3Btsxi46ln9bAAgO0HyBOt2BT > .row .container { width:20rem;height:39.9375rem;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:9.625rem;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:13.125rem;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:15.96875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAymzlLOkmobH8TA2TMR0rBrD5CJoG4 { width:20rem;height:10.233375rem;top:25.625rem;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) { #cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG { display:block; }#cHFfyiNh3b5ZOZtQVhye3nnbguks4HDG > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvT5OK9ZrEHEad3RU0VZNxbuw47aoyPi { width:3.125rem;height:0.125rem;top:13.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI1sEMnthxTNMP0tmrODSGQMT9ii7csw { width:3.124025rem;height:0.12402375rem;top:10.072021484375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKl2eLOr1CTB8i62KJFfKSRvEycoNrG { width:18.62425rem;height:6.8261875rem;top:2.24853515625rem;left:0.6875rem;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;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNeZiTHNHgJetO6PQfhTitn77WTdDlyB { width:20rem;height:30.8125rem;top:12.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:20rem;height:6.25rem;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; }
 }