.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;top:0px;left:0px;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35e1c612-6d5e-45ce-937a-bd64a4452e4c/DALLE20240405115907ImagineasophisticatedmodernlivingroomthatexudesluxuryandhightechnologyTheroomisdesignedwithacleanwhiteaestheticfeaturinghigh.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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(255,255,255,0.4); }#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(255,255,255,0.4); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;overflow:visible;position:relative;display:block; }#zEolnwJ0FZQCeKCOsEZEzpCAWKEIdZDB { color:#010101;display:block;width:985px;position:absolute;font-family:"aftika original";font-size:48px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:222px;left:21px;height:115.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;font-style:normal;display:block; }
#QFfeQSK31LSAckUWSG8tXqDboPScWQAU { 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;height:46px;width:216px;top:74px;left:21px;overflow:hidden;display:block; }
#mNBuGqAkE77IHHcGcQ46yCI7NwVqgi0H { color:#000000;display:block;width:768px;position:absolute;font-family:"aftika original";font-size:24px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:376px;left:21px;height:62.3906px;font-style:normal;display:block; }
#JDeuC8vUvafTVMOc7Xods3I1sma8phkq { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:703px;width:1200px;top:626px;left:0px;display:block; }
#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU { 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; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { background-color: transparent; background-image: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container > .video-iframe-container { display: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row > .video-iframe-container { display: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .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); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { border-width: 0; border-radius: 0; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { font-size:14px;font-family:arial;height:629px;width:1200px;position:relative;display:block; }#e8BZedPsXOsX4dXvU2u60vQClODUxByb { 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;height:41px;width:40px;top:158px;left:477px;overflow:hidden;display:block; }
#XUUqHVUn03kZpUmyPNTXERrduSfBJHsw { 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;height:40px;width:40px;top:284px;left:477px;overflow:hidden;display:block; }
#ZalkWC88aGxH5TP6KnAMHdHpmvdGgNcM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:38px;top:438px;left:480px;overflow:hidden;display:block; }
#CZ7wF712UdZ4l9Fa0THlvTnOlnZnPaGz { color:#010101;display:block;width:480px;position:absolute;font-family:aftika;font-size:16px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:156px;left:543px;height:20.7969px;font-style:normal;display:block; }
#uwDsTf8xJ3ro7wybU4htzxpdMh41ASDx { color:#010101;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:280px;left:543px;height:20.7969px;font-style:normal;display:block; }
#b7ycAiVLwQVwReMPsBkerukHwZH0VMm6 { color:#010101;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:432px;left:543px;height:20.7969px;font-style:normal;display:block; }
#l6BdmwcoN454Kqwmx0y2an6EKJlWP8ch { color:#424242;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:177px;left:543px;height:62.3906px;font-style:normal;display:block; }
#BEtXPiG3rc9B9dPtucMasnm23mhiHazh { color:#424242;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:300px;left:543px;height:83.1875px;font-style:normal;display:block; }
#KT3p8FI7UmKa23w61w0BPrqQv7CyGeuK { color:#424242;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:455px;left:543px;height:83.1875px;font-style:normal;display:block; }
#NqzFKyQrePB4stiSU11bL97CtznRTbmo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1018px;width:707px;display:none; }
#qkOgtJxJTKi4AfpymfVrNofFtHHBCzAd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:479px;width:447px;top:150px;left:0px;overflow:hidden;display:block; }
#JzRsESTM9NJe2Aak6RDt1vy4N6f4Rsq5 { color:#010101;display:block;width:618px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0px;left:278px;height:100.797px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dfe;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; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container { background-color: transparent; background-image: none; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container > .video-iframe-container { display: none; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row > .video-iframe-container { display: none; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .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); }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container { border-width: 0; border-radius: 0; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container { font-size:14px;font-family:arial;height:163px;width:1200px;position:relative;display:block; }#yU4o7rGk05s3lBVrD7U618EWepIUSzrC { color:#ffffff;display:block;width:690px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:61.21875px;left:255px;height:100.797px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dfe;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; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container { background-color: transparent; background-image: none; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container > .video-iframe-container { display: none; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row > .video-iframe-container { display: none; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .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); }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container { border-width: 0; border-radius: 0; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container { font-size:14px;font-family:arial;height:279px;width:1200px;position:relative;display:block; }#u4xPaiyz1tnIc4m1QUI2JlTMgcngFkGs { color:#ffffff;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:45.1875px;left:70.5px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTZ6TDBVCPmm84GP0y5ftM2E9TxveTdH { color:#ffffff;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:101.6875px;left:70.5px;height:83.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTNEqp3Iup71fnNc1XobGMtmTItwglSe { color:#ffffff;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:28px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:45.1875px;left:470.5px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxixc6BeUgGII8mi8FBh6W6w4QBlGk95 { color:#ffffff;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:101.6875px;left:470.5px;height:83.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5LMaPXEdiAnsQfCQGRawEQvFrs3pMnU { color:#ffffff;display:block;width:350px;position:absolute;font-family:"aftika original";font-size:28px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:45.1875px;left:825px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkTpQmlBtyLmypi43tVM7ZgRnlZddI5t { color:#ffffff;display:block;width:360px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:101.6875px;left:820px;height:83.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuilXPXcnFC11b4TThALTTzCzO81Zi26 { 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; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container { background-color: transparent; background-image: none; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container > .video-iframe-container { display: none; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row > .video-iframe-container { display: none; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .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); }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container { border-width: 0; border-radius: 0; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container { font-size:14px;font-family:arial;height:525px;width:1200px;position:relative;display:block; }#o20SA0BgTamCMU7euD98twP0g0nzfxRr { color:#010101;display:block;width:359px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:72px;left:9px;height:151.195px;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; }
#UHooE93e40dtJdQMTX1AWIPhJB4UXIAR { color:#424242;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:98.984375px;left:495px;height:103.984px;font-style:normal;display:block; }
#gl0IhCTHfQyO8qbgXKMfheVPA3Z19uMC { 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;height:42px;width:36px;top:74px;left:435px;overflow:hidden;display:block; }
#kHVcJuTQagOtcn1vg1B4mQ9OtEAg7lbT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:35px;top:74px;left:775px;overflow:hidden;display:block; }
#qoBACHkW5IGS7AXT21DFywadehyFmyre { color:#424242;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:99px;left:829px;height:83.1875px;font-style:normal;display:block; }
#Mszzg87usdzV9ir1ECfaIO3XlZZvZigt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:36px;top:283px;left:435px;overflow:hidden;display:block; }
#vqWTeG3ddDyDuTz7NKJegbpsb7dVQ6ad { color:#424242;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:309px;left:495px;height:83.1875px;font-style:normal;display:block; }
#zuWIofuGMzVz85bpgrLtcsA6XhiL65WL { color:#424242;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:310px;left:829px;height:83.1875px;font-style:normal;display:block; }
#w2ZOXd7sTQtCPxMi0RAQR1UJ6Cea2GVd { position:absolute;display:block;z-index:15004;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;height:40px;width:36px;top:283px;left:775px;overflow:hidden;display:block; }
#krMpMw2FwaMd1nuAIhTGXNBrgs4OT3GA { color:#010101;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:72px;left:495px;height:23.3984px;display:block; }
#i2PrytKM3VArzdQLZJ2BN1oOSzHoifFU { color:#010101;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:72px;left:829px;height:23.3984px;display:block; }
#zK1kRQcMmTNFBrM7DSF1fQPtO4zFkJLU { color:#010101;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:283px;left:496px;height:23.3984px;display:block; }
#T8x4Ck3UZSIMtgQ1aoyMgoP0BoEz8G68 { color:#010101;display:block;width:259px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:283px;left:829px;height:23.3984px;display:block; }
#TxBftceWqkTk8kxIvPtTlIwvMEU1PTsS { color:#424242;display:block;width:308px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:292px;left:9px;height:41.5938px;display:block; }
#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac0e7eaf-485f-4638-9905-4a1582a04db9/introbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql.adaptive-delivery-prevent-bg, #MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql.lazyload, #MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql.lazyloading { background-image: none; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container { background-color: transparent; background-image: none; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container > .video-iframe-container { display: none; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row > .video-iframe-container { display: none; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .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); }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container { border-width: 0; border-radius: 0; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container { font-size:14px;font-family:arial;height:612px;width:1200px;position:relative;display:block; }#LTtK6UaSoUaXgcVm2TZss7Sn6i9wShHQ { color:#010101;display:block;width:680px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:84px;left:0px;height:100.797px;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; }
#d3xcoUIDc0M38u1cukPT3oJVAlQn2bPL { color:#424242;display:block;width:580px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:222px;left:0px;height:145.578px;font-style:normal;display:block; }
#rXpgZhUtDkOTI2GLXp1kGleOJt7PiD6p { background-color:#023dfe;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"aftika original";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:348px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:473px;left:0px;display:block; }
#JH4QAL2OhP2WoK5CTn4w6PxyP85eu09X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DvaIXZlH3chviJTy0QlVHND7TPSZ810y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f2;background-image:none;position:relative;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container { background-color: transparent; background-image: none; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container > .video-iframe-container { display: none; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row > .video-iframe-container { display: none; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .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); }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container { border-width: 0; border-radius: 0; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row > .video-iframe-container { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container { font-size:14px;font-family:arial;height:561px;width:1200px;position:relative;display:block; }#I1DSzmnRW8a4EMEoInTlCs7vcV2FmOAx { color:#010101;display:block;width:960px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:51.796875px;left:120px;height:54.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VZTQGgl7c7AcI9hsMtfATglqaEHS7egD { position:absolute;display:block;z-index:14999;background-color:#023dfe;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:145px;width:590px;top:153px;left:0px;display:block; }
#p5BhPdzA4ML9RfS1P1PlLgdlxXxteDfs { color:#ffffff;display:block;width:471px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:173px;left:72px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HLVAKQ7cHqbCA3T6TgvDzRHr0NE1OtT8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43px;width:34px;top:177.5px;left:25px;overflow:hidden;display:block; }
#MLRS07lBh1oaf2JdCxl0Piu3XfaaVJqd { position:absolute;display:block;z-index:15002;background-color:#023dfe;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:145px;width:590px;top:153px;left:611px;display:block; }
#agL4v1VsnNhpz9TJummuCWDEwexLUbJu { color:#ffffff;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:205.375px;left:688px;height:41.5938px;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; }
#ZFq8TUIabAAZWc819OXV3AO8GI5yu4f3 { position:absolute;display:block;z-index:15006;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;height:42px;width:28px;top:180px;left:641px;overflow:hidden;display:block; }
#rdOJEhygbiBMCpLQ6TXtFPhWTGZVV3OS { position:absolute;display:block;z-index:15005;background-color:#023dfe;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:145px;width:590px;top:320px;left:0px;display:block; }
#kCK1FG5Bo03RqvZiy7NfqTsCPPlT8hVd { color:#ffffff;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:378.8125px;left:70.5px;height:41.5938px;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; }
#SOydsLTfPsWCcfvPOK8ZEFR1OTzsEzIX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:34px;top:350px;left:25px;overflow:hidden;display:block; }
#bW5zpl2yT64UtKNTA6evZCH6HO39cVTk { position:absolute;display:block;z-index:15008;background-color:#023dfe;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:145px;width:590px;top:320px;left:611px;display:block; }
#SeB6aLbJZmVGc9x7Hk3TsBQ22uIyg3pH { color:#ffffff;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:376.6875px;left:688px;height:41.5938px;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; }
#RLcTuVkpwtIIEKI9bnSpNnPOKTuvUX8t { position:absolute;display:block;z-index:15012;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;height:34px;width:34px;top:350px;left:641px;overflow:hidden;display:block; }
#gxnteolQLNFnUTXl3pMSGpeVcTDvo97n { color:#ffffff;display:block;width:471px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:206.375px;left:72px;height:41.5938px;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; }
#bt5TodBdmNow1UCxeZtkdKpKNH6kJCTh { color:#ffffff;display:block;width:471px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:173px;left:687.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kq0Cezuhvx4tbiqT8B62KdpM8JTp96HT { color:#ffffff;display:block;width:471px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:318.1875px;left:77.5px;height:20.7969px;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; }
#ek08LBdQBigPZGzrb0tVMShQJQBVsC3F { color:#ffffff;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:345.4375px;left:70.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ui8CMTwHyQRTbA41TL8o2pl8CsEotVCN { color:#ffffff;display:block;width:480px;position:absolute;font-family:"aftika original";font-size:18px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:344px;left:688px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container { background-color: transparent; background-image: none; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container > .video-iframe-container { display: none; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row > .video-iframe-container { display: none; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .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); }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container { border-width: 0; border-radius: 0; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row > .video-iframe-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container { font-size:14px;font-family:arial;height:713px;width:1200px;position:relative;display:block; }#Bh4Tnd96ymrzysxW2u0NgmXDVKXFfSTw { color:#010101;display:block;width:1200px;position:absolute;font-family:"aftika original";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:107px;left:0px;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;display:block; }
#L4CTFve78FPtgeZwicwBibizSyyeW9Ne { position:absolute;display:block;z-index:15032;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;height:386px;width:174px;top:18px;left:513px;overflow:hidden;display:block; }
#dWXl57lACznDJkgLrKduI67spu9GICpS { position:absolute;display:block;z-index:14999;height:300px;width:300px;top:300.46875px;left:109px;display:block; }
#IIJTHMfE8NZteqwtAy5TAOOmQhqGibWc { position:absolute;display:block;z-index:14998;background-color:#fffbf5;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 12px rgba(204,200,196,0.5) ;height:300px;width:300px;top:300.46875px;left:109px;display:block; }
#n3DTPn7qoVI31TN1EfE26ps1mTsLXvyI { position:absolute;display:block;z-index:15000;background-color:#fffbf5;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 1px 1px 12px rgba(204,200,196,0.5) ;height:300px;width:300px;top:300.46875px;left:447px;display:block; }
#LpHCxTiU5UWph1R9ayKDzDqaIkPxEVvl { position:absolute;display:block;z-index:15001;height:300px;width:300px;top:300.46875px;left:447px;display:block; }
#JUxlrMPCMFAzyavc1rWw1bWGXm4AQkP9 { background-color:#fffbf5;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 12px rgba(204,200,196,0.5) ;box-sizing:border-box;color:#ccc8c4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:aftika;font-size:34px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:300px;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:300px;left:786px;display:block; }
#tGr9F2vmUnU0GBZTrmOOqIWCxD0bNLZT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FRdoJs3FkknurGCGzGyU05eP7t1oakoN { background-color:#fffbf5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dotted #cbc8c3;border-left:1px dotted #cbc8c3;border-right:1px dotted #cbc8c3;border-bottom:1px dotted #cbc8c3;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-sizing:border-box;color:#ccc8c4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:aftika;font-size:34px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:260px;height:260px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:320.46875px;left:806px;display:block; }
#aUNJ7WkmRtfyx355C7UcIwZrIqi6yURT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#k4d0sh3MowB0CqXJTiU9n9BOCBPpiu6F { color:#424242;display:block;width:460px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:199px;left:357.5px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023dfe;background-image:url("https://images.assets-landingi.com/uc/cdaa204b-d4dd-4dfe-9ea5-404344b690a2/commitment.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.adaptive-delivery-prevent-bg, #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.lazyload, #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.lazyloading { background-image: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { background-color: transparent; background-image: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container > .video-iframe-container { display: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row > .video-iframe-container { display: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .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); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { border-width: 0; border-radius: 0; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { font-size:14px;font-family:arial;height:720px;width:1200px;position:relative;display:block; }#xlBBisAdvntGu2NyNZLyagGGmzcvlh8F { color:#ffffff;display:block;width:476px;position:absolute;font-family:"aftika original";font-size:42px;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:106px;left:693px;height:100.797px;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; }
#dh4S8sm3k3ilvy8GLZTuxQ2yWJTqCTal { color:#ffffff;display:block;width:424px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:496px;left:730px;height:44.7969px;font-style:normal;display:block; }
#nQa60Wbc7iITl9NQ5KxQ90XbCeVMKVDZ { 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;height:20px;width:21px;top:497px;left:693px;overflow:hidden;display:block; }
#JwIxzIgN8tLNp7ZG0it6KlrMedSENV9T { color:#ffffff;display:block;width:424px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:379px;left:730px;height:67.1953px;font-style:normal;display:block; }
#LWCPtAGwOi8CIHkquwvZHAIdBTXpdlci { position:absolute;display:block;z-index:15004;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;height:20px;width:21px;top:384px;left:693px;overflow:hidden;display:block; }
#yiTGI4MszqXakSq8WfTQO6vO8IqPTwfz { 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;height:20px;width:21px;top:240px;left:569px;overflow:hidden;display:none; }
#F6B9kZOWRAcEVuSzH0d3LWVap5TRDpSH { position:absolute;display:block;z-index:15007;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;height:653px;width:653px;top:67px;left:29px;overflow:hidden;display:block; }
#cPT1dBihdoMFKqfe78FbyfI2K968tQwo { color:#ffffff;display:block;width:424px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:240px;left:730px;height:89.5938px;font-style:normal;display:block; }
#vkZfH7lnhAlqsaJHBZ7Z8VbU8JbeS8Jn { position:absolute;display:block;z-index:15008;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;height:20px;width:21px;top:245px;left:693px;overflow:hidden;display:block; }
#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG { position:relative;display:block; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG { background-color: transparent; background-image: none; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row .container > .video-iframe-container { display: none; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row > .video-iframe-container { display: none; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .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); }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG { border-width: 0; border-radius: 0; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .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; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .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:699px;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; }#NHCqAWTpgEAOzw1qPcqAuoHHhlRS9yK4 { color:#010101;display:block;width:395px;position:absolute;font-family:"aftika original";font-size:28px;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:89px;left:155px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRPBLvrUoA2LksoqbCOgZZkhnzNlraaQ { color:#424242;display:block;width:482px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:221px;left:155px;height:187.172px;font-style:normal;display:block; }
#QoVgCXGkVzBagl78RabV29znrKef1Kug { background-color:#023dfe;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"aftika original";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:348px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:443px;left:155px;display:none; }
#wvp7hLV4Gqnaw85VwNAEWzdFx0Pz5Jgl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C69PVP1f3sLz8Zby8G5htDFctx8KlaVP { color:#010101;display:block;width:200px;position:absolute;font-family:"aftika original";font-size:28px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:89px;left:709px;height:36.3984px;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; }
#lgp0JmKFeT8cJmDJUwf4MAqrz6e93ChT { color:#424242;display:block;width:450px;position:absolute;font-family:"aftika original";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:138px;left:709px;height:62.3906px;font-style:normal;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-form-header {  }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:bold;color:#000000;width:404px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:404px;box-sizing:border-box;height:40px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .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:0;margin-bottom:4px;margin-left:0;display:block;width:404px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .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:0;margin-bottom:4px;margin-left:0;display:block;width:404px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-button { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#023dfe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:404px;height:55px;font-family:"aftika original";overflow:hidden; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:382px;overflow:hidden;font-style:normal; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-container:first-of-type{padding-top:0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-container:last-of-type{padding-bottom:0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:404px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:220px;left:690px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:404px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ {display:block;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:404px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:220px;left:690px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #l23oeQKSqiMudSskmgeWADsIctN77oT3 { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CiuWCRSNdXSU6Nyn9EQKULGVyrTkPr5u { position:relative;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #HzUbopUQoJyGd7L8PktQQQTCeV7B6yeu { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #BTLWuTgHmqSk3gSoakdxhgXC5pxCnZsv { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #wa9JZoVsm0CHtpPGMu3IN3ddhFEAOCsT { position:relative;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #LUmawdDDRGTFTiecTKZ2FkWHzCfdbNPE { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #teVD0xvq3ZZVB308XUOtUZVaVfV6WMOI { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CLmJTzxVkNNzqSufAF73nX9o5PbbLTMs { position:relative;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #X0UrKMsZtHQEOmFlBoeUPesdzbDsflC7 { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #vdAVWMaTzLSDgBCSTw79bH5FpaR45s8U { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #Ni4Re6GJZGvs3UxVK9FIhhho3DXd0pU4 { position:relative;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CNuczrSf0crZuESefyCT3dPN3IvReCHy { position:relative; }
#DJ40ccDBgWu28TkWmkdFbGGa8s2BglSz { position:relative;display:block; }
#doK4MxCV84ikDxAeANpAcTJGKxScgyZl { position:relative;display:block; }
#PwXxnwGmUwwvxa1zIaux4TALVFBRXk8z { position:relative;display:block; }
#SHCS3ucBCvQkRoL2KnFZz5ZIaOkAtmc5 { position:relative;display:block; }
#b8vucTsmn03PzCAhJ6v4tgfkqBf3NPOv { position:relative;display:block; }
#SR3AbMUk57NTk5Mzau66J4pemvks2JiW { position:relative;display:block; }
#b3XbR0TLm8ELHmSRIfoE4BDWVwQ1E41l { position:relative;display:block; }
#txww5sk03ycSZHQcs2u82wytGU5DdZPQ { position:relative;display:block; }
#Sz7KAWSUZTtB74s5d2pTzr2PnnwzSbg4 { position:relative;display:block; }
#g7WaEJNrh1zhxxcTrhEMdSVzTlax1bPI { position:relative;display:block; }
#XNg0TVQ0UuX1B6DnPQ3JRECgB9dQNUxg { position:relative;display:block; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #RFpKd0um4O0E7gmn2ZcI1loHXM2hKZ5y { position:relative; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #ToJzQx6sckPrPJVskQQT1mHqt2JHxGde { position:relative; }
#fgVserUfWybUr1yTGdssPmgyckhVseBI { position:absolute;display:block;z-index:15007;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;height:266px;width:266px;top:507px;left:196px;overflow:hidden;display:block; }
#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container { background-color: transparent; background-image: none; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container > .video-iframe-container { display: none; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row > .video-iframe-container { display: none; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .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); }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container { border-width: 0; border-radius: 0; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#TyaqktbcrmZPyIPnG04LZGWzZFDrbNyH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:94px;width:156px;top:49.5px;left:522px;overflow:hidden;display:block; }
#hJNcCAPlyqhoHpuB6C3Q8LLmhUXw8oag { 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;height:68px;width:68px;top:125px;left:1132px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #zEolnwJ0FZQCeKCOsEZEzpCAWKEIdZDB { top:222px;left:0px;width:764px;height:;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #QFfeQSK31LSAckUWSG8tXqDboPScWQAU { top:74px;left:0px;width:216px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #mNBuGqAkE77IHHcGcQ46yCI7NwVqgi0H { top:376px;left:0px;width:764px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JDeuC8vUvafTVMOc7Xods3I1sma8phkq { top:626px;left:0px;width:764px;height:703px;display:block; }
 }@media only screen and (max-width: 763px) { #QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU { display:block; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8BZedPsXOsX4dXvU2u60vQClODUxByb { top:158px;left:259px;width:40px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #XUUqHVUn03kZpUmyPNTXERrduSfBJHsw { top:284px;left:259px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZalkWC88aGxH5TP6KnAMHdHpmvdGgNcM { top:438px;left:262px;width:38px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7wF712UdZ4l9Fa0THlvTnOlnZnPaGz { top:156px;left:284px;width:480px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uwDsTf8xJ3ro7wybU4htzxpdMh41ASDx { top:280px;left:284px;width:480px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b7ycAiVLwQVwReMPsBkerukHwZH0VMm6 { top:432px;left:284px;width:480px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6BdmwcoN454Kqwmx0y2an6EKJlWP8ch { top:177px;left:284px;width:480px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BEtXPiG3rc9B9dPtucMasnm23mhiHazh { top:300px;left:284px;width:480px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KT3p8FI7UmKa23w61w0BPrqQv7CyGeuK { top:455px;left:284px;width:480px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NqzFKyQrePB4stiSU11bL97CtznRTbmo { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qkOgtJxJTKi4AfpymfVrNofFtHHBCzAd { top:150px;left:0px;width:447px;height:479px;display:block; }
 }@media only screen and (max-width: 763px) { #JzRsESTM9NJe2Aak6RDt1vy4N6f4Rsq5 { top:0px;left:60px;width:618px;height:100px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P { display:block; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yU4o7rGk05s3lBVrD7U618EWepIUSzrC { top:61px;left:37px;width:690px;height:100px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA { display:block; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4xPaiyz1tnIc4m1QUI2JlTMgcngFkGs { top:45px;left:0px;width:259px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wTZ6TDBVCPmm84GP0y5ftM2E9TxveTdH { top:101px;left:0px;width:259px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yTNEqp3Iup71fnNc1XobGMtmTItwglSe { top:45px;left:249px;width:259px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xxixc6BeUgGII8mi8FBh6W6w4QBlGk95 { top:101px;left:249px;width:259px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H5LMaPXEdiAnsQfCQGRawEQvFrs3pMnU { top:45px;left:412px;width:350px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #mkTpQmlBtyLmypi43tVM7ZgRnlZddI5t { top:101px;left:402px;width:360px;height:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fuilXPXcnFC11b4TThALTTzCzO81Zi26 { display:block; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o20SA0BgTamCMU7euD98twP0g0nzfxRr { top:72px;left:0px;width:359px;height:202px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #UHooE93e40dtJdQMTX1AWIPhJB4UXIAR { top:98px;left:277px;width:259px;height:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gl0IhCTHfQyO8qbgXKMfheVPA3Z19uMC { top:74px;left:217px;width:36px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #kHVcJuTQagOtcn1vg1B4mQ9OtEAg7lbT { top:74px;left:557px;width:35px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qoBACHkW5IGS7AXT21DFywadehyFmyre { top:99px;left:505px;width:259px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mszzg87usdzV9ir1ECfaIO3XlZZvZigt { top:283px;left:217px;width:36px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vqWTeG3ddDyDuTz7NKJegbpsb7dVQ6ad { top:309px;left:277px;width:259px;height:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zuWIofuGMzVz85bpgrLtcsA6XhiL65WL { top:310px;left:505px;width:259px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZOXd7sTQtCPxMi0RAQR1UJ6Cea2GVd { top:283px;left:557px;width:36px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #krMpMw2FwaMd1nuAIhTGXNBrgs4OT3GA { top:72px;left:277px;width:259px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i2PrytKM3VArzdQLZJ2BN1oOSzHoifFU { top:72px;left:505px;width:259px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zK1kRQcMmTNFBrM7DSF1fQPtO4zFkJLU { top:283px;left:278px;width:259px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T8x4Ck3UZSIMtgQ1aoyMgoP0BoEz8G68 { top:283px;left:505px;width:259px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TxBftceWqkTk8kxIvPtTlIwvMEU1PTsS { top:292px;left:0px;width:308px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql { display:block; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtK6UaSoUaXgcVm2TZss7Sn6i9wShHQ { top:84px;left:0px;width:680px;height:101px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #d3xcoUIDc0M38u1cukPT3oJVAlQn2bPL { top:222px;left:0px;width:580px;height:229px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rXpgZhUtDkOTI2GLXp1kGleOJt7PiD6p { width:348px;height:55px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JH4QAL2OhP2WoK5CTn4w6PxyP85eu09X { display:block; }
 }@media only screen and (max-width: 763px) { #DvaIXZlH3chviJTy0QlVHND7TPSZ810y { display:block; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1DSzmnRW8a4EMEoInTlCs7vcV2FmOAx { top:51px;left:0px;width:764px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #VZTQGgl7c7AcI9hsMtfATglqaEHS7egD { top:153px;left:0px;width:590px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #p5BhPdzA4ML9RfS1P1PlLgdlxXxteDfs { top:173px;left:0px;width:471px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HLVAKQ7cHqbCA3T6TgvDzRHr0NE1OtT8 { top:177px;left:0px;width:34px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #MLRS07lBh1oaf2JdCxl0Piu3XfaaVJqd { top:153px;left:174px;width:590px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #agL4v1VsnNhpz9TJummuCWDEwexLUbJu { top:205px;left:284px;width:480px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFq8TUIabAAZWc819OXV3AO8GI5yu4f3 { top:180px;left:423px;width:28px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #rdOJEhygbiBMCpLQ6TXtFPhWTGZVV3OS { top:320px;left:0px;width:590px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #kCK1FG5Bo03RqvZiy7NfqTsCPPlT8hVd { top:378px;left:0px;width:480px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SOydsLTfPsWCcfvPOK8ZEFR1OTzsEzIX { top:350px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #bW5zpl2yT64UtKNTA6evZCH6HO39cVTk { top:320px;left:174px;width:590px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #SeB6aLbJZmVGc9x7Hk3TsBQ22uIyg3pH { top:376px;left:284px;width:480px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RLcTuVkpwtIIEKI9bnSpNnPOKTuvUX8t { top:350px;left:423px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #gxnteolQLNFnUTXl3pMSGpeVcTDvo97n { top:206px;left:0px;width:471px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bt5TodBdmNow1UCxeZtkdKpKNH6kJCTh { top:173px;left:293px;width:471px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0Cezuhvx4tbiqT8B62KdpM8JTp96HT { top:318px;left:0px;width:471px;height:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ek08LBdQBigPZGzrb0tVMShQJQBVsC3F { top:345px;left:0px;width:480px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ui8CMTwHyQRTbA41TL8o2pl8CsEotVCN { top:344px;left:284px;width:480px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd { display:block; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bh4Tnd96ymrzysxW2u0NgmXDVKXFfSTw { width:764px;height:;top:107px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L4CTFve78FPtgeZwicwBibizSyyeW9Ne { top:18px;left:295px;width:174px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #dWXl57lACznDJkgLrKduI67spu9GICpS { top:300px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #IIJTHMfE8NZteqwtAy5TAOOmQhqGibWc { top:300px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #n3DTPn7qoVI31TN1EfE26ps1mTsLXvyI { top:300px;left:229px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #LpHCxTiU5UWph1R9ayKDzDqaIkPxEVvl { top:300px;left:229px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #JUxlrMPCMFAzyavc1rWw1bWGXm4AQkP9 { width:300px;height:300px;top:300px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #tGr9F2vmUnU0GBZTrmOOqIWCxD0bNLZT { display:block; }
 }@media only screen and (max-width: 763px) { #FRdoJs3FkknurGCGzGyU05eP7t1oakoN { width:260px;height:260px;top:320px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #aUNJ7WkmRtfyx355C7UcIwZrIqi6yURT { display:block; }
 }@media only screen and (max-width: 763px) { #k4d0sh3MowB0CqXJTiU9n9BOCBPpiu6F { top:199px;left:139.5px;width:460px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt { display:block; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlBBisAdvntGu2NyNZLyagGGmzcvlh8F { top:106px;left:288px;width:476px;height:;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #dh4S8sm3k3ilvy8GLZTuxQ2yWJTqCTal { top:496px;left:340px;width:424px;height:67px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nQa60Wbc7iITl9NQ5KxQ90XbCeVMKVDZ { top:497px;left:475px;width:21px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JwIxzIgN8tLNp7ZG0it6KlrMedSENV9T { top:379px;left:340px;width:424px;height:89px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LWCPtAGwOi8CIHkquwvZHAIdBTXpdlci { top:384px;left:475px;width:21px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yiTGI4MszqXakSq8WfTQO6vO8IqPTwfz { top:240px;left:351px;width:21px;height:20px;display:none; }
 }@media only screen and (max-width: 763px) { #F6B9kZOWRAcEVuSzH0d3LWVap5TRDpSH { top:67px;left:0px;width:653px;height:653px;display:block; }
 }@media only screen and (max-width: 763px) { #cPT1dBihdoMFKqfe78FbyfI2K968tQwo { top:240px;left:340px;width:424px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vkZfH7lnhAlqsaJHBZ7Z8VbU8JbeS8Jn { top:245px;left:475px;width:21px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG { display:block; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHCqAWTpgEAOzw1qPcqAuoHHhlRS9yK4 { top:89px;left:0px;width:395px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NRPBLvrUoA2LksoqbCOgZZkhnzNlraaQ { top:221px;left:0px;width:482px;height:187px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QoVgCXGkVzBagl78RabV29znrKef1Kug { width:348px;height:55px;top:443px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wvp7hLV4Gqnaw85VwNAEWzdFx0Pz5Jgl { display:block; }
 }@media only screen and (max-width: 763px) { #C69PVP1f3sLz8Zby8G5htDFctx8KlaVP { top:89px;left:382px;width:200px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lgp0JmKFeT8cJmDJUwf4MAqrz6e93ChT { top:138px;left:314px;width:450px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-regular-label { width:404px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-text { width:404px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-textarea { width:404px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-select { width:404px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-button { width:404px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-checkbox-label { width:382px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ  { width:404px;height:auto;top:220px;left:320px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .radio-container { width:404px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ {display:block;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ { width:404px;height:auto;top:220px;left:320px; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #l23oeQKSqiMudSskmgeWADsIctN77oT3 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CiuWCRSNdXSU6Nyn9EQKULGVyrTkPr5u {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #HzUbopUQoJyGd7L8PktQQQTCeV7B6yeu {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #BTLWuTgHmqSk3gSoakdxhgXC5pxCnZsv {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #wa9JZoVsm0CHtpPGMu3IN3ddhFEAOCsT {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #LUmawdDDRGTFTiecTKZ2FkWHzCfdbNPE {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #teVD0xvq3ZZVB308XUOtUZVaVfV6WMOI {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CLmJTzxVkNNzqSufAF73nX9o5PbbLTMs {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #X0UrKMsZtHQEOmFlBoeUPesdzbDsflC7 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #vdAVWMaTzLSDgBCSTw79bH5FpaR45s8U {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #Ni4Re6GJZGvs3UxVK9FIhhho3DXd0pU4 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CNuczrSf0crZuESefyCT3dPN3IvReCHy {  }
 }@media only screen and (max-width: 763px) { #DJ40ccDBgWu28TkWmkdFbGGa8s2BglSz { display:block; }
 }@media only screen and (max-width: 763px) { #doK4MxCV84ikDxAeANpAcTJGKxScgyZl { display:block; }
 }@media only screen and (max-width: 763px) { #PwXxnwGmUwwvxa1zIaux4TALVFBRXk8z { display:block; }
 }@media only screen and (max-width: 763px) { #SHCS3ucBCvQkRoL2KnFZz5ZIaOkAtmc5 { display:block; }
 }@media only screen and (max-width: 763px) { #b8vucTsmn03PzCAhJ6v4tgfkqBf3NPOv { display:block; }
 }@media only screen and (max-width: 763px) { #SR3AbMUk57NTk5Mzau66J4pemvks2JiW { display:block; }
 }@media only screen and (max-width: 763px) { #b3XbR0TLm8ELHmSRIfoE4BDWVwQ1E41l { display:block; }
 }@media only screen and (max-width: 763px) { #txww5sk03ycSZHQcs2u82wytGU5DdZPQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sz7KAWSUZTtB74s5d2pTzr2PnnwzSbg4 { display:block; }
 }@media only screen and (max-width: 763px) { #g7WaEJNrh1zhxxcTrhEMdSVzTlax1bPI { display:block; }
 }@media only screen and (max-width: 763px) { #XNg0TVQ0UuX1B6DnPQ3JRECgB9dQNUxg { display:block; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #RFpKd0um4O0E7gmn2ZcI1loHXM2hKZ5y {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #ToJzQx6sckPrPJVskQQT1mHqt2JHxGde {  }
 }@media only screen and (max-width: 763px) { #fgVserUfWybUr1yTGdssPmgyckhVseBI { top:507px;left:87px;width:266px;height:266px;display:block; }
 }@media only screen and (max-width: 763px) { #WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT { display:block; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyaqktbcrmZPyIPnG04LZGWzZFDrbNyH { top:49px;left:304px;width:156px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #hJNcCAPlyqhoHpuB6C3Q8LLmhUXw8oag { top:125px;left:696px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:574px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEolnwJ0FZQCeKCOsEZEzpCAWKEIdZDB { width:300px;height:139.188px;top:148px;left:10px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFfeQSK31LSAckUWSG8tXqDboPScWQAU { width:216px;height:46px;top:49px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #mNBuGqAkE77IHHcGcQ46yCI7NwVqgi0H { width:300px;height:93.5625px;top:325.96875px;left:10px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDeuC8vUvafTVMOc7Xods3I1sma8phkq { width:320px;height:703px;top:626px;left:0px;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU { background-color:#f8f8f8;background-image:none;display:block; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { background-color: transparent; background-image: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container > .video-iframe-container { display: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row > .video-iframe-container { display: none; }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .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); }#QIMGc6TAptNt2CDTG3zxT4OCCAn9EsCU > .row .container { width:320px;height:1501px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8BZedPsXOsX4dXvU2u60vQClODUxByb { width:40px;height:41px;top:275px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #XUUqHVUn03kZpUmyPNTXERrduSfBJHsw { width:40px;height:40px;top:609px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ZalkWC88aGxH5TP6KnAMHdHpmvdGgNcM { width:38px;height:40px;top:946px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #CZ7wF712UdZ4l9Fa0THlvTnOlnZnPaGz { width:300px;height:46.7812px;top:335px;left:10px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwDsTf8xJ3ro7wybU4htzxpdMh41ASDx { width:300px;height:46.7812px;top:664px;left:10px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7ycAiVLwQVwReMPsBkerukHwZH0VMm6 { width:300px;height:46.7812px;top:1003px;left:10px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6BdmwcoN454Kqwmx0y2an6EKJlWP8ch { width:300px;height:145.578px;top:401.4375px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEtXPiG3rc9B9dPtucMasnm23mhiHazh { width:300px;height:166.375px;top:728px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT3p8FI7UmKa23w61w0BPrqQv7CyGeuK { width:300px;height:166.375px;top:1068px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqzFKyQrePB4stiSU11bL97CtznRTbmo { top:1300px;left:90.5px;width:139px;height:201px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qkOgtJxJTKi4AfpymfVrNofFtHHBCzAd { width:320px;height:342.90827740492px;top:150px;left:0px;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #JzRsESTM9NJe2Aak6RDt1vy4N6f4Rsq5 { width:300px;height:153.562px;top:55.53125px;left:10px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P { display:block; }#KEw5QQhaNHyXNumXZuWKsBthwm4T6U7P > .row .container { width:320px;height:252px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yU4o7rGk05s3lBVrD7U618EWepIUSzrC { width:320px;height:153.562px;top:60px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA { display:block; }#fo8OW8fXAzFIQSsXfVicO42SzUs8DFPA > .row .container { width:320px;height:728px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4xPaiyz1tnIc4m1QUI2JlTMgcngFkGs { width:259px;height:36.3906px;top:20px;left:30px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTZ6TDBVCPmm84GP0y5ftM2E9TxveTdH { width:259px;height:103.984px;top:76.375px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTNEqp3Iup71fnNc1XobGMtmTItwglSe { width:259px;height:36.3906px;top:223.34375px;left:30px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxixc6BeUgGII8mi8FBh6W6w4QBlGk95 { width:259px;height:103.984px;top:279.71875px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5LMaPXEdiAnsQfCQGRawEQvFrs3pMnU { width:320px;height:72.7812px;top:421.6875px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkTpQmlBtyLmypi43tVM7ZgRnlZddI5t { width:320px;height:145.578px;top:514.453125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuilXPXcnFC11b4TThALTTzCzO81Zi26 { display:block; }#fuilXPXcnFC11b4TThALTTzCzO81Zi26 > .row .container { width:320px;height:1509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o20SA0BgTamCMU7euD98twP0g0nzfxRr { width:242px;height:153.562px;top:46px;left:39px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHooE93e40dtJdQMTX1AWIPhJB4UXIAR { width:259px;height:145.578px;top:450px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl0IhCTHfQyO8qbgXKMfheVPA3Z19uMC { width:36px;height:42px;top:345px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #kHVcJuTQagOtcn1vg1B4mQ9OtEAg7lbT { width:35px;height:42px;top:656px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #qoBACHkW5IGS7AXT21DFywadehyFmyre { width:259px;height:103.984px;top:761px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mszzg87usdzV9ir1ECfaIO3XlZZvZigt { width:36px;height:28px;top:931px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #vqWTeG3ddDyDuTz7NKJegbpsb7dVQ6ad { width:259px;height:124.781px;top:1029px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuWIofuGMzVz85bpgrLtcsA6XhiL65WL { width:259px;height:103.984px;top:1328px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZOXd7sTQtCPxMi0RAQR1UJ6Cea2GVd { width:36px;height:40px;top:1212px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #krMpMw2FwaMd1nuAIhTGXNBrgs4OT3GA { width:259px;height:23.3906px;top:407px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2PrytKM3VArzdQLZJ2BN1oOSzHoifFU { width:259px;height:23.3906px;top:718px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zK1kRQcMmTNFBrM7DSF1fQPtO4zFkJLU { width:259px;height:23.3906px;top:980px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8x4Ck3UZSIMtgQ1aoyMgoP0BoEz8G68 { width:259px;height:23.3906px;top:1283px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxBftceWqkTk8kxIvPtTlIwvMEU1PTsS { width:300px;height:62.3906px;top:222.1875px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql { display:block; }#MHTc0TshVXkOuWTi83B1tCbVO8Lqa4ql > .row .container { width:320px;height:732px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtK6UaSoUaXgcVm2TZss7Sn6i9wShHQ { width:309px;height:153.562px;top:60px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d3xcoUIDc0M38u1cukPT3oJVAlQn2bPL { width:300px;height:353.547px;top:248px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXpgZhUtDkOTI2GLXp1kGleOJt7PiD6p { width:304px;height:55px;top:617px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #JH4QAL2OhP2WoK5CTn4w6PxyP85eu09X { display:block; }
 }@media only screen and (max-width: 763px) { #DvaIXZlH3chviJTy0QlVHND7TPSZ810y { display:block; }#DvaIXZlH3chviJTy0QlVHND7TPSZ810y > .row .container { width:320px;height:1271px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1DSzmnRW8a4EMEoInTlCs7vcV2FmOAx { width:320px;height:124.781px;top:54px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZTQGgl7c7AcI9hsMtfATglqaEHS7egD { width:320px;height:216px;top:226px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p5BhPdzA4ML9RfS1P1PlLgdlxXxteDfs { width:230px;height:20.7969px;top:436px;left:72px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #HLVAKQ7cHqbCA3T6TgvDzRHr0NE1OtT8 { width:34px;height:43px;top:268px;left:20px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #MLRS07lBh1oaf2JdCxl0Piu3XfaaVJqd { width:320px;height:202px;top:467px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #agL4v1VsnNhpz9TJummuCWDEwexLUbJu { width:230px;height:83.1875px;top:533px;left:68px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFq8TUIabAAZWc819OXV3AO8GI5yu4f3 { width:28px;height:42px;top:504px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rdOJEhygbiBMCpLQ6TXtFPhWTGZVV3OS { width:320px;height:264px;top:696px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kCK1FG5Bo03RqvZiy7NfqTsCPPlT8hVd { width:230px;height:124.781px;top:790px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SOydsLTfPsWCcfvPOK8ZEFR1OTzsEzIX { width:34px;height:34px;top:738px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bW5zpl2yT64UtKNTA6evZCH6HO39cVTk { width:320px;height:222px;top:988px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SeB6aLbJZmVGc9x7Hk3TsBQ22uIyg3pH { width:230px;height:83.1875px;top:1082px;left:70px;font-size:16px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RLcTuVkpwtIIEKI9bnSpNnPOKTuvUX8t { width:34px;height:34px;top:1028px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gxnteolQLNFnUTXl3pMSGpeVcTDvo97n { width:230px;height:103.984px;top:296px;left:70px;font-size:16px;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bt5TodBdmNow1UCxeZtkdKpKNH6kJCTh { width:230px;height:23.3906px;top:500px;left:69px;font-size:18px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0Cezuhvx4tbiqT8B62KdpM8JTp96HT { width:230px;height:23.3906px;top:262px;left:70px;font-size:18px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ek08LBdQBigPZGzrb0tVMShQJQBVsC3F { width:230px;height:46.7812px;top:732px;left:70px;font-size:18px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ui8CMTwHyQRTbA41TL8o2pl8CsEotVCN { width:230px;height:46.7812px;top:1028px;left:70px;font-size:18px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd { display:block; }#k5tKBGRMl6DLZgFEruNDlvhckDtsJUbd > .row .container { width:320px;height:1294px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bh4Tnd96ymrzysxW2u0NgmXDVKXFfSTw { width:320px;height:78px;top:37px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #L4CTFve78FPtgeZwicwBibizSyyeW9Ne { width:174px;height:386px;top:18px;left:73px;display:none; }
 }@media only screen and (max-width: 763px) { #dWXl57lACznDJkgLrKduI67spu9GICpS { width:300px;height:300px;top:251px;left:10px;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #IIJTHMfE8NZteqwtAy5TAOOmQhqGibWc { width:300px;height:300px;top:829px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #n3DTPn7qoVI31TN1EfE26ps1mTsLXvyI { width:300px;height:300px;top:588px;left:10px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LpHCxTiU5UWph1R9ayKDzDqaIkPxEVvl { width:300px;height:300px;top:588px;left:10px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JUxlrMPCMFAzyavc1rWw1bWGXm4AQkP9 { width:300px;height:300px;top:925px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tGr9F2vmUnU0GBZTrmOOqIWCxD0bNLZT { display:block; }
 }@media only screen and (max-width: 763px) { #FRdoJs3FkknurGCGzGyU05eP7t1oakoN { width:260px;height:260px;top:945px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #aUNJ7WkmRtfyx355C7UcIwZrIqi6yURT { display:block; }
 }@media only screen and (max-width: 763px) { #k4d0sh3MowB0CqXJTiU9n9BOCBPpiu6F { width:300px;height:83.1875px;top:142px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt { background-color:#023dfe;background-image:url("https://images.assets-landingi.com/uc/cdaa204b-d4dd-4dfe-9ea5-404344b690a2/commitment.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.adaptive-delivery-prevent-bg, #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.lazyload, #NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt.lazyloading { background-image: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { background-color: transparent; background-image: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container > .video-iframe-container { display: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row > .video-iframe-container { display: none; }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .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); }#NWT8osFqD8U7h3zX7KQ9LhwpDJAKWSwt > .row .container { width:320px;height:1079px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlBBisAdvntGu2NyNZLyagGGmzcvlh8F { width:320px;height:76.7812px;top:71px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dh4S8sm3k3ilvy8GLZTuxQ2yWJTqCTal { width:250px;height:89.5625px;top:419px;left:45px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQa60Wbc7iITl9NQ5KxQ90XbCeVMKVDZ { width:21px;height:20px;top:422px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #JwIxzIgN8tLNp7ZG0it6KlrMedSENV9T { width:250px;height:179.125px;top:548px;left:45px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWCPtAGwOi8CIHkquwvZHAIdBTXpdlci { width:21px;height:20px;top:215px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yiTGI4MszqXakSq8WfTQO6vO8IqPTwfz { width:21px;height:20px;top:552px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #F6B9kZOWRAcEVuSzH0d3LWVap5TRDpSH { width:294px;height:294px;top:784.71875px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cPT1dBihdoMFKqfe78FbyfI2K968tQwo { width:250px;height:179.125px;top:213px;left:45px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vkZfH7lnhAlqsaJHBZ7Z8VbU8JbeS8Jn { width:21px;height:20px;top:245px;left:149px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG { display:block; }#ybO2dwd1KmUcAEbJZh4BaslBRwhXOHCG > .row .container { width:320px;height:1608px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHCqAWTpgEAOzw1qPcqAuoHHhlRS9yK4 { width:300px;height:134.375px;top:56px;left:10px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRPBLvrUoA2LksoqbCOgZZkhnzNlraaQ { width:300px;height:291.1559px;top:215px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoVgCXGkVzBagl78RabV29znrKef1Kug { width:304px;height:55px;top:546px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #wvp7hLV4Gqnaw85VwNAEWzdFx0Pz5Jgl { display:block; }
 }@media only screen and (max-width: 763px) { #C69PVP1f3sLz8Zby8G5htDFctx8KlaVP { width:200px;height:36.3906px;top:694px;left:60px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgp0JmKFeT8cJmDJUwf4MAqrz6e93ChT { width:300px;height:103.984px;top:755px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ  { width:280px;height:auto;top:889px;left:0px; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ {display:block;}#XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ { width:280px;height:auto;top:889px;left:0px; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #l23oeQKSqiMudSskmgeWADsIctN77oT3 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CiuWCRSNdXSU6Nyn9EQKULGVyrTkPr5u {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #HzUbopUQoJyGd7L8PktQQQTCeV7B6yeu {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #BTLWuTgHmqSk3gSoakdxhgXC5pxCnZsv {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #wa9JZoVsm0CHtpPGMu3IN3ddhFEAOCsT {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #LUmawdDDRGTFTiecTKZ2FkWHzCfdbNPE {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #teVD0xvq3ZZVB308XUOtUZVaVfV6WMOI {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CLmJTzxVkNNzqSufAF73nX9o5PbbLTMs {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #X0UrKMsZtHQEOmFlBoeUPesdzbDsflC7 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #vdAVWMaTzLSDgBCSTw79bH5FpaR45s8U {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #Ni4Re6GJZGvs3UxVK9FIhhho3DXd0pU4 {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #CNuczrSf0crZuESefyCT3dPN3IvReCHy {  }
 }@media only screen and (max-width: 763px) { #DJ40ccDBgWu28TkWmkdFbGGa8s2BglSz { display:block; }
 }@media only screen and (max-width: 763px) { #doK4MxCV84ikDxAeANpAcTJGKxScgyZl { display:block; }
 }@media only screen and (max-width: 763px) { #PwXxnwGmUwwvxa1zIaux4TALVFBRXk8z { display:block; }
 }@media only screen and (max-width: 763px) { #SHCS3ucBCvQkRoL2KnFZz5ZIaOkAtmc5 { display:block; }
 }@media only screen and (max-width: 763px) { #b8vucTsmn03PzCAhJ6v4tgfkqBf3NPOv { display:block; }
 }@media only screen and (max-width: 763px) { #SR3AbMUk57NTk5Mzau66J4pemvks2JiW { display:block; }
 }@media only screen and (max-width: 763px) { #b3XbR0TLm8ELHmSRIfoE4BDWVwQ1E41l { display:block; }
 }@media only screen and (max-width: 763px) { #txww5sk03ycSZHQcs2u82wytGU5DdZPQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sz7KAWSUZTtB74s5d2pTzr2PnnwzSbg4 { display:block; }
 }@media only screen and (max-width: 763px) { #g7WaEJNrh1zhxxcTrhEMdSVzTlax1bPI { display:block; }
 }@media only screen and (max-width: 763px) { #XNg0TVQ0UuX1B6DnPQ3JRECgB9dQNUxg { display:block; }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #RFpKd0um4O0E7gmn2ZcI1loHXM2hKZ5y {  }
 }@media only screen and (max-width: 763px) { #XF0fLhkXN1nbQLcQEz6IF0dr7n1PPnTZ #ToJzQx6sckPrPJVskQQT1mHqt2JHxGde {  }
 }@media only screen and (max-width: 763px) { #fgVserUfWybUr1yTGdssPmgyckhVseBI { width:266px;height:266px;top:1322px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT { display:block; }#WJghhMNK1Jh1HlXbHNqs2zM7HyepfBCT > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyaqktbcrmZPyIPnG04LZGWzZFDrbNyH { width:156px;height:94px;top:33.5px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #hJNcCAPlyqhoHpuB6C3Q8LLmhUXw8oag { width:68px;height:68px;top:92px;left:252px;display:block; }
 }