.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-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;
  }
}
@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;top:0;left:0;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); }#I8n8thymPuakzutXPbNyN0sUhzdFelaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0;bottom:auto;left:0;right:0;display:block; }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row .container { background-color: transparent; background-image: none; }#I8n8thymPuakzutXPbNyN0sUhzdFelaI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row .container > .video-iframe-container { display: none; }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row > .video-iframe-container { display: none; }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .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); }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row .container { border-width: 0; border-radius: 0; }#I8n8thymPuakzutXPbNyN0sUhzdFelaI > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#GaTRKXbB80XOl2ReD2Cdm8ZVEPiV4rgI { color:#000000;display:block;width:66.9965px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:24.09722328186px;left:232.04862976074px;height:28px;display:block; }
#fkKlTDRTD4rtsusLRQW67hmHX9hCCZJu { color:#000000;display:block;width:136.997px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24.09722328186px;left:353.05555725098px;height:28px;display:block; }
#TtQ6l3nOfDFqaHG4BgrwcUP4nf4BKf6b { color:#000000;display:block;width:143.993px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:24.09722328186px;left:528.0034942627px;height:28px;display:block; }
#pIbmffQRWeRpmHVz8sKtwpTm3UWHIA4e { color:#000000;display:block;width:143.993px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:24.09722328186px;left:722.03126525879px;height:28px;display:block; }
#ar86JDswwVoSBmPQDrxJCTUThdkJrg3L { color:#000000;display:block;width:143.976px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:24.09722328186px;left:917.01393127441px;height:28px;display:block; }
#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/nsnIpqCA/beautiful.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row .container { background-color: transparent; background-image: none; }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(149,149,149,0.55); }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row .container > .video-iframe-container { display: none; }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(149,149,149,0.55); }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row > .video-iframe-container { display: none; }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .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); }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row .container { border-width: 0; border-radius: 0; }#fODtqkacZQ3XmNS3fdaAlgIsQWJW9cKz > .row .container { font-size:14px;font-family:arial;height:573px;width:1200px;position:relative;display:block; }#r7mAznKJ6kVnb46GpTDsUCGDQ4AfwoJe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91.9844px;width:228.984px;top:143.78125px;left:116.46875px;overflow:hidden;display:block; }
#Mp3680GTmk055S3iyXNabnstxTM5TPde { color:#ffffff;display:block;width:321.984px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:128.265625px;left:735.5px;height:123px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5XVWIr8WROeTK3y6TXr8TnHh2rSK0Wd { color:rgba(255,255,255,0.5);display:block;width:532px;position:absolute;font-family:"times new roman";font-size:51px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:329px;left:318.9375px;height:66px;font-style:normal;display:block; }
#vRNBdEEBGKV0BXWcoH3VzsWlqoQLyeNn { color:#efe5e5;display:block;width:343px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:404px;left:413.4375px;height:41px;text-align:center;text-align-last:center;display:block; }
#QzByDM3DfQ7dQXIqGyGT6RtAU8FPvfHP { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;height:475px;width:352px;top:529px;left:685.5px;display:block; }
#M8xLes5uslbWBDgNNVKqi1oGrdJXSSr8 { color:#ed0000;display:block;width:270px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:542px;left:735.5px;height:28px;text-align:center;text-align-last:center;display:block; }
#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfeff;background-image:none;position:relative;display:block; }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row .container { background-color: transparent; background-image: none; }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row .container > .video-iframe-container { display: none; }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row > .video-iframe-container { display: none; }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .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); }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row .container { border-width: 0; border-radius: 0; }#kVrUUB2eHCfLITTTU9ZR3eF4ytmQV5Pw > .row .container { font-size:14px;font-family:arial;height:476px;width:1200px;position:relative;display:block; }#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-form-header {  }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:307px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .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 #090808;border-left:1px solid #090808;border-right:1px solid #090808;border-bottom:1px solid #090808;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:307px;box-sizing:border-box;height:43px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-input-text {padding-top: 0; padding-bottom: 0;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .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 #090808;border-left:1px solid #090808;border-right:1px solid #090808;border-bottom:1px solid #090808;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:307px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:307px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-input-select {padding-top: 0; padding-bottom: 0;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .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:#f69936;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:307px;height:55px;font-family:"open sans";overflow:hidden; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad [class*="-text"]:-moz-placeholder { color:#8b7878;font-family:"open sans";font-size:14px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad [class*="-text"]::-moz-placeholder { color:#8b7878;font-family:"open sans";font-size:14px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad [class*="-text"]:-ms-input-placeholder { color:#8b7878;font-family:"open sans";font-size:14px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad [class*="-text"]::-webkit-input-placeholder { color:#8b7878;font-family:"open sans";font-size:14px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:285px;overflow:hidden;font-style:normal; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-container { padding-top:15px;padding-left:0;padding-right:0;padding-bottom:14px;width:100%;font-size:0px;height:auto; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-container:first-of-type{padding-top:0;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .widget-container:last-of-type{padding-bottom:0;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:70.989562988281px;left:686.99653625488px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:307px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad .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:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad {display:block;}#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:70.989562988281px;left:686.99653625488px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #axGiyQn8rDSRVeabFZMMzyCnK0mBDtGM { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #WeAJiieFvDT668aNORwCaDLkBXEbTP5K { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #GdauenRLAO0QIlmGiG8cWkBx86texmdL { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #AA7Zt0rBAVTpISUHJGwVFC2B880MNU29 { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #wG2fS7gNQCKS5KBUADS5hkEhTlM0BUUM { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #rcXqHD49UyQ4Q4e0KBf74nPAreVeiAVX { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #IVHSheyw82RLluDOuKa2BPE3JQn8WTQx { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #UQJks4z1XrPCzPhl9hP4etkCmOWvqamC { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #KqgaWLUViv1TVwNgqeTwiAqMXWPoWPCQ { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #iFuUbLbUvKI6V7CRMEedRL9ANKEwHa0a { position:relative;top:0px;left:0px; }
#FuqNhFKHTzTCG7JrclKgSgOEIyqMFqad #z5qJXdlyxr7xGDkdXtZk1b6WVQQ3k6Lg { position:relative; }
#LhDoGHqnNc7pZMhei9Cp4vp2cPSmdRzz { color:#000000;display:block;width:549px;position:absolute;font-family:"times new roman";font-size:20px;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:76px;left:40px;height:288px;display:block; }
#wwAzF3Z9wLdiPKMULXvym5IkdfSJVLpO { color:#000000;display:block;width:290px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:13.5px;left:731.5px;height:40px;text-align:center;text-align-last:center;display:block; }
#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#226ade;background-image:none;position:relative;display:block; }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row .container { background-color: transparent; background-image: none; }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row .container > .video-iframe-container { display: none; }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row > .video-iframe-container { display: none; }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .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); }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row .container { border-width: 0; border-radius: 0; }#UmqWhyo6e5sF8NWT7mMHTsLQxtvUxDkT > .row .container { font-size:14px;font-family:arial;height:495px;width:1200px;position:relative;display:block; }#GaIccOvrm7gJOxZyWPgEcdeMkuxrwXcW { color:#fff4f4;display:block;width:386px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:139px;left:164.5px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }#GaIccOvrm7gJOxZyWPgEcdeMkuxrwXcW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GaIccOvrm7gJOxZyWPgEcdeMkuxrwXcW li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#RFPiRVhdh8uQhPoESAJ8fqPKovX2UHLQ { color:#fff6f6;display:block;width:254px;position:absolute;font-family:"times new roman";font-size:34px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:57px;left:473px;height:44px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzosn7qTtoppQ8EmnPnNCZWvJ3JDXakL { color:#fbefef;display:block;width:350px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:196.5px;left:699.5px;height:123px;text-align:center;text-align-last:center;display:block; }
#wXncWkeTdJADNyimnHVwAIqVbHbBz6Xq { color:#fff4f4;display:block;width:427px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:330px;left:164.5px;height:23px;font-style:normal;text-align:left;text-align-last:left;display:block; }#wXncWkeTdJADNyimnHVwAIqVbHbBz6Xq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wXncWkeTdJADNyimnHVwAIqVbHbBz6Xq li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#CAzgVwTheiRs8VBwD6ZDzT3Hsm0UVL76 { color:#fff4f4;display:block;width:474px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:378.5px;left:165.5px;height:46px;font-style:normal;text-align:left;text-align-last:left;display:block; }#CAzgVwTheiRs8VBwD6ZDzT3Hsm0UVL76 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CAzgVwTheiRs8VBwD6ZDzT3Hsm0UVL76 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#N1L55d43iQl4aEnGhyxOiHgxQzmoO0cK { color:#fff4f4;display:block;width:419px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:186.5px;left:164.5px;height:23px;font-style:normal;text-align:left;text-align-last:left;display:block; }#N1L55d43iQl4aEnGhyxOiHgxQzmoO0cK li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#N1L55d43iQl4aEnGhyxOiHgxQzmoO0cK li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#G0dX2M6EivP1pArIZE0dDhM6eEUD0ABW { color:#fff4f4;display:block;width:386px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:236px;left:164.5px;height:23px;font-style:normal;text-align:left;text-align-last:left;display:block; }#G0dX2M6EivP1pArIZE0dDhM6eEUD0ABW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#G0dX2M6EivP1pArIZE0dDhM6eEUD0ABW li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#cUK6PthAPCq7RMksc81KkGKA7H8JvB6Z { color:#fff4f4;display:block;width:386px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:287px;left:164.5px;height:23px;font-style:normal;text-align:left;text-align-last:left;display:block; }#cUK6PthAPCq7RMksc81KkGKA7H8JvB6Z li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cUK6PthAPCq7RMksc81KkGKA7H8JvB6Z li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil { position:relative;display:block; }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil { background-color: transparent; background-image: none; }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .row .container > .video-iframe-container { display: none; }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .row > .video-iframe-container { display: none; }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .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); }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil { border-width: 0; border-radius: 0; }#Mv89zmi1xMAIsMaWXtcZTp5aTheVCQil > .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:739px;width:1200px;position:relative;display:block; }#f6ULu2DpOhTpfVSUk23ObPX4qpDvUD91 { color:#100e0e;display:block;width:254px;position:absolute;font-family:"times new roman";font-size:34px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:82px;left:473px;height:44px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftqUf8tAmkgk9gtWVufox9sZt6D7pcPb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:33px;top:706px;left:306.5px;overflow:hidden;display:block; }
#Ep7EPNwL7UI4Boh7Z5urVpTkdzTAv90b { color:#000000;display:block;width:993px;position:absolute;font-family:"times new roman";font-size:20px;font-weight:normal;z-index:100004;line-height:1.8;letter-spacing:0;top:166.5px;left:103.5px;height:180px;display:block; }
#TTb8rMKfOWEA96wldhm9tgQ7R6pcknMG { color:#000000;display:block;width:916px;position:absolute;font-family:"times new roman";font-size:20px;font-weight:normal;z-index:100005;line-height:1.8;letter-spacing:0;top:391.5px;left:103.5px;height:36px;display:block; }
#T9M7JllLDUIOXDnq306SHFClhQirpxQd { color:#000000;display:block;width:350px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:545.5px;left:425px;height:123px;text-align:center;text-align-last:center;display:block; }
#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172c40;background-image:none;position:relative;display:block; }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row .container { background-color: transparent; background-image: none; }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row .container > .video-iframe-container { display: none; }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row > .video-iframe-container { display: none; }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .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); }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row .container { border-width: 0; border-radius: 0; }#TISqnLyxAm1y2L4Gkn2fsKepS6PkegcA > .row .container { font-size:14px;font-family:arial;height:680px;width:1200px;position:relative;display:block; }#s8r0ZMMaFsffm5cW1F2dtb0B06xtftl0 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"times new roman";font-size:31px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:48.953125px;left:505.9375px;height:40px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0kKqgxiwdhkQXzTW82Zhci3gV0rhrnw { color:#fbf6f6;display:block;width:720px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:148.9375px;left:234.4375px;height:22px;display:block; }#c0kKqgxiwdhkQXzTW82Zhci3gV0rhrnw li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#c0kKqgxiwdhkQXzTW82Zhci3gV0rhrnw li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#Z1u4NsCPoiCBq8SbWIWda1LD8AxpJiBZ { color:#fbf6f6;display:block;width:836.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:210.984375px;left:234.4375px;height:44px;display:block; }#Z1u4NsCPoiCBq8SbWIWda1LD8AxpJiBZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Z1u4NsCPoiCBq8SbWIWda1LD8AxpJiBZ li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#xFWqTwb4p30LRh4WDWTzlHKr7TUKTfRr { color:#fbf6f6;display:block;width:855px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:309.4375px;left:225.421875px;height:44px;display:block; }#xFWqTwb4p30LRh4WDWTzlHKr7TUKTfRr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xFWqTwb4p30LRh4WDWTzlHKr7TUKTfRr li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#bqKZmpipOQa2ZNrsqxU2kglalnV0CCfV { color:#fbf6f6;display:block;width:797.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:427.75px;left:234.4375px;height:44px;display:block; }#bqKZmpipOQa2ZNrsqxU2kglalnV0CCfV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bqKZmpipOQa2ZNrsqxU2kglalnV0CCfV li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#heIBx2SKcRMJTzp2RVTG6SIDKlXGHpZF { color:#fbf6f6;display:block;width:855px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:525.96875px;left:234.4375px;height:88px;display:block; }#heIBx2SKcRMJTzp2RVTG6SIDKlXGHpZF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#heIBx2SKcRMJTzp2RVTG6SIDKlXGHpZF li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se { position:relative;display:block; }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se { background-color: transparent; background-image: none; }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .row .container > .video-iframe-container { display: none; }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .row > .video-iframe-container { display: none; }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .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); }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se { border-width: 0; border-radius: 0; }#PUTfs5qHcGRkaB2Bz7HBFyc7RTF9T7Se > .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:832px;width:1200px;position:relative;display:block; }#rXX7nh4tzThTFpqtTf719OSg1sMwDIFE { color:#000000;display:block;width:244px;position:absolute;font-family:"times new roman";font-size:34px;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:183px;left:478px;height:44px;text-align:center;text-align-last:center;display:block; }
#gsQ197TZhVD8n1PNAwRJsWAxy0VFpfoz { color:#000000;display:block;width:474px;position:absolute;font-family:"times new roman";font-size:28px;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:49px;left:363px;height:72px;text-align:center;text-align-last:center;display:block; }
#JH71I5nqJSeCuGx8Wy5cvcWTqnU176RM { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:184px;top:312.953125px;left:145px;display:block; }
#yRhwOI2JkHzqvKMtJvS6Z5QP2DJGoiby { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:304.953125px;left:339px;height:36px;display:block; }
#rzFXr19wXMuPeuNb3h3ORuf0VJILOvao { color:#000000;display:block;width:218px;position:absolute;font-family:"times new roman";font-size:16px;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:345.953125px;left:339px;height:88px;display:block; }
#vbaVqHbODVVDEbO0DXlN148RiVC9SKoN { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:184px;top:502px;left:145px;display:block; }
#TZFBTAVEx1PXDzcffM75RA7HMP1rXUZO { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:494px;left:339px;height:36px;display:block; }
#rX71v1yvBFEvei2oawJtfW5RLGSAz50v { color:#000000;display:block;width:218px;position:absolute;font-family:"times new roman";font-size:16px;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:533px;left:339px;height:88px;display:block; }
#Qu4z3FwA7yZTkv90QieNgWzNumhlm4V3 { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:184px;top:306px;left:629px;display:block; }
#vS62IJosol3KBgXH0TlPcF4pT5tT7G2a { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:298px;left:823px;height:36px;display:block; }
#Sitn1IZyV48qxhtsDDe5hED3TibLP5RZ { color:#000000;display:block;width:218px;position:absolute;font-family:"times new roman";font-size:16px;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:339px;left:823px;height:88px;display:block; }
#OauaKlavKXIDyFdIHdNpEVEHG7B3oK6l { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:184px;top:495px;left:629px;display:block; }
#IZwL5gJXeTS363Ul4ARN9gsWHPZyUXTZ { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:487px;left:823px;height:36px;display:block; }
#IRD5rAAUn1N9h7rHOFtt9hUblypzO8Nd { color:#000000;display:block;width:218px;position:absolute;font-family:"times new roman";font-size:16px;font-weight:normal;z-index:100012;line-height:1.4;letter-spacing:0;top:528px;left:823px;height:88px;display:block; }
#zyHn0nN8TE9TnWDuSSTumI8qLIvhtT5J { color:#000000;display:block;width:474px;position:absolute;font-family:"times new roman";font-size:28px;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:705.953125px;left:363px;height:72px;text-align:center;text-align-last:center;display:block; }
#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3373d3;background-image:none;position:relative;display:block; }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row .container { background-color: transparent; background-image: none; }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row .container > .video-iframe-container { display: none; }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row > .video-iframe-container { display: none; }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .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); }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row .container { border-width: 0; border-radius: 0; }#uxTfotKnWXpivXe6hJRGzcbM0phwTsRB > .row .container { font-size:14px;font-family:arial;height:67px;width:1200px;position:relative;display:block; }#Ilege8ldEg3nXQgn08Jao6gbTsVvgfyE { color:#ead8d8;display:block;width:387px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:27.5px;left:108px;height:20px;text-align:center;text-align-last:center;display:block; }
#oVS7Gt6PMOrAoT3eUCSpVP60fTe7H4AN { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:900px;top:12px;left:109px;display:block; }
#gNOBvZglyB3gLyakF52eUmzxDcDQdJB1 { color:#ead8d8;display:block;width:188px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:27.5px;left:753px;height:20px;text-align:center;text-align-last:center;display:block; }
