.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e950a543-a617-4d5f-be1f-8329f0443e38/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:60rem;overflow:visible;position:relative;display:block; }#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:neuton;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.25rem;left:28.9375rem;height:7.875rem;font-style:italic;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.91845703125rem;left:29.28125rem;height:5.60625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:23.875rem;top:11.8623046875rem;left:1.4375rem;display:block; }
#xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1826171875rem;left:2.5rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-form-header {  }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:2.5rem;color:#070101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:4.375rem;color:#070101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fbc108;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#000000;width:17.8125rem;height:2.8125rem;font-family:"times new roman";overflow:hidden;text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-moz-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-moz-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:first-of-type{padding-top:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:last-of-type{padding-bottom:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:22.91845703125rem;left:3.21875rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.8125rem;display:block;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:22.91845703125rem;left:3.21875rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { position:relative;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #iCg3Veod5IuMUAxEOWMtv1L6zgvllric { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #b5dVJCVLmh2iFiEl7L5PVU3fBqAeZVxu { position:relative;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WbcQaHFeHZX6mFhcXWpxmV81tH4g1lUp { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #KaxhSk7Ol2aT2Myqz5OMAavsClNt9G5p { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uhNudMlQnRpIcTIJ6voCElTipQOeEfrK { position:relative;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #fQFhAC2UBs5ut7XRG87OIrF7D00SSSbB { position:relative; }
#m9mXWyO7seglhESaH1xohQHoGkPLf9Cx { position:relative;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg { position:relative; }
#IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.0625rem;top:2.0242187976837rem;left:20.937501907349rem;overflow:hidden;display:block; }
#CvZwB5GNhKJMH38KzWx5dculovLdpbSP { color:#ffffff;display:block;width:29.5610625rem;position:absolute;font-family:neuton;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.0625rem;left:27.6259765625rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:32.8125rem;left:28.5rem;height:21.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK li:before{  }
#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container { background-color: transparent; background-image: none; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container > .video-iframe-container { display: none; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row > .video-iframe-container { display: none; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .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); }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container { border-width: 0; border-radius: 0; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;position:relative;display:block; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { background-color: transparent; background-image: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container > .video-iframe-container { display: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row > .video-iframe-container { display: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .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); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { border-width: 0; border-radius: 0; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#kS3bfRUpqQ8avZrNVOehSa3OiwH9UHDF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:60rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#CAW9dncLV2m8txKmEicZSFI1APGFmXli { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eL9KhT6g8Rh5xTVZV6T8Qan5Zuv3orlp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.08125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/187b916d-5f43-4975-9beb-1387ff61a775/jobxdubai_dubai_real_estate_boom__cinematic_ar_169_030087ac1b1d4603bc029bd90e8c9540_0.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6.adaptive-delivery-prevent-bg, #uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6.lazyload, #uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6.lazyloading { background-image: none; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container { background-color: transparent; background-image: none; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container > .video-iframe-container { display: none; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row > .video-iframe-container { display: none; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .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); }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container { border-width: 0; border-radius: 0; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#JdDF6X94aQcKbJ0fnD0pwKhxnemFNwgc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qUeo6gHoKrGTn21TZQrQ8JBzLCSFWdfS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iMGzZfI91rQRHd4elV6R9BbUPQoaZhlf { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fZWMtT2pQbPBstS5AmRWyGFmONqzDmGH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:58rem;top:2.375rem;left:2rem;overflow:hidden;display:block; }
#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container { background-color: transparent; background-image: none; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container > .video-iframe-container { display: none; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row > .video-iframe-container { display: none; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .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); }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container { border-width: 0; border-radius: 0; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#KGxgEmswo8FDQ38iREufFKEKMyTcXqZ6 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaTZQGku1pmoGPUoh83382fOKL9mHIHM { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.1875rem;left:41.5rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WI3maPmGnbZcSAiM6fefEfxL59EkcGx3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:28.5rem;left:32.875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOoam0wFqfR8CCpZUcU9ziAMBmh6I0TQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:15.1875rem;left:22.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqoSs0UXxbm2qOXi1ZVsoV7orQl2O6bd { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.5rem;left:11.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwaXCVhtstW6dNyNc1IyTUPTBs6ElUMQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lA7erqudU23e7SRedz0O2yitxbJQiMM7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bwTCgMLVy9x0CXVvLsIpqnHg1zzgChRy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106.625rem;width:60rem;display:none; }
#SpGgINwUSFmCnDZARK8q4BZ4Q3e6QTU0 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sIqTG3MRghh6KZg1pi6zRsBCaTCqTufw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TInhTDAOFeIT2gAQiJvQi0NJqelqcnJQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zLuOLWHRp1OyS242VVxTGAn3XcRXbNf9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UixcKdJ31JwHIRz4tglzQyKvh0drZtbP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lXd3LqAAIUmo0MtysxU0yBDGAQL16uTc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mQsFtCSAAJhhKM1k6M7dDUOPSpIyC6WF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Abmn45FxOnttaDSWS2xRQIv8ra4pgfoM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KozqnOGA7KAICh6pkgetx1cpQLTmzOcT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.25rem;left:0rem;height:2.08125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea72c587-2b1f-4714-8705-c599ec4e1c1a/WhatsAppImage20250611at102336AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2.adaptive-delivery-prevent-bg, #z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2.lazyload, #z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2.lazyloading { background-image: none; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container { background-color: transparent; background-image: none; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container > .video-iframe-container { display: none; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row > .video-iframe-container { display: none; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .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); }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container { border-width: 0; border-radius: 0; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:60rem;position:relative;display:block; }#oMg1cGf6MVbibn6xbdwiTsNvkpxadKZ3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qaCBQHdWs4lbWNTkRaTdLTdbo7tyTEnN { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0.4375rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC9eOvRnk0xxwUXdi0fRlMRJ8EtT0Cim { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.9375rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#J7iZTrWdyln1rFZ471rJo9fwnVOHzhv2 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.8125rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fbh65s2TQiwcop3h6bR3tnaJDx8O1eIy { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:21.125rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#KAy5FJhGCT9KToT9Dacnw5RfcBDQG564 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QSkaIepOMoTTIrtkRPsRL1HnLl9pzRmR { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:29.5625rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#nuVKHOCt0v4QaV431K8i6fQ3EozbDUSF { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:32.4375rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TXcHEz04CmKwQTgEIJnXZ6OuET4k5g85 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:55.625rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xRcHX3z24Q4VzsTuqbsCDXsnNllZkrb8 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:52.875rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#oldwChTVJNxGP8SueT57MpDMkgpthmKD { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:48.1875rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zcuDum4MUwxMVneSXxG8b5rpOzrDFtof { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:45.4375rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#yTgUDSUpAwWw1NqXLnmw1owtUm7gAtR3 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wVnrx8Dn8ESAv5USt5BHCfRvvh66zGbZ { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:37.75rem;left:30.1875rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#eSoIB7E3dlWsRSuQm6JpATRy0XSBqLyh { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:59.8125rem;left:37.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#WQ6fu05D4KCNK1cbtGJZyGyvWCbAGdCx { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:62.5625rem;left:1.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cMC0AiDawELk6wg26Vu7QmpWWch98qt5 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:67.5rem;left:1.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yeaKcmduo4cR4Zse4P328k2khUgWg2PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a12776f9-fbf4-4739-a7dd-7cea9a47b6db/14283243840x2160desktop4kmiddleeastwallpaperimage.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA.adaptive-delivery-prevent-bg, #yeaKcmduo4cR4Zse4P328k2khUgWg2PA.lazyload, #yeaKcmduo4cR4Zse4P328k2khUgWg2PA.lazyloading { background-image: none; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA > .row .container { border-width: 0; border-radius: 0; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:60rem;position:relative;display:none; }#TENFUkUx2n9PAWz28cgtuKvUQwGHQXXg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625019073486rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C56PXz0pLPunfaagF1VnFO6PArAqVaLG { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.7138671875rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c21tu5CSmJRp7C3PgpoUpvOCMdHLW5Rk { color:#ffffff;display:block;width:16.0618125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.62109375rem;left:41.2783203125rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ekokXlLxOTk5QFbM3I4UmU0VPUqSPJW5 { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.248046875rem;left:3.7705078125rem;height:4.3875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iVJVT9uf3cKTkwiLAGatcT8b9NUgDTLc { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:31.55859375rem;left:45.0224609375rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tU0W4aEyVSbfqry5evKF0RzJqgfLWT8m { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.107421875rem;left:3.759765625rem;height:4.3875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z64eMgXS08CtUWEcvUiEEhMnlzSyoWvr { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:40.375rem;left:35.5615234375rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#J3e0h91WH2XhpFzXTCJVfJ10NX3E8ODk { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:42.9365234375rem;left:3.7490234375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K0IhANuSMRK5s87UOtO3SPJpfNQTohMp { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:50.625rem;left:4rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rI3vqVLGtZ6nWppSs4mHwR976Ugbx8Pw { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:48.0625rem;left:33.5625rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Xcm71zaRO21RuzkiEeWvlxroDa2oFtBO { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:55.4375rem;left:33.5625rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#t53GGl9JDqAQ2WPMWkTADgbAAh7vkuhu { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:58rem;left:4rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZaJ81nuVIOtmMLAoLTK1UwaZanse8GDI { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:63.248046875rem;left:4.0263671875rem;height:5.85rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gsq3coLVstUew9skuItXSZk9fVwOq258 { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.625rem;width:23.875rem;top:11rem;left:1.4375rem;display:none; }
#PNWZktk0XC5THJsKS8ZL6WRDNroDn4u2 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4814453125rem;left:4.03125rem;height:6.58075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-form-header {  }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:2.5rem;color:#070101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:4.375rem;color:#070101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.8125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fbc108;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#000000;width:17.8125rem;height:2.8125rem;font-family:"times new roman";overflow:hidden;text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]:-moz-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]::-moz-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:neuton;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-container:first-of-type{padding-top:0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-container:last-of-type{padding-bottom:0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:21.185981750488rem;left:3.28125rem; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.8125rem;display:block;vertical-align:top; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 {display:block;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:21.185981750488rem;left:3.28125rem;display:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FgOVEVzOPQNIqE1SMXqTI9SctIhamGih { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VT4msb84EXZ6ApfqJrM0N86wFNRlTRx3 { position:relative;display:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #THnNp4xThlbPbHf4v7OngKuyAO7QWJNt { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FA1ykNO3tolFCT8K38bp83MnUEnMvi5U { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #d9CtPJziAZm0t19vrxlg7ELuOFcNow0d { position:relative;display:none; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #TeKHt0NCGTVL67lI0un0yTtFLAu2QyWT { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #C5lWJQAkK64xxTQ5fnxtnkJzWPTiBGVE { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VeSnoTUNXmpJqlxxyRPAHC0JCgPqd17A { position:relative;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #h7S7t1Od68HGz0iib4UlIC50N31TP9Uh { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #z7ChpGXG8AXMZw0Rqps9WQOoBVvDIbTi { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #RhySTWMqzM11rOt2feObvfMAub87CbL5 { position:relative;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #R1fewheSbd14eSMsOLhz9EL99hUUXUT3 { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Zr1Cx0AAtGxxEAVNBfsTRXKZxgMyxF1w { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #PHPOxLTJIiLPTs2pfg1r26Qur7HpZVkQ { position:relative;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Ov1WXJTaaUxXIU6c5lR9HM692ruEKULL { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #aM9p6ABucrk2y9nqdZNat8ZnigdbicQy { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Spfe38cEvDOItd9ccQ02BNvk4he5wfAb { position:relative;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #L7nWr2g1XKkavwfpSUGUJNdKO5FZdItU { position:relative; }
#RTiDx0nQxTRJX2dBy9fi6T0w2DOycuHa { position:relative;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #xJOzgEqKrn3XqhAPqOdtMwav1rinoPqk { position:relative; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #hDUCcxlVQQhK9Ie58VczULaWPGWzw4Lt { position:relative; }
#vEo74MUzG1EPRSlADka9ITiXvNvpeNgn { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.125rem;left:22.833984375rem;height:5.85rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NWrtBim9sOOUQhJ6OumDRVV2EzOUQObc { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.7705078125rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o6UrI4ITSR6NlZ3qPyEJFAbsITU9BgNx { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:18.25rem;left:33.3388671875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 > .row .container { border-width: 0; border-radius: 0; }#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:none; }#NaXycTOFCTE3NAIuVKnFODan7qDRifo4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:5.875rem;left:5.21875rem;overflow:hidden;display:block; }
#XGndFxMXCnxRchJXSNxl8zoxiWT8HU1L { color:#585858;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT4zdGf8BFqpMZDqaFtAHelsmvA8OPZe { color:#585858;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQfakmhxQOLIMyxlnmH5sgfFNwO28eU9 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPb2arwWHaprZu8VQIwqkOmtqgJ0PVtd { color:#585858;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:20.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QwKA9fJQHD2DFBpedaLRedVt3W522bLV { color:#585858;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:40.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xD1Rmb3OwsX2C8WQ5VuhCRZWGAU7e9I5 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#howvv1PFlXu5G0JG6N5wTC86ud9mmw6C { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXzhyBGr1ncA5krNF29CPslu7azRtRT6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:5.875rem;left:25.21875rem;overflow:hidden;display:block; }
#fObz4v8CS4DbU3tPmKsmW0MazFWcN05V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:5.875rem;left:45.21875rem;overflow:hidden;display:block; }
#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container { background-color: transparent; background-image: none; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container > .video-iframe-container { display: none; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row > .video-iframe-container { display: none; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .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); }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container { border-width: 0; border-radius: 0; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#kQM8NtKHUvhZZEq4XZiJ2tzKKOMZTPOG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:30.75rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#y9xDN6eatHkApok3mLWnJ6K4m9uuT3ta { color:#000000;display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:1.96875rem;left:31.4970703125rem;height:5.25rem;font-style:italic;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IbtqCcuM8t2UC1E7AtfHWuEuBLERGNhE { color:#000000;display:block;width:27rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.671875rem;left:31.6220703125rem;height:6.825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ylNmeyIHM7ah6MdkLplpTCpvgeIMCM5p { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.3125rem;left:36.6845703125rem;display:block; }
#PAmT7RtZInnlG0Nyh6H87T6vJkHLg2wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container { background-color: transparent; background-image: none; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container > .video-iframe-container { display: none; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row > .video-iframe-container { display: none; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .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); }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container { border-width: 0; border-radius: 0; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/221c2ad8-ff21-4455-a026-65bcf5d1e1a2/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv.adaptive-delivery-prevent-bg, #sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv.lazyload, #sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv.lazyloading { background-image: none; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container { background-color: transparent; background-image: none; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container > .video-iframe-container { display: none; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row > .video-iframe-container { display: none; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .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); }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container { border-width: 0; border-radius: 0; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#d6KsOco1xT4lLbsafxRwkmEmTfDUdE4F { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:32.9375rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MLZvGU6mQvsqSxXdqRuTzukSwWR2OLRf { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:12.8125rem;left:38.5rem;height:3.4rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KKTBaPpfpAfeb3zXmx29a2Wi5IWnHHBK { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:20.5rem;top:10.5rem;left:38.125rem;display:block; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden;text-align:right;text-align-last:right; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden;text-align:right;text-align-last:right; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-trigger.adaptive-delivery-prevent-bg, #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-trigger.lazyload, #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-trigger.lazyloading { background-image: none; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma { box-sizing:content-box;height:auto;width:33.999rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:0rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #q1KekzHgSCKRCN2ou2tW9HRAGI3bEvHB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #IgdoI6g1pJOK8bxLozdCVIXhZlE7BAcw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #vgHwFtIJnZR3TERqxKkMJJlNGrZA1OrB { display:block;position:relative; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #P30KhqSWhNfxTZacGAz9DfZ6Q1xuh6fR {  }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #USI90SGFzADuCDc3Jf3hzVcWGJb9lLgn {  }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #XLGdL1Dq3JUsvMDQHUkT5W5rwuO45Nmf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #CDIqckHp2CPIqKJqLTeUJTuPfJACXHuV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #GCdE5gcTQHbbrsmtnSf8QhFmdlbndBMd { display:block;position:relative; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uwbxfrF2Ukh56TmfIKeBHxIUwzRUnT4n {  }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #A4JpyZgs6dUa6O72yh3nXURoFIIQI5PP { display:none; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #lE926gtEJ524UKWz1ipxEWwfuHfz7OoM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #kncQONTlveJrllDf6lMol0DXipAgiFgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #X7XRwABRX5DF93SkE5T5k8cyUe047ieD { display:block;position:relative; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #eSbQ1miUZWOFpmZoWuMGA9VfW1Th9qcH {  }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uVJZOdO0xlqpqN6hgLS2G18My2spWGxS { display:none; }
#oWpzAJWoS2pcq208FUpaepzy6DKxCrVh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.93675rem;width:20.3741875rem;top:2.0242187976837rem;left:19.812501907349rem;overflow:hidden;display:none; }
#AmK5LqgGOX4tE6ilP2OybpkGq8fRLN7F { position:absolute;display:block;z-index:15046;height:0.625rem;width:38.75rem;top:35.936418533325rem;left:2.2265625rem;display:block; }
#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container { background-color: transparent; background-image: none; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container > .video-iframe-container { display: none; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row > .video-iframe-container { display: none; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .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); }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container { border-width: 0; border-radius: 0; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:28.1875rem;height:7.875rem;top:10.25rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:27.5rem;height:5.5625rem;top:21.875rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:23.875rem;height:32.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:21.75rem;height:7.75rem;top:14.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:17.8125rem;height:17.375rem;top:22.875rem;left:0rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:17.8125rem;height:17.375rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #iCg3Veod5IuMUAxEOWMtv1L6zgvllric {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #b5dVJCVLmh2iFiEl7L5PVU3fBqAeZVxu {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WbcQaHFeHZX6mFhcXWpxmV81tH4g1lUp {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #KaxhSk7Ol2aT2Myqz5OMAavsClNt9G5p {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uhNudMlQnRpIcTIJ6voCElTipQOeEfrK {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #fQFhAC2UBs5ut7XRG87OIrF7D00SSSbB {  }
 }@media only screen and (max-width: 763px) { #m9mXWyO7seglhESaH1xohQHoGkPLf9Cx { display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { top:2rem;left:14.812501907349rem;width:17.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZwB5GNhKJMH38KzWx5dculovLdpbSP { width:29.5rem;height:2.75rem;top:29.0625rem;left:18.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK { width:28.6875rem;height:27.0625rem;top:32.8125rem;left:19.0625rem;font-size:1rem;display:block; }#x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK li:before{  }
 }@media only screen and (max-width: 763px) { #bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w { display:block; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI { display:block; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS3bfRUpqQ8avZrNVOehSa3OiwH9UHDF { top:2.9375rem;left:0rem;width:47.75rem;height:17.6078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAW9dncLV2m8txKmEicZSFI1APGFmXli { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL9KhT6g8Rh5xTVZV6T8Qan5Zuv3orlp { width:47.75rem;height:2rem;top:4.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 { display:block; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdDF6X94aQcKbJ0fnD0pwKhxnemFNwgc { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUeo6gHoKrGTn21TZQrQ8JBzLCSFWdfS { width:47.75rem;height:3.625rem;top:1.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMGzZfI91rQRHd4elV6R9BbUPQoaZhlf { width:15.625rem;height:1.6875rem;top:15.1875rem;left:0.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZWMtT2pQbPBstS5AmRWyGFmONqzDmGH { top:2.375rem;left:0rem;width:47.75rem;height:26.705010775862rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V { display:block; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGxgEmswo8FDQ38iREufFKEKMyTcXqZ6 { width:15.625rem;height:1.875rem;top:15.1875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTZQGku1pmoGPUoh83382fOKL9mHIHM { width:15.625rem;height:3.75rem;top:15.1875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3maPmGnbZcSAiM6fefEfxL59EkcGx3 { width:15.625rem;height:3.75rem;top:28.5rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOoam0wFqfR8CCpZUcU9ziAMBmh6I0TQ { width:15.625rem;height:1.875rem;top:15.1875rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoSs0UXxbm2qOXi1ZVsoV7orQl2O6bd { width:13.375rem;height:3.75rem;top:28.5rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwaXCVhtstW6dNyNc1IyTUPTBs6ElUMQ { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7erqudU23e7SRedz0O2yitxbJQiMM7 { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTCgMLVy9x0CXVvLsIpqnHg1zzgChRy { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpGgINwUSFmCnDZARK8q4BZ4Q3e6QTU0 { width:47.75rem;height:3.625rem;top:1.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIqTG3MRghh6KZg1pi6zRsBCaTCqTufw { width:12.1875rem;height:;top:1.0625rem;left:1.84375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TInhTDAOFeIT2gAQiJvQi0NJqelqcnJQ { width:15.625rem;height:1.6875rem;top:15.1875rem;left:0.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLuOLWHRp1OyS242VVxTGAn3XcRXbNf9 { width:11.8125rem;height:;top:6.75rem;left:4.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UixcKdJ31JwHIRz4tglzQyKvh0drZtbP { width:11.8125rem;height:;top:13.75rem;left:4.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXd3LqAAIUmo0MtysxU0yBDGAQL16uTc { width:11.8125rem;height:;top:18.3125rem;left:4.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQsFtCSAAJhhKM1k6M7dDUOPSpIyC6WF { width:11.8125rem;height:;top:24.5625rem;left:4.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Abmn45FxOnttaDSWS2xRQIv8ra4pgfoM { width:12.8125rem;height:;top:29.9375rem;left:3.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KozqnOGA7KAICh6pkgetx1cpQLTmzOcT { width:47.75rem;height:2rem;top:34.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 { display:block; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMg1cGf6MVbibn6xbdwiTsNvkpxadKZ3 { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaCBQHdWs4lbWNTkRaTdLTdbo7tyTEnN { width:47.75rem;height:4.375rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9eOvRnk0xxwUXdi0fRlMRJ8EtT0Cim { width:21.0625rem;height:1.75rem;top:13.9375rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7iZTrWdyln1rFZ471rJo9fwnVOHzhv2 { width:47.75rem;height:2.875rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbh65s2TQiwcop3h6bR3tnaJDx8O1eIy { width:21.0625rem;height:1.75rem;top:21.125rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAy5FJhGCT9KToT9Dacnw5RfcBDQG564 { width:47.75rem;height:2.875rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSkaIepOMoTTIrtkRPsRL1HnLl9pzRmR { width:21.0625rem;height:1.75rem;top:29.5625rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuVKHOCt0v4QaV431K8i6fQ3EozbDUSF { width:47.75rem;height:2.875rem;top:32.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXcHEz04CmKwQTgEIJnXZ6OuET4k5g85 { width:47.75rem;height:2.875rem;top:55.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRcHX3z24Q4VzsTuqbsCDXsnNllZkrb8 { width:21.0625rem;height:1.75rem;top:52.875rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oldwChTVJNxGP8SueT57MpDMkgpthmKD { width:47.75rem;height:2.875rem;top:48.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuDum4MUwxMVneSXxG8b5rpOzrDFtof { width:21.0625rem;height:1.75rem;top:45.4375rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgUDSUpAwWw1NqXLnmw1owtUm7gAtR3 { width:47.75rem;height:2.875rem;top:41rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnrx8Dn8ESAv5USt5BHCfRvvh66zGbZ { width:28.125rem;height:1.75rem;top:37.75rem;left:19.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSoIB7E3dlWsRSuQm6JpATRy0XSBqLyh { width:21.0625rem;height:1.75rem;top:59.8125rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6fu05D4KCNK1cbtGJZyGyvWCbAGdCx { width:47.75rem;height:2.875rem;top:62.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMC0AiDawELk6wg26Vu7QmpWWch98qt5 { width:47.75rem;height:2.875rem;top:67.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeaKcmduo4cR4Zse4P328k2khUgWg2PA { display:block; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TENFUkUx2n9PAWz28cgtuKvUQwGHQXXg { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56PXz0pLPunfaagF1VnFO6PArAqVaLG { width:15.6875rem;height:7.25rem;top:7.125rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21tu5CSmJRp7C3PgpoUpvOCMdHLW5Rk { width:16rem;height:1.875rem;top:22.5625rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekokXlLxOTk5QFbM3I4UmU0VPUqSPJW5 { width:47.75rem;height:4.375rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJVT9uf3cKTkwiLAGatcT8b9NUgDTLc { width:12.125rem;height:1.875rem;top:31.5rem;left:35.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU0W4aEyVSbfqry5evKF0RzJqgfLWT8m { width:47.75rem;height:4.375rem;top:34.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64eMgXS08CtUWEcvUiEEhMnlzSyoWvr { width:21.375rem;height:1.875rem;top:40.375rem;left:26.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3e0h91WH2XhpFzXTCJVfJ10NX3E8ODk { width:47.75rem;height:2.875rem;top:42.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IhANuSMRK5s87UOtO3SPJpfNQTohMp { width:47.75rem;height:2.875rem;top:50.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3vqVLGtZ6nWppSs4mHwR976Ugbx8Pw { width:23.75rem;height:1.875rem;top:48.0625rem;left:24rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcm71zaRO21RuzkiEeWvlxroDa2oFtBO { width:23.75rem;height:1.875rem;top:55.4375rem;left:24rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t53GGl9JDqAQ2WPMWkTADgbAAh7vkuhu { width:47.75rem;height:2.875rem;top:58rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaJ81nuVIOtmMLAoLTK1UwaZanse8GDI { width:47.75rem;height:5.8125rem;top:63.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsq3coLVstUew9skuItXSZk9fVwOq258 { width:23.875rem;height:41.625rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNWZktk0XC5THJsKS8ZL6WRDNroDn4u2 { width:18.75rem;height:6.5625rem;top:125.5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-regular-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-textarea { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-button { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7  { width:17.8125rem;height:auto;top:21.125rem;left:0rem; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .radio-container { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 {display:block;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 { width:17.8125rem;height:auto;top:21.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FgOVEVzOPQNIqE1SMXqTI9SctIhamGih {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VT4msb84EXZ6ApfqJrM0N86wFNRlTRx3 { display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #THnNp4xThlbPbHf4v7OngKuyAO7QWJNt {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FA1ykNO3tolFCT8K38bp83MnUEnMvi5U {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #d9CtPJziAZm0t19vrxlg7ELuOFcNow0d { display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #TeKHt0NCGTVL67lI0un0yTtFLAu2QyWT {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #C5lWJQAkK64xxTQ5fnxtnkJzWPTiBGVE {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VeSnoTUNXmpJqlxxyRPAHC0JCgPqd17A {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #h7S7t1Od68HGz0iib4UlIC50N31TP9Uh {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #z7ChpGXG8AXMZw0Rqps9WQOoBVvDIbTi {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #RhySTWMqzM11rOt2feObvfMAub87CbL5 {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #R1fewheSbd14eSMsOLhz9EL99hUUXUT3 {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Zr1Cx0AAtGxxEAVNBfsTRXKZxgMyxF1w {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #PHPOxLTJIiLPTs2pfg1r26Qur7HpZVkQ {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Ov1WXJTaaUxXIU6c5lR9HM692ruEKULL {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #aM9p6ABucrk2y9nqdZNat8ZnigdbicQy {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Spfe38cEvDOItd9ccQ02BNvk4he5wfAb {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #L7nWr2g1XKkavwfpSUGUJNdKO5FZdItU {  }
 }@media only screen and (max-width: 763px) { #RTiDx0nQxTRJX2dBy9fi6T0w2DOycuHa { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #xJOzgEqKrn3XqhAPqOdtMwav1rinoPqk {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #hDUCcxlVQQhK9Ie58VczULaWPGWzw4Lt {  }
 }@media only screen and (max-width: 763px) { #vEo74MUzG1EPRSlADka9ITiXvNvpeNgn { width:15.6875rem;height:5.8125rem;top:7.125rem;left:16.708984375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWrtBim9sOOUQhJ6OumDRVV2EzOUQObc { width:15.6875rem;height:7.25rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6UrI4ITSR6NlZ3qPyEJFAbsITU9BgNx { width:24.125rem;height:2.625rem;top:18.25rem;left:23.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 { display:block; }#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaXycTOFCTE3NAIuVKnFODan7qDRifo4 { width:9.5625rem;height:9.5625rem;top:5.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGndFxMXCnxRchJXSNxl8zoxiWT8HU1L { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4zdGf8BFqpMZDqaFtAHelsmvA8OPZe { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQfakmhxQOLIMyxlnmH5sgfFNwO28eU9 { width:18.75rem;height:4rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPb2arwWHaprZu8VQIwqkOmtqgJ0PVtd { width:18.75rem;height:2rem;top:18.9375rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwKA9fJQHD2DFBpedaLRedVt3W522bLV { width:18.75rem;height:4rem;top:18.9375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD1Rmb3OwsX2C8WQ5VuhCRZWGAU7e9I5 { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #howvv1PFlXu5G0JG6N5wTC86ud9mmw6C { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXzhyBGr1ncA5krNF29CPslu7azRtRT6 { width:9.5625rem;height:9.5625rem;top:5.875rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObz4v8CS4DbU3tPmKsmW0MazFWcN05V { width:9.5625rem;height:9.5625rem;top:5.875rem;left:34.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM { display:block; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQM8NtKHUvhZZEq4XZiJ2tzKKOMZTPOG { top:1.0625rem;left:0rem;width:30.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9xDN6eatHkApok3mLWnJ6K4m9uuT3ta { width:27.25rem;height:5.25rem;top:1.9375rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtqCcuM8t2UC1E7AtfHWuEuBLERGNhE { width:27rem;height:6.8125rem;top:8.625rem;left:20.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNmeyIHM7ah6MdkLplpTCpvgeIMCM5p { width:16.875rem;height:3.5rem;top:16.3125rem;left:30.5595703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAmT7RtZInnlG0Nyh6H87T6vJkHLg2wx { display:block; }
 }@media only screen and (max-width: 763px) { #mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 { display:block; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv { display:block; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6KsOco1xT4lLbsafxRwkmEmTfDUdE4F { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLZvGU6mQvsqSxXdqRuTzukSwWR2OLRf { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTBaPpfpAfeb3zXmx29a2Wi5IWnHHBK { width:20.5rem;height:0.5rem;top:10.5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #q1KekzHgSCKRCN2ou2tW9HRAGI3bEvHB {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #IgdoI6g1pJOK8bxLozdCVIXhZlE7BAcw {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #vgHwFtIJnZR3TERqxKkMJJlNGrZA1OrB {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #P30KhqSWhNfxTZacGAz9DfZ6Q1xuh6fR {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #USI90SGFzADuCDc3Jf3hzVcWGJb9lLgn {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #XLGdL1Dq3JUsvMDQHUkT5W5rwuO45Nmf {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #CDIqckHp2CPIqKJqLTeUJTuPfJACXHuV {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #GCdE5gcTQHbbrsmtnSf8QhFmdlbndBMd {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uwbxfrF2Ukh56TmfIKeBHxIUwzRUnT4n {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #A4JpyZgs6dUa6O72yh3nXURoFIIQI5PP {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #lE926gtEJ524UKWz1ipxEWwfuHfz7OoM {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #kncQONTlveJrllDf6lMol0DXipAgiFgk {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #X7XRwABRX5DF93SkE5T5k8cyUe047ieD {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #eSbQ1miUZWOFpmZoWuMGA9VfW1Th9qcH {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uVJZOdO0xlqpqN6hgLS2G18My2spWGxS {  }
 }@media only screen and (max-width: 763px) { #oWpzAJWoS2pcq208FUpaepzy6DKxCrVh { top:2rem;left:13.687501907349rem;width:20.3125rem;height:6.915747407105rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmK5LqgGOX4tE6ilP2OybpkGq8fRLN7F { top:35.875rem;left:0rem;width:38.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ { display:block; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:18.5rem;height:6.75rem;top:6.1875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:20rem;height:6.5rem;top:46.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:20rem;height:28.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:18.75rem;height:6.5rem;top:17.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:17rem;height:auto;top:24.4375rem;left:0rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:17rem;height:auto;top:24.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #iCg3Veod5IuMUAxEOWMtv1L6zgvllric {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #b5dVJCVLmh2iFiEl7L5PVU3fBqAeZVxu {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WbcQaHFeHZX6mFhcXWpxmV81tH4g1lUp {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #KaxhSk7Ol2aT2Myqz5OMAavsClNt9G5p {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uhNudMlQnRpIcTIJ6voCElTipQOeEfrK {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #fQFhAC2UBs5ut7XRG87OIrF7D00SSSbB {  }
 }@media only screen and (max-width: 763px) { #m9mXWyO7seglhESaH1xohQHoGkPLf9Cx { display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { width:8.3125rem;height:2.6875rem;top:1.8154296875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZwB5GNhKJMH38KzWx5dculovLdpbSP { width:20rem;height:2.5996125rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK { width:20rem;height:19.2480625rem;top:59.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#x9B2yeM3mZoUHQdtHKNIdsZ4vbWT8zRK li:before{  }
 }@media only screen and (max-width: 763px) { #bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w { display:none; }#bWr0cQTrTnLFNy4T18U73iT0Xx1Z768w > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI { background-color:#000000;background-image:none;display:block; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { background-color: transparent; background-image: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container > .video-iframe-container { display: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row > .video-iframe-container { display: none; }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .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); }#RVkdqQy5KmmztkHhLCCLb69NnfEGf8NI > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS3bfRUpqQ8avZrNVOehSa3OiwH9UHDF { width:20rem;height:7.375rem;top:5.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAW9dncLV2m8txKmEicZSFI1APGFmXli { width:20rem;height:2.03125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL9KhT6g8Rh5xTVZV6T8Qan5Zuv3orlp { width:20rem;height:1.21875rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 { display:block; }#uSOqdVdU6TAz2zbc6TE2htvkJsoGDKx6 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdDF6X94aQcKbJ0fnD0pwKhxnemFNwgc { width:20rem;height:1.95rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUeo6gHoKrGTn21TZQrQ8JBzLCSFWdfS { width:20rem;height:0;top:3.6875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #iMGzZfI91rQRHd4elV6R9BbUPQoaZhlf { width:6.6875rem;height:0;top:6rem;left:7.28125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #fZWMtT2pQbPBstS5AmRWyGFmONqzDmGH { width:19.875rem;height:11.1875rem;top:2.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V { display:block; }#UL55y3Xqi0GmJaVyIK1bJbuTVcFPMT1V > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGxgEmswo8FDQ38iREufFKEKMyTcXqZ6 { width:6.6875rem;height:0;top:5.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaTZQGku1pmoGPUoh83382fOKL9mHIHM { width:6.8125rem;height:0;top:4.5625rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI3maPmGnbZcSAiM6fefEfxL59EkcGx3 { width:8.5rem;height:0;top:9.375rem;left:10.34375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOoam0wFqfR8CCpZUcU9ziAMBmh6I0TQ { width:7.625rem;height:0;top:5.03125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqoSs0UXxbm2qOXi1ZVsoV7orQl2O6bd { width:8.375rem;height:0;top:9.375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwaXCVhtstW6dNyNc1IyTUPTBs6ElUMQ { width:20rem;height:0;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA7erqudU23e7SRedz0O2yitxbJQiMM7 { width:20rem;height:11rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwTCgMLVy9x0CXVvLsIpqnHg1zzgChRy { top:0rem;left:0rem;width:20rem;height:35.5rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpGgINwUSFmCnDZARK8q4BZ4Q3e6QTU0 { width:20rem;height:0;top:3.6875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sIqTG3MRghh6KZg1pi6zRsBCaTCqTufw { width:20rem;height:2.84375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TInhTDAOFeIT2gAQiJvQi0NJqelqcnJQ { width:6.6875rem;height:0;top:6rem;left:7.28125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #zLuOLWHRp1OyS242VVxTGAn3XcRXbNf9 { width:11.8125rem;height:1.4625rem;top:6.75rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #UixcKdJ31JwHIRz4tglzQyKvh0drZtbP { width:11.8125rem;height:1.4625rem;top:13.75rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #lXd3LqAAIUmo0MtysxU0yBDGAQL16uTc { width:11.8125rem;height:2.925rem;top:18.3125rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mQsFtCSAAJhhKM1k6M7dDUOPSpIyC6WF { width:11.8125rem;height:2.925rem;top:24.5625rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Abmn45FxOnttaDSWS2xRQIv8ra4pgfoM { width:12.8125rem;height:2.925rem;top:29.9375rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KozqnOGA7KAICh6pkgetx1cpQLTmzOcT { width:20rem;height:3.4121125rem;top:37.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 { display:block; }#z3xA4hyykkVM5DkS8FU6DZzxcOxUMOS2 > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMg1cGf6MVbibn6xbdwiTsNvkpxadKZ3 { width:20rem;height:2.03125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaCBQHdWs4lbWNTkRaTdLTdbo7tyTEnN { width:19.125rem;height:9.75rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9eOvRnk0xxwUXdi0fRlMRJ8EtT0Cim { width:20rem;height:1.75rem;top:20.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7iZTrWdyln1rFZ471rJo9fwnVOHzhv2 { width:20rem;height:6.09375rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbh65s2TQiwcop3h6bR3tnaJDx8O1eIy { width:20rem;height:1.75rem;top:31.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAy5FJhGCT9KToT9Dacnw5RfcBDQG564 { width:20rem;height:4.875rem;top:34.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSkaIepOMoTTIrtkRPsRL1HnLl9pzRmR { width:20rem;height:1.75rem;top:41.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuVKHOCt0v4QaV431K8i6fQ3EozbDUSF { width:20rem;height:6.09375rem;top:44.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXcHEz04CmKwQTgEIJnXZ6OuET4k5g85 { width:20rem;height:4.875rem;top:75.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRcHX3z24Q4VzsTuqbsCDXsnNllZkrb8 { width:20rem;height:1.75rem;top:72.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oldwChTVJNxGP8SueT57MpDMkgpthmKD { width:20rem;height:4.875rem;top:65.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuDum4MUwxMVneSXxG8b5rpOzrDFtof { width:20rem;height:1.75rem;top:62.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTgUDSUpAwWw1NqXLnmw1owtUm7gAtR3 { width:20rem;height:4.875rem;top:55.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnrx8Dn8ESAv5USt5BHCfRvvh66zGbZ { width:20rem;height:1.75rem;top:52.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSoIB7E3dlWsRSuQm6JpATRy0XSBqLyh { width:20rem;height:1.75rem;top:82.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6fu05D4KCNK1cbtGJZyGyvWCbAGdCx { width:20rem;height:4.875rem;top:85.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMC0AiDawELk6wg26Vu7QmpWWch98qt5 { width:20rem;height:6.09375rem;top:92.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeaKcmduo4cR4Zse4P328k2khUgWg2PA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a12776f9-fbf4-4739-a7dd-7cea9a47b6db/14283243840x2160desktop4kmiddleeastwallpaperimage.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA.adaptive-delivery-prevent-bg, #yeaKcmduo4cR4Zse4P328k2khUgWg2PA.lazyload, #yeaKcmduo4cR4Zse4P328k2khUgWg2PA.lazyloading { background-image: none; }#yeaKcmduo4cR4Zse4P328k2khUgWg2PA > .row .container { width:20rem;height:121.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TENFUkUx2n9PAWz28cgtuKvUQwGHQXXg { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56PXz0pLPunfaagF1VnFO6PArAqVaLG { width:20rem;height:6.09375rem;top:6.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21tu5CSmJRp7C3PgpoUpvOCMdHLW5Rk { width:15.3125rem;height:1.75rem;top:31.9375rem;left:4.6875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ekokXlLxOTk5QFbM3I4UmU0VPUqSPJW5 { width:20rem;height:3.65625rem;top:34.75rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJVT9uf3cKTkwiLAGatcT8b9NUgDTLc { width:12.125rem;height:1.75rem;top:39.8125rem;left:7.875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tU0W4aEyVSbfqry5evKF0RzJqgfLWT8m { width:20rem;height:3.65625rem;top:42.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64eMgXS08CtUWEcvUiEEhMnlzSyoWvr { width:20rem;height:1.75rem;top:48.625rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J3e0h91WH2XhpFzXTCJVfJ10NX3E8ODk { width:20rem;height:2.4375rem;top:51.625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IhANuSMRK5s87UOtO3SPJpfNQTohMp { width:20rem;height:2.4375rem;top:58.9375rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3vqVLGtZ6nWppSs4mHwR976Ugbx8Pw { width:20rem;height:1.6625rem;top:55.9375rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Xcm71zaRO21RuzkiEeWvlxroDa2oFtBO { width:20rem;height:1.75rem;top:63.4375rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #t53GGl9JDqAQ2WPMWkTADgbAAh7vkuhu { width:20rem;height:2.4375rem;top:66.4375rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaJ81nuVIOtmMLAoLTK1UwaZanse8GDI { width:20rem;height:9.75rem;top:71rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsq3coLVstUew9skuItXSZk9fVwOq258 { width:20rem;height:38.125rem;top:83.4375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PNWZktk0XC5THJsKS8ZL6WRDNroDn4u2 { width:18.75rem;height:6.5800625rem;top:84.375rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7  { width:17rem;height:auto;top:90.9375rem;left:0rem;z-index:15011; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 {display:block;}#SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 { width:17rem;height:auto;top:90.9375rem;left:0rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FgOVEVzOPQNIqE1SMXqTI9SctIhamGih {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VT4msb84EXZ6ApfqJrM0N86wFNRlTRx3 { display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #THnNp4xThlbPbHf4v7OngKuyAO7QWJNt {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #FA1ykNO3tolFCT8K38bp83MnUEnMvi5U {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #d9CtPJziAZm0t19vrxlg7ELuOFcNow0d { display:none; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #TeKHt0NCGTVL67lI0un0yTtFLAu2QyWT {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #C5lWJQAkK64xxTQ5fnxtnkJzWPTiBGVE {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #VeSnoTUNXmpJqlxxyRPAHC0JCgPqd17A { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #h7S7t1Od68HGz0iib4UlIC50N31TP9Uh {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #z7ChpGXG8AXMZw0Rqps9WQOoBVvDIbTi {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #RhySTWMqzM11rOt2feObvfMAub87CbL5 { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #R1fewheSbd14eSMsOLhz9EL99hUUXUT3 {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Zr1Cx0AAtGxxEAVNBfsTRXKZxgMyxF1w {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #PHPOxLTJIiLPTs2pfg1r26Qur7HpZVkQ { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Ov1WXJTaaUxXIU6c5lR9HM692ruEKULL {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #aM9p6ABucrk2y9nqdZNat8ZnigdbicQy {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #Spfe38cEvDOItd9ccQ02BNvk4he5wfAb { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #L7nWr2g1XKkavwfpSUGUJNdKO5FZdItU {  }
 }@media only screen and (max-width: 763px) { #RTiDx0nQxTRJX2dBy9fi6T0w2DOycuHa { display:block; }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #xJOzgEqKrn3XqhAPqOdtMwav1rinoPqk {  }
 }@media only screen and (max-width: 763px) { #SSAREWD4TrhXrC0ruOncEOzks7UsRTp7 #hDUCcxlVQQhK9Ie58VczULaWPGWzw4Lt {  }
 }@media only screen and (max-width: 763px) { #vEo74MUzG1EPRSlADka9ITiXvNvpeNgn { width:15.6875rem;height:4.875rem;top:13.8125rem;left:4.3125rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWrtBim9sOOUQhJ6OumDRVV2EzOUQObc { width:15.6875rem;height:4.875rem;top:20.5625rem;left:4.3125rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6UrI4ITSR6NlZ3qPyEJFAbsITU9BgNx { width:20rem;height:2.45rem;top:26.935546875rem;left:0rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 { display:none; }#RBeHdVdZM4ZPaGhLepNfCTTWnxgxESb8 > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NaXycTOFCTE3NAIuVKnFODan7qDRifo4 { width:9.8125rem;height:9.8125rem;top:3.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGndFxMXCnxRchJXSNxl8zoxiWT8HU1L { width:18.75rem;height:1.29980625rem;top:14.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT4zdGf8BFqpMZDqaFtAHelsmvA8OPZe { width:18.75rem;height:1.29980625rem;top:30.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQfakmhxQOLIMyxlnmH5sgfFNwO28eU9 { width:18.75rem;height:3.19921875rem;top:16.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPb2arwWHaprZu8VQIwqkOmtqgJ0PVtd { width:18.75rem;height:3.19921875rem;top:31.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwKA9fJQHD2DFBpedaLRedVt3W522bLV { width:18.75rem;height:3.19921875rem;top:47.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xD1Rmb3OwsX2C8WQ5VuhCRZWGAU7e9I5 { width:18.75rem;height:1.29980625rem;top:45.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #howvv1PFlXu5G0JG6N5wTC86ud9mmw6C { width:20rem;height:2.03125rem;top:1.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXzhyBGr1ncA5krNF29CPslu7azRtRT6 { width:9.5625rem;height:9.5625rem;top:20rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObz4v8CS4DbU3tPmKsmW0MazFWcN05V { width:9.5625rem;height:9.5625rem;top:35.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM { display:block; }#sRPWFtNMAvvPiLBXkaSnvLz3tLilaFRM > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQM8NtKHUvhZZEq4XZiJ2tzKKOMZTPOG { width:20rem;height:13.577235772358rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9xDN6eatHkApok3mLWnJ6K4m9uuT3ta { width:20rem;height:6.25rem;top:15.888671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtqCcuM8t2UC1E7AtfHWuEuBLERGNhE { width:20rem;height:8.53025rem;top:23.638671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNmeyIHM7ah6MdkLplpTCpvgeIMCM5p { width:16.875rem;height:3.5rem;top:33.96484375rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAmT7RtZInnlG0Nyh6H87T6vJkHLg2wx { display:block; }
 }@media only screen and (max-width: 763px) { #mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 { display:none; }#mPzyiNRpw9PkD2XZnFTzTqtDS3JdEtP9 > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv { display:block; }#sWDn4brZBCPwxBrgDSTLAIqHFi98tAXv > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6KsOco1xT4lLbsafxRwkmEmTfDUdE4F { width:20rem;height:2.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLZvGU6mQvsqSxXdqRuTzukSwWR2OLRf { width:20rem;height:3.3994125rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTBaPpfpAfeb3zXmx29a2Wi5IWnHHBK { width:20rem;height:0.5rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma .accordion-desc-text { font-size:0.875rem;height:auto; }
#Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma { display:flex;height:auto;width:20rem;top:11rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #q1KekzHgSCKRCN2ou2tW9HRAGI3bEvHB {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #IgdoI6g1pJOK8bxLozdCVIXhZlE7BAcw {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #vgHwFtIJnZR3TERqxKkMJJlNGrZA1OrB {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #P30KhqSWhNfxTZacGAz9DfZ6Q1xuh6fR {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #USI90SGFzADuCDc3Jf3hzVcWGJb9lLgn {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #XLGdL1Dq3JUsvMDQHUkT5W5rwuO45Nmf {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #CDIqckHp2CPIqKJqLTeUJTuPfJACXHuV {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #GCdE5gcTQHbbrsmtnSf8QhFmdlbndBMd {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uwbxfrF2Ukh56TmfIKeBHxIUwzRUnT4n {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #A4JpyZgs6dUa6O72yh3nXURoFIIQI5PP {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #lE926gtEJ524UKWz1ipxEWwfuHfz7OoM {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #kncQONTlveJrllDf6lMol0DXipAgiFgk {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #X7XRwABRX5DF93SkE5T5k8cyUe047ieD {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #eSbQ1miUZWOFpmZoWuMGA9VfW1Th9qcH {  }
 }@media only screen and (max-width: 763px) { #Ac8ATehlPSdEh4FlkK91gVrcBkAf2Lma #uVJZOdO0xlqpqN6hgLS2G18My2spWGxS {  }
 }@media only screen and (max-width: 763px) { #oWpzAJWoS2pcq208FUpaepzy6DKxCrVh { width:15.0625rem;height:5.0625rem;top:38.5625rem;left:2.46875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #AmK5LqgGOX4tE6ilP2OybpkGq8fRLN7F { width:20rem;height:0.625rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ { display:none; }#d9aTgvyhCe9Ch2MKIu0Si0P2bb6weEDQ > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }