.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;
}
.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/JH6fDDiF/online_ahmed_siam_05.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.adaptive-delivery-prevent-bg, #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.lazyload, #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.lazyloading { background-image: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { background-color: transparent; background-image: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container > .video-iframe-container { display: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row > .video-iframe-container { display: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .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); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { border-width: 0; border-radius: 0; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { font-size:14px;font-family:"open sans";height:449px;width:960px;overflow:visible;position:relative;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { position:relative;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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:"open sans";height:668px;width:960px;position:relative;display:block; }#RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { display:block;width:563px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:172px;left:358px;height:19.5px;color:#00458e;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m8pRuOEDE9UZDJETdOUuPBlLNKogTxfC { color:#ffbe00;display:block;width:371px;position:absolute;font-family:cairo;font-size:52px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 1px rgba(0,69,142,0.5);top:28.645812988281px;left:561.00003051758px;height:67.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZCQA9P3KIbmclX4DlHn1it3Qzuxwizz8 { display:block;width:469px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:217px;left:453px;height:19.5px;color:#00458e;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mtZeSZIfTJmq5x7B4xCLF75pxDfUFLvo { display:block;width:519px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:270px;left:404px;height:19.5px;color:#00458e;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oxWnW2wEaIKUTOuQu6efA4cgQMBsvDtN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:28px;top:167px;left:932px;overflow:hidden;display:block; }
#oedoZ4uRrCIF9N1llQiKXZLZ7dmLCO8n { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:28px;top:212px;left:932px;overflow:hidden;display:block; }
#qT4EwRmTVXl7Op3TdElPMpaFWpITPxvp { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:28px;top:265px;left:932px;overflow:hidden;display:block; }
#Zp12h4BpG5OPzKPhGCDNvRCgZoiZpP6T { position:absolute;display:block;z-index:100027;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:641px;left:508px;display:block; }
#pvn1SlpkQTcnDAtpSkQMEmOWiJDWUI7R { position:absolute;display:block;z-index:100026;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:644px;left:323.5px;display:block; }
#ANqT5N9oPqk8J1BQQ3eVhPQKZxvAOtvX { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:37px;top:631px;left:453px;overflow:hidden;display:block; }
#X8iFbmahNPaN7ON5LD0qq8g2HW1Lro99 { display:block;width:519px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:331px;left:404px;height:19.5px;color:#00458e;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g7xHI8gdQt9GpI6QXikLRXNXgu5mIL9q { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:28px;top:326px;left:932px;overflow:hidden;display:block; }
#rBcdUpxPILWromVQVI4TIKab6w3uUHVL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:128px;width:60px;position:absolute;display:block;z-index:100008;top:143px;left:331px;overflow:hidden;display:block; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-form-header {  }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#19232e;width:272px;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;text-align:right;text-align-last:right; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:272px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .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:272px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .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:272px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-checkbox { width:13px;height:13px;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; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial !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:22px;font-weight:bold;color:#f2f9ff;width:272px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:252px;overflow:hidden;font-style:normal; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-container:first-of-type{padding-top:0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-container:last-of-type{padding-bottom:0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:10.5px;top:182px;z-index:100005;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:272px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 {display:block;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:10.5px;top:182px;z-index:100005;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #tLA68FirO6TJqShRLZM3TnyT8sZ7f1lh { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #Qr1XybZzeOI5Cmv0hdc8eyp6elvNpXq0 { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #zzvUwWkIgABDK0AcfxFkButsuWoL8ubF { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #y4gzCXWKwFXPGD1p68v6Vt3DX7XZd6hG { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #qCX5dpRHvfVfocMio0iIN4M8AhPf1UiW { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #CaIkzvQNsEImO4SlfTeCdh5EB4vI6rue { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #exlWWwDyTip1kdH5HBW61P0xDJTFkg46 { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #i4ix3800cbA34f22Ce8RtTSt872ADqR5 { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #OhtibVSdhvQslXagTMnZdfWtMyXXzWNu { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #vdvoSI77NIoPezqA4uhTdge0V9tXEbGc { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #fBvdu8mhu5NgqcHOy8TeAw2cs7UFroNA { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #sqWZg58cWsZPLwmV8LwhpMQgoaa7C3kP { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #l8kaZ8A2P960ez7wpXfLighRitIhfEBP { position:relative; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #znzTUltLTe8blvF5Vsr6QFJHzKcLGgzg { position:relative; }
#QuaPUJaDVE2BLwqgsncAIZlKnhdcKv2t { color:#ffbe00;display:block;width:331px;position:absolute;font-family:cairo;font-size:50px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 0 rgba(0,69,142,0.84);top:27.640625px;left:0px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffbe00;background-image:none;position:relative;display:block; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container { background-color: transparent; background-image: none; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container > .video-iframe-container { display: none; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row > .video-iframe-container { display: none; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .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); }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container { border-width: 0; border-radius: 0; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container { font-size:14px;font-family:"open sans";height:96px;width:960px;position:relative;display:block; }#PhOZN87ZtCCRTBKHNxPKyKi6tZT82MFu { color:#ffffff;display:block;width:820px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 2px 1px #00458e;top:32.645843505859px;left:86px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { background-color: transparent; background-image: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container > .video-iframe-container { display: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row > .video-iframe-container { display: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .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); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { border-width: 0; border-radius: 0; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { font-size:14px;font-family:"open sans";height:407px;width:960px;position:relative;display:block; }#Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:219px;left:29px;height:57.1875px;color:#00458e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWwHTQzNbo55IO42MlL1cpm82E61OMtv { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:213px;left:260px;height:57.1875px;color:#00458e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:211px;left:500px;height:57.1875px;color:#00458e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:219.00004577637px;left:740.00003051758px;height:85.7812px;color:#00458e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JsXTcETbxANEbC39msudebWkOqlVikeD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:97px;top:85px;left:77px;overflow:hidden;display:block; }
#uiMH4SbxMN1hAb6ad76zZqES5XXHZ6wP { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:111px;width:113px;top:73px;left:552.00003051758px;overflow:hidden;display:block; }
#dZc25d1l2R0QI1gArPwRh9k9zeeCeoWs { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:113px;top:69.979187011719px;left:792.96578394224px;overflow:hidden;display:block; }
#uAJTIl2R8vIL4PXA6GNKgpEi2GGSRrL3 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:103px;top:78.979187011719px;left:305.00003051758px;overflow:hidden;display:block; }
#e5BxEHU4qA5sNX85BTIaBf30sPVe4Chn { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:37px;top:388px;left:460.00003051758px;overflow:hidden;display:block; }
#aC5AsMJHw99F5AG2qtHCXIPMTdPa3BZB { position:absolute;display:block;z-index:100030;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:402px;left:517.00003051758px;display:block; }
#htw1um4HPyFe5mQT0vinLQkOu9cKXOnW { position:absolute;display:block;z-index:100029;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:402px;left:344.00003051758px;display:block; }
#AwxpksVm82B0R6klnneVQQlRTGxOyg1J { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.67);background-image:none;position:relative;display:block; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container { background-color: transparent; background-image: none; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container > .video-iframe-container { display: none; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row > .video-iframe-container { display: none; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .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); }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container { border-width: 0; border-radius: 0; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#JLvf7z3hOAmcq8PUflpAyHFOUK4CMnxw { display:block;width:483px;position:absolute;font-family:cairo;font-size:46px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:47.979095458984px;left:477.00003051758px;height:59.7969px;font-style:normal;color:#ffbe00;text-align:right;text-align-last:right;display:block; }
#q2gyBgTRZsmfNrENTocg9oWeO5VPolIO { display:block;width:483px;position:absolute;font-family:cairo;font-size:46px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:124.91659545898px;left:356.81253051758px;height:59.7969px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#cfW2s2ypaIzLyb0RFV8kyKroyzUQcT6W { border-bottom:0;border-left:0;border-right:0;border-top:0;height:152px;width:87px;position:absolute;display:block;z-index:100009;top:220px;left:369.68753051758px;overflow:hidden;display:block; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-form-header {  }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#19232e;width:272px;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;text-align:right;text-align-last:right; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:272px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .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:272px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .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:272px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-checkbox { width:13px;height:13px;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; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial !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:22px;font-weight:bold;color:#f2f9ff;width:272px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:252px;overflow:hidden;font-style:normal; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-container:first-of-type{padding-top:0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-container:last-of-type{padding-bottom:0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:43.479156494141px;top:59.979164123535px;z-index:100006;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:272px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n {display:block;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:43.479156494141px;top:59.979164123535px;z-index:100006;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #ZtVLE1hWvDcPy65Iyt0ocUTgN6qCdwbX { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #AaG84T91nIznveJKlZ4C6Gh7V5O37N5X { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LbB2D8TWACPRP3tuptKTDHlSuTTnG00R { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #bwm8FTDCXTmDIl4TxBJGzWTowtFWTVTa { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #XsGRAXzMtokT2X7qXdVdagOwb3LDZ6zR { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #edF5aeQcsyWaWNLgKLX7FE3WiegKZezx { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #IXKbzCs5NrkOveZBr826AXdoaHf9QVQn { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Qx94pTvTItTP0r4rZwQ6KX6kgSL7VEpU { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #UotEXsVsywhuxDv1nVtEL2t4K5kT7Blf { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #F6uZylya7zPyM0HA9tM63lNJKdBiz71J { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LdTUoqNoOypLqHoZbvCk1ZHA5hT39TqS { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #FKJ8rIo8s94uqLDunhBHtNf8S2Vof3Nn { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Gi6ZLZIwPUEJWA8SSPgn2nf5Q8gxdeOE { position:relative; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #fZ00vvc6BJHZDF70IbgPMnn7qtEdauew { position:relative; }
#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbe00;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container { background-color: transparent; background-image: none; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container > .video-iframe-container { display: none; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row > .video-iframe-container { display: none; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .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); }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container { border-width: 0; border-radius: 0; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container { font-size:14px;font-family:arial;height:295px;width:960px;position:relative;display:block; }#Xhz4d0z6pcJ6smEd8u29t6l95ZnoXQeL { display:block;width:306px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:23.270843505859px;left:653.00003051758px;height:31.1875px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#cyLK5TADaG3Vo98NgzADukUSJp33aaOU { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:81px;left:920px;display:block; }
#XDiNkgadV7dXQUS8SEPG0iZ5uF5SBylx { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:87px;left:553px;height:36.375px;font-style:normal;color:#fafafa;text-align:right;text-align-last:right;display:block; }
#EHwXFmI432THal6XMhsHdJIGLXo9RDO0 { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:131px;left:556px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#RBa3wXiTD5t4E1eUiWCoXxGeFgO9UAPE { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:122px;left:921px;display:block; }
#fc8LTTqSGN2PisOO9TVALkLbg1C9s1Jt { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #00458e;top:177px;left:558px;height:36.375px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#nTEToM89gwrqdW6zzwkEWAd4k18MQ0D4 { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:169px;left:923px;display:block; }
#IcSHcZnI1MJk2nbhLpEIhAnSBLgNBerd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98.9792px;width:221.979px;top:67.999938964844px;left:61.0625px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg { display:block; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:764px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m8pRuOEDE9UZDJETdOUuPBlLNKogTxfC { top:28px;left:393px;width:371px;height:66px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQA9P3KIbmclX4DlHn1it3Qzuxwizz8 { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mtZeSZIfTJmq5x7B4xCLF75pxDfUFLvo { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oxWnW2wEaIKUTOuQu6efA4cgQMBsvDtN { top:167px;left:736px;width:28px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #oedoZ4uRrCIF9N1llQiKXZLZ7dmLCO8n { top:212px;left:736px;width:28px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #qT4EwRmTVXl7Op3TdElPMpaFWpITPxvp { top:265px;left:736px;width:28px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Zp12h4BpG5OPzKPhGCDNvRCgZoiZpP6T { top:641px;left:410px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #pvn1SlpkQTcnDAtpSkQMEmOWiJDWUI7R { top:644px;left:225.5px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ANqT5N9oPqk8J1BQQ3eVhPQKZxvAOtvX { top:631px;left:355px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #X8iFbmahNPaN7ON5LD0qq8g2HW1Lro99 { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g7xHI8gdQt9GpI6QXikLRXNXgu5mIL9q { top:326px;left:736px;width:28px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rBcdUpxPILWromVQVI4TIKab6w3uUHVL { width:55px;height:98px;top:460px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-regular-label { width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-checkbox-label { width:253px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6  { width:272px;height:auto;top:182px;left:0px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 {display:block;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 { width:272px;height:auto;top:182px;left:0px; }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #tLA68FirO6TJqShRLZM3TnyT8sZ7f1lh {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #Qr1XybZzeOI5Cmv0hdc8eyp6elvNpXq0 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #zzvUwWkIgABDK0AcfxFkButsuWoL8ubF {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #y4gzCXWKwFXPGD1p68v6Vt3DX7XZd6hG {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #qCX5dpRHvfVfocMio0iIN4M8AhPf1UiW {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #CaIkzvQNsEImO4SlfTeCdh5EB4vI6rue {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #exlWWwDyTip1kdH5HBW61P0xDJTFkg46 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #i4ix3800cbA34f22Ce8RtTSt872ADqR5 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #OhtibVSdhvQslXagTMnZdfWtMyXXzWNu {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #vdvoSI77NIoPezqA4uhTdge0V9tXEbGc {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #fBvdu8mhu5NgqcHOy8TeAw2cs7UFroNA {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #sqWZg58cWsZPLwmV8LwhpMQgoaa7C3kP {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #l8kaZ8A2P960ez7wpXfLighRitIhfEBP {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #znzTUltLTe8blvF5Vsr6QFJHzKcLGgzg {  }
 }@media only screen and (max-width: 763px) { #QuaPUJaDVE2BLwqgsncAIZlKnhdcKv2t { top:27px;left:0px;width:331px;height:130px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC { display:block; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhOZN87ZtCCRTBKHNxPKyKi6tZT82MFu { top:32px;left:0px;width:764px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:200px;height:56px;top:219px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:200px;height:56px;top:213px;left:182px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:200px;height:56px;top:211px;left:373px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:200px;height:84px;top:219px;left:564px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JsXTcETbxANEbC39msudebWkOqlVikeD { top:85px;left:52.5px;width:97px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #uiMH4SbxMN1hAb6ad76zZqES5XXHZ6wP { top:73px;left:429.50003051758px;width:113px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #dZc25d1l2R0QI1gArPwRh9k9zeeCeoWs { top:69px;left:621.46578394224px;width:113px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #uAJTIl2R8vIL4PXA6GNKgpEi2GGSRrL3 { top:78px;left:231.50003051758px;width:103px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #e5BxEHU4qA5sNX85BTIaBf30sPVe4Chn { top:388px;left:345px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #aC5AsMJHw99F5AG2qtHCXIPMTdPa3BZB { top:402px;left:394.50003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #htw1um4HPyFe5mQT0vinLQkOu9cKXOnW { top:402px;left:270.50003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #AwxpksVm82B0R6klnneVQQlRTGxOyg1J { display:block; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLvf7z3hOAmcq8PUflpAyHFOUK4CMnxw { width:483px;height:59px;top:47px;left:281px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #q2gyBgTRZsmfNrENTocg9oWeO5VPolIO { width:483px;height:59px;top:124px;left:258.8125px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cfW2s2ypaIzLyb0RFV8kyKroyzUQcT6W { width:55px;height:98px;top:460px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-regular-label { width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-checkbox-label { width:253px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n  { width:272px;height:372px;top:59px;left:0px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n {display:block;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n { width:272px;height:372px;top:59px;left:0px; }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #ZtVLE1hWvDcPy65Iyt0ocUTgN6qCdwbX {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #AaG84T91nIznveJKlZ4C6Gh7V5O37N5X {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LbB2D8TWACPRP3tuptKTDHlSuTTnG00R {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #bwm8FTDCXTmDIl4TxBJGzWTowtFWTVTa {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #XsGRAXzMtokT2X7qXdVdagOwb3LDZ6zR {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #edF5aeQcsyWaWNLgKLX7FE3WiegKZezx {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #IXKbzCs5NrkOveZBr826AXdoaHf9QVQn {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Qx94pTvTItTP0r4rZwQ6KX6kgSL7VEpU {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #UotEXsVsywhuxDv1nVtEL2t4K5kT7Blf {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #F6uZylya7zPyM0HA9tM63lNJKdBiz71J {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LdTUoqNoOypLqHoZbvCk1ZHA5hT39TqS {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #FKJ8rIo8s94uqLDunhBHtNf8S2Vof3Nn {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Gi6ZLZIwPUEJWA8SSPgn2nf5Q8gxdeOE {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #fZ00vvc6BJHZDF70IbgPMnn7qtEdauew {  }
 }@media only screen and (max-width: 763px) { #o5HC19Zla5Fd42KAENQNp5qBXNx8WZop { display:block; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhz4d0z6pcJ6smEd8u29t6l95ZnoXQeL { width:306px;height:30px;top:23px;left:458px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cyLK5TADaG3Vo98NgzADukUSJp33aaOU { top:81px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #XDiNkgadV7dXQUS8SEPG0iZ5uF5SBylx { width:371px;height:34px;top:87px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EHwXFmI432THal6XMhsHdJIGLXo9RDO0 { width:371px;height:34px;top:131px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RBa3wXiTD5t4E1eUiWCoXxGeFgO9UAPE { top:122px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #fc8LTTqSGN2PisOO9TVALkLbg1C9s1Jt { width:371px;height:34px;top:177px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTEToM89gwrqdW6zzwkEWAd4k18MQ0D4 { top:169px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #IcSHcZnI1MJk2nbhLpEIhAnSBLgNBerd { top:67px;left:0px;width:221px;height:98.542669351605px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/JH6fDDiF/online_ahmed_siam_05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.adaptive-delivery-prevent-bg, #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.lazyload, #mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg.lazyloading { background-image: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { background-color: transparent; background-image: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container > .video-iframe-container { display: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row > .video-iframe-container { display: none; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .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); }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { border-width: 0; border-radius: 0; }#mOvsBeCvgU75HaTJhGGsgoQg0OykAcGg > .row .container { height:123px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:320px;height:1361px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:235px;height:70.1719px;top:147.96875px;left:42.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8pRuOEDE9UZDJETdOUuPBlLNKogTxfC { width:320px;height:55.8906px;top:38.640625px;left:0px;text-align:center;text-align-last:center;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQA9P3KIbmclX4DlHn1it3Qzuxwizz8 { width:247px;height:46.7812px;top:303.09375px;left:20.5px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mtZeSZIfTJmq5x7B4xCLF75pxDfUFLvo { width:269px;height:24.6875px;top:438.578125px;left:9.5px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oxWnW2wEaIKUTOuQu6efA4cgQMBsvDtN { width:28px;height:29px;top:311.59375px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #oedoZ4uRrCIF9N1llQiKXZLZ7dmLCO8n { width:28px;height:29px;top:436.078125px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #qT4EwRmTVXl7Op3TdElPMpaFWpITPxvp { width:35px;height:37px;top:664.625px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #Zp12h4BpG5OPzKPhGCDNvRCgZoiZpP6T { width:108px;height:5px;top:685.625px;left:192.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #pvn1SlpkQTcnDAtpSkQMEmOWiJDWUI7R { width:108px;height:5px;top:686.625px;left:25.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ANqT5N9oPqk8J1BQQ3eVhPQKZxvAOtvX { width:31px;height:31px;top:166.96875px;left:289px;display:block; }
 }@media only screen and (max-width: 763px) { #X8iFbmahNPaN7ON5LD0qq8g2HW1Lro99 { width:231px;height:49.375px;top:559.625px;left:44.500000953674px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #g7xHI8gdQt9GpI6QXikLRXNXgu5mIL9q { width:28px;height:29px;top:569.125px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #rBcdUpxPILWromVQVI4TIKab6w3uUHVL { width:60px;height:128px;top:143px;left:130px;display:none; }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-regular-label { width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .widget-checkbox-label { width:252px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6  { width:272px;height:auto;top:868.625px;left:3px; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 {display:block;}#A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 { width:272px;height:auto;top:868.625px;left:3px; }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #tLA68FirO6TJqShRLZM3TnyT8sZ7f1lh {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #Qr1XybZzeOI5Cmv0hdc8eyp6elvNpXq0 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #zzvUwWkIgABDK0AcfxFkButsuWoL8ubF {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #y4gzCXWKwFXPGD1p68v6Vt3DX7XZd6hG {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #qCX5dpRHvfVfocMio0iIN4M8AhPf1UiW {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #CaIkzvQNsEImO4SlfTeCdh5EB4vI6rue {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #exlWWwDyTip1kdH5HBW61P0xDJTFkg46 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #i4ix3800cbA34f22Ce8RtTSt872ADqR5 {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #OhtibVSdhvQslXagTMnZdfWtMyXXzWNu {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #vdvoSI77NIoPezqA4uhTdge0V9tXEbGc {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #fBvdu8mhu5NgqcHOy8TeAw2cs7UFroNA {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #sqWZg58cWsZPLwmV8LwhpMQgoaa7C3kP {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #l8kaZ8A2P960ez7wpXfLighRitIhfEBP {  }
 }@media only screen and (max-width: 763px) { #A1lB1TpXukV0T0eBgQHTHz6Joay0r0B6 #znzTUltLTe8blvF5Vsr6QFJHzKcLGgzg {  }
 }@media only screen and (max-width: 763px) { #QuaPUJaDVE2BLwqgsncAIZlKnhdcKv2t { width:320px;height:41.5938px;top:762px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC { display:block; }#dKMQrAdWpkrypDi1RuEWIRlQmafyhLtC > .row .container { width:320px;height:138px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhOZN87ZtCCRTBKHNxPKyKi6tZT82MFu { width:320px;height:57.1875px;top:33.833343505859px;left:0px;text-align:center;text-align-last:center;text-shadow:2px 1px 3px rgba(0,0,0,0.5);font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:160px;height:46.7812px;top:61.125053405762px;left:53.000000953674px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:160px;height:70.1719px;top:209px;left:42.000000953674px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:160px;height:46.7812px;top:362px;left:53px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:160px;height:70.1719px;top:494.3333530426px;left:54.000000953674px;text-align:right;text-align-last:right;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JsXTcETbxANEbC39msudebWkOqlVikeD { width:82px;height:82px;top:43.125px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #uiMH4SbxMN1hAb6ad76zZqES5XXHZ6wP { width:83px;height:83px;top:202px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #dZc25d1l2R0QI1gArPwRh9k9zeeCeoWs { width:75px;height:75px;top:491.328125px;left:240.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #uAJTIl2R8vIL4PXA6GNKgpEi2GGSRrL3 { width:80px;height:80px;top:345px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #e5BxEHU4qA5sNX85BTIaBf30sPVe4Chn { width:37px;height:37px;top:687.5px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #aC5AsMJHw99F5AG2qtHCXIPMTdPa3BZB { width:108px;height:5px;top:705.5px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #htw1um4HPyFe5mQT0vinLQkOu9cKXOnW { width:108px;height:5px;top:703.5px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #AwxpksVm82B0R6klnneVQQlRTGxOyg1J { display:block; }#AwxpksVm82B0R6klnneVQQlRTGxOyg1J > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLvf7z3hOAmcq8PUflpAyHFOUK4CMnxw { width:320px;height:33.7969px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:26px;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #q2gyBgTRZsmfNrENTocg9oWeO5VPolIO { width:320px;height:29.8906px;top:123.953125px;left:0px;text-align:center;text-align-last:center;font-size:23px;text-shadow:1px 1px 1px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #cfW2s2ypaIzLyb0RFV8kyKroyzUQcT6W { width:87px;height:152px;top:220px;left:116px;display:none; }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-regular-label { width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .widget-checkbox-label { width:253px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n  { width:272px;height:372px;top:59px;left:3px; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n {display:block;}#VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n { width:272px;height:372px;top:173.25px;left:3px; }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #ZtVLE1hWvDcPy65Iyt0ocUTgN6qCdwbX {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #AaG84T91nIznveJKlZ4C6Gh7V5O37N5X {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LbB2D8TWACPRP3tuptKTDHlSuTTnG00R {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #bwm8FTDCXTmDIl4TxBJGzWTowtFWTVTa {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #XsGRAXzMtokT2X7qXdVdagOwb3LDZ6zR {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #edF5aeQcsyWaWNLgKLX7FE3WiegKZezx {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #IXKbzCs5NrkOveZBr826AXdoaHf9QVQn {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Qx94pTvTItTP0r4rZwQ6KX6kgSL7VEpU {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #UotEXsVsywhuxDv1nVtEL2t4K5kT7Blf {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #F6uZylya7zPyM0HA9tM63lNJKdBiz71J {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #LdTUoqNoOypLqHoZbvCk1ZHA5hT39TqS {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #FKJ8rIo8s94uqLDunhBHtNf8S2Vof3Nn {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #Gi6ZLZIwPUEJWA8SSPgn2nf5Q8gxdeOE {  }
 }@media only screen and (max-width: 763px) { #VqQVTPUU3Q8zJW7ULvHQfqcpXpcwOT5n #fZ00vvc6BJHZDF70IbgPMnn7qtEdauew {  }
 }@media only screen and (max-width: 763px) { #o5HC19Zla5Fd42KAENQNp5qBXNx8WZop { display:block; }#o5HC19Zla5Fd42KAENQNp5qBXNx8WZop > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhz4d0z6pcJ6smEd8u29t6l95ZnoXQeL { width:320px;height:32.5px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cyLK5TADaG3Vo98NgzADukUSJp33aaOU { width:37px;height:37px;top:86.97900390625px;left:283.18752002716px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XDiNkgadV7dXQUS8SEPG0iZ5uF5SBylx { width:258px;height:62.3906px;top:92.97900390625px;left:25.979168891907px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EHwXFmI432THal6XMhsHdJIGLXo9RDO0 { width:281px;height:62.3906px;top:196.95849609375px;left:6.1041669845581px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RBa3wXiTD5t4E1eUiWCoXxGeFgO9UAPE { width:31px;height:33px;top:192.9375px;left:290.00002002716px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fc8LTTqSGN2PisOO9TVALkLbg1C9s1Jt { width:284px;height:62.3906px;top:289px;left:3px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTEToM89gwrqdW6zzwkEWAd4k18MQ0D4 { width:26px;height:35px;top:283.97900390625px;left:293.7916765213px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IcSHcZnI1MJk2nbhLpEIhAnSBLgNBerd { width:297px;height:129px;top:410.97917556763px;left:11.500000953674px;display:block; }
 }