.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;position:relative;display:block; }
#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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e1b478c-3c49-42a6-9bbf-16ae6b11734a/topbackground_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:14px;font-family:arial;height:1607px;width:1200px;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:1120px;position:absolute;font-family:"fakt slab pro";font-size:28px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:154.2166595459px;left:0px;height:33.6px;color:#2a2c2c;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; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:1200px;position:absolute;font-family:"fakt slab pro";font-size:43px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:202.5px;left:0px;height:111.8px;color:#ffffff;font-style:normal;display:block; }
#mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { 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:59px;width:218px;top:35px;left:0px;overflow:hidden;display:block; }
#vc4xx2leymndaupnFvh0ISld3gLJERbO { color:#ffffff;display:block;width:161px;position:absolute;font-family:"fakt pro";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.883331298828px;left:1039px;height:41.6px;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; }
#l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { position:absolute;display:block;z-index:15008;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: none;height:718px;width:610px;top:419px;left:590px;overflow:hidden;display:block; }
#VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:258px;width:543px;position:absolute;display:block;z-index:14997;top:362px;left:0px;box-shadow: none;display:block; }
#w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { display:block;width:516px;position:absolute;font-family:"fakt pro";font-size:19px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:440.39999389648px;left:40px;height:159.6px;color:#2a2c2c;font-style:normal;display:block; }
#X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { color:#ffffff;display:block;width:161px;position:absolute;font-family:"fakt pro";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:70.883331298828px;left:1039px;height:20.8px;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; }
#i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { color:#ffffff;display:block;width:161px;position:absolute;font-family:"fakt pro";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:56.890625px;left:1039px;height:41.5938px;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:none; }
#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { display:block;width:503px;position:absolute;font-family:"fakt pro";font-size:16px;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:752px;left:41px;height:239px;color:#2a2c2c;font-style:normal;display:block; }#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 li:not(:first-child){ padding-top:7px;padding-right:0;padding-bottom:0;padding-left:0; }#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 li:before{  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:700;color:#000000;width:509px;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;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;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:509px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #bdbdbd;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd;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:509px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:0;border-right:0;border-bottom:0;border-left:0;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:509px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#2d2e30;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:700;color:#ffffff;width:509px;height:63px;font-family:"fakt pro";overflow:hidden;box-shadow: 0 10px 10px #d7d7d7 ;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:lato;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:490px;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:lato;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(45deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(45deg, #ffffff, #ffffff);background-image: -o-linear-gradient(45deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(45deg, #ffffff, #ffffff);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:509px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:1086px;z-index:14996;position:absolute; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:509px;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:lato;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(45deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(45deg, #ffffff, #ffffff);background-image: -o-linear-gradient(45deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(45deg, #ffffff, #ffffff);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:509px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:1086px;z-index:14996;position:absolute; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1164px;width:1200px;position:absolute;display:block;z-index:14995;top:351px;left:0px;box-shadow: 1px 1px 3px #eaeaea ;display:block; }
#J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { display:block;width:933px;position:absolute;font-family:"fakt pro";font-size:12px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1557.1833496094px;left:0px;height:15.6px;color:#2a2c2c;font-style:normal;display:block; }
#dgdBBhS1loB0SkXayTArehXLle00tJWy { display:block;width:610px;position:absolute;font-family:"fakt pro";font-size:18px;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:1355px;left:590px;height:16.2px;color:#006f84;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; }
#nLs0TzEPxekoSckbkq6cEJ8o6cHw66Il { display:block;width:609px;position:absolute;font-family:"fakt pro";font-size:18px;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:1276.6333007812px;left:591px;height:16.2px;color:#006f84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdBSQTEOEH9pAX9a0Vq13Q3ZlnOwpLBk { display:block;width:610px;position:absolute;font-family:"fakt pro";font-size:18px;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:1316.6333007812px;left:590px;height:32.4px;color:#006f84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELibr7G2iFTDTJ5bvn2bo59arzKPbQC8 { display:block;width:610px;position:absolute;font-family:"fakt pro";font-size:23px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1223px;left:590px;height:29.9px;color:#2a2c2c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuUtKnyGZm1poN15rP59RaIDGK006GzL { display:block;width:472px;position:absolute;font-family:"fakt pro";font-size:20px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1034px;left:40px;height:52px;color:#a28d61;font-style:normal;display:block; }
#TBy9krr319JnTaDQKZxkso27rHnDLlev { position:absolute;display:block;z-index:15004;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:133px;top:35px;left:886.5px;overflow:hidden;display:block; }
#TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { display:block;width:481px;position:absolute;font-family:"fakt pro";font-size:23px;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:635.79998779297px;left:41.5px;height:27.6px;color:#a28d61;font-style:normal;display:block; }
#AQw8kHSBrmr47DQWkun7ndGzASIsmP7K { display:block;width:505px;position:absolute;font-family:"fakt pro";font-size:18px;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:674px;left:41.5px;height:64.8px;color:#2a2c2c;font-style:normal;display:block; }
#Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { display:block;width:481px;position:absolute;font-family:"fakt slab pro";font-size:32px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:385.79998779297px;left:40px;height:38.4px;color:#2d2e30;font-style:normal;display:block; }
#BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { background-color:#9d8554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"fakt pro";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:305px;height:95px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:351px;left:590px;display:block; }
#VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hE95MDApd0EufNITnax5GnZqgVlfaUXH { background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"fakt pro";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:305px;height:95px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:351px;left:895px;display:block; }
#FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { background-color:#9d8554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"fakt pro";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:610px;height:106px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:968px;left:590px;display:block; }
#H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { box-sizing:content-box;height:40px;width:40px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15014;background-color:#2d2e30;background-image:none;top:950px;left:875px;display:block; }
#mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { position:absolute;display:block;z-index:15015;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:16px;width:16px;top:964px;left:887px;overflow:hidden;display:block; }
#K3187GDuunoXwElprDaBNqfeii3LzABV { background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:0;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"fakt pro";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:610px;height:106px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1074px;left:590px;display:block; }
#dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { top:35px;left:0px;width:218px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #vc4xx2leymndaupnFvh0ISld3gLJERbO { top:44px;left:603px;width:161px;height:41px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { top:419px;left:154px;width:610px;height:718px;display:block; }
 }@media only screen and (max-width: 763px) { #VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { top:70px;left:603px;width:161px;height:20px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { top:38px;left:0px;width:163px;height:11px;font-size:9px;display:none; }
 }@media only screen and (max-width: 763px) { #P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { width:320px;height:44px;top:-130px;left:20px;display:block; }#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 li:before{  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:240px;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dgdBBhS1loB0SkXayTArehXLle00tJWy { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nLs0TzEPxekoSckbkq6cEJ8o6cHw66Il { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TdBSQTEOEH9pAX9a0Vq13Q3ZlnOwpLBk { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ELibr7G2iFTDTJ5bvn2bo59arzKPbQC8 { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uuUtKnyGZm1poN15rP59RaIDGK006GzL { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TBy9krr319JnTaDQKZxkso27rHnDLlev { top:35px;left:631px;width:133px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AQw8kHSBrmr47DQWkun7ndGzASIsmP7K { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { width:320px;height:44px;top:-130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { width:305px;height:95px;top:351px;left:372px;display:block; }
 }@media only screen and (max-width: 763px) { #VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block; }
 }@media only screen and (max-width: 763px) { #hE95MDApd0EufNITnax5GnZqgVlfaUXH { width:305px;height:95px;top:351px;left:459px;display:block; }
 }@media only screen and (max-width: 763px) { #FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block; }
 }@media only screen and (max-width: 763px) { #pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { width:610px;height:106px;top:968px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block; }
 }@media only screen and (max-width: 763px) { #UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { top:950px;left:657px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { top:964px;left:669px;width:16px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K3187GDuunoXwElprDaBNqfeii3LzABV { width:610px;height:106px;top:1074px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cff5020-651e-4d92-862d-7011813cab3b/topbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;z-index:auto;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:2753px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:43.2px;top:129px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:320px;height:184.8px;top:188px;left:0px;text-align:left;text-align-last:left;font-size:28px;line-height:1.1;color:#9d8554;display:block; }
 }@media only screen and (max-width: 763px) { #mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { width:174px;height:47px;top:40.383331298828px;left:0px;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vc4xx2leymndaupnFvh0ISld3gLJERbO { width:163px;height:23.4px;top:8.1833343505859px;left:0px;font-size:9px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { width:320px;height:378px;top:1414px;left:0px;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { width:320px;height:223px;top:1246px;left:0px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { width:320px;height:217.8px;top:444.91662597656px;left:0px;text-align:left;text-align-last:left;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { width:161px;height:11.7px;top:2579px;left:80px;font-size:9px;text-align:center;text-align-last:center;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { width:163px;height:11.7px;top:6.1833343505859px;left:157px;font-size:9px;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { width:320px;height:324.8px;top:858px;left:2px;text-align:left;text-align-last:left;font-size:17px;display:block; }#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 li:not(:first-child){ padding-top:7px;padding-right:0;padding-bottom:0;padding-left:0; }#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 li:before{  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:280px;height:auto;top:1951px;left:0px;background-color:#f3f3f3;background-image:none;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:280px;height:auto;top:2051px;left:0px;background-color:#f3f3f3;background-image:none;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:320px;height:321px;top:2048px;left:0px;box-shadow: 1px 1px 3px #eaeaea ;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { width:320px;height:16.9px;top:2690.3999023438px;left:0px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dgdBBhS1loB0SkXayTArehXLle00tJWy { width:320px;height:16.2px;top:2620px;left:3px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nLs0TzEPxekoSckbkq6cEJ8o6cHw66Il { width:320px;height:16.2px;top:2561px;left:3px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TdBSQTEOEH9pAX9a0Vq13Q3ZlnOwpLBk { width:320px;height:32.4px;top:2590px;left:4px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ELibr7G2iFTDTJ5bvn2bo59arzKPbQC8 { width:320px;height:62.4px;top:2479px;left:3px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uuUtKnyGZm1poN15rP59RaIDGK006GzL { width:320px;height:49.4px;top:1979px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TBy9krr319JnTaDQKZxkso27rHnDLlev { width:97px;height:40px;top:46.883331298828px;left:221px;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { width:320px;height:30.8px;top:695px;left:0px;text-align:left;text-align-last:left;font-size:28px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AQw8kHSBrmr47DQWkun7ndGzASIsmP7K { width:320px;height:99px;top:737px;left:0px;text-align:left;text-align-last:left;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { width:320px;height:33px;top:401.59997558594px;left:0px;text-align:left;text-align-last:left;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { width:320px;height:95px;top:1225px;left:0px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#2d2e30;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) { #VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block; }
 }@media only screen and (max-width: 763px) { #hE95MDApd0EufNITnax5GnZqgVlfaUXH { width:320px;height:95px;top:1320px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:24px;background-color:#9d8554;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) { #FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block; }
 }@media only screen and (max-width: 763px) { #pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { width:320px;height:102px;top:1735px;left:0px;font-size:22px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block; }
 }@media only screen and (max-width: 763px) { #UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { width:40px;height:40px;top:1717px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { width:16px;height:16px;top:1731px;left:152px;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K3187GDuunoXwElprDaBNqfeii3LzABV { width:320px;height:106px;top:1837px;left:0px;font-size:22px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block; }
 }