.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VX1qjFwc/368013_PAXTQD_43.jpg");background-position:center left;background-repeat:repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { background-color: transparent; background-image: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container > .video-iframe-container { display: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row > .video-iframe-container { display: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .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); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { border-width: 0; border-radius: 0; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#BN0pV971kSccWoHkCOard44IGmeZXHFa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:549px;top:4.5px;left:205.5px;overflow:hidden;display:block; }
#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { z-index:;position:relative;display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { background-color: transparent; background-image: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .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); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { border-width: 0; border-radius: 0; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { background-color:rgba(255,255,255,0.61);background-image:url("https://images.assets-landingi.com/VX1qjFwc/368013_PAXTQD_43.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:arial;height:515px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { display:block;width:120.986px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:102px;left:0px;height:39px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#T4iPJ1qU2UM6BUcM508thlGvHuInFWHB { position:absolute;display:block;z-index:100025;background-color:#78899b;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:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:414px;width:222px;top:78px;left:738px;display:block; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-form-header { font-size:14px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:10px;font-weight:400;color:#ffffff;width:186px;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:right;text-align-last:right;overflow:hidden;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:186px;box-sizing:border-box;height:40px;color:#161616;font-size:10px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:186px;box-sizing:border-box;height:70px;color:#161616;font-size:10px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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-left:0px;margin-bottom:4px;display:block;width:186px;box-sizing:border-box;height:30px;color:#161616;font-family:cairo;font-size:12px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .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; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#e1097d;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:15px;font-weight:bold;color:#f2f9ff;width:186px;height:36px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:13px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .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:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:170px;overflow:hidden;font-style:normal;float:none; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .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; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:42px;vertical-align:middle;font-family:cairo;font-size:10px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-container:first-of-type{padding-top:0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-container:last-of-type{padding-bottom:0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:186px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100033;position:absolute;top:141px;left:734px;font-size:14px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:186px;display:block;vertical-align:top; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-info-text { display:block;height:auto;font-family:cairo;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R {display:block;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:186px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100033;position:absolute;top:141px;left:734px;font-size:14px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #Rv6sBEUuBtQPAXbndXMz07rNKl9WebCO { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #TzNgmwbPb0vwNyCFOubh2qS02cvSTro3 { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #p09pU66q33cqZQP6e7a3imSI3OCq7l1i { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r .container-column{width:50%;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #P1LJ5gOI5QmGDgaTquwFIpMJ0gaZZfov { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #yzUwxMZmdkuudiwtaxW4BL6fT4goD7cP { position:relative;z-index:2; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #OWGa09nCODqRptmNT87wdlB7k5CbKO2U { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #gEdmczs99BvuchNUy5nV2B0TGPBPv0A0 { position:relative;z-index:2; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #mIAG46TgMam7MEq3ToKprUQCI2lFtURK { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #dUq5NibZFESiqUEMIXcAFuZ9vHKFqcw5 { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #PfN0IwKuGvMS1uGbsNxIJO1SEEAWI90t { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #MhscUk0mXQUZwwP4Ifoc6IfEEyV4V0ly { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ZCwanUQoO71wq9ReMr42DqGXOBubaR4g { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #A7LOIFSsu4WZylrDvEOeVxv3xRbfV2Xz { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #SxE9FTTIptoabRlXoROlQdKlyUKmJuq8 { position:relative; }
#R9HuEIxCTX8MHUaagAGrHKTilDhvZRob { position:relative;display:block; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #nkN4uZJSi1OTzm8XncoBva5X4vOZwRhc { position:relative; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ve393UBSChWMVEvvTCXTQfvds3ooibNE { position:relative; }
#xqK6Tw5Al5l9L6uBAXomzpl7HWFuAzXV { color:#272828;display:block;width:188px;position:absolute;font-family:cairo;font-size:21px;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:78px;left:755px;height:27px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAZg2qVu2ZUa22Jd5Tq755ssucdp8WTp { color:#0e0a52;display:block;width:198px;position:absolute;font-family:cairo;font-size:12px;font-weight:400;z-index:100030;line-height:1.9;letter-spacing:0;top:110.5px;left:750px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { display:block;width:450px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100034;line-height:2.6;letter-spacing:0;top:141px;left:28.5px;height:186px;color:#052956;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nSevalmE/sekcja3_bg2_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#cCMTZrkIhQ5R8uz45X9m5h3gzPTO6gv1 { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:47px;left:476px;height:44px;font-style:normal;display:block; }
#oTcte9AaRUsv939RCUlrVIynlBl2Jd9i { position:absolute;display:block;z-index:100015;background-color:#b4b1b2;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:457px;top:106px;left:483px;display:block; }
#B8GtQLUyH0AsEJhXUiH2dA3wnuvNfRWu { color:#707b8b;display:block;width:477px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:124px;left:463px;height:81px;text-align:justify;text-align-last:initial;display:block; }
#cbCnuwMhnnRlyfxNcRCbpTdyy9kW4WhG { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100017;line-height:1.6;letter-spacing:0;top:264px;left:484px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#l6wsiMy46uH3IU90h1StVEVIvZNyftmK { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:313px;left:906px;display:block; }
#Zr1AwRhlslnLNLh2ie3b1tV1eBOvUCUq { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:317px;left:911px;display:block; }
#JWXTAEeGWgo6ymdM5sQDeCVwglyP31FL { color:#707b8b;display:block;width:331.992px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100017;line-height:2.7;letter-spacing:0;top:307.2265625px;left:561.97265625px;height:48px;text-align:left;text-align-last:left;display:block; }
#W3WFcKZGNoEEBZXKCOTZIg8EsJl71UcT { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:349px;left:907px;display:block; }
#EoXeoPgxXmztwAnK4Xwiv2DS8q6bR8Gn { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100018;line-height:2.7;letter-spacing:0;top:398px;left:711px;height:48px;text-align:left;text-align-last:left;display:block; }
#bVvJpfVT7wiXi51uTomuXUwECohtMsBy { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:27.9883px;width:27.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:360.9765625px;left:911.98828125px;display:block; }
#T3DkFr1dSMa13C3W288pUN8WwhEGq1nu { color:#707b8b;display:block;width:181.992px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100019;line-height:2.7;letter-spacing:0;top:355px;left:711px;height:48px;text-align:left;text-align-last:left;display:block; }
#HBIafKbm8masHqfUGnQxFGuQsDedn9lZ { position:absolute;display:block;z-index:100018;background-color:#1b57c7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:68px;top:105px;left:483px;display:block; }
#RGEpeQKiKUXpZhMNush8at36K78PpDqZ { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:27.9883px;width:27.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:407.20703125px;left:914.00390625px;display:block; }
#uJAJuO0aSixIJbGCNrygdEVuu0PFeonq { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:35.9961px;width:35.9961px;top:403.73046875px;left:906.97265625px;display:block; }
#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/eZsfdjSc/111.jpg");background-position:bottom left;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;position:relative;display:block; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { background-color: transparent; background-image: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,224,228,0.28); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container > .video-iframe-container { display: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,224,228,0.28); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row > .video-iframe-container { display: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .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); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { border-width: 0; border-radius: 0; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#hTSVKkLoTCOhPtR0e1vVl07vp91D9qar { color:#000000;display:block;width:461px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:25.5px;left:105.27084350586px;height:40px;font-style:normal;display:block; }
#ICylQkwx6XNvCzXm5DIoH3lpX3fDtCnM { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:32px;font-style:normal;display:none; }
#Eq0hnOHPniJG1OmcVzAXtQd5VZT7L21n { color:#ffffff;display:block;width:308px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:92.5px;left:207.50003051758px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CKuq1cR4vKE85BeS7XQO96Ao3ThWTo6a { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:290px;left:96.5px;display:none; }
#TFEkI1O0eKtsTuD2URgFMyJAisZ9VThn { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:213px;width:279px;top:29.5px;left:582.45840454102px;overflow:hidden;display:block; }
#pmc2hH3OQK2wyRP7p0H7xpSDvRfzBibQ { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:88px;left:515.27084350586px;display:block; }
#zLh40TLMF8FRBH7WQWOD91a2b6K0AO9l { color:#ffffff;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:262.50003051758px;left:346.00003051758px;height:20px;font-style:normal;display:block; }
#xv6WxZgXfH0ucrwx11zQvRmBB4017uXb { color:#434343;display:block;width:200px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:240.98954772949px;left:113.02081298828px;height:32px;font-style:normal;display:block; }
#T1losOF4sLzqkNTIgK3hFlRbDup92mkS { color:#ffffff;display:block;width:271px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:133.99996948242px;left:245.50003051758px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DPdshVVz8tLrAtgkFqqNpUlK5Ta4Wca5 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:130px;left:515.27084350586px;display:block; }
#TMfcy6qrTA6nkGhwTm1wa2udAhQClGwW { position:absolute;display:block;z-index:100016;height:32px;width:128px;top:202.5px;left:117.50003051758px;display:block; }
#U8ZztoPmNNWTWSMaxed9ioebx3zyaiVL { color:#055a87;display:block;width:333px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:203.50003051758px;left:203.50003051758px;height:28px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U1Up7cumVkfGZ9Q8bKt6AMeTqCRxndmR { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:47px;width:440px;top:194.50003051758px;left:104.50003051758px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #da4dOT8xwB5xkbIced5rUx9BMbdJug6G { display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN0pV971kSccWoHkCOard44IGmeZXHFa { top:4px;left:107.5px;width:549px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { height:568px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { width:121px;height:55px;top:325px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T4iPJ1qU2UM6BUcM508thlGvHuInFWHB { width:222px;height:414px;top:78px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-regular-label { width:198px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text { width:198px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-textarea { width:198px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select { width:198px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-button { width:198px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-checkbox-label { width:182px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R  { width:220px;height:auto;top:117px;left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .radio-container { width:198px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R {display:block;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R { width:220px;height:auto;top:117px;left:0px; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #Rv6sBEUuBtQPAXbndXMz07rNKl9WebCO {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #TzNgmwbPb0vwNyCFOubh2qS02cvSTro3 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #p09pU66q33cqZQP6e7a3imSI3OCq7l1i {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r {  }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #P1LJ5gOI5QmGDgaTquwFIpMJ0gaZZfov {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #yzUwxMZmdkuudiwtaxW4BL6fT4goD7cP {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #OWGa09nCODqRptmNT87wdlB7k5CbKO2U {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #gEdmczs99BvuchNUy5nV2B0TGPBPv0A0 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #mIAG46TgMam7MEq3ToKprUQCI2lFtURK {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #dUq5NibZFESiqUEMIXcAFuZ9vHKFqcw5 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #PfN0IwKuGvMS1uGbsNxIJO1SEEAWI90t {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #MhscUk0mXQUZwwP4Ifoc6IfEEyV4V0ly {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ZCwanUQoO71wq9ReMr42DqGXOBubaR4g {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #A7LOIFSsu4WZylrDvEOeVxv3xRbfV2Xz {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #SxE9FTTIptoabRlXoROlQdKlyUKmJuq8 {  }
 }@media only screen and (max-width: 763px) { #R9HuEIxCTX8MHUaagAGrHKTilDhvZRob { display:block; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #nkN4uZJSi1OTzm8XncoBva5X4vOZwRhc {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ve393UBSChWMVEvvTCXTQfvds3ooibNE {  }
 }@media only screen and (max-width: 763px) { #xqK6Tw5Al5l9L6uBAXomzpl7HWFuAzXV { width:188px;height:27px;top:78px;left:576px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rAZg2qVu2ZUa22Jd5Tq755ssucdp8WTp { width:198px;height:22px;top:110px;left:566px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { width:226px;height:66px;top:321px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCMTZrkIhQ5R8uz45X9m5h3gzPTO6gv1 { width:465px;height:43px;top:47px;left:299px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oTcte9AaRUsv939RCUlrVIynlBl2Jd9i { width:456px;height:0;top:106px;left:308px;display:block; }
 }@media only screen and (max-width: 763px) { #B8GtQLUyH0AsEJhXUiH2dA3wnuvNfRWu { width:476px;height:105px;top:124px;left:288px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cbCnuwMhnnRlyfxNcRCbpTdyy9kW4WhG { width:456px;height:28px;top:264px;left:308px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6wsiMy46uH3IU90h1StVEVIvZNyftmK { width:35px;height:35px;top:313px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1AwRhlslnLNLh2ie3b1tV1eBOvUCUq { width:27px;height:27px;top:317px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JWXTAEeGWgo6ymdM5sQDeCVwglyP31FL { width:331px;height:47px;top:307px;left:433px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W3WFcKZGNoEEBZXKCOTZIg8EsJl71UcT { width:35px;height:35px;top:349px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #EoXeoPgxXmztwAnK4Xwiv2DS8q6bR8Gn { width:181px;height:47px;top:398px;left:583px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bVvJpfVT7wiXi51uTomuXUwECohtMsBy { width:27px;height:27px;top:360px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T3DkFr1dSMa13C3W288pUN8WwhEGq1nu { width:181px;height:47px;top:355px;left:583px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HBIafKbm8masHqfUGnQxFGuQsDedn9lZ { width:67px;height:2px;top:105px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #RGEpeQKiKUXpZhMNush8at36K78PpDqZ { width:27px;height:27px;top:407px;left:737px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uJAJuO0aSixIJbGCNrygdEVuu0PFeonq { width:35px;height:35px;top:403px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B { display:block; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTSVKkLoTCOhPtR0e1vVl07vp91D9qar { width:461px;height:80px;top:25px;left:7.2708435058594px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ICylQkwx6XNvCzXm5DIoH3lpX3fDtCnM { width:169px;height:32px;top:299px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Eq0hnOHPniJG1OmcVzAXtQd5VZT7L21n { width:308px;height:32px;top:92px;left:109.50003051758px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CKuq1cR4vKE85BeS7XQO96Ao3ThWTo6a { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TFEkI1O0eKtsTuD2URgFMyJAisZ9VThn { width:279px;height:213px;top:29px;left:484.45840454102px;display:block; }
 }@media only screen and (max-width: 763px) { #pmc2hH3OQK2wyRP7p0H7xpSDvRfzBibQ { width:41px;height:41px;top:88px;left:417.27084350586px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zLh40TLMF8FRBH7WQWOD91a2b6K0AO9l { top:262px;left:248.00003051758px;width:311px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xv6WxZgXfH0ucrwx11zQvRmBB4017uXb { top:240px;left:15.020812988281px;width:200px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T1losOF4sLzqkNTIgK3hFlRbDup92mkS { width:271px;height:32px;top:133px;left:147.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DPdshVVz8tLrAtgkFqqNpUlK5Ta4Wca5 { width:41px;height:41px;top:130px;left:417.27084350586px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TMfcy6qrTA6nkGhwTm1wa2udAhQClGwW { top:202px;left:19.500030517578px;width:128px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZztoPmNNWTWSMaxed9ioebx3zyaiVL { width:333px;height:28px;top:203px;left:105.50003051758px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U1Up7cumVkfGZ9Q8bKt6AMeTqCRxndmR { top:194px;left:6.5000305175781px;width:440px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #da4dOT8xwB5xkbIced5rUx9BMbdJug6G { display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN0pV971kSccWoHkCOard44IGmeZXHFa { width:320px;height:55px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { background-color: transparent; background-image: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .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); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { border-width: 0; border-radius: 0; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { height:660px;width:320px;background-color:transparent;background-image:url("https://images.assets-landingi.com/VX1qjFwc/368013_PAXTQD_43.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { width:86.9922px;height:41px;top:21.25px;left:47.98828125px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T4iPJ1qU2UM6BUcM508thlGvHuInFWHB { width:237px;height:409px;top:159px;left:41px;background-color:#78899b;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-regular-label { width:193px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text { width:193px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:35px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-text {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-textarea { width:193px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select { width:193px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-select {padding-top: 0; padding-bottom: 0;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-input-button { width:193px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:35px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .widget-checkbox-label { width:177px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R  { width:193px;height:auto;top:243px;left:44px;background-color:transparent;background-image:none; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R .radio-container { width:193px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R {display:block;}#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R { width:193px;height:auto;top:243px;left:44px;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #Rv6sBEUuBtQPAXbndXMz07rNKl9WebCO {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #TzNgmwbPb0vwNyCFOubh2qS02cvSTro3 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #p09pU66q33cqZQP6e7a3imSI3OCq7l1i {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r {  }
#ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #rixJpR2uVv9ylK3LRVJMzTuAaHnMhB2r .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #P1LJ5gOI5QmGDgaTquwFIpMJ0gaZZfov {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #yzUwxMZmdkuudiwtaxW4BL6fT4goD7cP {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #OWGa09nCODqRptmNT87wdlB7k5CbKO2U {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #gEdmczs99BvuchNUy5nV2B0TGPBPv0A0 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #mIAG46TgMam7MEq3ToKprUQCI2lFtURK {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #dUq5NibZFESiqUEMIXcAFuZ9vHKFqcw5 {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #PfN0IwKuGvMS1uGbsNxIJO1SEEAWI90t {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #MhscUk0mXQUZwwP4Ifoc6IfEEyV4V0ly {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ZCwanUQoO71wq9ReMr42DqGXOBubaR4g {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #A7LOIFSsu4WZylrDvEOeVxv3xRbfV2Xz {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #SxE9FTTIptoabRlXoROlQdKlyUKmJuq8 {  }
 }@media only screen and (max-width: 763px) { #R9HuEIxCTX8MHUaagAGrHKTilDhvZRob { display:block; }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #nkN4uZJSi1OTzm8XncoBva5X4vOZwRhc {  }
 }@media only screen and (max-width: 763px) { #ClH1PiF1hUTP39eHDAPfrk2a7QDKzJ8R #ve393UBSChWMVEvvTCXTQfvds3ooibNE {  }
 }@media only screen and (max-width: 763px) { #xqK6Tw5Al5l9L6uBAXomzpl7HWFuAzXV { width:177px;height:34px;top:159px;left:71px;text-align:center;text-align-last:center;font-size:20px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rAZg2qVu2ZUa22Jd5Tq755ssucdp8WTp { width:198px;height:20px;top:204px;left:59px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { width:320px;height:96px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:17px;line-height:1.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Slshbf6e/kisspng_quran_islam_wallpaper_islamic_vector_background_map_5a6b3dfda4cc77.668959851516977661675.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245,245,245,0.81); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245,245,245,0.81); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:320px;height:431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCMTZrkIhQ5R8uz45X9m5h3gzPTO6gv1 { width:320px;height:32px;top:20px;left:0px;text-align:center;text-align-last:center;line-height:1.2;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oTcte9AaRUsv939RCUlrVIynlBl2Jd9i { width:320px;height:0;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B8GtQLUyH0AsEJhXUiH2dA3wnuvNfRWu { width:320px;height:144px;top:70.9765625px;left:0px;text-align:center;text-align-last:center;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cbCnuwMhnnRlyfxNcRCbpTdyy9kW4WhG { width:182px;height:24px;top:256.23046875px;left:134.015625px;text-align:center;text-align-last:center;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6wsiMy46uH3IU90h1StVEVIvZNyftmK { width:35px;height:35px;top:295px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1AwRhlslnLNLh2ie3b1tV1eBOvUCUq { width:27px;height:27px;top:299px;left:280px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JWXTAEeGWgo6ymdM5sQDeCVwglyP31FL { width:263.984px;height:39px;top:293px;left:9px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W3WFcKZGNoEEBZXKCOTZIg8EsJl71UcT { width:35px;height:35px;top:334px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #EoXeoPgxXmztwAnK4Xwiv2DS8q6bR8Gn { width:180.977px;height:39px;top:378px;left:105px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bVvJpfVT7wiXi51uTomuXUwECohtMsBy { width:26.9922px;height:26.9922px;top:339px;left:280px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T3DkFr1dSMa13C3W288pUN8WwhEGq1nu { width:180.977px;height:39px;top:339px;left:104px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HBIafKbm8masHqfUGnQxFGuQsDedn9lZ { width:67px;height:2px;top:57.98828125px;left:37.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #RGEpeQKiKUXpZhMNush8at36K78PpDqZ { width:27px;height:27px;top:384px;left:283px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uJAJuO0aSixIJbGCNrygdEVuu0PFeonq { width:35px;height:35px;top:381px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eZsfdjSc/111.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { background-color: transparent; background-image: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container > .video-iframe-container { display: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row > .video-iframe-container { display: none; }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .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); }#zVZOhlJNOvu9b1CSRxvi9HE4JqAPrL0B > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTSVKkLoTCOhPtR0e1vVl07vp91D9qar { width:267px;height:24px;top:28px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ICylQkwx6XNvCzXm5DIoH3lpX3fDtCnM { width:320px;height:32px;top:379px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Eq0hnOHPniJG1OmcVzAXtQd5VZT7L21n { width:209px;height:24px;top:102px;left:54.000000953674px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CKuq1cR4vKE85BeS7XQO96Ao3ThWTo6a { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #TFEkI1O0eKtsTuD2URgFMyJAisZ9VThn { width:288px;height:223px;top:213.97917175293px;left:16.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #pmc2hH3OQK2wyRP7p0H7xpSDvRfzBibQ { width:35px;height:35px;top:98px;left:261.00002002716px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zLh40TLMF8FRBH7WQWOD91a2b6K0AO9l { width:311px;height:18px;top:458.00001525879px;left:4px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xv6WxZgXfH0ucrwx11zQvRmBB4017uXb { width:96px;height:20px;top:488.00003051758px;left:110.50000476837px;text-align:center;text-align-last:center;font-size:16px;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #T1losOF4sLzqkNTIgK3hFlRbDup92mkS { width:238px;height:25px;top:70px;left:24.000000953674px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DPdshVVz8tLrAtgkFqqNpUlK5Ta4Wca5 { width:35px;height:35px;top:67px;left:261.00002002716px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TMfcy6qrTA6nkGhwTm1wa2udAhQClGwW { width:128px;height:32px;top:156.00001525879px;left:29.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZztoPmNNWTWSMaxed9ioebx3zyaiVL { width:127px;height:44px;top:149.00001525879px;left:155.00000476837px;text-align:right;text-align-last:right;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U1Up7cumVkfGZ9Q8bKt6AMeTqCRxndmR { width:287px;height:47px;top:148.00001525879px;left:16.000000953674px;display:block; }
 }