.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3178;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; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { background-color: transparent; background-image: none; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container > .video-iframe-container { display: none; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row > .video-iframe-container { display: none; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .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); }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { border-width: 0; border-radius: 0; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { 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:69px;width:254px;top:9px;left:11px;overflow:hidden;display:block; }
#ggVeJML9y9p920EUcTRNfRGdntaKhIku { background-color:#0d1f61;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { background-color: transparent; background-image: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container > .video-iframe-container { display: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container { display: block; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .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); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { border-width: 0; border-radius: 0; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { font-size:14px;font-family:arial;height:1290px;width:1200px;overflow:visible;position:relative;display:block; }#QCDRPTatkyJ17QwTwVhZvBMZUUdH222Z { color:#ffffff;display:block;width:689px;position:absolute;font-family:"gotham font";font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:5px 1px 5px rgba(255,255,255,0.23);top:103px;left:17px;height:192.383px;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; }
#o5UT7wpU8KsWNLRmTPgAEpChK68bXaRW { color:#ffffff;display:block;width:456px;position:absolute;font-family:"gotham font";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:3px 1px 5px rgba(0,0,0,0.5);top:318px;left:17px;height:83.1641px;font-style:normal;display:block; }
#oXJTMv3hsG3OSCidqZarVZQmoUqMxHUu { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: 1px 1px 8px rgba(0,0,0,0.21) ;height:722px;width:372px;top:492px;left:17px;display:block; }
#h7ptNHAXZHBZ8yDzFbTkHSJTpqVRAUql { color:#ffffff;display:block;width:482px;position:absolute;font-family:roboto;font-size:49px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:121px;left:120px;height:126.222px;font-style:normal;display:none; }
#Tr7H3tbXCbyes96BxmoP0Zr1uQv4sX8k { position:absolute;display:block;z-index:15022;height:419px;width:347px;top:504px;left:30px;display:block; }
#fgB2FemJZX4EWAv9pE6Fgx8DR6IgPXxX { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -moz-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -ms-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-image: -o-linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#8c22afd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1f61', endColorstr='#8c22afd8' );";background-image: linear-gradient(28deg, #0d1f61, rgba(34,175,216,0.55));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 0 1px 0 rgba(0,0,0,0.5) ;height:84px;width:373px;top:430px;left:17px;display:block; }
#DhzLWP2zIi8TVtfvP1LA6VbQ0NK78TZw { color:#ffffff;display:block;width:357px;position:absolute;font-family:"gotham font";font-size:20px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:436px;left:25px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 { position:relative;display:block; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 { background-color: transparent; background-image: none; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row .container > .video-iframe-container { display: none; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row > .video-iframe-container { display: none; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .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); }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 { border-width: 0; border-radius: 0; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .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; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:115px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CvuHVhA2mWNty0LCiPCtgWnQToyRdCn8 { color:#312e63;display:block;width:763px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.25px;left:218.5px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT { position:relative;display:block; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT { background-color: transparent; background-image: none; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row .container > .video-iframe-container { display: none; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row > .video-iframe-container { display: none; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .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); }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT { border-width: 0; border-radius: 0; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .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; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:534px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yXvrZXlGksXQQLX1wexhpoeLnDF0azvG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:438px;width:792px;top:18px;left:204px;display:block; }
#Tol3JHAvdJZ0igRfVqcrxoAVhC2F53s0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:510px;left:567px; }
#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c33bfbd7-4ef9-44c0-b2e5-1660a458059a/esansiyel_Tremor_danisanlar_202403.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; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.adaptive-delivery-prevent-bg, #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.lazyload, #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.lazyloading { background-image: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { background-color: transparent; background-image: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container > .video-iframe-container { display: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row > .video-iframe-container { display: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .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); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { border-width: 0; border-radius: 0; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#eMSUv28XJTthm6pJcvrtEETg9g64o8SW { color:#ffffff;display:block;width:785px;position:absolute;font-family:roboto;font-size:41px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:44.84375px;left:207.5px;height:53.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a914059-5cf2-47e7-858d-43f0d2e45d6e/esansiyel_Tremor_banner_2024_bosnakca.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; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.adaptive-delivery-prevent-bg, #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.lazyload, #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.lazyloading { background-image: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { background-color: transparent; background-image: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container > .video-iframe-container { display: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row > .video-iframe-container { display: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .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); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { border-width: 0; border-radius: 0; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { font-size:14px;font-family:arial;height:1525px;width:1200px;position:relative;display:block; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container { background-color: transparent; background-image: none; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container > .video-iframe-container { display: none; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row > .video-iframe-container { display: none; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .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); }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container { border-width: 0; border-radius: 0; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container { font-size:14px;font-family:arial;height:577px;width:1200px;position:relative;display:block; }#xgf2oB26skpTmkkp8wd0F30Uv11cAHaD { color:#ffffff;display:block;width:1008px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:120px;left:96px;height:136.4745px;text-align:left;text-align-last:left;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; }
#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO { color:#ffffff;display:block;width:917px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:341px;left:96px;height:;text-align:left;text-align-last:left;display:block; }#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO li:not(:first-child){ padding-top:2px;padding-right:0;padding-bottom:0;padding-left:0; }#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO li:before{  }
#reTA1xwz5bbELU1cRLmbTbaTfFaDuwdO { color:#ffffff;display:block;width:714px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:65px;left:96px;height:44.1992px;font-style:normal;display:block; }
#FTh1XKh8Rr2GlSefH6Xu9QHDuVH95BL6 { color:#ffffff;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:288px;left:96px;height:44.1992px;font-style:normal;display:block; }
#mIAUvi2MRNXKQfbMTM6ACD0ptLGFL0Qg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:566.5px;left:567px; }
#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 { position:relative;display:block; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 { background-color: transparent; background-image: none; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row .container > .video-iframe-container { display: none; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row > .video-iframe-container { display: none; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .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); }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 { border-width: 0; border-radius: 0; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .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; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:862px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b6QOBED6onnJkc1uKSrs94IB5RVTekcU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:316px;width:566px;top:68px;left:0px;overflow:hidden;display:block; }
#gxnW13ToAVVmaBfqwoAeUPacKrpHwDWQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:316px;width:566px;top:69px;left:634px;overflow:hidden;display:block; }
#yIyeDxTPSV5wKGupS2UDLmSxKs3mD7pp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:316px;width:566px;top:460px;left:0px;overflow:hidden;display:block; }
#QPxG4JfF443isMwRynSlTDAWoZemcr2S { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:316px;width:566px;top:460px;left:633px;overflow:hidden;display:block; }
#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container { background-color: transparent; background-image: none; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container > .video-iframe-container { display: none; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row > .video-iframe-container { display: none; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .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); }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container { border-width: 0; border-radius: 0; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container { font-size:14px;font-family:arial;height:386px;width:1200px;position:relative;display:block; }#MN62LvhTAv6JzLtKLqn5iPPSfzNJkl0Z { color:#0d1f61;display:block;width:1087px;position:absolute;font-family:roboto;font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:151px;left:26px;height:162.5px;text-align:left;text-align-last:left;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; }
#xaLpssFGyqO3kQLFGTn73rMXoM6029Mk { color:#0d1f61;display:block;width:1064px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53px;left:37.5px;height:;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;font-style:normal;display:block; }
#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { position:relative;display:block; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { background-color: transparent; background-image: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container > .video-iframe-container { display: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row > .video-iframe-container { display: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .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); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { border-width: 0; border-radius: 0; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .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; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4cefde62-5669-4b62-be8d-0028629aa4f2/esansiyel_Tremor_danisanlar_202406.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:589px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.adaptive-delivery-prevent-bg, #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.lazyload, #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.lazyloading { background-image: none; }#B8LXsvXArepioN5Jten2D6bPK1gInntT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:578px;left:567px; }
#N6nEqXcpo3sbg5xOLTQogdmT2bI7VygI { color:#0d1f61;display:block;width:270px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:535px;left:170px;height:32.5px;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;font-style:normal;display:block; }
#CNZyQX9K1oLkQ7AQDzDPvog3PFNiEJIb { color:#0d1f61;display:block;width:270px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:535px;left:797px;height:;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;font-style:normal;display:block; }
#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC { position:relative;display:block; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC { background-color: transparent; background-image: none; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row .container > .video-iframe-container { display: none; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row > .video-iframe-container { display: none; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .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); }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC { border-width: 0; border-radius: 0; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .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; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:642px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ubuQcgayTvSP9J2SDQpsuvfraMhyvBIw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:438px;width:791px;top:190.5px;left:204.5px;display:block; }
#ykho2GQiPp3BXsiNGL1Gp7ezFICtTvMH { color:#312e63;display:block;width:763px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:79px;left:218.5px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ { position:relative;display:block; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ { background-color: transparent; background-image: none; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row .container > .video-iframe-container { display: none; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row > .video-iframe-container { display: none; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .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); }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ { border-width: 0; border-radius: 0; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .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; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:527px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XwRH9AKqkNmkuZwHxN0TEfvfVOfnEDvv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:438px;width:792px;top:41px;left:204px;display:block; }
#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(188,34,115,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; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container { background-color: transparent; background-image: none; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container > .video-iframe-container { display: none; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row > .video-iframe-container { display: none; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .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); }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container { border-width: 0; border-radius: 0; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container { font-size:14px;font-family:arial;height:2343px;width:1200px;position:relative;display:block; }#D7c1RTHKu00PmicgdO0To6OyMuy2b8M1 { color:#0d1f61;display:block;width:1040px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:150px;left:93px;height:218.359px;text-align:left;text-align-last:left;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; }
#lTsZz78HrG9Zb0CUJheqKyixC0WhVHFk { color:#0d1f61;display:block;width:1051px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:442.015625px;left:93px;height:272.949px;text-align:left;text-align-last:left;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; }
#z04pnA3cLJ61x1mT6GZolsU2kWTZNit0 { color:#0d1f61;display:block;width:1044px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:841px;left:93px;height:;text-align:left;text-align-last:left;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; }
#VQ1Qt59o6BNah0zfUDA1pUKx79wXwvxK { color:#0d1f61;display:block;width:1017px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1167px;left:91.5px;height:81.8848px;text-align:left;text-align-last:left;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; }
#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP { color:#0d1f61;display:block;width:721.969px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1263px;left:93px;height:115.156px;text-align:left;text-align-last:left;display:block; }#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP li:not(:first-child){ padding-top:2px;padding-right:0;padding-bottom:0;padding-left:0; }#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP li:before{  }
#fQe1CTX7wxuvAnJwRtKVEHqslkWKkz4e { color:#0d1f61;display:block;width:1026px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1395px;left:94px;height:81.8906px;text-align:left;text-align-last:left;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; }
#gTT0MEFOHNZ4iUgPpQor2DagSLKe5zUT { color:#0d1f61;display:block;width:1040px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1556px;left:93px;height:354.834px;text-align:left;text-align-last:left;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; }
#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB { color:#0d1f61;display:block;width:806px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1989px;left:93px;height:;text-align:left;text-align-last:left;display:block; }#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB li:not(:first-child){ padding-top:4px;padding-right:0;padding-bottom:0;padding-left:0; }#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB li:before{  }
#zVyMz6SBfQxw5epD7NI0XigTuWT291HQ { color:#0d1f61;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:51px;left:93px;height:;font-style:normal;display:block; }
#Ftexit1nfftdC8u8gTiZSmvJcTUOFtpK { color:#0d1f61;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:387px;left:93px;height:44.1992px;font-style:normal;display:block; }
#oXx4AVqDuPbLPMnvpGh5uT3BFAzDBgeE { color:#0d1f61;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:743px;left:93px;height:;font-style:normal;display:block; }
#DDkCIN5kcuRpS8hyIuD8dKTtvKI7mDhr { color:#0d1f61;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1111px;left:93px;height:44.1992px;font-style:normal;display:block; }
#R0tRTCFWms5nIDlznDRKEyGVoNG2yAhc { color:#0d1f61;display:block;width:904px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1502px;left:93px;height:44.1992px;font-style:normal;display:block; }
#yR0KXCx6WOpAODblPTVJHIBSqteOPMrx { color:#0d1f61;display:block;width:993px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1936px;left:93px;height:44.1992px;font-style:normal;display:block; }
#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eea05f;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; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container { background-color: transparent; background-image: none; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container > .video-iframe-container { display: none; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row > .video-iframe-container { display: none; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .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); }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container { border-width: 0; border-radius: 0; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#gNbflyED3Sy0lUCNvHKWGuT9TKfvwddZ { color:#ffffff;display:block;width:503px;position:absolute;font-family:roboto;font-size:51px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:200.546875px;left:648.5px;height:198.867px;text-align:left;text-align-last:left;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; }
#tzEC95CGp8FFvHqEChKBuPZkg8NcebSs { position:absolute;display:block;z-index:15010;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:600px;width:600px;top:0px;left:0px;overflow:hidden;display:block; }
#GS1UHAGeoLdXLr9eqJnapiP0J3STpuKN { color:#ffffff;display:block;width:491px;position:absolute;font-family:roboto;font-size:51px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:172.09375px;left:646px;height:198.8909px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container { background-color: transparent; background-image: none; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container > .video-iframe-container { display: none; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row > .video-iframe-container { display: none; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .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); }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container { border-width: 0; border-radius: 0; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#oum4pRdQXfJOnsAaw7VqCCz9I5t9GrlE { position:absolute;display:block;z-index:15010;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:600px;width:600px;top:0px;left:600px;overflow:hidden;display:block; }
#FoifQtrI9MORW4PEyb9G1f3n494Va9Tf { color:#ffffff;display:block;width:445px;position:absolute;font-family:roboto;font-size:30px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:362px;left:43px;height:77.9883px;text-align:left;text-align-last:left;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; }
#L2gX7WrpKNXO5NzD8iCPFXcW2MEa1HAc { color:#ffffff;display:block;width:515px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:160px;left:43px;height:175.488px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(24,153,235,0.26);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ > .row .container { border-width: 0; border-radius: 0; }#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ > .row .container { font-size:14px;font-family:arial;height:241px;width:1200px;position:relative;display:none; }#s0zgdbqZg62ayFi5igh6SeAzWfrayXd0 { color:#0d1f61;display:block;width:421px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:72px;left:90px;height:44.1875px;font-style:normal;display:block; }
#A6RDTqsHCZlQmCulLsSaH2DeBrDmThHe { color:#0d1f61;display:block;width:995px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:133px;left:90px;height:81.8906px;text-align:left;text-align-last:left;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; }
#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz { position:relative;display:block; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz { background-color: transparent; background-image: none; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row .container > .video-iframe-container { display: none; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row > .video-iframe-container { display: none; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .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); }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz { border-width: 0; border-radius: 0; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .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; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:13px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.04);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; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { background-color: transparent; background-image: none; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container > .video-iframe-container { display: none; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row > .video-iframe-container { display: none; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .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); }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { border-width: 0; border-radius: 0; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { font-size:14px;font-family:arial;height:1793px;width:1200px;position:relative;display:block; }#hhoSQoNMwD9KT8yENk1BGuMG8UJ3gtLE { color:#515151;display:block;width:741px;position:absolute;font-family:roboto;font-size:41px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41px;left:87px;height:53.2969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iedSdO3vHmJbOgFAyGCvhkLdKT0F4KZN { color:#000000;display:block;width:741px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:115px;left:87px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBrXNtGFlJANm78D1zhDbkZlPVH4z49L { color:#1899eb;display:block;width:587px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:121px;left:87px;height:32.5px;font-style:normal;display:block; }
#CQupnLsVaSVS780ewuslxtuZ8l0g96Ga { color:#0d1f61;display:block;width:1006px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:165px;left:87px;height:81.8906px;text-align:left;text-align-last:left;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; }
#xEBhZfpfnm9u0b8JeXIAIVNshukuqBxX { color:#1899eb;display:block;width:676px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:275px;left:87px;height:32.5px;font-style:normal;display:block; }
#RxrHJTJ5VEBnJm6OWyfoRFKVReNtl4QA { color:#312e63;display:block;width:1024px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:319px;left:88px;height:81.8906px;text-align:left;text-align-last:left;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; }
#F5DlesX3NxFT4iQ53l6qzqx9lvKznM3B { color:#1899eb;display:block;width:587px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:430px;left:87px;height:32.5px;font-style:normal;display:block; }
#iTgxLxlHGUTgSU4EtKt1OP2L9T5BMs42 { color:#0d1f61;display:block;width:1010px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:475px;left:87px;height:81.8906px;text-align:left;text-align-last:left;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; }
#yiwp78C2xw7GiMdvTJb0zgw7fhPTl8LH { color:#1899eb;display:block;width:587px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:591px;left:87px;height:32.5px;font-style:normal;display:block; }
#hd8DLXN3mwPClTL1MWrPsXsv9DOEDCUX { color:#0d1f61;display:block;width:1014px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:644px;left:87px;height:109.188px;text-align:left;text-align-last:left;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; }
#wkRhEE1H7QkNe5MMqstMHfPSoaMzx6Rx { color:#1899eb;display:block;width:733px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:780px;left:91px;height:32.5px;font-style:normal;display:block; }
#sLBzzLyP6iiqFvIVFn2Ds10ues3TVzHi { color:#0d1f61;display:block;width:953px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:824px;left:87px;height:54.5938px;text-align:left;text-align-last:left;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; }
#EJAbBz3ebIhJDzTpuBBgTexOvUL26dmh { color:#1899eb;display:block;width:587px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:902.25px;left:87px;height:32.5px;font-style:normal;display:block; }
#c59X98dlzN5PJ8qEQB6lAX7eI5J2sfu4 { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:946px;left:86.5px;height:54.5938px;text-align:left;text-align-last:left;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; }
#EEMbWOxZXwcUl6K4SUXUxMnuHTTfK015 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1203px;left:558px; }
#ymvh9dfaa9mULi8IERBXVIEBKVbvxMRV { color:#1899eb;display:block;width:587px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1024px;left:87px;height:32.5px;font-style:normal;display:block; }
#JKmCMu0KAEvAnzgCUmt8Xb5MTlJ0uJ3h { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1067px;left:86.5px;height:81.8848px;text-align:left;text-align-last:left;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; }
#DLNQ29mehqLshJxednViFRRRIrZQTT7T { color:#1899eb;display:block;width:993px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1171.5px;left:87px;height:32.5px;font-style:normal;display:block; }
#VUqaIvJ3XIWcfLTltHOWwckaqcw5E4Dq { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1215.40625px;left:86.5px;height:54.5938px;text-align:left;text-align-last:left;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; }
#rSURzvGR3WOFSuXOfD4UtSV0rqL2VEvd { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:1340px;left:86.5px;height:81.8848px;text-align:left;text-align-last:left;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; }
#Ivd3GPJLdk7maVfxP21SFR6UBA7xDOla { color:#1899eb;display:block;width:1080px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1295px;left:87px;height:32.5px;font-style:normal;display:block; }
#z5pomiClN2C3htok4SXDKL17SeE3726t { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1492px;left:86.5px;height:109.18px;text-align:left;text-align-last:left;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; }
#v2rLyNIap1VZ6xtPyOo7zRhFdB8SykAS { color:#1899eb;display:block;width:1094px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1447px;left:87px;height:32.5px;font-style:normal;display:block; }
#dtmMXf2HfpdXNtrygPwO8GCz43b9OOfz { color:#0d1f61;display:block;width:1027px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1704px;left:86.5px;height:27.2969px;text-align:left;text-align-last:left;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; }
#LkhwSTtWNzKX2zwhSP7SfJyzdFgPKzze { color:#1899eb;display:block;width:979px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1626px;left:87px;height:65px;font-style:normal;display:block; }
#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bc2273;background-image:url("https://images.assets-landingi.com/uc/cf32a2ac-c5a4-42b2-b25a-0f087fe699ed/esansiyel_Tremor_danisanlar_202403.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:none; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO.adaptive-delivery-prevent-bg, #Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO.lazyload, #Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO.lazyloading { background-image: none; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO > .row .container { border-width: 0; border-radius: 0; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO > .row .container { font-size:14px;font-family:arial;height:93px;width:1200px;position:relative;display:none; }#TnBT7aeNEreGemPNguCM9CRuvSD1C2ce { color:#ffffff;display:block;width:391px;position:absolute;font-family:roboto;font-size:41px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5px;left:404.5px;height:106px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c328dbb0-c7dc-4d63-aac4-48ae711f812a/esansiyel_Tremor_danisanlar_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;display:none; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2.adaptive-delivery-prevent-bg, #XNbyGaGGD6lKVIDcHWG55moG8khXLJv2.lazyload, #XNbyGaGGD6lKVIDcHWG55moG8khXLJv2.lazyloading { background-image: none; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 > .row .container { border-width: 0; border-radius: 0; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 > .row .container { font-size:14px;font-family:arial;height:851px;width:1200px;position:relative;display:none; }#Ftor5aug9UhLwzE2XMVRxnSUikiLniTT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:841px;left:567px; }
#NOCHbLhmOiMF7NREJ5hyr0Hds2CaO5wN { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:108px;width:222px;top:240px;left:349px;display:block; }
#feXDaovDGn3RDNpeFrc5ua0hdWfHgK6o { color:#0d1f61;display:block;width:258px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:255px;left:331px;height:19px;text-align:center;text-align-last:center;display:block; }
#ez9udwsQrhmcJItdiLGzJ14qt5IVzTrg { color:#0d1f61;display:block;width:258px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:272px;left:331px;height:33px;text-align:center;text-align-last:center;display:block; }
#ToOsB62yHDAET2GOxBnGlekFu7Lvl7Sw { color:#0d1f61;display:block;width:249px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:309px;left:335px;height:20px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tZsJI5h4AxXK6bzvRtw0kMemhD6eQ1Kh { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:108px;width:222px;top:240px;left:978px;display:block; }
#vrsIxQobkQ66OQVXoiHqZwzLaCx9Byw4 { color:#0d1f61;display:block;width:199px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:255px;left:990px;height:19px;text-align:center;text-align-last:center;display:block; }
#cfGqidBaALxEheK6fRsRCiMKuZg4fiMs { color:#0d1f61;display:block;width:210px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:275px;left:984px;height:33px;text-align:center;text-align-last:center;display:block; }
#svcO5VmNZ94ZGnKbDtODN3dfNn8qQZhZ { color:#0d1f61;display:block;width:190px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:309px;left:994px;height:20px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP { position:relative;display:none; }#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP { border-width: 0; border-radius: 0; }#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP > .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; }#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:13px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7767d16e-2546-44c2-9d12-307416b16d2e/esansiyel_Tremor_danisanlar_202403.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:none; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr.adaptive-delivery-prevent-bg, #sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr.lazyload, #sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr.lazyloading { background-image: none; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr > .row .container { border-width: 0; border-radius: 0; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr > .row .container { font-size:14px;font-family:arial;height:108px;width:1200px;position:relative;display:none; }#Szt926947pnOxqS1M45u6T4LGXvBJZ6z { color:#ffffff;display:block;width:391px;position:absolute;font-family:roboto;font-size:41px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.5px;left:404.5px;height:53px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a017792-7e51-493e-82f8-42e2cdc2e8f1/esansiyel_Tremor_danisanlar_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;display:none; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb.adaptive-delivery-prevent-bg, #S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb.lazyload, #S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb.lazyloading { background-image: none; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb > .row .container { border-width: 0; border-radius: 0; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb > .row .container { font-size:14px;font-family:arial;height:702px;width:1200px;position:relative;display:none; }#wP0q1S3JXAIKSxrm0PwMTkfhO0lHTMm2 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:108px;width:222px;top:114px;left:365px;display:block; }
#bhQ9ZSTItOsutba2o7FZcH7Lsi5cutFu { color:#0d1f61;display:block;width:258px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:129px;left:347px;height:19px;text-align:center;text-align-last:center;display:block; }
#pBnV6s8oXHHegTs0F7So1LwTNoBzImFp { color:#0d1f61;display:block;width:258px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:146px;left:347px;height:33px;text-align:center;text-align-last:center;display:block; }
#RmW1mpROLg79JWDNxe6aDfkDHpPiIQpS { color:#0d1f61;display:block;width:249px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:183px;left:351px;height:20px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zicqXTkGn1iffrqqBCF70T4gbwnsKZiB { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:108px;width:222px;top:114px;left:978px;display:block; }
#Eqy7dITodRbe4N0Q0ps5zoOJ3R6qGH97 { color:#0d1f61;display:block;width:206px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:129px;left:986px;height:19px;text-align:center;text-align-last:center;display:block; }
#nclaOAdApiNak8BeuCbxBDGUITr4yErV { color:#0d1f61;display:block;width:214px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:151px;left:982px;height:33px;text-align:center;text-align-last:center;display:block; }
#HFBeflw7cTSmrLkIgrT0VMgwLeIyPHls { color:#0d1f61;display:block;width:211px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:183px;left:984px;height:20px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf.adaptive-delivery-prevent-bg, #fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf.lazyload, #fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf.lazyloading { background-image: none; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container { background-color: transparent; background-image: none; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container > .video-iframe-container { display: none; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row > .video-iframe-container { display: none; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .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); }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container { border-width: 0; border-radius: 0; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container { font-size:14px;font-family:arial;height:946px;width:1200px;position:relative;display:block; }#T2W0Z5f8lRfUP7CngHNSPcVArTgfc5Mw { position:absolute;display:block;z-index:15008;background-color:#1799eb;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:2px;width:50px;top:165px;left:565px;display:block; }
#pTgNbdDoEeH6TDhlBt4doEuoMPQcaHoy { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:2px;width:50px;top:165px;left:565px;display:block; }
#kABi31E0UDffSXcIG04AFDSWqTrXF0k6 { color:#ffffff;display:block;width:700px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16px;left:229px;height:135.195px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4CwinpM5TimTopo073CSBDqkm3rLvVM { position:absolute;display:block;z-index:15023;height:580.996px;width:440px;top:193.984375px;left:370px;display:block; }
#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3178;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; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { background-color: transparent; background-image: none; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container > .video-iframe-container { display: none; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row > .video-iframe-container { display: none; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .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); }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { border-width: 0; border-radius: 0; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { font-size:14px;font-family:arial;height:81px;width:1200px;position:relative;display:block; }#fZBIcThwOAEUudmivFNSGZXNWKVEU5xs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:261px;top:5px;left:469.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn { display:block; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { top:9px;left:0px;width:254px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #ggVeJML9y9p920EUcTRNfRGdntaKhIku { display:block; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCDRPTatkyJ17QwTwVhZvBMZUUdH222Z { width:689px;height:192px;top:103px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #o5UT7wpU8KsWNLRmTPgAEpChK68bXaRW { width:456px;height:83px;top:318px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oXJTMv3hsG3OSCidqZarVZQmoUqMxHUu { width:372px;height:722px;top:492px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h7ptNHAXZHBZ8yDzFbTkHSJTpqVRAUql { width:320px;height:80px;top:121px;left:0px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #Tr7H3tbXCbyes96BxmoP0Zr1uQv4sX8k { top:504px;left:0px;width:347px;height:419px;display:block; }
 }@media only screen and (max-width: 763px) { #fgB2FemJZX4EWAv9pE6Fgx8DR6IgPXxX { top:430px;left:0px;width:373px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #DhzLWP2zIi8TVtfvP1LA6VbQ0NK78TZw { top:436px;left:0px;width:357px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 { display:block; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvuHVhA2mWNty0LCiPCtgWnQToyRdCn8 { width:763px;height:58px;top:28px;left:0.5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT { display:block; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXvrZXlGksXQQLX1wexhpoeLnDF0azvG { top:18px;left:0px;width:764px;height:422.51515151515px;display:block; }
 }@media only screen and (max-width: 763px) { #Tol3JHAvdJZ0igRfVqcrxoAVhC2F53s0 { top:510px;left:349px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM { display:block; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMSUv28XJTthm6pJcvrtEETg9g64o8SW { width:764px;height:53px;top:44px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW { display:block; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee { display:block; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgf2oB26skpTmkkp8wd0F30Uv11cAHaD { top:120px;left:0px;width:764px;height:136px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO { top:341px;left:0px;width:764px;height:;font-size:21px;display:block; }#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO li:before{  }
 }@media only screen and (max-width: 763px) { #reTA1xwz5bbELU1cRLmbTbaTfFaDuwdO { top:65px;left:0px;width:714px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1XKh8Rr2GlSefH6Xu9QHDuVH95BL6 { top:288px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mIAUvi2MRNXKQfbMTM6ACD0ptLGFL0Qg { top:566px;left:349px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 { display:block; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6QOBED6onnJkc1uKSrs94IB5RVTekcU { top:68px;left:0px;width:566px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #gxnW13ToAVVmaBfqwoAeUPacKrpHwDWQ { top:69px;left:198px;width:566px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #yIyeDxTPSV5wKGupS2UDLmSxKs3mD7pp { top:460px;left:0px;width:566px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #QPxG4JfF443isMwRynSlTDAWoZemcr2S { top:460px;left:198px;width:566px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q { display:block; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MN62LvhTAv6JzLtKLqn5iPPSfzNJkl0Z { top:151px;left:0px;width:764px;height:162px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xaLpssFGyqO3kQLFGTn73rMXoM6029Mk { top:53px;left:0px;width:764px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { display:block; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8LXsvXArepioN5Jten2D6bPK1gInntT { top:578px;left:349px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #N6nEqXcpo3sbg5xOLTQogdmT2bI7VygI { top:535px;left:0px;width:270px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CNZyQX9K1oLkQ7AQDzDPvog3PFNiEJIb { top:535px;left:494px;width:270px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC { display:block; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubuQcgayTvSP9J2SDQpsuvfraMhyvBIw { top:190px;left:0px;width:764px;height:423.04930467762px;display:block; }
 }@media only screen and (max-width: 763px) { #ykho2GQiPp3BXsiNGL1Gp7ezFICtTvMH { width:763px;height:58px;top:79px;left:0.5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ { display:block; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwRH9AKqkNmkuZwHxN0TEfvfVOfnEDvv { top:41px;left:0px;width:764px;height:422.51515151515px;display:block; }
 }@media only screen and (max-width: 763px) { #bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA { display:block; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7c1RTHKu00PmicgdO0To6OyMuy2b8M1 { top:150px;left:0px;width:764px;height:218px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lTsZz78HrG9Zb0CUJheqKyixC0WhVHFk { top:442px;left:0px;width:764px;height:272px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #z04pnA3cLJ61x1mT6GZolsU2kWTZNit0 { top:841px;left:0px;width:764px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1Qt59o6BNah0zfUDA1pUKx79wXwvxK { top:1167px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP { top:1263px;left:0px;width:721px;height:115px;font-size:21px;display:block; }#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP li:before{  }
 }@media only screen and (max-width: 763px) { #fQe1CTX7wxuvAnJwRtKVEHqslkWKkz4e { top:1395px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gTT0MEFOHNZ4iUgPpQor2DagSLKe5zUT { top:1556px;left:0px;width:764px;height:354px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lHySBQlNAe3O20nrfNVa3dQ258TTxIKB { top:1989px;left:0px;width:764px;height:;font-size:21px;display:block; }#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB li:before{  }
 }@media only screen and (max-width: 763px) { #zVyMz6SBfQxw5epD7NI0XigTuWT291HQ { top:51px;left:0px;width:764px;height:;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Ftexit1nfftdC8u8gTiZSmvJcTUOFtpK { top:387px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #oXx4AVqDuPbLPMnvpGh5uT3BFAzDBgeE { top:743px;left:0px;width:764px;height:;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #DDkCIN5kcuRpS8hyIuD8dKTtvKI7mDhr { top:1111px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #R0tRTCFWms5nIDlznDRKEyGVoNG2yAhc { top:1502px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #yR0KXCx6WOpAODblPTVJHIBSqteOPMrx { top:1936px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz { display:block; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNbflyED3Sy0lUCNvHKWGuT9TKfvwddZ { top:200px;left:261px;width:503px;height:198px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #tzEC95CGp8FFvHqEChKBuPZkg8NcebSs { top:0px;left:0px;width:600px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #GS1UHAGeoLdXLr9eqJnapiP0J3STpuKN { top:415px;left:0px;width:311px;height:65px;font-size:51px;display:none; }
 }@media only screen and (max-width: 763px) { #XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE { display:block; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oum4pRdQXfJOnsAaw7VqCCz9I5t9GrlE { top:0px;left:164px;width:600px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #FoifQtrI9MORW4PEyb9G1f3n494Va9Tf { top:362px;left:0px;width:445px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #L2gX7WrpKNXO5NzD8iCPFXcW2MEa1HAc { top:160px;left:0px;width:515px;height:175px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ { display:block; }#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0zgdbqZg62ayFi5igh6SeAzWfrayXd0 { top:72px;left:0px;width:421px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #A6RDTqsHCZlQmCulLsSaH2DeBrDmThHe { top:133px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #de0xQIhXIUBR6VQSWfIG87ihMydtSaCz { display:block; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGquN8fMb97banVibQLnDgmoCJBFoTEb { display:block; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhoSQoNMwD9KT8yENk1BGuMG8UJ3gtLE { width:741px;height:53px;top:41px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #iedSdO3vHmJbOgFAyGCvhkLdKT0F4KZN { width:741px;height:0;top:115px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wBrXNtGFlJANm78D1zhDbkZlPVH4z49L { top:121px;left:0px;width:587px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CQupnLsVaSVS780ewuslxtuZ8l0g96Ga { top:165px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xEBhZfpfnm9u0b8JeXIAIVNshukuqBxX { top:275px;left:0px;width:676px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RxrHJTJ5VEBnJm6OWyfoRFKVReNtl4QA { top:319px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #F5DlesX3NxFT4iQ53l6qzqx9lvKznM3B { top:430px;left:0px;width:587px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iTgxLxlHGUTgSU4EtKt1OP2L9T5BMs42 { top:475px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yiwp78C2xw7GiMdvTJb0zgw7fhPTl8LH { top:591px;left:0px;width:587px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hd8DLXN3mwPClTL1MWrPsXsv9DOEDCUX { top:644px;left:0px;width:764px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wkRhEE1H7QkNe5MMqstMHfPSoaMzx6Rx { top:780px;left:0px;width:733px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sLBzzLyP6iiqFvIVFn2Ds10ues3TVzHi { top:824px;left:0px;width:764px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EJAbBz3ebIhJDzTpuBBgTexOvUL26dmh { top:902px;left:0px;width:587px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #c59X98dlzN5PJ8qEQB6lAX7eI5J2sfu4 { top:946px;left:0px;width:764px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EEMbWOxZXwcUl6K4SUXUxMnuHTTfK015 { top:1203px;left:340px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #ymvh9dfaa9mULi8IERBXVIEBKVbvxMRV { top:1024px;left:0px;width:587px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JKmCMu0KAEvAnzgCUmt8Xb5MTlJ0uJ3h { top:1067px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DLNQ29mehqLshJxednViFRRRIrZQTT7T { top:1171px;left:0px;width:764px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VUqaIvJ3XIWcfLTltHOWwckaqcw5E4Dq { top:1215px;left:0px;width:764px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rSURzvGR3WOFSuXOfD4UtSV0rqL2VEvd { top:1340px;left:0px;width:764px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Ivd3GPJLdk7maVfxP21SFR6UBA7xDOla { top:1295px;left:0px;width:764px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #z5pomiClN2C3htok4SXDKL17SeE3726t { top:1492px;left:0px;width:764px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v2rLyNIap1VZ6xtPyOo7zRhFdB8SykAS { top:1447px;left:0px;width:764px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dtmMXf2HfpdXNtrygPwO8GCz43b9OOfz { top:1704px;left:0px;width:764px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LkhwSTtWNzKX2zwhSP7SfJyzdFgPKzze { top:1626px;left:0px;width:764px;height:65px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO { display:block; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnBT7aeNEreGemPNguCM9CRuvSD1C2ce { width:391px;height:106px;top:19px;left:186.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 { display:block; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftor5aug9UhLwzE2XMVRxnSUikiLniTT { top:841px;left:349px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #NOCHbLhmOiMF7NREJ5hyr0Hds2CaO5wN { width:222px;height:108px;top:240px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #feXDaovDGn3RDNpeFrc5ua0hdWfHgK6o { width:258px;height:19px;top:255px;left:113px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ez9udwsQrhmcJItdiLGzJ14qt5IVzTrg { width:258px;height:33px;top:272px;left:113px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOsB62yHDAET2GOxBnGlekFu7Lvl7Sw { width:249px;height:20px;top:309px;left:117px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tZsJI5h4AxXK6bzvRtw0kMemhD6eQ1Kh { width:222px;height:108px;top:240px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #vrsIxQobkQ66OQVXoiHqZwzLaCx9Byw4 { width:199px;height:19px;top:255px;left:565px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cfGqidBaALxEheK6fRsRCiMKuZg4fiMs { width:210px;height:33px;top:275px;left:554px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #svcO5VmNZ94ZGnKbDtODN3dfNn8qQZhZ { width:190px;height:20px;top:309px;left:574px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP { display:block; }#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr { display:block; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Szt926947pnOxqS1M45u6T4LGXvBJZ6z { width:391px;height:53px;top:39px;left:186.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb { display:block; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP0q1S3JXAIKSxrm0PwMTkfhO0lHTMm2 { width:222px;height:108px;top:114px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #bhQ9ZSTItOsutba2o7FZcH7Lsi5cutFu { width:258px;height:19px;top:129px;left:129px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pBnV6s8oXHHegTs0F7So1LwTNoBzImFp { width:258px;height:33px;top:146px;left:129px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #RmW1mpROLg79JWDNxe6aDfkDHpPiIQpS { width:249px;height:20px;top:183px;left:133px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zicqXTkGn1iffrqqBCF70T4gbwnsKZiB { width:222px;height:108px;top:114px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #Eqy7dITodRbe4N0Q0ps5zoOJ3R6qGH97 { width:206px;height:19px;top:129px;left:558px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nclaOAdApiNak8BeuCbxBDGUITr4yErV { width:214px;height:33px;top:151px;left:550px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HFBeflw7cTSmrLkIgrT0VMgwLeIyPHls { width:211px;height:20px;top:183px;left:553px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf { display:block; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2W0Z5f8lRfUP7CngHNSPcVArTgfc5Mw { width:50px;height:2px;top:165px;left:347px;display:block; }
 }@media only screen and (max-width: 763px) { #pTgNbdDoEeH6TDhlBt4doEuoMPQcaHoy { width:50px;height:2px;top:165px;left:347px;display:block; }
 }@media only screen and (max-width: 763px) { #kABi31E0UDffSXcIG04AFDSWqTrXF0k6 { width:700px;height:135px;top:16px;left:11px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #S4CwinpM5TimTopo073CSBDqkm3rLvVM { top:193px;left:152px;width:440px;height:580px;display:block; }
 }@media only screen and (max-width: 763px) { #dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 { display:block; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBIcThwOAEUudmivFNSGZXNWKVEU5xs { top:5px;left:251.5px;width:261px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn { display:block; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { width:215px;height:57px;top:14px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ggVeJML9y9p920EUcTRNfRGdntaKhIku { background-color:#0d1f61;background-image:url("https://images.assets-landingi.com/uc/18254af6-4342-40da-8524-465930af19d1/Landing_Page_Esansiyel_Tremor_mobil_anasayfa_banner.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku.adaptive-delivery-prevent-bg, #ggVeJML9y9p920EUcTRNfRGdntaKhIku.lazyload, #ggVeJML9y9p920EUcTRNfRGdntaKhIku.lazyloading { background-image: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { background-color: transparent; background-image: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container > .video-iframe-container { display: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container { display: none; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .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); }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { border-width: 0; border-radius: 0; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggVeJML9y9p920EUcTRNfRGdntaKhIku > .row .container { width:320px;height:1453px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCDRPTatkyJ17QwTwVhZvBMZUUdH222Z { width:315.969px;height:114.375px;top:41px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o5UT7wpU8KsWNLRmTPgAEpChK68bXaRW { width:311.969px;height:132.562px;top:191px;left:4px;text-align:center;text-align-last:center;font-size:17px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oXJTMv3hsG3OSCidqZarVZQmoUqMxHUu { width:320px;height:561px;top:427px;left:0px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h7ptNHAXZHBZ8yDzFbTkHSJTpqVRAUql { width:320px;height:80.5938px;top:577px;left:0px;text-align:center;text-align-last:center;font-size:31px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7H3tbXCbyes96BxmoP0Zr1uQv4sX8k { width:320px;height:516.984px;top:427px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fgB2FemJZX4EWAv9pE6Fgx8DR6IgPXxX { width:320px;height:84px;top:365px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DhzLWP2zIi8TVtfvP1LA6VbQ0NK78TZw { width:318px;height:40px;top:376px;left:0px;font-size:20px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 { display:block; }#nOe2yxwhFTCf4cxh6o2OTGH5P5TnuKe0 > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvuHVhA2mWNty0LCiPCtgWnQToyRdCn8 { width:320px;height:83.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT { display:block; }#boJIcAgqWVn1rLnDgGVphaNUDNZRzTyT > .row .container { width:320px;height:268px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXvrZXlGksXQQLX1wexhpoeLnDF0azvG { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tol3JHAvdJZ0igRfVqcrxoAVhC2F53s0 { display:flex;width:66px;height:66px;top:510px;left:127px;display:none; }
 }@media only screen and (max-width: 763px) { #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0272454-a9e6-45e5-ac47-fee6bdf259ce/Landing_Page_Esansiyel_Tremor_mobil_anasayfa_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.adaptive-delivery-prevent-bg, #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.lazyload, #WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM.lazyloading { background-image: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { background-color: transparent; background-image: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container > .video-iframe-container { display: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row > .video-iframe-container { display: none; }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .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); }#WV2r6GBBwqd5NmtGUH93wE0iHRQpNWbM > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMSUv28XJTthm6pJcvrtEETg9g64o8SW { width:320px;height:83.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a4f8f83-a98e-4115-b6c5-27fa7b7777d4/Landing_Page_Esansiyel_Tremor_mobil_anasayfa_rusca1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.adaptive-delivery-prevent-bg, #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.lazyload, #UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW.lazyloading { background-image: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { background-color: transparent; background-image: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container > .video-iframe-container { display: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row > .video-iframe-container { display: none; }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .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); }#UIM50Vrtq2V3oBQtXBT4HOeJQANrqdMW > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee { display:block; }#D1Oh2gkcU89G9cXs77Vt5rit5qpoa8Ee > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgf2oB26skpTmkkp8wd0F30Uv11cAHaD { width:320px;height:187.1719px;top:123.765625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO { width:320px;height:232.969px;top:439px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#iV2RBNQsffiq9PF17A6tDwPQD1hDtAmO li:before{  }
 }@media only screen and (max-width: 763px) { #reTA1xwz5bbELU1cRLmbTbaTfFaDuwdO { width:320px;height:83.1875px;top:31px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1XKh8Rr2GlSefH6Xu9QHDuVH95BL6 { width:320px;height:83.1875px;top:346px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mIAUvi2MRNXKQfbMTM6ACD0ptLGFL0Qg { display:flex;width:66px;height:66px;top:972.296875px;left:113px;display:none; }
 }@media only screen and (max-width: 763px) { #nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 { display:block; }#nA1VqcyRLWby92kAdzKqRx7D6ZEWBK43 > .row .container { width:320px;height:814px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6QOBED6onnJkc1uKSrs94IB5RVTekcU { width:320px;height:178.65724381625px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gxnW13ToAVVmaBfqwoAeUPacKrpHwDWQ { width:320px;height:178.65724381625px;top:218.646px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yIyeDxTPSV5wKGupS2UDLmSxKs3mD7pp { width:320px;height:178.65724381625px;top:417.292px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QPxG4JfF443isMwRynSlTDAWoZemcr2S { width:320px;height:178.65724381625px;top:615.938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q { display:block; }#yAybtbulnDUW6WAiXUJa9fk1fb8rcE2q > .row .container { width:320px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MN62LvhTAv6JzLtKLqn5iPPSfzNJkl0Z { width:320px;height:249.562px;top:136px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaLpssFGyqO3kQLFGTn73rMXoM6029Mk { width:320px;height:83.1875px;top:28px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { display:block; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk { background-color: transparent; background-image: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container > .video-iframe-container { display: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row > .video-iframe-container { display: none; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .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); }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container { width:320px;height:652px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aeebd893-61c5-475b-9445-23d7fab719e4/Landing_Page_Esansiyel_Tremor_mobil_anasayfa_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.adaptive-delivery-prevent-bg, #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.lazyload, #xKvwcuHVatQFfKGe2sL9KfsCdVmMotXk > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #B8LXsvXArepioN5Jten2D6bPK1gInntT { display:flex;width:66px;height:66px;top:1360px;left:127px;display:none; }
 }@media only screen and (max-width: 763px) { #N6nEqXcpo3sbg5xOLTQogdmT2bI7VygI { width:270px;height:32.5px;top:34px;left:25px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CNZyQX9K1oLkQ7AQDzDPvog3PFNiEJIb { width:270px;height:32.5px;top:361.5px;left:25px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC { display:block; }#pW1PFqqlSqclQSyTAUCv4IPu3D4S7cTC > .row .container { width:320px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubuQcgayTvSP9J2SDQpsuvfraMhyvBIw { height:180px;width:320px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ykho2GQiPp3BXsiNGL1Gp7ezFICtTvMH { width:320px;height:83.1875px;top:37px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ { display:block; }#rLeP5UDdwyzLtbfaHQvCO53gb3TXelyJ > .row .container { width:320px;height:266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwRH9AKqkNmkuZwHxN0TEfvfVOfnEDvv { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA { display:block; }#bwtDFwPm2r4hFVkF0FTczdQlv4pwQ0zA > .row .container { width:320px;height:3622px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7c1RTHKu00PmicgdO0To6OyMuy2b8M1 { width:320px;height:353.547px;top:199px;left:0px;font-size:16px;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) { #lTsZz78HrG9Zb0CUJheqKyixC0WhVHFk { width:320px;height:415.938px;top:719px;left:0px;font-size:16px;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) { #z04pnA3cLJ61x1mT6GZolsU2kWTZNit0 { width:320px;height:332.75px;top:1380px;left:0px;font-size:16px;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) { #VQ1Qt59o6BNah0zfUDA1pUKx79wXwvxK { width:320px;height:124.781px;top:1879px;left:0px;font-size:16px;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) { #AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP { width:320px;height:98.1875px;top:2017px;left:0px;font-size:16px;display:block; }#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#AFQaQ5vqe8dtFqmfeuLThSFhqexAk8eP li:before{  }
 }@media only screen and (max-width: 763px) { #fQe1CTX7wxuvAnJwRtKVEHqslkWKkz4e { width:320px;height:145.578px;top:2126px;left:0px;font-size:16px;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) { #gTT0MEFOHNZ4iUgPpQor2DagSLKe5zUT { width:320px;height:603.109px;top:2440px;left:0px;font-size:16px;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) { #lHySBQlNAe3O20nrfNVa3dQ258TTxIKB { width:320px;height:367.75px;top:3210px;left:0px;font-size:16px;display:block; }#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lHySBQlNAe3O20nrfNVa3dQ258TTxIKB li:before{  }
 }@media only screen and (max-width: 763px) { #zVyMz6SBfQxw5epD7NI0XigTuWT291HQ { width:320px;height:166.375px;top:24px;left:0px;font-size:32px;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) { #Ftexit1nfftdC8u8gTiZSmvJcTUOFtpK { width:320px;height:124.781px;top:578px;left:0px;font-size:32px;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) { #oXx4AVqDuPbLPMnvpGh5uT3BFAzDBgeE { width:320px;height:207.969px;top:1164px;left:0px;font-size:32px;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) { #DDkCIN5kcuRpS8hyIuD8dKTtvKI7mDhr { width:320px;height:124.781px;top:1744px;left:0px;font-size:32px;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) { #R0tRTCFWms5nIDlznDRKEyGVoNG2yAhc { width:320px;height:124.781px;top:2307px;left:0px;font-size:32px;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) { #yR0KXCx6WOpAODblPTVJHIBSqteOPMrx { width:320px;height:124.781px;top:3076px;left:0px;font-size:32px;text-align:left;text-align-last:left;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) { #qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz { display:block; }#qwDMZwdIAxMsJP7GZnFMt2pov5lq8OEz > .row .container { width:320px;height:518px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNbflyED3Sy0lUCNvHKWGuT9TKfvwddZ { width:311px;height:0;top:394.890625px;left:4.5px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #tzEC95CGp8FFvHqEChKBuPZkg8NcebSs { width:320px;height:320px;top:61.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GS1UHAGeoLdXLr9eqJnapiP0J3STpuKN { width:311px;height:65px;top:415px;left:4.5px;font-size:25px;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE { display:block; }#XO0JqqFHZbmqLsM6EzMmsi7KRCPopykE > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oum4pRdQXfJOnsAaw7VqCCz9I5t9GrlE { width:320px;height:320px;top:381px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FoifQtrI9MORW4PEyb9G1f3n494Va9Tf { width:320px;height:117px;top:207px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #L2gX7WrpKNXO5NzD8iCPFXcW2MEa1HAc { width:320px;height:124.781px;top:54px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ { display:none; }#mGX8IEy1U6F798TwwLNFvJ7L8HST1PIQ > .row .container { width:320px;height:293.5px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0zgdbqZg62ayFi5igh6SeAzWfrayXd0 { width:320px;height:83.1875px;top:23.5px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #A6RDTqsHCZlQmCulLsSaH2DeBrDmThHe { width:320px;height:166.375px;top:127.5px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #de0xQIhXIUBR6VQSWfIG87ihMydtSaCz { display:block; }#de0xQIhXIUBR6VQSWfIG87ihMydtSaCz > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGquN8fMb97banVibQLnDgmoCJBFoTEb { display:block; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { width:320px;height:2739px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhoSQoNMwD9KT8yENk1BGuMG8UJ3gtLE { width:320px;height:83.1875px;top:24px;left:0px;text-align:left;text-align-last:left;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #iedSdO3vHmJbOgFAyGCvhkLdKT0F4KZN { width:320px;height:0;top:81.5938px;left:0px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wBrXNtGFlJANm78D1zhDbkZlPVH4z49L { width:320px;height:54.5938px;top:136px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CQupnLsVaSVS780ewuslxtuZ8l0g96Ga { width:320px;height:145.578px;top:203.1875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xEBhZfpfnm9u0b8JeXIAIVNshukuqBxX { width:320px;height:54.5938px;top:381px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RxrHJTJ5VEBnJm6OWyfoRFKVReNtl4QA { width:320px;height:124.781px;top:449px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F5DlesX3NxFT4iQ53l6qzqx9lvKznM3B { width:320px;height:27.2969px;top:606.390625px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iTgxLxlHGUTgSU4EtKt1OP2L9T5BMs42 { width:320px;height:166.375px;top:646px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yiwp78C2xw7GiMdvTJb0zgw7fhPTl8LH { width:320px;height:54.5938px;top:845px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hd8DLXN3mwPClTL1MWrPsXsv9DOEDCUX { width:320px;height:207.969px;top:916px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wkRhEE1H7QkNe5MMqstMHfPSoaMzx6Rx { width:320px;height:54.5938px;top:1157px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sLBzzLyP6iiqFvIVFn2Ds10ues3TVzHi { width:320px;height:83.1875px;top:1223px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EJAbBz3ebIhJDzTpuBBgTexOvUL26dmh { width:320px;height:27.2969px;top:1340px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #c59X98dlzN5PJ8qEQB6lAX7eI5J2sfu4 { width:320px;height:103.984px;top:1380px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EEMbWOxZXwcUl6K4SUXUxMnuHTTfK015 { display:flex;width:66px;height:66px;top:1910px;left:127px; }
 }@media only screen and (max-width: 763px) { #ymvh9dfaa9mULi8IERBXVIEBKVbvxMRV { width:320px;height:27.2969px;top:1519px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JKmCMu0KAEvAnzgCUmt8Xb5MTlJ0uJ3h { width:320px;height:124.781px;top:1559px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DLNQ29mehqLshJxednViFRRRIrZQTT7T { width:320px;height:81.8906px;top:1718px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VUqaIvJ3XIWcfLTltHOWwckaqcw5E4Dq { width:320px;height:103.984px;top:1807.015625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rSURzvGR3WOFSuXOfD4UtSV0rqL2VEvd { width:320px;height:124.781px;top:2039px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ivd3GPJLdk7maVfxP21SFR6UBA7xDOla { width:320px;height:81.8906px;top:1944px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #z5pomiClN2C3htok4SXDKL17SeE3726t { width:320px;height:187.172px;top:2295px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v2rLyNIap1VZ6xtPyOo7zRhFdB8SykAS { width:320px;height:81.8906px;top:2197px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dtmMXf2HfpdXNtrygPwO8GCz43b9OOfz { width:320px;height:62.3906px;top:2634px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LkhwSTtWNzKX2zwhSP7SfJyzdFgPKzze { width:320px;height:104px;top:2516px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO { display:none; }#Q2KpgfbTKFXTlb2utDLWtXbNH8clbFNO > .row .container { width:320px;height:103px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TnBT7aeNEreGemPNguCM9CRuvSD1C2ce { width:320px;height:83.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 { display:none; }#XNbyGaGGD6lKVIDcHWG55moG8khXLJv2 > .row .container { width:320px;height:630px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ftor5aug9UhLwzE2XMVRxnSUikiLniTT { display:flex;width:66px;height:66px;top:20px;left:127px; }
 }@media only screen and (max-width: 763px) { #NOCHbLhmOiMF7NREJ5hyr0Hds2CaO5wN { width:222px;height:108px;top:332.0626px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #feXDaovDGn3RDNpeFrc5ua0hdWfHgK6o { width:258px;height:18.1875px;top:106px;left:31px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ez9udwsQrhmcJItdiLGzJ14qt5IVzTrg { width:258px;height:33.7969px;top:144.1875px;left:31px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ToOsB62yHDAET2GOxBnGlekFu7Lvl7Sw { width:249px;height:22.0938px;top:289.9688px;left:35px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tZsJI5h4AxXK6bzvRtw0kMemhD6eQ1Kh { width:222px;height:108px;top:502.1564px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #vrsIxQobkQ66OQVXoiHqZwzLaCx9Byw4 { width:258px;height:18.1875px;top:197.9844px;left:31px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cfGqidBaALxEheK6fRsRCiMKuZg4fiMs { width:258px;height:33.7969px;top:236.1719px;left:31px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #svcO5VmNZ94ZGnKbDtODN3dfNn8qQZhZ { width:249px;height:22.0938px;top:460.0626px;left:35px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP { display:block; }#dGMwhbpRZuRGBgPlToKRpAhqXdzgh2mP > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr { display:none; }#sJ4HwkKAe1UIhOTLi00XHlwwmfupqOqr > .row .container { width:320px;height:93px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Szt926947pnOxqS1M45u6T4LGXvBJZ6z { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb { display:none; }#S0OlnB7LBO1BUZSWZ2MEQX4Tb4QNvThb > .row .container { width:320px;height:1049px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wP0q1S3JXAIKSxrm0PwMTkfhO0lHTMm2 { width:218px;height:115px;top:414px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #bhQ9ZSTItOsutba2o7FZcH7Lsi5cutFu { width:258px;height:18.2px;top:434px;left:31px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pBnV6s8oXHHegTs0F7So1LwTNoBzImFp { width:216px;height:33.8px;top:453px;left:51px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #RmW1mpROLg79JWDNxe6aDfkDHpPiIQpS { width:194px;height:22.1px;top:486px;left:62px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zicqXTkGn1iffrqqBCF70T4gbwnsKZiB { width:222px;height:108px;top:941px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #Eqy7dITodRbe4N0Q0ps5zoOJ3R6qGH97 { width:258px;height:18.2px;top:951px;left:31px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nclaOAdApiNak8BeuCbxBDGUITr4yErV { width:258px;height:33.8px;top:969px;left:31px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HFBeflw7cTSmrLkIgrT0VMgwLeIyPHls { width:249px;height:20.8px;top:1011px;left:35px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf { display:block; }#fCW8RgFWIXGonZOTrWEt3cURo2BJzWEf > .row .container { width:320px;height:772px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2W0Z5f8lRfUP7CngHNSPcVArTgfc5Mw { width:50px;height:2px;top:62px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #pTgNbdDoEeH6TDhlBt4doEuoMPQcaHoy { width:49.9884px;height:1.99074px;top:112.93981170654px;left:135.00001144409px;display:block; }
 }@media only screen and (max-width: 763px) { #kABi31E0UDffSXcIG04AFDSWqTrXF0k6 { width:263.993px;height:65px;top:35.474540710449px;left:27.974536895752px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #S4CwinpM5TimTopo073CSBDqkm3rLvVM { width:320px;height:580px;top:135.9023475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 { display:block; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBIcThwOAEUudmivFNSGZXNWKVEU5xs { width:272px;height:74px;top:21px;left:24px;display:block; }
 }