.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(240,240,240,0.88);background-image:none;position:relative;top:0px;left:0px;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); }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM { position:relative;display:block; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM { background-color: transparent; background-image: none; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row .container > .video-iframe-container { display: none; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row > .video-iframe-container { display: none; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .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); }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM { border-width: 0; border-radius: 0; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .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; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f0;background-image:none;font-size:14px;font-family:arial;height:31px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn { position:relative;display:block; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn { background-color: transparent; background-image: none; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row .container > .video-iframe-container { display: none; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row > .video-iframe-container { display: none; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .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); }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn { border-width: 0; border-radius: 0; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .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; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .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:532px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zyw3e8Jv36cLcHM8f1Qy1uq1FKFJ7Pur { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:526px;width:958px;top:0px;left:0px;overflow:hidden;display:block; }
#npfTgrBz8vLK0LGnC9VnpyPAmyRx7vJS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:102px;top:21.5px;left:40.65625px;overflow:hidden;display:block; }
#adaqTXTHCkEdkIdAlqCfZlC5bqluJ9vW { color:#ffffff;display:block;width:481px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:114.09375px;left:44.65625px;height:230.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gCHFTTt26tFTHcLiMbbqLT4ZXU4sZs9X { color:#ffffff;display:block;width:405px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:355.28125px;left:82.65625px;height:68.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-form-header {  }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#4b4f56;width:256px;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; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .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 #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px 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:256px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-text {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .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 #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px 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:256px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .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:256px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-select {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .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; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#000000;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:256px;height:55px;font-family:"open sans";overflow:hidden; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:234px;overflow:hidden;font-style:normal; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .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; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-container:first-of-type{padding-top:0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-container:last-of-type{padding-bottom:0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda63f, #ff5335);background-image: -moz-linear-gradient(180deg, #fda63f, #ff5335);background-image: -ms-linear-gradient(180deg, #fda63f, #ff5335);background-image: -o-linear-gradient(180deg, #fda63f, #ff5335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );";background-image: linear-gradient(180deg, #fda63f, #ff5335);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:167.66667175293px;left:600px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:256px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu {display:block;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda63f, #ff5335);background-image: -moz-linear-gradient(180deg, #fda63f, #ff5335);background-image: -ms-linear-gradient(180deg, #fda63f, #ff5335);background-image: -o-linear-gradient(180deg, #fda63f, #ff5335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );";background-image: linear-gradient(180deg, #fda63f, #ff5335);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:167.66667175293px;left:600px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #l6nt9cXBonuFFixRp9XzWI4EJiem79NX { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lh2DU39JFaa05i1FQVy814yQMlkiksKT { position:relative;display:block; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xZeEmFHFicfmcRblCERonOrbE0uzPgfJ { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #r9KiDDtbryyityI1s2MK1sFc9zo1uzKS { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xATEPaISuZZsvcVTEJsCX3owhtt2awU2 { position:relative;display:block; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lTsRfJPepRlkLTJLU3EAswDi0LgEp8zC { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #DUz95e8w6XkRkTglvqmM8tz4mR61prAK { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #LTUKGHDBuQ21dG231bE8vX6W3HQVBEGl { position:relative;display:block; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #BoLiuJ2JgBTGC1S1PX6ZXbQWd3wTyaWs { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #cOZ3zkCI1bqdRWDimMOyEe5BQuftZrFo { position:relative; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #aQmMHo8CZ9zosZpO2bKWphqEUCLH9Gbw { position:relative; }
#CU7ezSH8ww1hrQRgLpPZX5VWz2b9HEiy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:199px;width:58px;position:absolute;display:block;z-index:15020;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:160.13542175293px;left:528.65625px;display:block; }
#pfEv993O2ik02MM7VKtKfGBwS8RELRq5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:53px;width:296px;top:114.33334350586px;left:600px;display:block; }
#SFw6tfn897HRTVGMoMm5KwByaWG1oGno { color:#000000;display:block;width:260px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:122.09375px;left:616px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR { position:relative;display:block; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR { background-color: transparent; background-image: none; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row .container > .video-iframe-container { display: none; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row > .video-iframe-container { display: none; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .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); }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR { border-width: 0; border-radius: 0; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .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; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .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:73px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eaV5ISLzV0esvKd9bou8ERU8uQVubiTC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:124px;top:22px;left:78px;overflow:hidden;display:block; }
#O5rFwk0zeXzP3PZxQbzlnUuZRl4xcQqZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:124px;top:21px;left:210px;overflow:hidden;display:block; }
#pcTIiUrtHfWPnAoasrs22VFPG1gKitwD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:84px;top:22px;left:338px;overflow:hidden;display:block; }
#kKN8ln1Nby5staVJNTzauemS8TEpZeBk { 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;height:27px;width:101px;top:25px;left:431px;overflow:hidden;display:block; }
#SSTWSLyHHrRQgNWPuRMZBluiJctfqy1d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:114px;top:22px;left:651px;overflow:hidden;display:block; }
#BMN7xeTwSo1y3tiDeOawqA5XNrrCtfp5 { position:absolute;display:block;z-index:15006;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;height:46px;width:101px;top:14.5px;left:778px;overflow:hidden;display:block; }
#Xzwn274RMq98ckGsv95V6cJxTJmTxpPG { position:absolute;display:block;z-index:15014;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;height:23px;width:102px;top:26px;left:541px;overflow:hidden;display:block; }
#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad { position:relative;display:block; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad { background-color: transparent; background-image: none; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row .container > .video-iframe-container { display: none; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row > .video-iframe-container { display: none; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .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); }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad { border-width: 0; border-radius: 0; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .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; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .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:155px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d0qZUwMRTyhkTS338cfQf5VRWIcPsOHB { box-sizing:content-box;height:1px;width:835px;position:absolute;display:block;z-index:15072;background-color:#ababab;background-image:none;top:13px;left:61px;display:block; }
#XctFNat8GRWPWCthvdsWyL0Vfn0aePoK { color:#242629;display:block;width:960px;position:absolute;font-family:raleway;font-size:38px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26px;left:0px;height:49.3958px;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; }
#P65gozxWdLHrTT9gmWe2RRE5SvaJEVda { color:#606462;display:block;width:886px;position:absolute;font-family:"open sans";font-size:21px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:86.5px;left:42px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I { position:relative;display:block; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I { background-color: transparent; background-image: none; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row .container > .video-iframe-container { display: none; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row > .video-iframe-container { display: none; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .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); }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I { border-width: 0; border-radius: 0; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .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; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .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:698px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AWdFxdxyIz5s65ndKpI5imPtPIzcN262 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.84);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:245px;width:350px;top:349px;left:559.5px;display:none; }
#TCTnzMaWITbwwdbrCIIolM4IqNJmk3d1 { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.84);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:245px;width:350px;top:60px;left:59px;display:none; }
#V5FIvEXSpL93HNTIlcWf2PIeMQrpJkxf { color:#000000;display:block;width:388px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:43px;left:56.5px;height:24.6979px;display:block; }
#eOCTSPHENnnrNQeraCz4FqyhA3UtdIQE { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:211px;width:380px;top:261.80209350586px;left:519.5px;display:block; }
#AXTzdpCuf8BLTcsAHNqy6LlVFxllz4Uz { position:absolute;display:block;z-index:15066;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;height:163px;width:345px;top:85.3125px;left:537px;overflow:hidden;display:block; }
#gK71h5meCShz98S2V6CTZTufAKAMzTtc { color:#000000;display:block;width:415px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:85.322937011719px;left:56.5px;height:565.5px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { position:relative;display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { background-color: transparent; background-image: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .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); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { border-width: 0; border-radius: 0; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09548d;background-image:none;font-size:14px;font-family:arial;height:45px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { background-color: transparent; background-image: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .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); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { border-width: 0; border-radius: 0; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .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; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:103px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM { display:block; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUKOOcBFanTEAhfTtP3NnLxuulSrqupn { display:block; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zyw3e8Jv36cLcHM8f1Qy1uq1FKFJ7Pur { top:0px;left:0px;width:764px;height:419.48225469729px;display:block; }
 }@media only screen and (max-width: 763px) { #npfTgrBz8vLK0LGnC9VnpyPAmyRx7vJS { top:21px;left:0px;width:102px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #adaqTXTHCkEdkIdAlqCfZlC5bqluJ9vW { width:481px;height:230px;top:114px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gCHFTTt26tFTHcLiMbbqLT4ZXU4sZs9X { width:405px;height:68px;top:355px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-regular-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-text { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-text {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-textarea { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-select { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-select {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-button { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-checkbox-label { width:234px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu  { width:256px;height:auto;top:167px;left:468px; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .radio-container { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu {display:block;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu { width:256px;height:auto;top:167px;left:468px; }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #l6nt9cXBonuFFixRp9XzWI4EJiem79NX {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lh2DU39JFaa05i1FQVy814yQMlkiksKT {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xZeEmFHFicfmcRblCERonOrbE0uzPgfJ {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #r9KiDDtbryyityI1s2MK1sFc9zo1uzKS {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xATEPaISuZZsvcVTEJsCX3owhtt2awU2 {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lTsRfJPepRlkLTJLU3EAswDi0LgEp8zC {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #DUz95e8w6XkRkTglvqmM8tz4mR61prAK {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #LTUKGHDBuQ21dG231bE8vX6W3HQVBEGl {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #BoLiuJ2JgBTGC1S1PX6ZXbQWd3wTyaWs {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #cOZ3zkCI1bqdRWDimMOyEe5BQuftZrFo {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #aQmMHo8CZ9zosZpO2bKWphqEUCLH9Gbw {  }
 }@media only screen and (max-width: 763px) { #CU7ezSH8ww1hrQRgLpPZX5VWz2b9HEiy { width:58px;height:199px;top:160px;left:430.65625px;display:none; }
 }@media only screen and (max-width: 763px) { #pfEv993O2ik02MM7VKtKfGBwS8RELRq5 { width:296px;height:53px;top:114px;left:468px;display:block; }
 }@media only screen and (max-width: 763px) { #SFw6tfn897HRTVGMoMm5KwByaWG1oGno { width:260px;height:40px;top:122px;left:504px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR { display:block; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaV5ISLzV0esvKd9bou8ERU8uQVubiTC { top:22px;left:0px;width:124px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #O5rFwk0zeXzP3PZxQbzlnUuZRl4xcQqZ { top:21px;left:112px;width:124px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #pcTIiUrtHfWPnAoasrs22VFPG1gKitwD { top:22px;left:240px;width:84px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #kKN8ln1Nby5staVJNTzauemS8TEpZeBk { top:25px;left:333px;width:101px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #SSTWSLyHHrRQgNWPuRMZBluiJctfqy1d { top:22px;left:553px;width:114px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BMN7xeTwSo1y3tiDeOawqA5XNrrCtfp5 { top:14px;left:663px;width:101px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Xzwn274RMq98ckGsv95V6cJxTJmTxpPG { top:26px;left:443px;width:102px;height:23px;display:block; }
 }@media only screen and (max-width: 763px) { #H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad { display:block; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0qZUwMRTyhkTS338cfQf5VRWIcPsOHB { top:13px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #XctFNat8GRWPWCthvdsWyL0Vfn0aePoK { width:764px;height:49px;top:26px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #P65gozxWdLHrTT9gmWe2RRE5SvaJEVda { width:764px;height:55px;top:86px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I { display:block; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWdFxdxyIz5s65ndKpI5imPtPIzcN262 { top:349px;left:414px;width:350px;height:245px;display:none; }
 }@media only screen and (max-width: 763px) { #TCTnzMaWITbwwdbrCIIolM4IqNJmk3d1 { top:60px;left:0px;width:350px;height:245px;display:none; }
 }@media only screen and (max-width: 763px) { #V5FIvEXSpL93HNTIlcWf2PIeMQrpJkxf { top:43px;left:0px;width:388px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eOCTSPHENnnrNQeraCz4FqyhA3UtdIQE { top:261px;left:384px;width:380px;height:211px;display:block; }
 }@media only screen and (max-width: 763px) { #AXTzdpCuf8BLTcsAHNqy6LlVFxllz4Uz { top:85px;left:419px;width:345px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #gK71h5meCShz98S2V6CTZTufAKAMzTtc { top:85px;left:0px;width:415px;height:565px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM { display:block; }#l421qi1Hz7bok3Kd6NgmNtKAz3lfHlxM > .row .container { width:320px;height:33px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUKOOcBFanTEAhfTtP3NnLxuulSrqupn { display:block; }#wUKOOcBFanTEAhfTtP3NnLxuulSrqupn > .row .container { width:320px;height:449px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zyw3e8Jv36cLcHM8f1Qy1uq1FKFJ7Pur { width:320px;height:174px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #npfTgrBz8vLK0LGnC9VnpyPAmyRx7vJS { width:89px;height:31px;top:18px;left:116.00000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #adaqTXTHCkEdkIdAlqCfZlC5bqluJ9vW { width:296px;height:86.375px;top:62.8125px;left:12px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gCHFTTt26tFTHcLiMbbqLT4ZXU4sZs9X { width:320px;height:85.5px;top:319.573px;left:0px;font-size:19px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-text {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-select {padding-top: 0; padding-bottom: 0;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu  { width:280px;height:auto;top:174px;left:0px;z-index:15021; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu {display:block;}#iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu { width:280px;height:auto;top:174px;left:0px;z-index:15021; }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #l6nt9cXBonuFFixRp9XzWI4EJiem79NX {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lh2DU39JFaa05i1FQVy814yQMlkiksKT {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xZeEmFHFicfmcRblCERonOrbE0uzPgfJ {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #r9KiDDtbryyityI1s2MK1sFc9zo1uzKS {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #xATEPaISuZZsvcVTEJsCX3owhtt2awU2 {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #lTsRfJPepRlkLTJLU3EAswDi0LgEp8zC {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #DUz95e8w6XkRkTglvqmM8tz4mR61prAK {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #LTUKGHDBuQ21dG231bE8vX6W3HQVBEGl {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #BoLiuJ2JgBTGC1S1PX6ZXbQWd3wTyaWs {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #cOZ3zkCI1bqdRWDimMOyEe5BQuftZrFo {  }
 }@media only screen and (max-width: 763px) { #iF7HeI9Jy4uKhhxMwGcrCTl2eaORRkKu #aQmMHo8CZ9zosZpO2bKWphqEUCLH9Gbw {  }
 }@media only screen and (max-width: 763px) { #CU7ezSH8ww1hrQRgLpPZX5VWz2b9HEiy { width:58px;height:199px;top:160px;left:131px;display:none; }
 }@media only screen and (max-width: 763px) { #pfEv993O2ik02MM7VKtKfGBwS8RELRq5 { width:320px;height:71px;top:174px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SFw6tfn897HRTVGMoMm5KwByaWG1oGno { width:281px;height:40px;top:174px;left:19.5px;font-size:20px;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR { display:block; }#Ju8AcQTNgwKlWbFoVodBgyqtXyLrTJVR > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaV5ISLzV0esvKd9bou8ERU8uQVubiTC { width:74px;height:19px;top:13.66667175293px;left:108.50000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #O5rFwk0zeXzP3PZxQbzlnUuZRl4xcQqZ { width:109px;height:26px;top:9.1666717529297px;left:190.00000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #pcTIiUrtHfWPnAoasrs22VFPG1gKitwD { width:59px;height:22px;top:11.16667175293px;left:26.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #kKN8ln1Nby5staVJNTzauemS8TEpZeBk { width:79px;height:19px;top:44px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SSTWSLyHHrRQgNWPuRMZBluiJctfqy1d { width:96px;height:23px;top:43px;left:203.00000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #BMN7xeTwSo1y3tiDeOawqA5XNrrCtfp5 { width:67px;height:30px;top:72.5px;left:123.50000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Xzwn274RMq98ckGsv95V6cJxTJmTxpPG { width:90px;height:17px;top:46px;left:109.00000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad { display:block; }#H0RtARyqTKLHS5EG5M5PIMZBMoDL3Sad > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0qZUwMRTyhkTS338cfQf5VRWIcPsOHB { width:270px;height:1px;top:15.760437011719px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #XctFNat8GRWPWCthvdsWyL0Vfn0aePoK { width:320px;height:59.7917px;top:35.760498046875px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #P65gozxWdLHrTT9gmWe2RRE5SvaJEVda { width:278px;height:97.5px;top:106.94793701172px;left:21.000001907349px;text-align:justify;text-align-last:initial;font-size:15px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I { display:block; }#mCqeWRTRP0VQ3Or9vE3HFlQpuU01z52I > .row .container { width:320px;height:1033px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWdFxdxyIz5s65ndKpI5imPtPIzcN262 { width:320px;height:1.97917px;top:720.54168701172px;left:0px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TCTnzMaWITbwwdbrCIIolM4IqNJmk3d1 { width:320px;height:27px;top:20px;left:0px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V5FIvEXSpL93HNTIlcWf2PIeMQrpJkxf { width:196px;height:49.3958px;top:15px;left:59.000001907349px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOCTSPHENnnrNQeraCz4FqyhA3UtdIQE { height:174px;width:320px;top:841px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AXTzdpCuf8BLTcsAHNqy6LlVFxllz4Uz { width:199px;height:94px;top:747px;left:60.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #gK71h5meCShz98S2V6CTZTufAKAMzTtc { width:273px;height:642.0418px;top:79.53125px;left:23.500001907349px;font-size:13px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:320px;height:44px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:320px;height:9px;position:relative;display:block; } }