.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { background-color: transparent; background-image: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .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); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { border-width: 0; border-radius: 0; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container {  }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { font-size:14px;font-family:arial;height:109px;width:1200px;position:relative;display:block; }#RHVfU73895GC2ptlzOLixEoM5ipzxxva { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:101px;width:219px;top:4px;left:10.75px;overflow:hidden;display:block; }
#JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { color:#000000;display:block;width:628px;position:absolute;font-family:"open sans";font-size:40px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:40px;left:248.75px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { background-color:transparent;background-image:url("https://images.assets-landingi.com/pMYjR9mn/161012_zet_2070_1.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.adaptive-delivery-prevent-bg, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyload, #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md.lazyloading { background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { background-color: transparent; background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.87); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.87); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .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); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { border-width: 0; border-radius: 0; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container {  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { font-size:14px;font-family:"open sans";height:2052px;width:1200px;overflow:visible;position:relative;display:block; }#yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:347px;width:491px;top:27px;left:601.43753051758px;overflow:hidden;display:block; }
#TF53T5BLlOmoXlqmQlihVrRTApPP9AwH { color:#ffffff;display:block;width:495px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 2px #000000;top:117.57499694824px;left:61.5px;height:212.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { color:#ffffff;display:block;width:554px;position:absolute;font-family:"open sans";font-size:55px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:480.57499694824px;left:539.22500610352px;height:82.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { color:#ffffff;display:block;width:850px;position:absolute;font-family:"open sans";font-size:55px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:480.58750915527px;left:0px;height:82.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { color:#ffffff;display:block;width:554px;position:absolute;font-family:"open sans";font-size:61px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:27px;left:61.5px;height:91.5104px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-form-header {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:17px;font-weight:bold;color:#ffffff;width:558px;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;overflow:hidden;line-height:1.1; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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: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:558px;box-sizing:border-box;height:25px;color:#161616;font-size:17px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:558px;box-sizing:border-box;height:45px;color:#161616;font-size:17px;overflow:hidden;font-family:"open sans";box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:558px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-checkbox { width:13px;height:13px;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; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:#bf2427;background-image:none;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:18px;font-weight:bold;color:#f2f9ff;width:558px;height:50px;font-family:"open sans";overflow:hidden; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:13px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:538px;overflow:hidden;font-style:normal;line-height:1.4; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .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:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container:first-of-type{padding-top:0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-container:last-of-type{padding-bottom:0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { background-color:#6c6d6f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:558px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:601.38748168945px;top:568.9375px;z-index:15012;position:absolute; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:558px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { background-color:#6c6d6f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:558px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:601.38748168945px;top:568.9375px;z-index:15012;position:absolute; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 .container-column{width:50%;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #VkRebA7LGcAg1x6o63ggEcJP9rdOJRSZ { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #IfVICKXTE9v647E3n9QXnJKWhqw7n1Eo { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KWTeLdyKTIvTJfl1eFfMmVvnckFlWm1t { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #qWpotgqvTf6x2dgT08lwtwGJoeNn3KdD { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tm8B9cu0AF6SBJU3veXTwd4Nwyz45ayI { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH .container-column{width:50%;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JqC8u8OQwZwlvQev1T7ORUeezf0MP5De { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #tVoy6QrpaT5i9vqsQisZymkpFHTK7XeO { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #itn4EV1Q2ihGmEVVPUoP99V78nt6oGHD { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #GWV4lR1K05IMpb3Nb94FV7ch1wINDirS { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #l6BqSMGPNVB7vlPXGp7mJvkoD3mdgoIc { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #shogL5JSWxP6LWwe94DybxR1mD5LL2Tn { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #q1qz6yvsuAxCP8B6GoiQGcSQb8wTJ0Rh { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #dbCumBh6VTkVFVHwMoH6lFKEgHhxklxL { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #t6fbzhNPVuRkRJqgu5N508aQayHgFaWm { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #HgoouwOpMMZ69xAA5VoB8Ol5yk9aq5pG { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #An967sZ3mBRqfASaoubDoA0ZdcIB0bx5 { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TL036s5Fc0RtWxbcxTQt93HxXVfrZgRT { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tq2OCfJbFq6V7eZMXvRQzEI1sEy1WNpN { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TSHrvx4GrKARIAQvw8L6ehmfzeOvFStr { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NTLuRt6Ef040XmJmFCMBAE9qwXmBsktn { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #ieyUU0LTQ4GwqbP7Wrzrapg52hr3WTwB { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DQM8QJkelsgutD8D4DTSn02suEyAZ3uN { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #d2PkDady0ElA6kQJAxTsoQab5rAJK2CE { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #G1lAypyaO0xwuCg7HviJ0gR6Fzrpfp1T { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #x0PXkuqJmWrtpgr9a0cdKCZeAzWhNTmn { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #FopMkOnFatmMTQ6ErzmaH3vNRkz4INuo { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm { position:relative;display:block;z-index:15000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN { position:relative;display:block;z-index:15000; }
#mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn { position:relative;display:block;z-index:15000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC { position:relative;display:block;z-index:15000; }
#u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ { position:relative;z-index:2; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC { position:relative; }
#WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { position:relative;display:block; }
#wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { position:relative;display:block; }
#H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { position:relative;display:block; }
#C1Zxut328FA44gmomm0pAF4CcrJcy743 { position:relative;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #oQQELIFUvAZbCaD8ZV1TTJ4ClmuOh5yS { position:relative;display:block;z-index:15000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #g4myDarsM4KTSloSbopIqSxEUQxJh7zZ { position:relative;display:block;z-index:15000; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN { position:relative; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 { position:relative; }
#S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { color:#ffffff;display:block;width:470px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:765.73751831055px;left:61.5px;height:157.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbxxlZXLpWLqtkHxNnHTWqauvPcQzTMO { color:#ffffff;display:block;width:511px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:641.78753662109px;left:62.5px;height:132.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { z-index:;position:relative;display:block; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color: transparent; background-image: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .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); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container > .video-iframe-container {  }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:94px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.987487792969px;left:30px;display:block; }
#yXdHenU7wVLuePcF8Sk94pczotkhQCdC { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.962493896484px;left:474.00003051758px;display:block; }
#fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15.962493896484px;left:278.98748779297px;display:block; }
#NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.962509155273px;left:741.98751831055px;display:block; }
#XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:428px;display:none; }
#POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { z-index:15000;top:15.462493896484px;left:80px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.988px;height:50.9875px;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { z-index:15002;top:15.462493896484px;left:328.98748779297px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106.988px;height:50.9875px;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { z-index:15001;top:15.987503051758px;left:524.00003051758px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197.975px;height:50.9875px;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { display:block;width:275.987px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.987503051758px;left:795.98751831055px;height:58.5px;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHVfU73895GC2ptlzOLixEoM5ipzxxva { width:219px;height:101px;top:4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { width:628px;height:60px;top:40px;left:30.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:491px;height:347px;top:27px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #TF53T5BLlOmoXlqmQlihVrRTApPP9AwH { width:495px;height:212px;top:117px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { width:554px;height:82px;top:480px;left:210px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { width:764px;height:81px;top:480px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:554px;height:91px;top:27px;left:0px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-regular-label { width:443px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-textarea { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-button { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { width:423px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { width:443px;height:auto;top:814px;left:281px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { width:443px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { width:443px;height:auto;top:814px;left:281px; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #VkRebA7LGcAg1x6o63ggEcJP9rdOJRSZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #IfVICKXTE9v647E3n9QXnJKWhqw7n1Eo {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KWTeLdyKTIvTJfl1eFfMmVvnckFlWm1t {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #qWpotgqvTf6x2dgT08lwtwGJoeNn3KdD {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tm8B9cu0AF6SBJU3veXTwd4Nwyz45ayI {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JqC8u8OQwZwlvQev1T7ORUeezf0MP5De {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #tVoy6QrpaT5i9vqsQisZymkpFHTK7XeO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #itn4EV1Q2ihGmEVVPUoP99V78nt6oGHD {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #GWV4lR1K05IMpb3Nb94FV7ch1wINDirS {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #l6BqSMGPNVB7vlPXGp7mJvkoD3mdgoIc {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #shogL5JSWxP6LWwe94DybxR1mD5LL2Tn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #q1qz6yvsuAxCP8B6GoiQGcSQb8wTJ0Rh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #dbCumBh6VTkVFVHwMoH6lFKEgHhxklxL {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #t6fbzhNPVuRkRJqgu5N508aQayHgFaWm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #HgoouwOpMMZ69xAA5VoB8Ol5yk9aq5pG {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #An967sZ3mBRqfASaoubDoA0ZdcIB0bx5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TL036s5Fc0RtWxbcxTQt93HxXVfrZgRT {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tq2OCfJbFq6V7eZMXvRQzEI1sEy1WNpN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TSHrvx4GrKARIAQvw8L6ehmfzeOvFStr {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NTLuRt6Ef040XmJmFCMBAE9qwXmBsktn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #ieyUU0LTQ4GwqbP7Wrzrapg52hr3WTwB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DQM8QJkelsgutD8D4DTSn02suEyAZ3uN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #d2PkDady0ElA6kQJAxTsoQab5rAJK2CE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #G1lAypyaO0xwuCg7HviJ0gR6Fzrpfp1T {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #x0PXkuqJmWrtpgr9a0cdKCZeAzWhNTmn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #FopMkOnFatmMTQ6ErzmaH3vNRkz4INuo {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN {  }
 }@media only screen and (max-width: 763px) { #mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC {  }
 }@media only screen and (max-width: 763px) { #u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC {  }
 }@media only screen and (max-width: 763px) { #WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { display:block; }
 }@media only screen and (max-width: 763px) { #wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { display:block; }
 }@media only screen and (max-width: 763px) { #H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { display:block; }
 }@media only screen and (max-width: 763px) { #C1Zxut328FA44gmomm0pAF4CcrJcy743 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #oQQELIFUvAZbCaD8ZV1TTJ4ClmuOh5yS {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #g4myDarsM4KTSloSbopIqSxEUQxJh7zZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 {  }
 }@media only screen and (max-width: 763px) { #S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { width:470px;height:157px;top:765px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #pbxxlZXLpWLqtkHxNnHTWqauvPcQzTMO { width:511px;height:88px;top:641px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color:#e1e1e1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container {  }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { width:764px;height:280px;overflow:visible;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { width:51px;height:51px;top:69px;left:317px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yXdHenU7wVLuePcF8Sk94pczotkhQCdC { width:51px;height:51px;top:118px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { width:51px;height:51px;top:175px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { width:50px;height:50px;top:15px;left:523.98751831055px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { width:272px;height:125px;display:none; }
 }@media only screen and (max-width: 763px) { #POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { top:68px;left:368px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { top:174px;left:371px;width:107px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block; }
 }@media only screen and (max-width: 763px) { #e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { top:118px;left:367px;width:198px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { width:275px;height:58px;top:13px;left:489px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TTDpineGH1ipHMoNCFEK1dCqHFAp89tM { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { background-color: transparent; background-image: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row > .video-iframe-container { display: none; }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .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); }#TTDpineGH1ipHMoNCFEK1dCqHFAp89tM > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHVfU73895GC2ptlzOLixEoM5ipzxxva { width:96px;height:44px;top:9.984375px;left:10.921875px;display:block; }
 }@media only screen and (max-width: 763px) { #JLwnWWdcE6iNHxpVPxvNXf4OefFUqCom { width:202px;height:24.0104px;top:28.787621736526px;left:118.00000572205px;text-align:left;text-align-last:left;font-size:16px;color:#000000;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md { background-color:#bf2427;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { background-color: transparent; background-image: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container { display: none; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .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); }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { border-width: 0; border-radius: 0; }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row > .video-iframe-container {  }#by8pF5kUgXeaclGUhZ2HGin2L1sUG0Md > .row .container { width:320px;height:2547.7625244140627px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxdTgHu6yxuCzTvHQ7WeCNFGMVwqSCRn { width:311px;height:219px;top:324.34030151367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TF53T5BLlOmoXlqmQlihVrRTApPP9AwH { width:296px;height:119px;top:64.9375px;left:12px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WamM8idBPX0cLGxFizU3U6Rg18EUwZq7 { width:320px;height:48px;top:638.36250305176px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rBnQNF8NJ54TC9nTFHErR170RqQD0S03 { width:320px;height:76.8px;top:558.36248779297px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RVpG0DvS0OSJQBQtz19lMhwnQEfN9aZz { width:308px;height:48px;top:1.3625030517578px;left:12px;text-align:left;text-align-last:left;font-size:32px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;line-height:1.2;overflow:hidden;font-size:15px;display:block; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:57px; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:86px;font-size:18px;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ  { width:280px;height:auto;top:697.96250915527px;left:0px;background-color:rgba(108,109,111,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ .widget-info-text { font-size:12px;overflow:hidden;height:auto;line-height:1.3; }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ {display:block;}#gDHsJAb0kur10TBxclppS3ElHdLIJexJ { width:280px;height:auto;top:697.96250915527px;left:0px;background-color:rgba(108,109,111,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #L8DJVUB5E1kznsgJCA0oW1Mmwe1Esmg2 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XaSKTtMv574ThiHPwAmaZ0UvqRdfsfhk { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #y6NmTvZtKy4SCaoWMTbFi8zL3V4t80qU {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iPB1f1C72EoBNKeo57f98VynreLdIaQk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Te8ATo2Tm7V1seLqnkVt6yFGyTyb7nWu { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fsiIoLTmHMbknQwT6G2zEuD83AQdsETp {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DcEHwXUg7RCegyPs5fp8dN6UcbZrmgD4 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #S6aHNS9XhvD2Pk37TuedipfCDtcIzEo5 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #iOnZ6VZdNqUz6TXUMT0FTHGhDk301pf5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TN8f6c5CpFsbl6TNN9qQk61ax8dmNvrh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fyELBAQE5iGGr5EEMTXW0H7hIwEaRFfd { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #LfJkP3ITfoMpl1ak6LU6WRlOEClTqf4V {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xLTcooWcc6eKPW0aSSHvAfNBFzTJbPSq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lDQwPnhpFiBATIpTSiuNVLRNUvUdTvoB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #b6aSm7eF0kKAQLwBNA2T7fTD0OyRU503 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #H7aRRZWt2GJ2l78OqfdAH2ag53eKIgFq {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #lfTTLDUWDdByGOIfZTLkeSXquDwBHFc5 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KBvK1rzVUuuLLZUM4frElp4NryaUmTTB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WKPVAApqwB6tZbL8onXdT8XhdGuHXr8S {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #uJnFXD834qxJD8vPzACJBShRuTpvAxB7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wOrzXzI1QQhiT43LWANwPwZp4foVRWV1 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XPlBseyWBHqc8HWsPadVGhkGQO5G05rQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TQusOCVqiJIxk6w7mQmswRhGySNIyQBi { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #MDHxpayGiT4x6TqBfJ3LGtEnboplVBAO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9zLwXc0DCSPTGkTIBGVeEuSxOC5h1G9 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #AezABC2rHwbfBW6ahCR3fPm3mMyRxMhh { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NDATHGP4XMrSJ3fkSnek0p3P2bOEBSzd {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #s8Ghtn3tpFLdFR4ogKto2fTC1EApf1s2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #VkRebA7LGcAg1x6o63ggEcJP9rdOJRSZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #IfVICKXTE9v647E3n9QXnJKWhqw7n1Eo {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #KWTeLdyKTIvTJfl1eFfMmVvnckFlWm1t {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #qWpotgqvTf6x2dgT08lwtwGJoeNn3KdD {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tm8B9cu0AF6SBJU3veXTwd4Nwyz45ayI {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH {  }
#gDHsJAb0kur10TBxclppS3ElHdLIJexJ #fEiGn1ZoExoA18zH6Z6C3FBFztTRwnHH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #JqC8u8OQwZwlvQev1T7ORUeezf0MP5De {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #tVoy6QrpaT5i9vqsQisZymkpFHTK7XeO {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #itn4EV1Q2ihGmEVVPUoP99V78nt6oGHD {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #GWV4lR1K05IMpb3Nb94FV7ch1wINDirS {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #l6BqSMGPNVB7vlPXGp7mJvkoD3mdgoIc {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #shogL5JSWxP6LWwe94DybxR1mD5LL2Tn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #q1qz6yvsuAxCP8B6GoiQGcSQb8wTJ0Rh {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #dbCumBh6VTkVFVHwMoH6lFKEgHhxklxL {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #t6fbzhNPVuRkRJqgu5N508aQayHgFaWm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #HgoouwOpMMZ69xAA5VoB8Ol5yk9aq5pG {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #An967sZ3mBRqfASaoubDoA0ZdcIB0bx5 {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TL036s5Fc0RtWxbcxTQt93HxXVfrZgRT {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #Tq2OCfJbFq6V7eZMXvRQzEI1sEy1WNpN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #TSHrvx4GrKARIAQvw8L6ehmfzeOvFStr {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #NTLuRt6Ef040XmJmFCMBAE9qwXmBsktn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #ieyUU0LTQ4GwqbP7Wrzrapg52hr3WTwB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #DQM8QJkelsgutD8D4DTSn02suEyAZ3uN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #d2PkDady0ElA6kQJAxTsoQab5rAJK2CE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #G1lAypyaO0xwuCg7HviJ0gR6Fzrpfp1T {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #x0PXkuqJmWrtpgr9a0cdKCZeAzWhNTmn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #FopMkOnFatmMTQ6ErzmaH3vNRkz4INuo {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CKCTTRtaFvyJwoO0h5csTW9z6k4Bubkm {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #vc5RPF9QPFv3oiIr4ywSKiMcR6ky4ufN {  }
 }@media only screen and (max-width: 763px) { #mLMhau8Z75smkaZDTWhXBv5l8OqECPbB { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #xlgqDSMCvlHUS2hg8owDIOb5ymq0fs0C {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #feuOZRH3hBn5lDE8XLxMXG8bT6ogzxEs {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #R2udPTdFK5acGqOvqFiBGFhRRLaOfJDB {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zPFl6ZaM0pPIk5AZAOpzHx0bBUuxs3sn {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #wCbkJtmpKv0EfLSXBbXOS2IXgUO3ICLC {  }
 }@media only screen and (max-width: 763px) { #u770E2CcVIl3POxAS31nQzWzkGdXzHQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #CkThWtniFJQFGmKpPzNrhleTKLhbmq2d {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #f9BxFxGSlVWQF1OqHehvrHEdzPHQtgCa {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WC49uxokFCKTGFWJ6ugkcZBfZa2iubKk {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #A7kV98tTvrDbsoinwRJAJ4oKVWxcudaE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bWZH0TS35xBkPahpdu8JNLGytGKmJStQ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #RHbREVGXWg1nobVaN2cWtWzgvhs5FV3Z {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #bwNRcGmQHn76HLurqDvBt9DgRrpqRuyE {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #XH5si6sh8fLfkZMa9CD2VmTmMuRR7tLZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #N0HcbdMpTdawpgoplufWqCMCKusyZhWC {  }
 }@media only screen and (max-width: 763px) { #WXtOXHJB3zbTISCNVDiSIJR7C6yT32CT { display:block; }
 }@media only screen and (max-width: 763px) { #wIBzQfctOkgvNSK66gTZR5ruTHqQ4yqG { display:block; }
 }@media only screen and (max-width: 763px) { #H3dDXd6oEka7E07uTuSO8kI2hOUTOIlR { display:block; }
 }@media only screen and (max-width: 763px) { #C1Zxut328FA44gmomm0pAF4CcrJcy743 { display:block; }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #oQQELIFUvAZbCaD8ZV1TTJ4ClmuOh5yS {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #g4myDarsM4KTSloSbopIqSxEUQxJh7zZ {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #WbDeXS5ZQH1DZx8qePv4FKeAiH8LhvwN {  }
 }@media only screen and (max-width: 763px) { #gDHsJAb0kur10TBxclppS3ElHdLIJexJ #zRKGxlPkoaWrzvTggqCRQDN9SK6FoD86 {  }
 }@media only screen and (max-width: 763px) { #S58SVnhToT2AAzsqpOvktnVJb9TB3TVg { width:320px;height:249.6px;top:758.36250915527px;left:0px;text-align:center;text-align-last:center;font-size:21px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #pbxxlZXLpWLqtkHxNnHTWqauvPcQzTMO { width:320px;height:54.6px;top:207.36111450195px;left:0px;text-align:center;text-align-last:center;font-size:21px;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { background-color: transparent; background-image: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container { display: none; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .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); }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { border-width: 0; border-radius: 0; }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row > .video-iframe-container {  }#bodu87A4C8hUmEyhcDZtdR6t7rFegbp8 > .row .container { width:320px;height:216px;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQpOBsnAtpl8bbz49uvmtDUSxS9FkQXs { width:51px;height:51px;top:17px;left:40.500001907349px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yXdHenU7wVLuePcF8Sk94pczotkhQCdC { width:50px;height:50px;top:83.987503051758px;left:41.000001907349px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fntxADd1c3a0oHUIUccdVD3tR8hTNhRg { width:50px;height:50px;top:150.98749923706px;left:41.000001907349px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NZhEmz3oEilqZZ22hly1USSiDIwQvOh2 { width:50px;height:50px;top:15px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #XVnkfUck3J0L8ngu6Wx91TWO69IUck7Q { top:21px;left:44.987501144409px;width:163px;height:75px;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #POCuAxfeqOzGA3TDM4NW3Xv7KQZKJH6O { top:17px;left:91.499998092651px;width:198px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #P5AnUMKVmaO6KyDNBalFAK23rx39IhLZ { display:block; }
 }@media only screen and (max-width: 763px) { #ESRqDkTbAoTsXJii8DqqZFrLExXb4OsV { top:150.97500610352px;left:91.499998092651px;width:107px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pnCLNh79sTt8Icb6Xb4QFu8iITXZAuxO { display:block; }
 }@media only screen and (max-width: 763px) { #e7J13STpAXLuMQJqhfdfoETvFFNuRqg8 { top:83.987503051758px;left:91.499998092651px;width:198px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #i2o3PKcLsfZF2TWe4J7tKMPr9Hx1sb93 { display:block; }
 }@media only screen and (max-width: 763px) { #ZtUGpDZqvm8LaTIwks21CfaspNRxn3g0 { width:275px;height:auto;top:13px;left:22px;font-size:16px;display:none; }
 }