.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:71px;width:960px;overflow:visible;position:relative;display:block; }#LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.9972px;width:247.997px;top:8.9914770126343px;left:355.98010253906px;overflow:hidden;display:block; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { border-width: 0; border-radius: 0; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { font-size:14px;font-family:arial;height:704px;width:960px;position:relative;display:block; }#vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:36px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:10px;left:0;height:50px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:106px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378px;width:310px;top:167.95453643799px;left:335.58236694336px;overflow:hidden;display:block; }
#qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { position:absolute;display:block;z-index:100007;background-color:#daf5ff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:148px;width:280px;top:277.99713897705px;left:680px;display:block; }
#wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { color:#000000;display:block;width:245px;position:absolute;font-family:cairo;font-size:19px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:298.99146270752px;left:697.5px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:287px;top:204.59375px;left:103.390625px;overflow:hidden;display:block; }
#IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:408.991px;top:425.95169067383px;left:515.36932373047px;overflow:hidden;display:block; }
#gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { position:absolute;display:block;z-index:100008;background-color:rgba(54,41,222,0.38);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:354px;width:280px;top:282px;left:0;display:block; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-form-header {  }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:230px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;width:230px;box-sizing:border-box;height:50px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:70px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:rgba(8,9,9,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:230px;height:60px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:213px;overflow:hidden;font-style:normal;line-height:1.4; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container { padding-top:2px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container:first-of-type{padding-top:0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container:last-of-type{padding-bottom:0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:299px;left:5px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px;display:block;vertical-align:top; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:299px;left:5px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqgGnxJeP1XtXEUBZx6bBTdbTwThMlWa { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #phoUAb59CRgEu1kT9HEJhzghNL5TuXI2 { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #NK9hUoRVwXb0TgpX0XWJLF3xDXMTVyVv { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #klHerKg2xFSykEKTki3FTddFdJPNcy00 { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aBAfu3WM4OR43RB8kMEzbHZ0riOlsP2B { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqK0a8mbkWk8us72VFhkxRygTMCexi9e { position:relative;top:0px;left:0px; }
#kDL7ObklNbDAGUEmx88tepPNMfovXHky { position:relative;top:0px;left:0px;display:block; }
#cwU8s45wzg8ligaPxo7gJJ9zV0foEirg { position:relative;top:0px;left:0px;display:block; }
#aqznnI52TD3x09Qy9SPTV1o6cLZwMne1 { position:relative;top:0px;left:0px;display:block; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 { position:relative; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { background-color: transparent; background-image: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .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); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { border-width: 0; border-radius: 0; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { font-size:14px;font-family:arial;height:154px;width:960px;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { color:#000000;display:block;width:900px;position:absolute;font-family:cairo;font-size:23px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:68px;left:23px;height:34px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { color:#57bde2;display:block;width:920px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.9914741516113px;left:12.997161865234px;height:36px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container { background-color: transparent; background-image: none; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container > .video-iframe-container { display: none; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row > .video-iframe-container { display: none; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .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); }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container { border-width: 0; border-radius: 0; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container { font-size:14px;font-family:arial;height:363px;width:960px;position:relative;display:block; }#CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:147.79829406738px;left:640px;height:22px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:106px;top:1.9318237304688px;left:716.49145507812px;overflow:hidden;display:block; }
#cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:149px;left:52px;height:22px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { color:#000000;display:block;width:263.991px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:224px;left:28px;height:66px;text-align:center;text-align-last:center;display:block; }
#T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { color:#000000;display:block;width:352.997px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:202.14488220215px;left:592.47155761719px;height:110px;text-align:center;text-align-last:center;display:block; }
#hMWhrUUi74gnPf5A3D6T84wGToCxwcup { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:110px;top:-0.98863600000004px;left:101.86392110839px;overflow:hidden;display:block; }
#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { background-color: transparent; background-image: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .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); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { border-width: 0; border-radius: 0; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { font-size:14px;font-family:arial;height:635px;width:960px;position:relative;display:block; }#Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:15px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100004;line-height:2.6;letter-spacing:0;top:90px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { position:absolute;display:block;z-index:100007;background-color:#daf5ff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:169px;width:280px;top:308px;left:680px;display:block; }
#onTvITVHgCpLDExHHC6sizmhh4WoovqP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:287px;top:165.59375px;left:103.390625px;overflow:hidden;display:block; }
#ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:307px;top:475.59375px;left:603.390625px;overflow:hidden;display:block; }
#F6b2923lN571ivmCJp9DJfEu5sTOphni { position:absolute;display:block;z-index:100008;background-color:rgba(54,41,222,0.38);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:353px;width:280px;top:243px;left:0;display:block; }
#TFETcc6Dg5ioCrAQxyf2Q3t6ChpfCunN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378px;width:310px;top:155.88067245483px;left:305.17044067383px;overflow:hidden;display:block; }
#Gmu81d0CgRTNKrlUhbuIadxndWQuanXo { color:#000000;display:block;width:245px;position:absolute;font-family:cairo;font-size:19px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:336px;left:698px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-form-header {  }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:230px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;width:230px;box-sizing:border-box;height:50px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:70px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:rgba(8,9,9,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:230px;height:60px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:213px;overflow:hidden;font-style:normal;line-height:1.4; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-container { padding-top:2px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-container:first-of-type{padding-top:0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-container:last-of-type{padding-bottom:0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:259.5px;left:0; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px;display:block;vertical-align:top; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG {display:block;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:259.5px;left:0; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #zn4wvJvL40pntt7cNGns8vhvqxppLQNN { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #l3lbLfHZbPd952dEuyHgATUqnxqxfCWe { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #TLAEHmn3Rw5aIkfvHt7ZOf8sR6A9GPp3 { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #ggu34hExiwC8JmOS1OARUgObLNrEvRAL { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #dbA999I8dLK1gipbidZqV1JJbGrs3xcR { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #inq4v9UGcZmgHyFKSCQg4bcFqCkvDQgq { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #FIpV1nwkqsoLImn6yAnu2cXapIGQIPyK { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #Jm14dCHx9Drilxn7X6xW2XiAvurTJOZw { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #bD2hLOVFou8QSJuCHJzwTeI8rMENby6G { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wvsHpzTUvbRCas2yJDtEqnlTr9ZdhTcT { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #HJF7PEM8iW8aPB6e474JN9w4htaoS8oP { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wA1VmKl1hLq8enoavqw6LQnTBenL9fxq { position:relative;top:0px;left:0px; }
#DS5NAhPABWzOgUvAbkPZsxb4rqZHstdy { position:relative;top:0px;left:0px;display:block; }
#qsEInlRJiQcEvt8HTV15oi4afxkZNgaE { position:relative;top:0px;left:0px;display:block; }
#Mftno7UU9Rvw341R8hdFQPPr15HOTckP { position:relative;top:0px;left:0px;display:block; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NvfcJ3RpzoHBN5TlqlGUdPzpsSMDeqPC { position:relative;top:0px;left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NAPr2vlzt1gM5NvOvB9vnLrG2zZoB0At { position:relative; }
@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) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:247px;height:52.784140130727px;top:8px;left:257.98010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:764px;height:;top:10px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { width:764px;height:;top:105px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:310px;height:378px;top:167px;left:237.58236694336px;display:block; }
 }@media only screen and (max-width: 763px) { #qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { width:280px;height:148px;top:277px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:245px;height:98px;top:298px;left:519px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:287px;height:73px;top:204px;left:5.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:408px;height:94.769811560646px;top:425px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { width:280px;height:354px;top:282px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { width:230px;height:auto;top:299px;left:0; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { width:230px;height:auto;top:299px;left:0; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqgGnxJeP1XtXEUBZx6bBTdbTwThMlWa {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #phoUAb59CRgEu1kT9HEJhzghNL5TuXI2 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #NK9hUoRVwXb0TgpX0XWJLF3xDXMTVyVv {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #klHerKg2xFSykEKTki3FTddFdJPNcy00 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aBAfu3WM4OR43RB8kMEzbHZ0riOlsP2B {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqK0a8mbkWk8us72VFhkxRygTMCexi9e {  }
 }@media only screen and (max-width: 763px) { #kDL7ObklNbDAGUEmx88tepPNMfovXHky { display:block; }
 }@media only screen and (max-width: 763px) { #cwU8s45wzg8ligaPxo7gJJ9zV0foEirg { display:block; }
 }@media only screen and (max-width: 763px) { #aqznnI52TD3x09Qy9SPTV1o6cLZwMne1 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 {  }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:764px;height:33px;top:67px;left:0;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:764px;height:36px;top:8px;left:0;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T { display:block; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { width:240px;height:21px;top:147px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { width:106px;height:123px;top:1px;left:551.49145507812px;display:block; }
 }@media only screen and (max-width: 763px) { #cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { width:240px;height:21px;top:149px;left:14px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { top:224px;left:0;width:263px;height:65px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { top:202px;left:155px;width:352px;height:109px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hMWhrUUi74gnPf5A3D6T84wGToCxwcup { width:110px;height:127px;top:0;left:68.863921108394px;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { width:764px;height:;top:15px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { width:764px;height:;top:90px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { width:280px;height:168px;top:308px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #onTvITVHgCpLDExHHC6sizmhh4WoovqP { width:287px;height:73px;top:165px;left:5.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { width:307px;height:74px;top:475px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #F6b2923lN571ivmCJp9DJfEu5sTOphni { width:280px;height:353px;top:243px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TFETcc6Dg5ioCrAQxyf2Q3t6ChpfCunN { width:310px;height:378px;top:155px;left:207.17044067383px;display:block; }
 }@media only screen and (max-width: 763px) { #Gmu81d0CgRTNKrlUhbuIadxndWQuanXo { width:245px;height:98px;top:336px;left:519px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG  { width:230px;height:auto;top:259px;left:0; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG {display:block;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG { width:230px;height:auto;top:259px;left:0; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #zn4wvJvL40pntt7cNGns8vhvqxppLQNN {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #l3lbLfHZbPd952dEuyHgATUqnxqxfCWe {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #TLAEHmn3Rw5aIkfvHt7ZOf8sR6A9GPp3 {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #ggu34hExiwC8JmOS1OARUgObLNrEvRAL {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #dbA999I8dLK1gipbidZqV1JJbGrs3xcR {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #inq4v9UGcZmgHyFKSCQg4bcFqCkvDQgq {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #FIpV1nwkqsoLImn6yAnu2cXapIGQIPyK {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #Jm14dCHx9Drilxn7X6xW2XiAvurTJOZw {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #bD2hLOVFou8QSJuCHJzwTeI8rMENby6G {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wvsHpzTUvbRCas2yJDtEqnlTr9ZdhTcT {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #HJF7PEM8iW8aPB6e474JN9w4htaoS8oP {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wA1VmKl1hLq8enoavqw6LQnTBenL9fxq {  }
 }@media only screen and (max-width: 763px) { #DS5NAhPABWzOgUvAbkPZsxb4rqZHstdy { display:block; }
 }@media only screen and (max-width: 763px) { #qsEInlRJiQcEvt8HTV15oi4afxkZNgaE { display:block; }
 }@media only screen and (max-width: 763px) { #Mftno7UU9Rvw341R8hdFQPPr15HOTckP { display:block; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NvfcJ3RpzoHBN5TlqlGUdPzpsSMDeqPC {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NAPr2vlzt1gM5NvOvB9vnLrG2zZoB0At {  }
 }@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:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:242.997px;height:51.9886px;top:6.4914770126343px;left:38.480111122131px;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:320px;height:969px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:320px;height:70px;top:10px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { width:320px;height:115px;top:101.30680847168px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:215px;height:262px;top:184.98579025269px;left:51.988633155823px;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { width:280px;height:125px;top:799px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:218px;height:80px;top:822px;left:51px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:287px;height:73px;top:514px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:307px;height:74px;top:1102px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { width:280px;height:353px;top:422px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { width:213px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { width:230px;height:auto;top:436px;left:25px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { width:230px;height:auto;top:436px;left:25px; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqgGnxJeP1XtXEUBZx6bBTdbTwThMlWa {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #phoUAb59CRgEu1kT9HEJhzghNL5TuXI2 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #NK9hUoRVwXb0TgpX0XWJLF3xDXMTVyVv {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #klHerKg2xFSykEKTki3FTddFdJPNcy00 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aBAfu3WM4OR43RB8kMEzbHZ0riOlsP2B {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pqK0a8mbkWk8us72VFhkxRygTMCexi9e {  }
 }@media only screen and (max-width: 763px) { #kDL7ObklNbDAGUEmx88tepPNMfovXHky { display:block; }
 }@media only screen and (max-width: 763px) { #cwU8s45wzg8ligaPxo7gJJ9zV0foEirg { display:block; }
 }@media only screen and (max-width: 763px) { #aqznnI52TD3x09Qy9SPTV1o6cLZwMne1 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 {  }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:320px;height:165.734375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:320px;height:48px;top:117.74146652222px;left:0;text-align:center;text-align-last:center;font-family:cairo;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:320px;height:87px;top:9px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T { display:block; }#TX1SG5MoZWLd8ei6dUHrtOkqZIsltW5T > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { width:240px;height:22px;top:361px;left:41px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { width:81px;height:93px;top:260px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { width:240px;height:22px;top:134px;left:52px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { width:264px;height:66px;top:175px;left:40px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { width:279px;height:154px;top:401px;left:21px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMWhrUUi74gnPf5A3D6T84wGToCxwcup { width:83px;height:95px;top:24px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { background-color: transparent; background-image: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .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); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { width:320px;height:923px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { width:320px;height:66px;top:19px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { width:320px;height:54px;top:99px;left:0;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { width:280px;height:128px;top:757px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #onTvITVHgCpLDExHHC6sizmhh4WoovqP { width:287px;height:73px;top:514px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { width:307px;height:74px;top:1102px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #F6b2923lN571ivmCJp9DJfEu5sTOphni { width:280px;height:321px;top:395px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TFETcc6Dg5ioCrAQxyf2Q3t6ChpfCunN { width:205px;height:250px;top:151.7187461853px;left:65.658709945043px;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #Gmu81d0CgRTNKrlUhbuIadxndWQuanXo { width:245px;height:60px;top:783px;left:36px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-text {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-select {padding-top: 0; padding-bottom: 0;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG  { width:230px;height:auto;top:382.5px;left:25px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG {display:block;}#QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG { width:230px;height:auto;top:382.5px;left:25px; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #zn4wvJvL40pntt7cNGns8vhvqxppLQNN {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #l3lbLfHZbPd952dEuyHgATUqnxqxfCWe {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #TLAEHmn3Rw5aIkfvHt7ZOf8sR6A9GPp3 {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #ggu34hExiwC8JmOS1OARUgObLNrEvRAL {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #dbA999I8dLK1gipbidZqV1JJbGrs3xcR {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #inq4v9UGcZmgHyFKSCQg4bcFqCkvDQgq {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #FIpV1nwkqsoLImn6yAnu2cXapIGQIPyK {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #Jm14dCHx9Drilxn7X6xW2XiAvurTJOZw {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #bD2hLOVFou8QSJuCHJzwTeI8rMENby6G {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wvsHpzTUvbRCas2yJDtEqnlTr9ZdhTcT {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #HJF7PEM8iW8aPB6e474JN9w4htaoS8oP {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #wA1VmKl1hLq8enoavqw6LQnTBenL9fxq {  }
 }@media only screen and (max-width: 763px) { #DS5NAhPABWzOgUvAbkPZsxb4rqZHstdy { display:block; }
 }@media only screen and (max-width: 763px) { #qsEInlRJiQcEvt8HTV15oi4afxkZNgaE { display:block; }
 }@media only screen and (max-width: 763px) { #Mftno7UU9Rvw341R8hdFQPPr15HOTckP { display:block; }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NvfcJ3RpzoHBN5TlqlGUdPzpsSMDeqPC {  }
 }@media only screen and (max-width: 763px) { #QeqUtPrXQcF4ALVEBavybB1BFnLEbgnG #NAPr2vlzt1gM5NvOvB9vnLrG2zZoB0At {  }
 }