.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66980a8f-5e6f-49b3-88fd-5cca96559a1f/homepagebackgroundresized.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E { 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; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { background-color: transparent; background-image: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container > .video-iframe-container { display: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row > .video-iframe-container { display: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .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); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { border-width: 0; border-radius: 0; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { font-size:14px;font-family:arial;height:132px;width:1200px;position:relative;display:block; }#b65VD9RWHupLOryA2HGPd2otB20mp4b8 { 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:58px;width:324px;top:37px;left:56px;overflow:hidden;display:block; }
#d9JtAbeVmdHlaRz5hB9JuR8pWHQLwc3J { color:#336a97;display:block;width:163px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41px;left:970px;height:26px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ndH6MgCVJTCQbiJUJNLahLQKSLfKC3vp { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:66px;left:882px;height:26px;text-align:right;text-align-last:right;display:block; }
#svB64Ehs7nWNEnM9P1aTB1Xo4gk9A3ek { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:31px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:532.3515625px;left:841px;height:40.2969px;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ab0df0a-546a-4058-b743-eb9e2398015d/bannerdesktoptummy1.crop_4390x1000_1610,0.preview.jpg");background-position:center 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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.22); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.22); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:673px;width:1200px;position:relative;display:block; }#bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { color:#ffffff;display:block;width:613px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:255px;left:55px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOVXGIrk63lEERLU2uitHu3AhOM876vd { color:#ffffff;display:block;width:626px;position:absolute;font-family:poppins;font-size:46px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:61px;left:55px;height:179.391px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yxDyLccaybP5No5oELaahwOFASwmBzZH { position:absolute;display:block;z-index:15003;background-color:rgba(32,32,32,0.74);background-image:url("https://images.assets-landingi.com/uc/1beabc91-97ac-4039-a3cf-f468e7dccd13/goldtexture.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:459px;width:272px;top:123px;left:838px;display:none; }#yxDyLccaybP5No5oELaahwOFASwmBzZH.adaptive-delivery-prevent-bg, #yxDyLccaybP5No5oELaahwOFASwmBzZH.lazyload, #yxDyLccaybP5No5oELaahwOFASwmBzZH.lazyloading { background-image: none; }
#kZGXT4DfgPQ3lB9vlbO6MX1hkN9sHT7b { color:#000000;display:block;width:265px;position:absolute;font-family:raleway;font-size:35px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:140px;left:842px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe { color:#ffffff;display:block;width:750px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:430px;left:55px;height:160.391px;text-align:left;text-align-last:left;display:block; }#dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe li:before{  }
#MKMUuOf9C9aXAiiAFRLlk0gRzJTX5p1n { color:#ffffff;display:block;width:869px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:394px;left:55px;height:26px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vVKM2gyQxyRdbmqOOEtbx5IH9QIKXofJ { position:absolute;display:block;z-index:15013;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:59px;width:106px;top:540.5px;left:756px;overflow:hidden;display:block; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-form-header {  }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;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:left;text-align-last:left; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select { 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:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#336a97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:300;color:#ffffff;width:280px;height:55px;font-family:poppins;overflow:hidden;font-style:normal; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .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";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:261px;overflow:hidden;font-style:normal;float:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-container:first-of-type{padding-top:0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-container:last-of-type{padding-bottom:0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL  { background-color:rgba(255,255,255,0.45);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:100px;left:880px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL {display:block;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL { background-color:rgba(255,255,255,0.45);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:100px;left:880px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #wl9uzQHFcFKxud2U1XVGqrkqgunORLl9 { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #sTm1oKmtytBTHX4JVEdkURPVgwUncLl2 { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #bmGTxbkTRixwuTw4scFdVGqUWVKqt6Zi { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #SCtqCiIpUwMcOnG427TG4aclhW08BJMs { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nX1d6XhT0GPQ8CTLwx3zuo1bfamwGOXJ { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #uQJwoCUqa5KLxPmXIf4V9hvZUL8kRQ6V { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #CuMGOT3w2BivW7gH5Wlq4P1QXiqbymvC { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #tbCB0OKXEX0gsMdVTKXihs1JZSnwfLHC { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #onwbpeP7AWvnMVxgTH4V1CnNI76hHhNp { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #mLWWViSBGhxxoNEeqLguCazZ4Tk3FrVT { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #LiHTnxWrdSZz3lIMNCzqslvmSZFugqt7 { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DAaFQqFT5P3mfO4AkA2MIlxeSd3IgQoT { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #r6ySaGI04DFT5EAZp96X193D6BvHfJmr { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #ookPnvRCaX1tOGRRGzDTge9PAgu5pSco { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #lNeTzC7apqgn2OiJMvNhPT7US6XSS12N { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #b8PXbDrK1o13hFfRFF1hLarLezTdnFhH { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #IxEgcroJ8zmwH3wHVFGlF06n8oznXunt { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #T34PWKJOdSGzLoNrgNiyklfGc4N4xtIe { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #y6cz7PTyQwwoqmPGqB25rTCiLCSTDxTp { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DKdAWoi2oh8H5Ky97fczr1ZBqH5rKtBp { position:relative;display:none; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #eHaKhMW0m2XzgNPLDhcXODPoI74deW0s { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nRu7iLnqvnb9VTQ6ZqoqW7DEHlci8aMP { position:relative; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #evksHC5GyRAdFmlJPygyWh8dThMqPZ1U { position:relative; }
#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66980a8f-5e6f-49b3-88fd-5cca96559a1f/homepagebackgroundresized.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y.adaptive-delivery-prevent-bg, #SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y.lazyload, #SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y.lazyloading { background-image: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { background-color: transparent; background-image: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container > .video-iframe-container { display: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row > .video-iframe-container { display: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .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); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { border-width: 0; border-radius: 0; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y::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; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { font-size:14px;font-family:arial;height:1251px;width:1200px;position:relative;display:block; }#VVV0yoBro4bGT1awVlDVt5mTHXEToUEF { position:absolute;display:block;z-index:15020;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:297px;width:375px;top:117px;left:412.5px;overflow:hidden;display:block; }
#wZuvNWu6iCK5oGLf59tBOLLz4rmUMtMs { box-sizing:content-box;height:89px;width:340px;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.81);background-image:none;top:326px;left:430px;display:block; }
#qJt6AZhsP9wVg3KciRDnSNHBGf0XcX0J { position:absolute;display:block;z-index:15022;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:50px;width:374px;top:346px;left:413px;overflow:hidden;display:block; }
#PWJNGrcDP8MSrb0qN2esmJAAbR6zyN61 { position:absolute;display:block;z-index:15017;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:297px;width:375px;top:117px;left:812.5px;overflow:hidden;display:block; }
#FJyXppg0mel0u7mZy6ctTGwW99k3cXKd { position:absolute;display:block;z-index:15017;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:297px;width:375px;top:117px;left:13px;overflow:hidden;display:block; }
#izLEJd1U0tbam9q0clhlZdBzftNCctwG { box-sizing:content-box;height:89px;width:340px;position:absolute;display:block;z-index:15022;background-color:rgba(227,227,227,0.81);background-image:none;top:326px;left:30px;display:block; }
#DTaA0LCmkoJHBlIyTq6PwFQu1MFWTyW1 { position:absolute;display:block;z-index:15023;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:50px;width:346px;top:346px;left:27px;overflow:hidden;display:block; }
#mEnlcT2Lxarxwt2xoEIoawcBkC8QsCKt { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:43px;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:33px;left:0px;height:55.8984px;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; }
#tAev02lKdIxeHOE7hJ2KicPSPRogNgfm { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:808px;left:413px;height:346.039px;display:block; }#tAev02lKdIxeHOE7hJ2KicPSPRogNgfm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tAev02lKdIxeHOE7hJ2KicPSPRogNgfm li:before{  }
#AsgdxqfdZuBSdtEBM4S6coTLmXc94Do8 { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:510px;left:413px;height:265.125px;text-align:center;text-align-last:center;display:block; }
#CI2KfSW3Ood4y8inEAJftiX50DWDIcJp { color:#336a97;display:block;width:400px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:448px;left:400px;height:48.0938px;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; }
#iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:808px;left:813px;height:291.648px;display:block; }#iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d li:before{  }
#LiimeJ00smIwKapuizOtZTQcimMcU7Uk { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:510px;left:813px;height:176.75px;text-align:center;text-align-last:center;display:block; }
#lwNsLEcm5lURUAiOAMnLKp9lTEWwvutz { color:#336a97;display:block;width:400px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:448px;left:800px;height:48.0938px;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; }
#S8kzhQU8mCHAf8xZidMvhHaQryd8LqqJ { color:#336a97;display:block;width:400px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:448px;left:0px;height:48.0938px;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; }
#vDTOx6aIoyZSoFOV9Au8RBo3oxBqAN64 { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:510px;left:13px;height:265.125px;text-align:center;text-align-last:center;display:block; }
#ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd { color:#000000;display:block;width:375px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:808px;left:13px;height:405.43px;display:block; }#ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd li:before{  }
#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl { 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; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container { background-color: transparent; background-image: none; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container > .video-iframe-container { display: none; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row > .video-iframe-container { display: none; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .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); }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container { border-width: 0; border-radius: 0; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container { font-size:14px;font-family:arial;height:577px;width:1200px;position:relative;display:block; }#Q4GwBwR1M51Z16ctEar1ONctgyKuwE6S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:382px;width:680px;top:126px;left:260px;display:block; }
#k9Tx10QfR5VkwOnQtdhooIWpwRlRfLSF { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:45px;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:34px;left:60px;height:58.5px;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; }
#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k { 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; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container { background-color: transparent; background-image: none; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container > .video-iframe-container { display: none; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row > .video-iframe-container { display: none; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .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); }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container { border-width: 0; border-radius: 0; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#XvdlbJpnPmfPZ96AabbLSTAA7FN2f69F { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:45px;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:28px;left:60px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCn6oEUdd5cUt6hmLeot4QPe23cS6ylL { color:#333d51;display:block;width:1080px;position:absolute;font-family:futura;font-size:60px;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:17.998046875px;left:60px;height:77.998px;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; }
#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb { 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; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container { background-color: transparent; background-image: none; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container > .video-iframe-container { display: none; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row > .video-iframe-container { display: none; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .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); }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container { border-width: 0; border-radius: 0; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container { font-size:14px;font-family:arial;height:383px;width:1200px;position:relative;display:block; }#pXpmTFkEGgtkLT9gTLWzC7zqA6ZvP3mv { color:#383838;display:block;width:1080px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11px;left:60px;height:243px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWVKba4JoaUoye4vFaaVHIKXKzaCdn5n { background-color:#5e8fb8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:22px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:52.9688px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:281.0234375px;left:425px;display:block; }
#R74syWEc8UOa0yfe2iq5mfAHyJf0ICqT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66980a8f-5e6f-49b3-88fd-5cca96559a1f/homepagebackgroundresized.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II.adaptive-delivery-prevent-bg, #Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II.lazyload, #Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II.lazyloading { background-image: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { background-color: transparent; background-image: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container > .video-iframe-container { display: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row > .video-iframe-container { display: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .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); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { border-width: 0; border-radius: 0; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II::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; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { font-size:14px;font-family:arial;height:1034px;width:1200px;position:relative;display:block; }#dm9tKN9HmZzPHl3waylaut2zWlTWwDER { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:45px;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:58.5px;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; }
#z0VchbEhca7IrTTFuWcoSs1yqkRNxGVO { color:#336a97;display:block;width:480px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:125px;left:60px;height:48.0938px;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; }
#e7i5zSwT8eJr4Tocy2AaUrVtiNuTZBZ1 { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:189px;left:60px;height:233.984px;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; }
#RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:578px;left:60px;height:384.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }#RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI li:before{  }
#refEuwdSUMOlUL0T4Lilh6N3hsvLTobg { color:#336a97;display:block;width:480px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:453px;left:60px;height:96.1875px;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; }
#UGaw7FS0N4sKLiiqEkHXzt4UmsF7Do5B { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:236px;left:660px;height:233.984px;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; }
#HarS9gyUgoHTdtbo9ga4s6Kv3rXdP6CO { color:#336a97;display:block;width:478px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:124.90625px;left:661px;height:96.1875px;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; }
#UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:616px;left:660px;height:290.781px;font-style:normal;text-align:left;text-align-last:left;display:block; }#UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 li:before{  }
#igSSue0uwQvOgo8cFBrc0JOb4KViTiVC { color:#336a97;display:block;width:480px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:491px;left:660px;height:96.1875px;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; }
#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR { 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; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container { background-color: transparent; background-image: none; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container > .video-iframe-container { display: none; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row > .video-iframe-container { display: none; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .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); }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container { border-width: 0; border-radius: 0; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container { font-size:14px;font-family:arial;height:901px;width:1200px;position:relative;display:block; }#WJAIILPZiyqENWbZ09Z8WhPFc76OQysg { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:256px;left:60px;height:74.0859px;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:left;text-align-last:left;display:block; }
#PS4VZxUd7UPKoyM7b1cGnf79deOPsk4Q { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:510px;left:60px;height:332.7494px;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:left;text-align-last:left;display:block; }
#KmQZrPZHqcnVbWf5COJQoDwTha3KgOg5 { position:absolute;display:block;z-index:15025;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:783px;width:521px;top:59px;left:639.5px;overflow:hidden;display:block; }
#y1f72b9dZic64DWf520luubmNhL9Ob8S { color:#336a97;display:block;width:480px;position:absolute;font-family:poppins;font-size:45px;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:58px;left:60px;height:175.5px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:353px;left:60px;height:133.477px;font-style:normal;text-align:left;text-align-last:left;display:block; }#LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq li:before{  }
#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66980a8f-5e6f-49b3-88fd-5cca96559a1f/homepagebackgroundresized.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX.adaptive-delivery-prevent-bg, #M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX.lazyload, #M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX.lazyloading { background-image: none; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container { background-color: transparent; background-image: none; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container > .video-iframe-container { display: none; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,106,151,0.18); }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row > .video-iframe-container { display: none; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .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); }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container { border-width: 0; border-radius: 0; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX::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; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container { font-size:14px;font-family:arial;height:903px;width:1200px;position:relative;display:block; }#Ii8N0uIxK1dTnIVCmKqkWKoM8uVtAwuI { color:#000000;display:block;width:922px;position:absolute;font-family:poppins;font-size:40px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46px;left:139px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ROZ4l9D9bhRwTXVADqKmQ2JeMO0CpVAK { color:#000000;display:block;width:1088px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:170px;left:56px;height:123.477px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHdGOQ1T8oTiUmwKXxGrLTSqLEDge26v { color:#336a97;display:block;width:1080px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:340px;left:60px;height:33px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3J010lsBvmxA1szIQgt5yfWx4pTzhh8 { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:388px;left:60px;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; }
#BuxCumJtlBfn67EnWXPMu5Ozd3ebVgsu { background-color:#336a97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:22px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:52.9688px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:806px;left:425px;display:block; }
#Zk7kcQuKWJh81kbzNMhfJPbOOaMH85qc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV { 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; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { background-color: transparent; background-image: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container > .video-iframe-container { display: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row > .video-iframe-container { display: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .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); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { border-width: 0; border-radius: 0; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { font-size:14px;font-family:arial;height:701px;width:1200px;position:relative;display:block; }#yloHaabH1JZ9fO1hJgOil4WQA6kQvuqT { 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: 3px 6px 6px rgba(0,0,0,0.2) ;height:561px;width:1130px;top:71px;left:38px;overflow:hidden;display:block; }
#f6HJokFdShCU7JOTLK02bWJUa2a6GUqg { color:#ffffff;display:block;width:408px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:329.390625px;left:86px;height:182px;display:block; }
#VgWaKOyLwu8oTQRTWnnDk3RI1J8WnC4k { color:#ffffff;display:block;width:480px;position:absolute;font-family:poppins;font-size:46px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:132px;left:86px;height:179.391px;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:left;text-align-last:left;display:block; }
#H6FTu94z2N6AneZQ9i7x4hgiElh6QwNF { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:527px;left:86px;height:39px;display:block; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-form-header {  }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:437px;padding-top:0;padding-right:0;padding-bottom:5px;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:left;text-align-last:left; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:437px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-text {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:437px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select { 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:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:437px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#336a97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:300;color:#ffffff;width:437px;height:55px;font-family:poppins;overflow:hidden;font-style:normal; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .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";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:418px;overflow:hidden;font-style:normal;float:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-container:first-of-type{padding-top:0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-container:last-of-type{padding-bottom:0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob  { background-color:rgba(255,255,255,0.45);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:437px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:114px;left:648px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:437px;display:block;vertical-align:top; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob {display:block;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob { background-color:rgba(255,255,255,0.45);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:437px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:114px;left:648px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qXJtTtyEriaBxJwLxCWH0NfIwbQTg88g { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ZT7vGUPekTyLtBSbJ2zB3HlICi8a7E8A { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #RAnLzPrp2NwA6XTrET4FQR8nzmfGy1RJ { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #fUGRPJspnMdCvzZzJKP3tq7T0GIZIXJb { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #lB9Cz0cM2pCv5LW3ZKwZQOJPGQz82qT2 { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qT9HymlMgGPsyNo2Kri0XTR5GAkt59qi { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #LByofaEH30kNSKlWFgdMMqtzzmmDCGOf { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #dmDH5IlWB96upvTirXEkrkVCD9uGR0e3 { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bZbXm5KbE2H5pBZix76IZmatBM3UXGXg { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #KwZNPaWFL9lOGskVKlEwxSPnUaRHJvbu { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #vs81nVZdTEQ7fho8U62moy2tZoz5BF66 { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bFJFE1PwGLXawKLM2wVDyEXe9oGlDecx { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #GgOnT6zAM1x4AcRd2i5vyogwoBowgrPI { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #zmOb1uXTpPSgmRcD0Bs3tSrscGEi7LvA { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w3z1T8BzqNXcrIVfBGpeWD93T66NhKEA { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #QwundFkAewbrIb7fxiJ4Tg0TbwWSvQFw { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #OtnF7BKDNcrABNcVOnCBruBEVyO4hBDN { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #XZ7bTNzuo4uOEnQKzGKfeTDbWM0FOqMb { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #wJbTo1dW7fLFikUxfPQz2TTfFWr4K23l { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #BSpsTUHysVe7uDvAJiuVbpstFiX96SDx { position:relative;display:none; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w9K8CDZiHZTnySHZMW1hKVFatP5gCtHy { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ns82tUuJufEWROAcKzlBWNRxd1rm5kaf { position:relative; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bUZR5l9UreDcpg0sZ9vlkBFXAJqGBv94 { position:relative; }
#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t { 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; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container { background-color: transparent; background-image: none; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container > .video-iframe-container { display: none; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row > .video-iframe-container { display: none; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .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); }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container { border-width: 0; border-radius: 0; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container { font-size:14px;font-family:arial;height:262px;width:1200px;position:relative;display:block; }#Dze8xnGfzynNyqO1bfBlB0f2hpOPJDDk { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:200px;left:60px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plBKLKoEdncHvKMikUTe1QUnDtEKXWTP { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:42px;left:60px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ie177ZFNGTtQNzqFJefDTVwUnsmGslam { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77px;width:426px;top:82px;left:387px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E { display:block; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b65VD9RWHupLOryA2HGPd2otB20mp4b8 { top:37px;left:0px;width:324px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #d9JtAbeVmdHlaRz5hB9JuR8pWHQLwc3J { top:41px;left:151px;width:163px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ndH6MgCVJTCQbiJUJNLahLQKSLfKC3vp { top:66px;left:514px;width:250px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #svB64Ehs7nWNEnM9P1aTB1Xo4gk9A3ek { top:75px;left:0px;width:182px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { top:255px;left:0px;width:613px;height:;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rOVXGIrk63lEERLU2uitHu3AhOM876vd { top:61px;left:0px;width:626px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yxDyLccaybP5No5oELaahwOFASwmBzZH { top:123px;left:492px;width:272px;height:459px;display:block; }
 }@media only screen and (max-width: 763px) { #kZGXT4DfgPQ3lB9vlbO6MX1hkN9sHT7b { top:140px;left:499px;width:265px;height:91px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe { top:430px;left:0px;width:750px;height:;font-size:18px;display:block; }#dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe li:before{  }
 }@media only screen and (max-width: 763px) { #MKMUuOf9C9aXAiiAFRLlk0gRzJTX5p1n { top:394px;left:0px;width:764px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vVKM2gyQxyRdbmqOOEtbx5IH9QIKXofJ { top:540px;left:538px;width:106px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL  { width:280px;height:auto;top:100px;left:444px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL {display:block;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL { width:280px;height:auto;top:100px;left:444px; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #wl9uzQHFcFKxud2U1XVGqrkqgunORLl9 {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #sTm1oKmtytBTHX4JVEdkURPVgwUncLl2 { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #bmGTxbkTRixwuTw4scFdVGqUWVKqt6Zi {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #SCtqCiIpUwMcOnG427TG4aclhW08BJMs {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nX1d6XhT0GPQ8CTLwx3zuo1bfamwGOXJ {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #uQJwoCUqa5KLxPmXIf4V9hvZUL8kRQ6V {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #CuMGOT3w2BivW7gH5Wlq4P1QXiqbymvC {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #tbCB0OKXEX0gsMdVTKXihs1JZSnwfLHC { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #onwbpeP7AWvnMVxgTH4V1CnNI76hHhNp {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #mLWWViSBGhxxoNEeqLguCazZ4Tk3FrVT {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #LiHTnxWrdSZz3lIMNCzqslvmSZFugqt7 { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DAaFQqFT5P3mfO4AkA2MIlxeSd3IgQoT {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #r6ySaGI04DFT5EAZp96X193D6BvHfJmr {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #ookPnvRCaX1tOGRRGzDTge9PAgu5pSco {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #lNeTzC7apqgn2OiJMvNhPT7US6XSS12N {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #b8PXbDrK1o13hFfRFF1hLarLezTdnFhH {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #IxEgcroJ8zmwH3wHVFGlF06n8oznXunt {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #T34PWKJOdSGzLoNrgNiyklfGc4N4xtIe {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #y6cz7PTyQwwoqmPGqB25rTCiLCSTDxTp {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DKdAWoi2oh8H5Ky97fczr1ZBqH5rKtBp { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #eHaKhMW0m2XzgNPLDhcXODPoI74deW0s {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nRu7iLnqvnb9VTQ6ZqoqW7DEHlci8aMP {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #evksHC5GyRAdFmlJPygyWh8dThMqPZ1U {  }
 }@media only screen and (max-width: 763px) { #SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y { display:block; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVV0yoBro4bGT1awVlDVt5mTHXEToUEF { top:117px;left:133px;width:375px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #wZuvNWu6iCK5oGLf59tBOLLz4rmUMtMs { top:326px;left:168px;width:340px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #qJt6AZhsP9wVg3KciRDnSNHBGf0XcX0J { top:346px;left:134px;width:374px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #PWJNGrcDP8MSrb0qN2esmJAAbR6zyN61 { top:117px;left:387px;width:375px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #FJyXppg0mel0u7mZy6ctTGwW99k3cXKd { top:117px;left:0px;width:375px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #izLEJd1U0tbam9q0clhlZdBzftNCctwG { top:326px;left:0px;width:340px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #DTaA0LCmkoJHBlIyTq6PwFQu1MFWTyW1 { top:346px;left:0px;width:346px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #mEnlcT2Lxarxwt2xoEIoawcBkC8QsCKt { top:33px;left:0px;width:764px;height:55px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #tAev02lKdIxeHOE7hJ2KicPSPRogNgfm { top:808px;left:133px;width:375px;height:345px;font-size:17px;display:block; }#tAev02lKdIxeHOE7hJ2KicPSPRogNgfm li:before{  }
 }@media only screen and (max-width: 763px) { #AsgdxqfdZuBSdtEBM4S6coTLmXc94Do8 { top:510px;left:133px;width:375px;height:265px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CI2KfSW3Ood4y8inEAJftiX50DWDIcJp { top:448px;left:108px;width:400px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d { top:808px;left:387px;width:375px;height:291px;font-size:19px;display:block; }#iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d li:before{  }
 }@media only screen and (max-width: 763px) { #LiimeJ00smIwKapuizOtZTQcimMcU7Uk { top:510px;left:387px;width:375px;height:176px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lwNsLEcm5lURUAiOAMnLKp9lTEWwvutz { top:448px;left:362px;width:400px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S8kzhQU8mCHAf8xZidMvhHaQryd8LqqJ { top:448px;left:0px;width:400px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vDTOx6aIoyZSoFOV9Au8RBo3oxBqAN64 { top:510px;left:0px;width:375px;height:265px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd { top:808px;left:0px;width:375px;height:405px;font-size:17px;display:block; }#ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd li:before{  }
 }@media only screen and (max-width: 763px) { #JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl { display:block; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4GwBwR1M51Z16ctEar1ONctgyKuwE6S { top:126px;left:42px;width:680px;height:382px;display:block; }
 }@media only screen and (max-width: 763px) { #k9Tx10QfR5VkwOnQtdhooIWpwRlRfLSF { top:34px;left:0px;width:764px;height:;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k { display:block; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvdlbJpnPmfPZ96AabbLSTAA7FN2f69F { top:28px;left:0px;width:764px;height:;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #TCn6oEUdd5cUt6hmLeot4QPe23cS6ylL { top:15px;left:0px;width:296px;height:;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb { display:block; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXpmTFkEGgtkLT9gTLWzC7zqA6ZvP3mv { top:11px;left:0px;width:764px;height:243px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AWVKba4JoaUoye4vFaaVHIKXKzaCdn5n { width:350px;height:52px;top:281px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #R74syWEc8UOa0yfe2iq5mfAHyJf0ICqT { display:block; }
 }@media only screen and (max-width: 763px) { #Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II { display:block; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dm9tKN9HmZzPHl3waylaut2zWlTWwDER { top:28px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #z0VchbEhca7IrTTFuWcoSs1yqkRNxGVO { top:125px;left:0px;width:480px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #e7i5zSwT8eJr4Tocy2AaUrVtiNuTZBZ1 { top:189px;left:0px;width:480px;height:233px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI { top:578px;left:0px;width:480px;height:384px;font-size:18px;display:block; }#RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI li:before{  }
 }@media only screen and (max-width: 763px) { #refEuwdSUMOlUL0T4Lilh6N3hsvLTobg { top:453px;left:0px;width:480px;height:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UGaw7FS0N4sKLiiqEkHXzt4UmsF7Do5B { top:236px;left:284px;width:480px;height:233px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HarS9gyUgoHTdtbo9ga4s6Kv3rXdP6CO { top:124px;left:286px;width:478px;height:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 { top:616px;left:284px;width:480px;height:;font-size:18px;display:block; }#UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 li:before{  }
 }@media only screen and (max-width: 763px) { #igSSue0uwQvOgo8cFBrc0JOb4KViTiVC { top:491px;left:284px;width:480px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #En7LsiBD4zfKTHACE81GvOsk5kxUJiSR { display:block; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJAIILPZiyqENWbZ09Z8WhPFc76OQysg { top:256px;left:0px;width:480px;height:74px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PS4VZxUd7UPKoyM7b1cGnf79deOPsk4Q { top:510px;left:0px;width:480px;height:332px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KmQZrPZHqcnVbWf5COJQoDwTha3KgOg5 { top:59px;left:243px;width:521px;height:783px;display:block; }
 }@media only screen and (max-width: 763px) { #y1f72b9dZic64DWf520luubmNhL9Ob8S { top:58px;left:0px;width:480px;height:175px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq { top:353px;left:0px;width:480px;height:133px;font-size:19px;display:block; }#LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq li:before{  }
 }@media only screen and (max-width: 763px) { #M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX { display:block; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii8N0uIxK1dTnIVCmKqkWKoM8uVtAwuI { top:46px;left:0px;width:764px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ROZ4l9D9bhRwTXVADqKmQ2JeMO0CpVAK { top:170px;left:0px;width:764px;height:123px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EHdGOQ1T8oTiUmwKXxGrLTSqLEDge26v { top:340px;left:0px;width:764px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #l3J010lsBvmxA1szIQgt5yfWx4pTzhh8 { top:388px;left:0px;width:764px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BuxCumJtlBfn67EnWXPMu5Ozd3ebVgsu { width:350px;height:52px;top:806px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7kcQuKWJh81kbzNMhfJPbOOaMH85qc { display:block; }
 }@media only screen and (max-width: 763px) { #TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV { display:block; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yloHaabH1JZ9fO1hJgOil4WQA6kQvuqT { top:71px;left:0px;width:764px;height:379.29557522124px;display:block; }
 }@media only screen and (max-width: 763px) { #f6HJokFdShCU7JOTLK02bWJUa2a6GUqg { top:329px;left:0px;width:408px;height:182px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VgWaKOyLwu8oTQRTWnnDk3RI1J8WnC4k { top:132px;left:0px;width:480px;height:179px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #H6FTu94z2N6AneZQ9i7x4hgiElh6QwNF { top:527px;left:0px;width:230px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-regular-label { width:437px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-text { width:437px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-text {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-textarea { width:437px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select { width:437px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-button { width:437px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-checkbox-label { width:418px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob  { width:437px;height:auto;top:114px;left:287px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .radio-container { width:437px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob {display:block;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob { width:437px;height:auto;top:114px;left:287px; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qXJtTtyEriaBxJwLxCWH0NfIwbQTg88g {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ZT7vGUPekTyLtBSbJ2zB3HlICi8a7E8A { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #RAnLzPrp2NwA6XTrET4FQR8nzmfGy1RJ {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #fUGRPJspnMdCvzZzJKP3tq7T0GIZIXJb {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #lB9Cz0cM2pCv5LW3ZKwZQOJPGQz82qT2 {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qT9HymlMgGPsyNo2Kri0XTR5GAkt59qi {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #LByofaEH30kNSKlWFgdMMqtzzmmDCGOf {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #dmDH5IlWB96upvTirXEkrkVCD9uGR0e3 { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bZbXm5KbE2H5pBZix76IZmatBM3UXGXg {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #KwZNPaWFL9lOGskVKlEwxSPnUaRHJvbu {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #vs81nVZdTEQ7fho8U62moy2tZoz5BF66 { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bFJFE1PwGLXawKLM2wVDyEXe9oGlDecx {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #GgOnT6zAM1x4AcRd2i5vyogwoBowgrPI {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #zmOb1uXTpPSgmRcD0Bs3tSrscGEi7LvA {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w3z1T8BzqNXcrIVfBGpeWD93T66NhKEA {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #QwundFkAewbrIb7fxiJ4Tg0TbwWSvQFw {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #OtnF7BKDNcrABNcVOnCBruBEVyO4hBDN {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #XZ7bTNzuo4uOEnQKzGKfeTDbWM0FOqMb {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #wJbTo1dW7fLFikUxfPQz2TTfFWr4K23l {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #BSpsTUHysVe7uDvAJiuVbpstFiX96SDx { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w9K8CDZiHZTnySHZMW1hKVFatP5gCtHy {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ns82tUuJufEWROAcKzlBWNRxd1rm5kaf {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bUZR5l9UreDcpg0sZ9vlkBFXAJqGBv94 {  }
 }@media only screen and (max-width: 763px) { #mnagu90sOuXtxCd2zwvOpaiR3cCDms8t { display:block; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dze8xnGfzynNyqO1bfBlB0f2hpOPJDDk { top:200px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #plBKLKoEdncHvKMikUTe1QUnDtEKXWTP { top:42px;left:0px;width:764px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie177ZFNGTtQNzqFJefDTVwUnsmGslam { top:82px;left:169px;width:426px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E { background-color:#ffffff;background-image:none;display:block; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { background-color: transparent; background-image: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container > .video-iframe-container { display: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row > .video-iframe-container { display: none; }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .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); }#MwcZBR1hrGJJZb7RgiKnhRzDpGcJFZ3E > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b65VD9RWHupLOryA2HGPd2otB20mp4b8 { width:242px;height:44px;top:21px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #d9JtAbeVmdHlaRz5hB9JuR8pWHQLwc3J { width:320px;height:0;top:94.5px;left:0px;font-size:20px;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ndH6MgCVJTCQbiJUJNLahLQKSLfKC3vp { width:250px;height:auto;top:66px;left:35px;font-size:20px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #svB64Ehs7nWNEnM9P1aTB1Xo4gk9A3ek { width:182px;height:26px;top:75px;left:69px;font-size:20px;color:#000000;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7b2920b-c377-4ada-a57c-3fefde9cdc4c/iStock2045605289X2.crop_733x854_209,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:1176px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { width:295px;height:198.844px;top:148px;left:12.5px;font-size:17px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rOVXGIrk63lEERLU2uitHu3AhOM876vd { width:308px;height:101.391px;top:34px;left:12.5px;font-size:26px;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yxDyLccaybP5No5oELaahwOFASwmBzZH { width:272px;height:432px;top:537px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #kZGXT4DfgPQ3lB9vlbO6MX1hkN9sHT7b { width:265px;height:65px;top:558px;left:27px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe { width:295px;height:290.359px;top:364px;left:12.5px;font-size:16px;color:#ffffff;text-align:left;text-align-last:left;display:block; }#dlDefMsZ4Hdm22Pb8SkL10GdQo3dLzFe li:before{  }
 }@media only screen and (max-width: 763px) { #MKMUuOf9C9aXAiiAFRLlk0gRzJTX5p1n { width:320px;height:auto;top:394px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vVKM2gyQxyRdbmqOOEtbx5IH9QIKXofJ { width:106px;height:59px;top:1008px;left:94px;display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-text {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-select {padding-top: 0; padding-bottom: 0;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL  { width:280px;height:433px;top:674.344px;left:0px; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL {display:block;}#mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL { width:280px;height:433px;top:674.344px;left:0px; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #wl9uzQHFcFKxud2U1XVGqrkqgunORLl9 {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #sTm1oKmtytBTHX4JVEdkURPVgwUncLl2 { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #bmGTxbkTRixwuTw4scFdVGqUWVKqt6Zi {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #SCtqCiIpUwMcOnG427TG4aclhW08BJMs {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nX1d6XhT0GPQ8CTLwx3zuo1bfamwGOXJ {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #uQJwoCUqa5KLxPmXIf4V9hvZUL8kRQ6V {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #CuMGOT3w2BivW7gH5Wlq4P1QXiqbymvC {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #tbCB0OKXEX0gsMdVTKXihs1JZSnwfLHC { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #onwbpeP7AWvnMVxgTH4V1CnNI76hHhNp {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #mLWWViSBGhxxoNEeqLguCazZ4Tk3FrVT {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #LiHTnxWrdSZz3lIMNCzqslvmSZFugqt7 { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DAaFQqFT5P3mfO4AkA2MIlxeSd3IgQoT {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #r6ySaGI04DFT5EAZp96X193D6BvHfJmr {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #ookPnvRCaX1tOGRRGzDTge9PAgu5pSco {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #lNeTzC7apqgn2OiJMvNhPT7US6XSS12N {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #b8PXbDrK1o13hFfRFF1hLarLezTdnFhH {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #IxEgcroJ8zmwH3wHVFGlF06n8oznXunt {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #T34PWKJOdSGzLoNrgNiyklfGc4N4xtIe {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #y6cz7PTyQwwoqmPGqB25rTCiLCSTDxTp {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #DKdAWoi2oh8H5Ky97fczr1ZBqH5rKtBp { display:none; }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #eHaKhMW0m2XzgNPLDhcXODPoI74deW0s {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #nRu7iLnqvnb9VTQ6ZqoqW7DEHlci8aMP {  }
 }@media only screen and (max-width: 763px) { #mqxUZrdexPNGqrxLgWsJDSMNWaNnRmWL #evksHC5GyRAdFmlJPygyWh8dThMqPZ1U {  }
 }@media only screen and (max-width: 763px) { #SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y { background-color:rgba(51,106,151,0.18);background-image:none;display:block; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { background-color: transparent; background-image: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container > .video-iframe-container { display: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row > .video-iframe-container { display: none; }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .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); }#SxuqBdGuX6QxQuXDcmEPTtfSQZpd9G8y > .row .container { width:320px;height:2981px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVV0yoBro4bGT1awVlDVt5mTHXEToUEF { width:320px;height:280px;top:1117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wZuvNWu6iCK5oGLf59tBOLLz4rmUMtMs { width:320px;height:77px;top:1319px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qJt6AZhsP9wVg3KciRDnSNHBGf0XcX0J { width:320px;height:42.780748663102px;top:1342px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PWJNGrcDP8MSrb0qN2esmJAAbR6zyN61 { width:320px;height:280px;top:2096px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FJyXppg0mel0u7mZy6ctTGwW99k3cXKd { width:320px;height:254px;top:110px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #izLEJd1U0tbam9q0clhlZdBzftNCctwG { width:320px;height:77px;top:288px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DTaA0LCmkoJHBlIyTq6PwFQu1MFWTyW1 { width:320px;height:46.2344px;top:303.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mEnlcT2Lxarxwt2xoEIoawcBkC8QsCKt { width:320px;height:65px;top:20px;left:0px;font-size:25px;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAev02lKdIxeHOE7hJ2KicPSPRogNgfm { width:320px;height:312.219px;top:1750px;left:0px;font-size:17px;text-align:left;text-align-last:left;z-index:14995;display:block; }#tAev02lKdIxeHOE7hJ2KicPSPRogNgfm li:before{  }
 }@media only screen and (max-width: 763px) { #AsgdxqfdZuBSdtEBM4S6coTLmXc94Do8 { width:320px;height:270.359px;top:1465px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #CI2KfSW3Ood4y8inEAJftiX50DWDIcJp { width:320px;height:26px;top:1419px;left:0px;font-size:20px;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d { width:320px;height:285.125px;top:2659px;left:0px;font-size:17px;text-align:left;text-align-last:left;z-index:14995;display:block; }#iTgdVwXVdSu3CMXRDwFfwVw8AeZKQ00d li:before{  }
 }@media only screen and (max-width: 763px) { #LiimeJ00smIwKapuizOtZTQcimMcU7Uk { width:320px;height:187.172px;top:2452px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #lwNsLEcm5lURUAiOAMnLKp9lTEWwvutz { width:320px;height:26px;top:2406px;left:0px;font-size:20px;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8kzhQU8mCHAf8xZidMvhHaQryd8LqqJ { width:320px;height:26px;top:387px;left:0px;font-size:20px;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDTOx6aIoyZSoFOV9Au8RBo3oxBqAN64 { width:320px;height:270.359px;top:433px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd { width:320px;height:366.406px;top:724px;left:0px;font-size:17px;text-align:left;text-align-last:left;z-index:14995;display:block; }#ztgmhzlu5USs2JSAAl8UU8s9R45FiSqd li:before{  }
 }@media only screen and (max-width: 763px) { #JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl { display:block; }#JUdPrtCbTqyeQOQ0cO8bWf3TqWh85LRl > .row .container { width:320px;height:308px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4GwBwR1M51Z16ctEar1ONctgyKuwE6S { height:179.75px;width:320px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k9Tx10QfR5VkwOnQtdhooIWpwRlRfLSF { width:296px;height:65px;top:15px;left:12px;font-size:25px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k { display:block; }#tQ6cyrR9wSsCgdURvPDJTwxqaEB0Tv8k > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvdlbJpnPmfPZ96AabbLSTAA7FN2f69F { width:295px;height:65px;top:9px;left:12.5px;font-size:25px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TCn6oEUdd5cUt6hmLeot4QPe23cS6ylL { width:296px;height:0;top:18.4375px;left:12px;font-size:27px;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb { display:block; }#t4B7BZD7UlaBvbgHv7OJlemoaQpuBUCb > .row .container { width:320px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXpmTFkEGgtkLT9gTLWzC7zqA6ZvP3mv { width:295.961px;height:729px;top:20.96875px;left:12.015625px;font-size:18px;text-align:center;text-align-last:center;font-family:poppins;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AWVKba4JoaUoye4vFaaVHIKXKzaCdn5n { width:304px;height:52px;top:765.96875px;left:8px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #R74syWEc8UOa0yfe2iq5mfAHyJf0ICqT { display:block; }
 }@media only screen and (max-width: 763px) { #Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II { background-color:#ffffff;background-image:none;display:block; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { background-color: transparent; background-image: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container > .video-iframe-container { display: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row > .video-iframe-container { display: none; }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .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); }#Zkm8pZGks4DsQaOXpdTiJRLtTsU8P1II > .row .container { width:320px;height:2391px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dm9tKN9HmZzPHl3waylaut2zWlTWwDER { width:320px;height:65px;top:20px;left:0px;font-size:25px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #z0VchbEhca7IrTTFuWcoSs1yqkRNxGVO { width:320px;height:26px;top:105px;left:0px;font-size:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e7i5zSwT8eJr4Tocy2AaUrVtiNuTZBZ1 { width:296px;height:397.773px;top:148.59375px;left:12px;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI { width:296px;height:618.359px;top:644px;left:12px;font-size:18px;color:#000000;text-align:left;text-align-last:left;display:block; }#RGRIpvtUHZ61yKOJTCzbZr9vhoWKbnEI li:before{  }
 }@media only screen and (max-width: 763px) { #refEuwdSUMOlUL0T4Lilh6N3hsvLTobg { width:320px;height:52px;top:570px;left:0px;font-size:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UGaw7FS0N4sKLiiqEkHXzt4UmsF7Do5B { width:296px;height:397.773px;top:1348px;left:12px;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HarS9gyUgoHTdtbo9ga4s6Kv3rXdP6CO { width:320px;height:52px;top:1277px;left:0px;font-size:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 { width:296px;height:501.367px;top:1846px;left:12px;font-size:18px;color:#000000;text-align:left;text-align-last:left;display:block; }#UTbK7pcNHQT5XUOCTxyJ75Cq14O77iz5 li:before{  }
 }@media only screen and (max-width: 763px) { #igSSue0uwQvOgo8cFBrc0JOb4KViTiVC { width:320px;height:52px;top:1772px;left:0px;font-size:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #En7LsiBD4zfKTHACE81GvOsk5kxUJiSR { display:block; }#En7LsiBD4zfKTHACE81GvOsk5kxUJiSR > .row .container { width:320px;height:1479px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJAIILPZiyqENWbZ09Z8WhPFc76OQysg { width:296px;height:140.391px;top:576px;left:12px;font-size:18px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PS4VZxUd7UPKoyM7b1cGnf79deOPsk4Q { width:296px;height:540.7188px;top:897px;left:12px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmQZrPZHqcnVbWf5COJQoDwTha3KgOg5 { width:275px;height:413px;top:142px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y1f72b9dZic64DWf520luubmNhL9Ob8S { width:296px;height:97.5px;top:25.9375px;left:12px;font-size:25px;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq { width:302px;height:150.391px;top:730.34375px;left:9px;font-size:18px;color:#000000;text-align:left;text-align-last:left;display:block; }#LVyAeqS2Uri8urH0olaDRVfzI5hV2Hfq li:before{  }
 }@media only screen and (max-width: 763px) { #M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX { display:block; }#M2VfXwTSvlcU8KNpnpQcRCKQ08sVimkX > .row .container { width:320px;height:1306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii8N0uIxK1dTnIVCmKqkWKoM8uVtAwuI { width:296px;height:97.5px;top:37px;left:12px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROZ4l9D9bhRwTXVADqKmQ2JeMO0CpVAK { width:296px;height:375.594px;top:160px;left:12px;font-size:17px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHdGOQ1T8oTiUmwKXxGrLTSqLEDge26v { width:296px;height:66px;top:558px;left:12px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3J010lsBvmxA1szIQgt5yfWx4pTzhh8 { width:296px;height:540px;top:642px;left:12px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuxCumJtlBfn67EnWXPMu5Ozd3ebVgsu { width:303.969px;height:51.9844px;top:1205px;left:8px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7kcQuKWJh81kbzNMhfJPbOOaMH85qc { display:block; }
 }@media only screen and (max-width: 763px) { #TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f2c0982-d851-4ded-991a-55315a75a868/bannerhomepageresized.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV.adaptive-delivery-prevent-bg, #TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV.lazyload, #TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV.lazyloading { background-image: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { background-color: transparent; background-image: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container > .video-iframe-container { display: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row > .video-iframe-container { display: none; }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .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); }#TwCTlW9lTHsg3E4RqvRcKU28PsUC1OkV > .row .container { width:320px;height:957px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yloHaabH1JZ9fO1hJgOil4WQA6kQvuqT { width:66px;height:26px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #f6HJokFdShCU7JOTLK02bWJUa2a6GUqg { width:295.969px;height:166.375px;top:217px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgWaKOyLwu8oTQRTWnnDk3RI1J8WnC4k { width:296px;height:166.375px;top:32px;left:12px;font-size:32px;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H6FTu94z2N6AneZQ9i7x4hgiElh6QwNF { width:230px;height:39px;top:398px;left:45px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-text {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-select {padding-top: 0; padding-bottom: 0;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob  { width:280px;height:433px;top:457px;left:0px; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob {display:block;}#cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob { width:280px;height:433px;top:457px;left:0px; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qXJtTtyEriaBxJwLxCWH0NfIwbQTg88g {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ZT7vGUPekTyLtBSbJ2zB3HlICi8a7E8A { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #RAnLzPrp2NwA6XTrET4FQR8nzmfGy1RJ {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #fUGRPJspnMdCvzZzJKP3tq7T0GIZIXJb {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #lB9Cz0cM2pCv5LW3ZKwZQOJPGQz82qT2 {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #qT9HymlMgGPsyNo2Kri0XTR5GAkt59qi {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #LByofaEH30kNSKlWFgdMMqtzzmmDCGOf {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #dmDH5IlWB96upvTirXEkrkVCD9uGR0e3 { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bZbXm5KbE2H5pBZix76IZmatBM3UXGXg {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #KwZNPaWFL9lOGskVKlEwxSPnUaRHJvbu {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #vs81nVZdTEQ7fho8U62moy2tZoz5BF66 { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bFJFE1PwGLXawKLM2wVDyEXe9oGlDecx {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #GgOnT6zAM1x4AcRd2i5vyogwoBowgrPI {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #zmOb1uXTpPSgmRcD0Bs3tSrscGEi7LvA {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w3z1T8BzqNXcrIVfBGpeWD93T66NhKEA {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #QwundFkAewbrIb7fxiJ4Tg0TbwWSvQFw {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #OtnF7BKDNcrABNcVOnCBruBEVyO4hBDN {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #XZ7bTNzuo4uOEnQKzGKfeTDbWM0FOqMb {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #wJbTo1dW7fLFikUxfPQz2TTfFWr4K23l {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #BSpsTUHysVe7uDvAJiuVbpstFiX96SDx { display:none; }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #w9K8CDZiHZTnySHZMW1hKVFatP5gCtHy {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #ns82tUuJufEWROAcKzlBWNRxd1rm5kaf {  }
 }@media only screen and (max-width: 763px) { #cP8vVezcsbUqTL2vD0V3Gcnxx8tRyNob #bUZR5l9UreDcpg0sZ9vlkBFXAJqGBv94 {  }
 }@media only screen and (max-width: 763px) { #mnagu90sOuXtxCd2zwvOpaiR3cCDms8t { display:block; }#mnagu90sOuXtxCd2zwvOpaiR3cCDms8t > .row .container { width:320px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dze8xnGfzynNyqO1bfBlB0f2hpOPJDDk { width:296px;height:36.3906px;top:184px;left:12px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plBKLKoEdncHvKMikUTe1QUnDtEKXWTP { width:296px;height:54.5859px;top:36.109375px;left:12px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ie177ZFNGTtQNzqFJefDTVwUnsmGslam { width:285px;height:51px;top:99.5px;left:17.5px;display:block; }
 }