.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-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03bff3;background-image:none;position:relative;display:block; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container { background-color: transparent; background-image: none; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container > .video-iframe-container { display: none; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row > .video-iframe-container { display: none; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .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); }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container { border-width: 0; border-radius: 0; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container { font-size:14px;font-family:arial;height:53px;width:960px;position:relative;display:block; }#lkEbTQUV0LTTa4guIzdTyxggJLJhTgpk { color:#ffffff;display:block;width:716px;position:absolute;font-family:tahoma;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:14.46875px;left:113.375px;height:20px;text-align:center;text-align-last:center;display:block; }
#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3178;background-image:none;position:relative;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 .container { font-size:14px;font-family:arial;height:99px;width:960px;position:relative;display:block; }#gx9hGnmGh5TJMdXlovszfIQdJEpWiuDW { color:#ffffff;display:block;width:640.977px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:31.3671875px;left:290.91796875px;height:36.25px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:281px;top:3.49609375px;left:0px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1db9b9;background-image:url("https://images.assets-landingi.com/2EwrqVp3/Horlama_ve_uyku_apnesi.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:865px;width:960px;overflow:visible;position:relative;display:block; }#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:#ffffff;display:block;width:481.997px;position:absolute;font-family:roboto;font-size:41px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:87.638900756836px;left:0px;height:157.5px;font-style:normal;display:block; }
#VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { color:#ffffff;display:block;width:480px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:277.95140075684px;left:0px;height:135px;font-style:normal;display:block; }
#N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.21) ;height:592px;width:470px;top:88px;left:489px;display:block; }
#CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { color:#1799eb;display:block;width:467.986px;position:absolute;font-family:roboto;font-size:33px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:117px;left:482px;height:42.5px;text-align:center;text-align-last:center;display:block; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-form-header {  }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:20px;font-weight:bold;color:#19232e;width:368px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:35px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;line-height:1.3; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-text {padding-top: 0; padding-bottom: 0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;line-height:1.3; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-select {padding-top: 0; padding-bottom: 0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:368px;height:55px;font-family:ubuntu;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:348px;overflow:hidden;font-style:normal; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container { padding-top:6px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container:first-of-type{padding-top:0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container:last-of-type{padding-bottom:0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:368px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:511.99078369141px;top:188.9931640625px;z-index:100018;position:absolute;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:368px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.2;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg {display:block;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:368px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:511.99078369141px;top:188.9931640625px;z-index:100018;position:absolute;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sK30F20Hl4HaHQl93UrDT6pNTtquUDhJ { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #mJzGpvBqU65XrL44Tdw2CFoVODHb0B7x { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #vu4McKVcZWMMow8kaw1yawKuCiPbWn4O { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zJOT5MqaNLoE0pT0MBEDTlXA7bL57iwn { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #N9Ai9Bkc9BVbZRrLm30oHmuhTSE12T8p { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #R5cWf9Qg8F0ZWheUwnWRrC1Ws1dprXMl { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sPQ6Hru1r0Uz4pAobSmbTtDpEhXfXyND { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ErtBHhvWhmpCoqONqANuNZCMlS6LK7fJ { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #v6H2Z6mooThW0MN6bhUKWk4Pw9VSolWL { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #T13JDxbuV1zCvonD5JINooXkr1eMznLv { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ue6gTRDWr4Otk8ZGqPnht988DnUaMChl { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #qC5z3VXQbpypx8Ryn06133bO3urdaEvy { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #uqscHllrRcZ3ZhxCok6sedLQCQzGLpnB { position:relative;display:block;z-index:100000; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #kTUMQ8euVKX9ev6TUVL8mX9K052IFUVT { position:relative;display:block;z-index:100000; }
#PLi77s5algImpV6TNqW9cMBkDmLAVMxl { position:relative;display:block; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #cXamfar3GS1ONMcHDlaHNWAlTzvVlCQy { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #RVShhLvZOTxIbEaiyChySCkFPZN0VU72 { position:relative;z-index:2; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zg5xMIsPeLHmQtfdSwyyqCgBtRyuR6l3 { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #gzHs1mJwz9WZOmdfENdnHWWVlNUXnCaJ { position:relative; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #VB2it0rozPzuXNZDKULq9T9u7y1RHmLl { position:relative; }
#FVhHR58ihLR5l06PLivcU29PdJ36rfLW { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99653px;width:50px;top:107.98614501953px;left:445.00006103516px;display:none; }
#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { background-color: transparent; background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .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); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { border-width: 0; border-radius: 0; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { font-size:14px;font-family:arial;height:437px;width:960px;position:relative;display:block; }#rFDx6SLEZArHx5pD9ayPLhVHZmbseAci { color:#000000;display:block;width:886.997px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:194.65278625488px;left:36.493103027344px;height:236.25px;font-style:normal;display:block; }
#XTXTDf9o8Ji6y8Te3RikZy6x963t2cbP { color:#1799eb;display:block;width:919px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:32.725921630859px;left:39px;height:135px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container { background-color: transparent; background-image: none; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container > .video-iframe-container { display: none; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row > .video-iframe-container { display: none; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .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); }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container { border-width: 0; border-radius: 0; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container { font-size:14px;font-family:arial;height:2413px;width:960px;position:relative;display:block; }#HhuQp2L6h58DE90xCSDieiCWR3CCp3T8 { color:#1799eb;display:block;width:866px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:41.979156494141px;left:36.493103027344px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVi3TWRiaoz2bLqtuQbsDbCMU4Gnzsfb { color:#000000;display:block;width:886.997px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:124.63540649414px;left:36.493103027344px;height:135px;font-style:normal;display:block; }
#IVSuZbtZMwcWdhyZ4EJmvkNhls9HEccZ { color:#1799eb;display:block;width:865.984px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:289.953125px;left:36.46875px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHRZDwy5xVhuiAhHveNqHNGLqPAK1cea { color:#000000;display:block;width:886.984px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:373.59375px;left:36.484375px;height:135px;font-style:normal;display:block; }
#Kw347qKKIWt0bvfFyeJL8aLCfPeCAVI2 { color:#1799eb;display:block;width:865.984px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:567.953125px;left:36.46875px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq { color:#000000;display:block;width:886.984px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:667.59375px;left:36.484375px;height:;font-style:normal;display:block; }#zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq li:before{  }
#bhdJ8PEWLmcXd6Ez8SufQiXRzcBlUDx5 { color:#1799eb;display:block;width:865.99px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1144.9479675293px;left:36.493103027344px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 { color:#000000;display:block;width:886.997px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1245.6077880859px;left:36.493103027344px;height:;font-style:normal;display:block; }#U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 li:before{  }
#NKpHAbx6OBK2fvb1TM7SwKRkiWx13wkN { color:#1799eb;display:block;width:889px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1641.9445800781px;left:36.493103027344px;height:135px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wouVXmX5BrXUqzzNrZV3ltF40CTc3sN9 { color:#000000;display:block;width:886.997px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1817.6042175293px;left:36.493103027344px;height:540px;font-style:normal;display:block; }
#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container { background-color: transparent; background-image: none; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container > .video-iframe-container { display: none; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row > .video-iframe-container { display: none; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .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); }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container { border-width: 0; border-radius: 0; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container { font-size:14px;font-family:arial;height:1044px;width:960px;position:relative;display:block; }#LfJRFMdpfvBCk7RchKChMdgGBbukcdTf { color:#1a1b1b;display:block;width:397px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:100009;line-height:1.9;letter-spacing:0;top:277px;left:30px;height:343.75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOxUOyBM0mNpXz1Ms30ZMEoGd6qdNdTL { color:#1799eb;display:block;width:849.988px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:35.72932434082px;left:29.965270996094px;height:135px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aiVA0syaVArdGAyCMGFrqCJH79btcO72 { color:#040404;display:block;width:311.973px;position:absolute;font-family:roboto;font-size:17px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:185.0390625px;left:30px;height:21.25px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ya4bskyKCeD3szO6ESuzo91qRAum4Qy2 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:312px;width:481px;top:277px;left:449px;overflow:hidden;display:block; }
#pboET2ekgOMx7WuTpsGbkWTILLhiGhOD { color:#1a1b1b;display:block;width:898px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:100010;line-height:1.9;letter-spacing:0;top:659.67018699646px;left:31.09375px;height:312.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGquN8fMb97banVibQLnDgmoCJBFoTEb { position:relative;display:block; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb { 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 { border-width: 0; border-radius: 0; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .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:519px;width:960px;position:relative;display:block; }#FhxK1HDv3HbifL6X0cpxD32aFQd0G31g { color:#515151;display:block;width:623px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:56px;left:168.50001525879px;height:135px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 { color:#000000;display:block;width:696.997px;position:absolute;font-family:roboto;font-size:37px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:245.90272521973px;left:95.555603027344px;height:152.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }#KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 li:before{  }
#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { 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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { background-color: transparent; background-image: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .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); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { border-width: 0; border-radius: 0; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { font-size:14px;font-family:arial;height:670px;width:960px;position:relative;display:block; }#Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99653px;width:50px;top:107.98614501953px;left:445.00006103516px;display:block; }
#rpMr7BDTLR0fdNxDXPxs2iLvmHKXnts9 { color:#ffffff;display:block;width:700px;position:absolute;font-family:roboto;font-size:52px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16px;left:109px;height:67.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-form-header {  }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:20px;font-weight:bold;color:#19232e;width:368px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:35px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;line-height:1.3; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-text {padding-top: 0; padding-bottom: 0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;line-height:1.3; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:368px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-select {padding-top: 0; padding-bottom: 0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:368px;height:55px;font-family:ubuntu;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:348px;overflow:hidden;font-style:normal; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container { padding-top:6px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container:first-of-type{padding-top:0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container:last-of-type{padding-bottom:0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:367.998px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:275.97222900391px;top:144.01622009277px;z-index:100019;position:absolute;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:368px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.2;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph {display:block;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:367.998px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:275.97222900391px;top:144.01622009277px;z-index:100019;position:absolute;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XCAV62UEvK8b1Co7oq7FAkJAQQAVwRff { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #NMGmNBNLaTaW7WfDyLeWG6PTZM5TxiWS { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #L3iOMST3cnmikJJmknzdN8RmEt780Ho6 { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #VqiM9s1xchObLHcIbVSsEgGZUXXu1Bkg { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #xL3PDizXxCt9A0ED3rum9AAUTQMHJreG { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XRD4F7OyoWKFGEgzufxkDG4g6yHmuy3o { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #zawpt9iTs9xo18Jy2OkQCCNVlMKlIIb0 { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #cyTTgANQNKzXEsyvSkeznP9acFq3z4Jy { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #lbyPnUz8MXc9z7T3WXTlukpLRogg71W9 { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #qqNTHzddSPzFUL1HaXWewMJTvbg99Wyk { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #wBX3xs3kvd26cZzt7hTSFuC64Pu8WISQ { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #DQDbrFlmtmwZidvmsoObAyITIgxCoWqq { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #B8NU4P2ZaqRH3QKWZq5SkouHvWOiLWh9 { position:relative;display:block;z-index:100000; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #oS8PaIac8dDiIiT0mDrbRZkmsUxRJev2 { position:relative;display:block;z-index:100000; }
#XQtuTTXk0TR4bqr7AsV38HUpIOibmVAx { position:relative;display:block; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Rh9sl7oz05pTnnyQtRx4R5IBSVfTksuo { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #WnENuSAvQSzO1FsV1fSWMZ0T1yFT6rlS { position:relative;z-index:2; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #q5vDTMi0Fxn8ouJeBGBRpIFonFzJw5eM { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Z9LvNWf1uTBkR5Us8zzJqaX4syn6LLZH { position:relative; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #S1R9DxyWixrRHTFUqTsehs1vPwTXRQhI { position:relative; }
#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3178;background-image:none;position:relative;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 .container { font-size:14px;font-family:arial;height:99px;width:960px;position:relative;display:block; }#ucyTaf0AVGoDBLnr1aXnbLdqoEHSGO05 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65.9961px;width:207.988px;top:16.484375px;left:375.9765625px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk { display:block; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkEbTQUV0LTTa4guIzdTyxggJLJhTgpk { top:14px;left:15.368103027344px;width:715px;height:20px;font-size:16px;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) { #gx9hGnmGh5TJMdXlovszfIQdJEpWiuDW { width:640px;height:36px;top:31px;left:124px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { top:3px;left:0px;width:281px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:481px;height:156px;top:87px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:480px;height:133px;top:277px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:470px;height:591px;top:88px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:467px;height:42px;top:117px;left:297px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-checkbox-label { width:348px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg  { width:368px;height:auto; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg {display:block;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg { width:368px;height:auto; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sK30F20Hl4HaHQl93UrDT6pNTtquUDhJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #mJzGpvBqU65XrL44Tdw2CFoVODHb0B7x {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #vu4McKVcZWMMow8kaw1yawKuCiPbWn4O {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zJOT5MqaNLoE0pT0MBEDTlXA7bL57iwn {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #N9Ai9Bkc9BVbZRrLm30oHmuhTSE12T8p {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #R5cWf9Qg8F0ZWheUwnWRrC1Ws1dprXMl {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sPQ6Hru1r0Uz4pAobSmbTtDpEhXfXyND {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ErtBHhvWhmpCoqONqANuNZCMlS6LK7fJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #v6H2Z6mooThW0MN6bhUKWk4Pw9VSolWL {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #T13JDxbuV1zCvonD5JINooXkr1eMznLv {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ue6gTRDWr4Otk8ZGqPnht988DnUaMChl {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #qC5z3VXQbpypx8Ryn06133bO3urdaEvy {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #uqscHllrRcZ3ZhxCok6sedLQCQzGLpnB {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #kTUMQ8euVKX9ev6TUVL8mX9K052IFUVT {  }
 }@media only screen and (max-width: 763px) { #PLi77s5algImpV6TNqW9cMBkDmLAVMxl { display:block; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #cXamfar3GS1ONMcHDlaHNWAlTzvVlCQy {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #RVShhLvZOTxIbEaiyChySCkFPZN0VU72 {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zg5xMIsPeLHmQtfdSwyyqCgBtRyuR6l3 {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #gzHs1mJwz9WZOmdfENdnHWWVlNUXnCaJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #VB2it0rozPzuXNZDKULq9T9u7y1RHmLl {  }
 }@media only screen and (max-width: 763px) { #FVhHR58ihLR5l06PLivcU29PdJ36rfLW { width:50px;height:1px;top:107px;left:347.00006103516px;display:none; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFDx6SLEZArHx5pD9ayPLhVHZmbseAci { width:764px;height:231px;top:194px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XTXTDf9o8Ji6y8Te3RikZy6x963t2cbP { width:764px;height:134px;top:32px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #S63lrL003Uox2wNrCgQpR7LJiH5SVBBG { display:block; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhuQp2L6h58DE90xCSDieiCWR3CCp3T8 { width:764px;height:67px;top:41px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LVi3TWRiaoz2bLqtuQbsDbCMU4Gnzsfb { width:764px;height:132px;top:124px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IVSuZbtZMwcWdhyZ4EJmvkNhls9HEccZ { width:764px;height:67px;top:289px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #RHRZDwy5xVhuiAhHveNqHNGLqPAK1cea { width:764px;height:132px;top:373px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Kw347qKKIWt0bvfFyeJL8aLCfPeCAVI2 { width:764px;height:67px;top:567px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq { width:764px;height:;top:667px;left:0px;font-size:17px;display:block; }#zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq li:before{  }
 }@media only screen and (max-width: 763px) { #bhdJ8PEWLmcXd6Ez8SufQiXRzcBlUDx5 { width:764px;height:66px;top:1144px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 { width:764px;height:;top:1245px;left:0px;font-size:17px;display:block; }#U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 li:before{  }
 }@media only screen and (max-width: 763px) { #NKpHAbx6OBK2fvb1TM7SwKRkiWx13wkN { width:764px;height:133px;top:1641px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #wouVXmX5BrXUqzzNrZV3ltF40CTc3sN9 { width:764px;height:533px;top:1817px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo { display:block; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfJRFMdpfvBCk7RchKChMdgGBbukcdTf { width:396px;height:354px;top:276px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xOxUOyBM0mNpXz1Ms30ZMEoGd6qdNdTL { width:764px;height:134px;top:35px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #aiVA0syaVArdGAyCMGFrqCJH79btcO72 { width:311px;height:21px;top:185px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ya4bskyKCeD3szO6ESuzo91qRAum4Qy2 { top:277px;left:283px;width:481px;height:312px;display:block; }
 }@media only screen and (max-width: 763px) { #pboET2ekgOMx7WuTpsGbkWTILLhiGhOD { width:764px;height:322px;top:659px;left:0px;font-size:16px;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) { #FhxK1HDv3HbifL6X0cpxD32aFQd0G31g { width:622px;height:133px;top:55px;left:70.489624023438px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 { width:696px;height:153px;top:245px;left:0px;font-size:27px;display:block; }#KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 li:before{  }
 }@media only screen and (max-width: 763px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:50px;height:1px;top:107px;left:347.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #rpMr7BDTLR0fdNxDXPxs2iLvmHKXnts9 { width:700px;height:66px;top:15px;left:10.993103027344px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-checkbox-label { width:348px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph  { width:368px;height:auto; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph {display:block;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph { width:368px;height:auto; }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XCAV62UEvK8b1Co7oq7FAkJAQQAVwRff {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #NMGmNBNLaTaW7WfDyLeWG6PTZM5TxiWS {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #L3iOMST3cnmikJJmknzdN8RmEt780Ho6 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #VqiM9s1xchObLHcIbVSsEgGZUXXu1Bkg {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #xL3PDizXxCt9A0ED3rum9AAUTQMHJreG {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XRD4F7OyoWKFGEgzufxkDG4g6yHmuy3o {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #zawpt9iTs9xo18Jy2OkQCCNVlMKlIIb0 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #cyTTgANQNKzXEsyvSkeznP9acFq3z4Jy {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #lbyPnUz8MXc9z7T3WXTlukpLRogg71W9 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #qqNTHzddSPzFUL1HaXWewMJTvbg99Wyk {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #wBX3xs3kvd26cZzt7hTSFuC64Pu8WISQ {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #DQDbrFlmtmwZidvmsoObAyITIgxCoWqq {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #B8NU4P2ZaqRH3QKWZq5SkouHvWOiLWh9 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #oS8PaIac8dDiIiT0mDrbRZkmsUxRJev2 {  }
 }@media only screen and (max-width: 763px) { #XQtuTTXk0TR4bqr7AsV38HUpIOibmVAx { display:block; }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Rh9sl7oz05pTnnyQtRx4R5IBSVfTksuo {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #WnENuSAvQSzO1FsV1fSWMZ0T1yFT6rlS {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #q5vDTMi0Fxn8ouJeBGBRpIFonFzJw5eM {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Z9LvNWf1uTBkR5Us8zzJqaX4syn6LLZH {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #S1R9DxyWixrRHTFUqTsehs1vPwTXRQhI {  }
 }@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) { #ucyTaf0AVGoDBLnr1aXnbLdqoEHSGO05 { top:16px;left:277.9765625px;width:207px;height:65.682600438487px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk { display:block; }#TiFT8k4okunKUl0RCMLmC5pBXf0rBnGk > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkEbTQUV0LTTa4guIzdTyxggJLJhTgpk { width:300.99px;height:30px;top:12.97916674614px;left:8.9583330154419px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn { display:block; }#kcH0GAKc1GDniewLH3FqbBR4XGHUaiTn > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gx9hGnmGh5TJMdXlovszfIQdJEpWiuDW { width:320px;height:0;top:132.9922px;left:0px;text-align:center;text-align-last:center;font-size:31px;color:#001f60;display:none; }
 }@media only screen and (max-width: 763px) { #iQmP5BebvolLyfl8Ta7WiWIakEosvEN3 { width:195px;height:63.9844px;top:10.494791030884px;left:62.499995231628px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/mF5xnElp/Horlama_ve_uyku_apnesi_mobile.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:316px;height:101.25px;top:15.708335876465px;left:2.4722213745117px;text-align:center;text-align-last:center;font-size:26px;color:#1799eb;display:block; }
 }@media only screen and (max-width: 763px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:312px;height:75px;top:139.40625px;left:3.5px;text-align:center;text-align-last:center;font-size:15px;color:#1a1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:320px;height:53px;top:543.953125px;left:0px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:320px;height:32.5px;top:254.453125px;left:0px;font-size:25px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none;font-size:17px;overflow:hidden; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-text {padding-top: 0; padding-bottom: 0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-select {padding-top: 0; padding-bottom: 0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]:-moz-placeholder { color:#0c0b0b; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]::-moz-placeholder { color:#0c0b0b; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]:-ms-input-placeholder { color:#0c0b0b; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg [class*="-text"]::-webkit-input-placeholder { color:#0c0b0b; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-checkbox-label { width:260px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container:first-of-type{padding-top:0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-container:last-of-type{padding-bottom:0;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg  { width:280px;height:auto;top:309.453125px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg .widget-info-text { color:#19232e;font-family:ubuntu;font-size:12px; }
#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg {display:block;}#vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg { width:280px;height:auto;top:309.453125px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sK30F20Hl4HaHQl93UrDT6pNTtquUDhJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #mJzGpvBqU65XrL44Tdw2CFoVODHb0B7x {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #vu4McKVcZWMMow8kaw1yawKuCiPbWn4O {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zJOT5MqaNLoE0pT0MBEDTlXA7bL57iwn {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #N9Ai9Bkc9BVbZRrLm30oHmuhTSE12T8p {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #R5cWf9Qg8F0ZWheUwnWRrC1Ws1dprXMl {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #sPQ6Hru1r0Uz4pAobSmbTtDpEhXfXyND {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ErtBHhvWhmpCoqONqANuNZCMlS6LK7fJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #v6H2Z6mooThW0MN6bhUKWk4Pw9VSolWL {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #T13JDxbuV1zCvonD5JINooXkr1eMznLv {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #ue6gTRDWr4Otk8ZGqPnht988DnUaMChl {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #qC5z3VXQbpypx8Ryn06133bO3urdaEvy {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #uqscHllrRcZ3ZhxCok6sedLQCQzGLpnB {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #kTUMQ8euVKX9ev6TUVL8mX9K052IFUVT {  }
 }@media only screen and (max-width: 763px) { #PLi77s5algImpV6TNqW9cMBkDmLAVMxl { display:block; }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #cXamfar3GS1ONMcHDlaHNWAlTzvVlCQy {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #RVShhLvZOTxIbEaiyChySCkFPZN0VU72 {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #zg5xMIsPeLHmQtfdSwyyqCgBtRyuR6l3 {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #gzHs1mJwz9WZOmdfENdnHWWVlNUXnCaJ {  }
 }@media only screen and (max-width: 763px) { #vg5zlUT0iqLt3ZxbKTbsIKi0LwZw6qmg #VB2it0rozPzuXNZDKULq9T9u7y1RHmLl {  }
 }@media only screen and (max-width: 763px) { #FVhHR58ihLR5l06PLivcU29PdJ36rfLW { width:49.9844px;height:1.98438px;top:295px;left:135px;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFDx6SLEZArHx5pD9ayPLhVHZmbseAci { width:320px;height:276.25px;top:172.921875px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #XTXTDf9o8Ji6y8Te3RikZy6x963t2cbP { width:320px;height:108.75px;top:44.921875px;left:0px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #S63lrL003Uox2wNrCgQpR7LJiH5SVBBG { display:block; }#S63lrL003Uox2wNrCgQpR7LJiH5SVBBG > .row .container { width:320px;height:2111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhuQp2L6h58DE90xCSDieiCWR3CCp3T8 { width:320px;height:77.5px;top:29.9609375px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #LVi3TWRiaoz2bLqtuQbsDbCMU4Gnzsfb { width:320px;height:148.75px;top:1939.94140625px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #IVSuZbtZMwcWdhyZ4EJmvkNhls9HEccZ { width:320px;height:38.75px;top:1891.93359375px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #RHRZDwy5xVhuiAhHveNqHNGLqPAK1cea { width:320px;height:127.5px;top:1727.94921875px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #Kw347qKKIWt0bvfFyeJL8aLCfPeCAVI2 { width:320px;height:77.5px;top:1630.95703125px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq { width:320px;height:321.25px;top:1273.984375px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }#zRHUCLaJq4ZTbzJ6MhQoV9DTgUWPs0tq li:before{  }
 }@media only screen and (max-width: 763px) { #bhdJ8PEWLmcXd6Ez8SufQiXRzcBlUDx5 { width:320px;height:77.5px;top:1164.9609375px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 { width:320px;height:205px;top:943.96484375px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }#U7Sd3uuHHtCE3GEsTeha5U03y3TB1W85 li:before{  }
 }@media only screen and (max-width: 763px) { #NKpHAbx6OBK2fvb1TM7SwKRkiWx13wkN { width:320px;height:155px;top:761.97265625px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wouVXmX5BrXUqzzNrZV3ltF40CTc3sN9 { width:320px;height:616.25px;top:124.98046875px;left:0px;text-align:left;text-align-last:left;font-size:17px;color:#1a1b1b;display:block; }
 }@media only screen and (max-width: 763px) { #f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo { display:block; }#f2WgtHHxEsh8X8ypb2ZaTtgLOKH9JRRo > .row .container { width:320px;height:1536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfJRFMdpfvBCk7RchKChMdgGBbukcdTf { width:315.996px;height:390px;top:194.98046875px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xOxUOyBM0mNpXz1Ms30ZMEoGd6qdNdTL { width:320px;height:131.25px;top:17.98828125px;left:1.4765625px;text-align:left;text-align-last:left;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #aiVA0syaVArdGAyCMGFrqCJH79btcO72 { width:320px;height:20px;top:158.984375px;left:0px;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ya4bskyKCeD3szO6ESuzo91qRAum4Qy2 { width:317.988px;height:205.996px;top:616.953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pboET2ekgOMx7WuTpsGbkWTILLhiGhOD { width:320px;height:660px;top:865.9765625px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QGquN8fMb97banVibQLnDgmoCJBFoTEb { display:block; }#QGquN8fMb97banVibQLnDgmoCJBFoTEb > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhxK1HDv3HbifL6X0cpxD32aFQd0G31g { width:320px;height:120px;top:16.97265625px;left:0px;text-align:left;text-align-last:left;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 { width:320px;height:150px;top:176.96875px;left:0px;text-align:left;text-align-last:left;font-size:27px;display:block; }#KbFs0vBh95FM8mKJ6iiqNl7OTKzU29P1 li:before{  }
 }@media only screen and (max-width: 763px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:320px;height:650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:49.9884px;height:1.99074px;top:112.93981170654px;left:135.00001144409px;display:block; }
 }@media only screen and (max-width: 763px) { #rpMr7BDTLR0fdNxDXPxs2iLvmHKXnts9 { width:263.993px;height:32.5px;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) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none;font-size:17px;overflow:hidden; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-text {padding-top: 0; padding-bottom: 0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-select {padding-top: 0; padding-bottom: 0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]:-moz-placeholder { color:#0c0b0b; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]::-moz-placeholder { color:#0c0b0b; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]:-ms-input-placeholder { color:#0c0b0b; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph [class*="-text"]::-webkit-input-placeholder { color:#0c0b0b; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container:first-of-type{padding-top:0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-container:last-of-type{padding-bottom:0;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph  { width:280px;height:424px;top:134.90739265625px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph .widget-info-text { color:#19232e;font-family:ubuntu;font-size:12px; }
#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph {display:block;}#bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph { width:280px;height:424px;top:134.90739265625px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XCAV62UEvK8b1Co7oq7FAkJAQQAVwRff {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #NMGmNBNLaTaW7WfDyLeWG6PTZM5TxiWS {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #L3iOMST3cnmikJJmknzdN8RmEt780Ho6 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #VqiM9s1xchObLHcIbVSsEgGZUXXu1Bkg {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #xL3PDizXxCt9A0ED3rum9AAUTQMHJreG {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #XRD4F7OyoWKFGEgzufxkDG4g6yHmuy3o {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #zawpt9iTs9xo18Jy2OkQCCNVlMKlIIb0 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #cyTTgANQNKzXEsyvSkeznP9acFq3z4Jy {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #lbyPnUz8MXc9z7T3WXTlukpLRogg71W9 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #qqNTHzddSPzFUL1HaXWewMJTvbg99Wyk {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #wBX3xs3kvd26cZzt7hTSFuC64Pu8WISQ {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #DQDbrFlmtmwZidvmsoObAyITIgxCoWqq {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #B8NU4P2ZaqRH3QKWZq5SkouHvWOiLWh9 {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #oS8PaIac8dDiIiT0mDrbRZkmsUxRJev2 {  }
 }@media only screen and (max-width: 763px) { #XQtuTTXk0TR4bqr7AsV38HUpIOibmVAx { display:block; }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Rh9sl7oz05pTnnyQtRx4R5IBSVfTksuo {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #WnENuSAvQSzO1FsV1fSWMZ0T1yFT6rlS {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #q5vDTMi0Fxn8ouJeBGBRpIFonFzJw5eM {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #Z9LvNWf1uTBkR5Us8zzJqaX4syn6LLZH {  }
 }@media only screen and (max-width: 763px) { #bWwP9PoocyGnGAGs13TxBbXXNgsuD3Ph #S1R9DxyWixrRHTFUqTsehs1vPwTXRQhI {  }
 }@media only screen and (max-width: 763px) { #dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 { display:block; }#dgvLviAGU8OZmuoAIAiTk76nOoXEVqF0 > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucyTaf0AVGoDBLnr1aXnbLdqoEHSGO05 { width:207px;height:65.682600438487px;top:13px;left:56px;display:block; }
 }