.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 { position:relative;display:block; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 { background-color: transparent; background-image: none; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container > .video-iframe-container { display: none; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row > .video-iframe-container { display: none; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .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); }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 { border-width: 0; border-radius: 0; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:109px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FvVUtoWTsa4yVEI0oC04IlvN9qX0upOT { color:#2a344c;display:block;width:124px;position:absolute;font-family:"source sans pro";font-size:23px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:27.5px;left:567px;height:50px;font-style:normal;display:block; }
#sIwwVNnw9zeAPPTKEkzQxLTuhT6ocU7A { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:22.5px;left:508px; }
#NE7fVbAEyBlnwZIGayqtx4fcF6c6Gr6t { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:32.5px;left:521px; }
#y9srmGPUSJDT2dfBs46ZifctzWee3cus { color:#2a344c;display:block;width:50px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:56.5px;left:641px;height:20px;display:block; }
#LRJstLA10MibziKkGxMZ72qTsVsJS2pf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a344c;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; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container { background-color: transparent; background-image: none; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container > .video-iframe-container { display: none; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row > .video-iframe-container { display: none; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .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); }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container { border-width: 0; border-radius: 0; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#TlCGpWOtDKAw9U1kyUTxDiPcntZ9RNF1 { color:#ffffff;display:block;width:1013px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:60px;left:76px;height:33px;text-align:center;text-align-last:center;display:block; }
#xhmPTwfkduebHeAyuOMpsk20PNeRLWR1 { color:#ffffff;display:block;width:1127px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17px;left:19px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efca15ea-83ae-4d4a-b597-bbab03d13df9/QKXA7_SQ1_0000000088_NO_COLOR_SLf.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:613px;width:443px;top:47px;left:122px;display:none; }#TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.adaptive-delivery-prevent-bg, #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.lazyload, #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.lazyloading { background-image: none; }
#ZMChHXWgtlmqMIold67x1iIB2pydmXka { color:#000000;display:block;width:316px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:48px;top:371px;left:1px;display:none; }
#sZg52hWScUx2qPkSPOXiVg6laxq4qM3h { position:absolute;display:block;z-index:15008;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:10px;box-shadow: none;height:43px;width:141px;top:39px;left:96px;display:none; }
#cBXKtFtCr2I9MhSrkdhGGw8BwdswAdTO { color:#ffffff;display:block;width:64px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;height:24px;top:49px;left:107px;display:none; }
#tsoeDa60qTw5d31NHAsQzSPpSkaZgWRh { color:#ffffff;display:block;width:64px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;height:24px;top:49px;left:171px;display:none; }
#TThk2AzJz9bqpU9CLFT091e3xCTobouW { color:#000000;display:block;width:957px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.000015258789px;left:109px;height:26.666666030884px;text-align:center;text-align-last:center;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:833px;width:1200px;overflow:visible;position:relative;display:block; }#aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efca15ea-83ae-4d4a-b597-bbab03d13df9/QKXA7_SQ1_0000000088_NO_COLOR_SLf.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:733px;width:503px;top:35px;left:97px;display:block; }#aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz.adaptive-delivery-prevent-bg, #aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz.lazyload, #aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz.lazyloading { background-image: none; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-form-header {  }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-regular-label { height:auto;display:block;font-family:arial;font-size:16px;font-weight:400;color:#000000;width:415px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:2px solid #d6d4d4;border-left:2px solid #d6d4d4;border-right:2px solid #d6d4d4;border-bottom:2px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:415px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:2px solid #d6d4d4;border-left:2px solid #d6d4d4;border-right:2px solid #d6d4d4;border-bottom:2px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:415px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:415px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#e89134;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:bold;color:#ffffff;width:415px;height:55px;font-family:arial;overflow:hidden; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .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:arial;line-height:1.3;font-size:14px;font-weight:300;color:#000000;vertical-align:top;width:392px;overflow:hidden;font-style:normal; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .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; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .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:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-container:first-of-type{padding-top:0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-container:last-of-type{padding-bottom:0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:415px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;position:absolute;top:128px;left:621px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:415px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-info-text { display:block;height:auto;font-family:arial;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; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA {display:block;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:415px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;position:absolute;top:128px;left:621px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #kioLsXfiaCbqUP5t15lJqmnlT0H6nxyk { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #t9bdwSKl7H0evPoUgxKigTm3AZ6TrHKE { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #h9y2sguVayVJQm6OVpvxOQJNviwLZlDR { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #qOyapx9oAcfxfu0n7qxWxehXpLOMK7iR { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HrvZrHwODHTAJBq66gpHAz4WBBa7Ku6b { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TxTduR1cfn09Va4RTo8dFQJy6UPaG9p6 { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #nGT6I2fGofID8qCyzoA74rR5psZfMHcn { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqHgiiNqGlFrfuBiyhrnLX9H5xFCS4SM { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #tSQmANVlxFIX5eh86PgQyJEsckT8J75k { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #ixIGDUUD1tpuXRTzZHeAzZVzVUCXP8id { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #WW2FpHeVXFyUUW8nM3fvREz8grX7uOmk { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #fAIdqlnTslJ09QMIvwrsrBMWuU026GA0 { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #mCgmTHJhAqnXXkTpAuLa0kzexqR7i1VJ { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #LFnkbzwKgK7JuOewrJ3uFnC5oJLFDWQr { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqTHXJDoSb9X3sWV9VxorZ6fskF4D9Pn { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #SZzMRcJU13FGezzFNK1T5dr6PT16KZXm { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #NDSAJvbdeMTvbZecKh1I3SRuuniUMmag { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #B3r4I54R6U9NvwAUk065HXnyXgXBz10R { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TUimShqRGpPFu5OqzX92Tv8JThlL9Pak { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #dB6miDzzZLRx1k8iTxeFTKTComuMZ4a5 { position:relative;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #usNKWHEkeLWqAKwmATXR8queCQAscy06 { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #a2gOXMp6tyeWsS0wBQcSpDnfOicXEqm8 { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HT4TMDzd9WDomwdVWHQqK0WyPqe2lzZQ { position:relative;z-index:2; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Mxh3LpKoxXqDmU75MNz9drd3GTWrKLFn { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #zx7Q70uQ4tHSC4tnkLLgPEBAmX9qCXtk { position:relative; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Uqf1coP1hvlwr6pBEzgEdhMBe0g0Fbs6 { position:relative; }
#NZrUr6iqRlordWk9UK0pUthXB2421pi7 { color:#000000;display:block;width:472px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47px;left:619.5px;height:50.666667938232px;text-align:center;text-align-last:center;display:none; }
#ELA4w2sZXbGVMUzEBSTbytkr6BWxMApq { position:absolute;display:block;z-index:15006;background-color:#2a344c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:76px;width:461px;top:35px;left:618px;display:block; }
#OtwQN9cRSQqgkyDI9H4w24Eum7ZRA0Ui { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;display:none; }
#HPfd6OUs5TSAhB4Cn4Xm2FbUkqzwODlu { color:#000000;display:block;width:472px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47px;left:619.5px;height:50.666667938232px;text-align:center;text-align-last:center;display:none; }
#oG9iWF0Gkbb90JRNeKrdvrGBvEDfuZ4l { color:#ffffff;display:block;width:319px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:45px;left:691px;height:56px;text-align:center;text-align-last:center;display:block; }
#SSWDnswUT2HpGCSHH3T9szAGhUXtEwko { position:absolute;display:block;z-index:15008;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:10px;box-shadow: none;height:43px;width:141px;top:52px;left:97px;display:block; }
#FEpeITxSlsoO3GPZP9Ak4tpQt2B6kLV2 { color:#ffffff;display:block;width:64px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;height:23px;top:62px;left:108px;display:block; }
#QQzcGeU2sMsdnNTE5GqlqyPQL8rTuOTI { color:#ffffff;display:block;width:64px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;height:23px;top:62px;left:172px;display:block; }
#pgXP7d1Uy8vCWGlMOz02p1DqTT6B21Uw { color:#000000;display:block;width:1021px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24px;left:81px;height:0;text-align:center;text-align-last:center;display:none; }
#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B { position:relative;display:none; }#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B { border-width: 0; border-radius: 0; }#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:414px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wERW2q9pBTiRvEpXKqVFlzecmTMJQTRt { color:#000000;display:block;width:1057px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:102px;left:80px;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;display:block; }
#orv28azs2VqlAse7msNMIWCbqzQL7h9F { color:#0c8181;display:block;width:1043px;position:absolute;font-family:arial;font-size:21px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44px;left:80px;height:27px;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;display:block; }
#CZ0hCe1iGD90HtOBe87uDKJ9vUwAMwEI { color:#000000;display:block;width:1043px;position:absolute;font-family:arial;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:360.33337402344px;left:78.5px;height:23px;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;display:block; }
#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH { position:relative;display:none; }#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH { border-width: 0; border-radius: 0; }#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:509px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nkaQPQSU49XlAIGu9iVO3v09HQfsKTTx { color:#000000;display:block;width:1057px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:88px;left:80px;height:92px;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; }
#FTVxThxL52DmZ99Zn062WbIhLbpKb0Cc { color:#0c8181;display:block;width:1043px;position:absolute;font-family:arial;font-size:21px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30px;left:67px;height:27px;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; }
#OpE4yVKd7fkpJhRz18fnxzl5e0f0FrAZ { color:#000000;display:block;width:1057px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:233px;left:80px;height:92px;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; }
#mh2tGlMgTgsTzv97AvG3VonBiey6Htlo { color:#000000;display:block;width:1057px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:369.33337402344px;left:80px;height:69px;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; }
#KbttFMcAE928HiR7iidh8yHgSOBgwUQ0 { color:#000000;display:block;width:1057px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:480.66674804688px;left:80px;height:23px;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; }
#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf { position:relative;display:block; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf { background-color: transparent; background-image: none; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container > .video-iframe-container { display: none; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row > .video-iframe-container { display: none; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .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); }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf { border-width: 0; border-radius: 0; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:585px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xzwordtud5matV8R5oXKTDNl86USIpyK { color:#000000;display:block;width:1043px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:161px;left:79px;height:324px;display:block; }#Xzwordtud5matV8R5oXKTDNl86USIpyK li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Xzwordtud5matV8R5oXKTDNl86USIpyK li:before{  }
#D5pGJWF0GKbUiO14QshwGeVmavyGIGuI { color:#000000;display:block;width:1043px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42px;left:81px;height:69px;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; }
#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a344c;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; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container { background-color: transparent; background-image: none; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container > .video-iframe-container { display: none; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row > .video-iframe-container { display: none; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .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); }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container { border-width: 0; border-radius: 0; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container { font-size:14px;font-family:arial;height:240px;width:1200px;position:relative;display:block; }#hyTno2OMVVLpZEpQ7xddQpmZzid7Emgx { color:#ffffff;display:block;width:1139px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:40px;left:41.5px;height:100px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 { display:block; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvVUtoWTsa4yVEI0oC04IlvN9qX0upOT { top:27px;left:349px;width:124px;height:50px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sIwwVNnw9zeAPPTKEkzQxLTuhT6ocU7A { top:22px;left:290px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NE7fVbAEyBlnwZIGayqtx4fcF6c6Gr6t { top:32px;left:303px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #y9srmGPUSJDT2dfBs46ZifctzWee3cus { top:56px;left:423px;width:50px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LRJstLA10MibziKkGxMZ72qTsVsJS2pf { display:block; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlCGpWOtDKAw9U1kyUTxDiPcntZ9RNF1 { top:60px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xhmPTwfkduebHeAyuOMpsk20PNeRLWR1 { top:17px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m { top:47px;left:0px;width:443px;height:613px;display:none; }
 }@media only screen and (max-width: 763px) { #ZMChHXWgtlmqMIold67x1iIB2pydmXka { top:371px;left:0px;width:316px;height:48px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #sZg52hWScUx2qPkSPOXiVg6laxq4qM3h { top:39px;left:0px;width:141px;height:43px;display:none; }
 }@media only screen and (max-width: 763px) { #cBXKtFtCr2I9MhSrkdhGGw8BwdswAdTO { top:167px;left:0px;width:80px;height:23px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #tsoeDa60qTw5d31NHAsQzSPpSkaZgWRh { top:49px;left:0px;width:64px;height:24px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #TThk2AzJz9bqpU9CLFT091e3xCTobouW { top:24px;left:0px;width:764px;height:26px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz { top:35px;left:0px;width:503px;height:733px;display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-regular-label { width:415px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text { width:415px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-textarea { width:415px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select { width:415px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-button { width:415px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-checkbox-label { width:392px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA  { width:415px;height:auto;top:114px;left:309px; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .radio-container { width:415px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA {display:block;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA { width:415px;height:auto;top:114px;left:309px; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #kioLsXfiaCbqUP5t15lJqmnlT0H6nxyk {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #t9bdwSKl7H0evPoUgxKigTm3AZ6TrHKE { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #h9y2sguVayVJQm6OVpvxOQJNviwLZlDR {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #qOyapx9oAcfxfu0n7qxWxehXpLOMK7iR {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HrvZrHwODHTAJBq66gpHAz4WBBa7Ku6b { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TxTduR1cfn09Va4RTo8dFQJy6UPaG9p6 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #nGT6I2fGofID8qCyzoA74rR5psZfMHcn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqHgiiNqGlFrfuBiyhrnLX9H5xFCS4SM { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #tSQmANVlxFIX5eh86PgQyJEsckT8J75k {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #ixIGDUUD1tpuXRTzZHeAzZVzVUCXP8id {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #WW2FpHeVXFyUUW8nM3fvREz8grX7uOmk { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #fAIdqlnTslJ09QMIvwrsrBMWuU026GA0 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #mCgmTHJhAqnXXkTpAuLa0kzexqR7i1VJ {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #LFnkbzwKgK7JuOewrJ3uFnC5oJLFDWQr { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqTHXJDoSb9X3sWV9VxorZ6fskF4D9Pn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #SZzMRcJU13FGezzFNK1T5dr6PT16KZXm {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #NDSAJvbdeMTvbZecKh1I3SRuuniUMmag { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #B3r4I54R6U9NvwAUk065HXnyXgXBz10R {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TUimShqRGpPFu5OqzX92Tv8JThlL9Pak {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #dB6miDzzZLRx1k8iTxeFTKTComuMZ4a5 { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #usNKWHEkeLWqAKwmATXR8queCQAscy06 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #a2gOXMp6tyeWsS0wBQcSpDnfOicXEqm8 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HT4TMDzd9WDomwdVWHQqK0WyPqe2lzZQ {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Mxh3LpKoxXqDmU75MNz9drd3GTWrKLFn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #zx7Q70uQ4tHSC4tnkLLgPEBAmX9qCXtk {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Uqf1coP1hvlwr6pBEzgEdhMBe0g0Fbs6 {  }
 }@media only screen and (max-width: 763px) { #NZrUr6iqRlordWk9UK0pUthXB2421pi7 { top:44px;left:0px;width:315px;height:48px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #ELA4w2sZXbGVMUzEBSTbytkr6BWxMApq { top:35px;left:303px;width:461px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #OtwQN9cRSQqgkyDI9H4w24Eum7ZRA0Ui { display:none; }
 }@media only screen and (max-width: 763px) { #HPfd6OUs5TSAhB4Cn4Xm2FbUkqzwODlu { top:719px;left:0px;width:204px;height:24px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #oG9iWF0Gkbb90JRNeKrdvrGBvEDfuZ4l { top:45px;left:445px;width:319px;height:56px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SSWDnswUT2HpGCSHH3T9szAGhUXtEwko { top:52px;left:0px;width:141px;height:43px;display:none; }
 }@media only screen and (max-width: 763px) { #FEpeITxSlsoO3GPZP9Ak4tpQt2B6kLV2 { top:62px;left:0px;width:64px;height:24px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #QQzcGeU2sMsdnNTE5GqlqyPQL8rTuOTI { top:62px;left:0px;width:64px;height:24px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #pgXP7d1Uy8vCWGlMOz02p1DqTT6B21Uw { top:24px;left:0px;width:764px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Khk2367AOgbl2vDWUhK1gqZOST7qxC6B { display:block; }#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wERW2q9pBTiRvEpXKqVFlzecmTMJQTRt { top:102px;left:0px;width:764px;height:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #orv28azs2VqlAse7msNMIWCbqzQL7h9F { top:44px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0hCe1iGD90HtOBe87uDKJ9vUwAMwEI { top:360px;left:0px;width:764px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH { display:block; }#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkaQPQSU49XlAIGu9iVO3v09HQfsKTTx { top:88px;left:0px;width:764px;height:96px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FTVxThxL52DmZ99Zn062WbIhLbpKb0Cc { top:30px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OpE4yVKd7fkpJhRz18fnxzl5e0f0FrAZ { top:233px;left:0px;width:764px;height:96px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mh2tGlMgTgsTzv97AvG3VonBiey6Htlo { top:369px;left:0px;width:764px;height:72px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KbttFMcAE928HiR7iidh8yHgSOBgwUQ0 { top:480px;left:0px;width:764px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf { display:block; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xzwordtud5matV8R5oXKTDNl86USIpyK { top:161px;left:0px;width:764px;height:337px;font-size:18px;display:block; }#Xzwordtud5matV8R5oXKTDNl86USIpyK li:before{  }
 }@media only screen and (max-width: 763px) { #D5pGJWF0GKbUiO14QshwGeVmavyGIGuI { top:42px;left:0px;width:764px;height:69px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw { display:block; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyTno2OMVVLpZEpQ7xddQpmZzid7Emgx { top:40px;left:0px;width:764px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 { display:block; }#LIKmUl5TAzhbTH9ZFNNK83Skwxmf12R7 > .row .container { width:320px;height:74px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvVUtoWTsa4yVEI0oC04IlvN9qX0upOT { width:69px;height:38px;top:15px;left:131px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sIwwVNnw9zeAPPTKEkzQxLTuhT6ocU7A { display:flex;width:50px;height:50px;top:10px;left:83px; }
 }@media only screen and (max-width: 763px) { #NE7fVbAEyBlnwZIGayqtx4fcF6c6Gr6t { display:flex;width:29px;height:29px;top:20px;left:93px; }
 }@media only screen and (max-width: 763px) { #y9srmGPUSJDT2dfBs46ZifctzWee3cus { width:50px;height:20px;top:34px;left:189px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LRJstLA10MibziKkGxMZ72qTsVsJS2pf { display:block; }#LRJstLA10MibziKkGxMZ72qTsVsJS2pf > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlCGpWOtDKAw9U1kyUTxDiPcntZ9RNF1 { width:320px;height:44px;top:76.645843505859px;left:0px;font-size:16px;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhmPTwfkduebHeAyuOMpsk20PNeRLWR1 { width:300px;height:48px;top:14.96875px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m { width:318px;height:203px;top:149px;left:0px;z-index:15002;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efca15ea-83ae-4d4a-b597-bbab03d13df9/QKXA7_SQ1_0000000088_NO_COLOR_SLf.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.adaptive-delivery-prevent-bg, #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.lazyload, #TqZn6wB7ITrVFsWxzKHR3S8NgxsbCo1m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZMChHXWgtlmqMIold67x1iIB2pydmXka { top:371px;left:1px;width:316px;height:48px;z-index:15003;font-size:13px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZg52hWScUx2qPkSPOXiVg6laxq4qM3h { top:163px;left:0px;width:88px;height:55px;z-index:15005;background-color:#d82424;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #cBXKtFtCr2I9MhSrkdhGGw8BwdswAdTO { top:167px;left:6px;width:80px;height:23px;z-index:15005;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsoeDa60qTw5d31NHAsQzSPpSkaZgWRh { top:190px;left:16px;width:64px;height:23px;z-index:15006;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TThk2AzJz9bqpU9CLFT091e3xCTobouW { width:319px;height:0;top:134.00009155273px;left:0px;font-size:16px;line-height:1.4;text-align:left;text-align-last:left;z-index:15003;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:846px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCRLGTtm2VeA5nmqWbOJgXp1XQhh9dvz { width:314px;height:321px;top:24.979187011719px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:16px;overflow:hidden;display:block;color:#2a344c; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:3px solid #d6d4d4;border-left:3px solid #d6d4d4;border-right:3px solid #d6d4d4;border-bottom:3px solid #d6d4d4; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:3px solid #d6d4d4;border-left:3px solid #d6d4d4;border-right:3px solid #d6d4d4;border-bottom:3px solid #d6d4d4; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA  { width:280px;height:auto;top:137.66668701172px;left:0px;background-color:rgba(0,0,0,0);background-image:none; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA {display:block;}#bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA { width:280px;height:auto;top:137.66668701172px;left:0px;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #kioLsXfiaCbqUP5t15lJqmnlT0H6nxyk {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #t9bdwSKl7H0evPoUgxKigTm3AZ6TrHKE { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #h9y2sguVayVJQm6OVpvxOQJNviwLZlDR {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #qOyapx9oAcfxfu0n7qxWxehXpLOMK7iR {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HrvZrHwODHTAJBq66gpHAz4WBBa7Ku6b { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TxTduR1cfn09Va4RTo8dFQJy6UPaG9p6 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #nGT6I2fGofID8qCyzoA74rR5psZfMHcn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqHgiiNqGlFrfuBiyhrnLX9H5xFCS4SM { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #tSQmANVlxFIX5eh86PgQyJEsckT8J75k {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #ixIGDUUD1tpuXRTzZHeAzZVzVUCXP8id {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #WW2FpHeVXFyUUW8nM3fvREz8grX7uOmk { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #fAIdqlnTslJ09QMIvwrsrBMWuU026GA0 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #mCgmTHJhAqnXXkTpAuLa0kzexqR7i1VJ {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #LFnkbzwKgK7JuOewrJ3uFnC5oJLFDWQr { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #cqTHXJDoSb9X3sWV9VxorZ6fskF4D9Pn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #SZzMRcJU13FGezzFNK1T5dr6PT16KZXm {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #NDSAJvbdeMTvbZecKh1I3SRuuniUMmag { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #B3r4I54R6U9NvwAUk065HXnyXgXBz10R {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #TUimShqRGpPFu5OqzX92Tv8JThlL9Pak {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #dB6miDzzZLRx1k8iTxeFTKTComuMZ4a5 { display:block; }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #usNKWHEkeLWqAKwmATXR8queCQAscy06 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #a2gOXMp6tyeWsS0wBQcSpDnfOicXEqm8 {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #HT4TMDzd9WDomwdVWHQqK0WyPqe2lzZQ {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Mxh3LpKoxXqDmU75MNz9drd3GTWrKLFn {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #zx7Q70uQ4tHSC4tnkLLgPEBAmX9qCXtk {  }
 }@media only screen and (max-width: 763px) { #bvUAk8cOnM2RNJn850qpIUUwBT8iRtUA #Uqf1coP1hvlwr6pBEzgEdhMBe0g0Fbs6 {  }
 }@media only screen and (max-width: 763px) { #NZrUr6iqRlordWk9UK0pUthXB2421pi7 { width:283px;height:46px;top:46px;left:18px;font-size:18px;z-index:15006;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ELA4w2sZXbGVMUzEBSTbytkr6BWxMApq { width:320px;height:76px;top:31px;left:0px;z-index:15000;background-color:#2a344c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OtwQN9cRSQqgkyDI9H4w24Eum7ZRA0Ui { top:778px;left:70px;width:23px;height:23px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HPfd6OUs5TSAhB4Cn4Xm2FbUkqzwODlu { width:204px;height:19px;top:780px;left:58px;font-size:15px;z-index:15007;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oG9iWF0Gkbb90JRNeKrdvrGBvEDfuZ4l { width:320px;height:0;top:20.666687011719px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #SSWDnswUT2HpGCSHH3T9szAGhUXtEwko { top:155.64584350586px;left:7.6458339691162px;width:95px;height:55px;z-index:15004;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;display:none; }
 }@media only screen and (max-width: 763px) { #FEpeITxSlsoO3GPZP9Ak4tpQt2B6kLV2 { top:157.97917175293px;left:24.145835876465px;width:64px;height:0;z-index:15004;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QQzcGeU2sMsdnNTE5GqlqyPQL8rTuOTI { top:180.31250762939px;left:26.645835876465px;width:64px;height:0;z-index:15005;font-size:18px;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pgXP7d1Uy8vCWGlMOz02p1DqTT6B21Uw { width:299px;height:0;top:190px;left:10.5px;font-size:15px;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Khk2367AOgbl2vDWUhK1gqZOST7qxC6B { display:none; }#Khk2367AOgbl2vDWUhK1gqZOST7qxC6B > .row .container { width:320px;height:675px;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wERW2q9pBTiRvEpXKqVFlzecmTMJQTRt { width:320px;height:405.33333778381px;top:152.95837402344px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #orv28azs2VqlAse7msNMIWCbqzQL7h9F { width:320px;height:72px;top:57.270874023438px;left:0px;font-size:18px;text-align:left;text-align-last:left;color:#0c8181;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0hCe1iGD90HtOBe87uDKJ9vUwAMwEI { width:320px;height:60px;top:579.625px;left:0px;font-size:16px;text-align:left;text-align-last:left;color:#0c8181;display:block; }
 }@media only screen and (max-width: 763px) { #n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH { display:none; }#n8uPclbHElkBzHEKKr4ZrhgR7wnAfdGH > .row .container { width:320px;height:635px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nkaQPQSU49XlAIGu9iVO3v09HQfsKTTx { width:320px;height:149.33333778381px;top:87px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FTVxThxL52DmZ99Zn062WbIhLbpKb0Cc { width:292px;height:24px;top:39.604248046875px;left:0px;font-size:18px;text-align:left;text-align-last:left;color:#0c8181;display:block; }
 }@media only screen and (max-width: 763px) { #OpE4yVKd7fkpJhRz18fnxzl5e0f0FrAZ { width:320px;height:149.33333778381px;top:256px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mh2tGlMgTgsTzv97AvG3VonBiey6Htlo { width:320px;height:128.00000190735px;top:425px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KbttFMcAE928HiR7iidh8yHgSOBgwUQ0 { width:320px;height:42.666667938232px;top:573px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf { display:block; }#RTrusgPbvl8nqQ0dc6VNcpTNZNClR0Cf > .row .container { width:320px;height:970px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xzwordtud5matV8R5oXKTDNl86USIpyK { width:320px;height:707px;top:252.66674804688px;left:0px;font-size:16px;line-height:1.4;display:block; }#Xzwordtud5matV8R5oXKTDNl86USIpyK li:before{  }
 }@media only screen and (max-width: 763px) { #D5pGJWF0GKbUiO14QshwGeVmavyGIGuI { width:292px;height:198px;top:31.625px;left:14px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw { display:block; }#cxMA2uPxzzdBQ4asCqZOxOKHixnJC4dw > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyTno2OMVVLpZEpQ7xddQpmZzid7Emgx { width:320px;height:auto;top:40px;left:0px;font-size:16px;display:none; }
 }