.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; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { position:relative;display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { background-color: transparent; background-image: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { border-width: 0; border-radius: 0; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container {  }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .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:76px;width:1200px;position:relative;display:block; }#r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:170px;top:25.99609375px;left:515px;overflow:hidden;display:block; }
#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs { position:relative;display:block; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs { background-color: transparent; background-image: none; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container > .video-iframe-container { display: none; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row > .video-iframe-container { display: none; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .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); }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs { border-width: 0; border-radius: 0; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container > .video-iframe-container {  }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:836px;width:1200px;position:relative;display:block; }#R7Mp8fOnwCB9vtU4tKitR9yebrgJINoh { color:#000000;display:block;width:651.994px;position:absolute;font-family:"sofia pro";font-size:25px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:33.065628051758px;left:300.46871948242px;height:32.5031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRC2snMW6iCdGP6gpBUQd6Kex5yMiaiO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#cKC1eITASZD1UFK6TeNTGbDwL61BPFK2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:138px;left:0px;overflow:hidden;display:none; }
#M6Ck3tLKw9omq8tNymHGAv42XgnE8WBD { color:#000000;display:block;width:483.975px;position:absolute;font-family:"sofia pro";font-size:17px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:733.16619873047px;left:358.00314331055px;height:22.0938px;text-align:center;text-align-last:center;display:block; }
#BWU6OAcbCTKQWpmeSpGxvGcktpcPQdtG { color:#000000;display:block;width:207px;position:absolute;font-family:"sofia pro";font-size:17px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:786.87554931641px;left:679.4811706543px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PXynvas1fAaT9nrbctqeVQ6ERuTTy7mq { color:#000000;display:block;width:207px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:182.14685058594px;left:548.67184448242px;height:19.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXVqBkAqgokSuWEk470BKCXhn4oskpsV { position:absolute;display:block;z-index:15011;height:348px;width:620px;top:221px;left:300.453125px;display:block; }
#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { position:relative;display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { background-color: transparent; background-image: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container > .video-iframe-container { display: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row > .video-iframe-container { display: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .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); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { border-width: 0; border-radius: 0; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container > .video-iframe-container {  }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .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:300px;width:1200px;position:relative;display:block; }#CvGUeAOv21t5QHdHi5RrxA6kD9UwfeWP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:1200px;top:45px;left:0px;overflow:hidden;display:block; }
#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { position:relative;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { border-width: 0; border-radius: 0; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container {  }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:189px;width:1200px;position:relative;display:block; }#hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:149px;width:400px;top:39px;left:400px;overflow:hidden;display:block; }
#dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:177px;left:0px;overflow:hidden;display:block; }
#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { position:relative;display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { background-color: transparent; background-image: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .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); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { border-width: 0; border-radius: 0; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container > .video-iframe-container {  }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#393939;background-image:none;font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#laZKMLqWURnORfC667egIQaDwqXIlTgi { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:11px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:85px;left:500px;height:14.2969px;text-align:center;text-align-last:center;display:block; }
#FCuon2HSIadPCaAlM8IGgwgsE560wyWa { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:11px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:59px;left:500.00003051758px;height:14.2969px;text-align:center;text-align-last:center;display:block; }
#DtMNEWvmsqgR89evtCg528Zrk59ell9H { color:#000000;display:block;width:414px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26px;left:425.00003051758px;height:14.2969px;text-align:center;text-align-last:center;display:block; }
#zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:113px;left:560.00003051758px;overflow:hidden;display:block; }
#x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:113px;left:606.00003051758px;overflow:hidden;display:block; }
#CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:113px;left:654.00003051758px;overflow:hidden;display:block; }
#T47zgWud79513yMgEs20Jvhs92u9bm3o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:32px;top:112px;left:510.99998474121px;overflow:hidden;display:block; }
#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { background-color: transparent; background-image: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .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); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { border-width: 0; border-radius: 0; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container {  }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .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:120px;width:1200px;position:relative;display:block; }#ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:18px;top:57.988250732422px;left:591px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { top:25px;left:297px;width:170px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs { display:block; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Mp8fOnwCB9vtU4tKitR9yebrgJINoh { top:33px;left:0px;width:651px;height:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KRC2snMW6iCdGP6gpBUQd6Kex5yMiaiO { top:0px;left:0px;width:764px;height:7.64px;display:block; }
 }@media only screen and (max-width: 763px) { #cKC1eITASZD1UFK6TeNTGbDwL61BPFK2 { top:138px;left:0px;width:764px;height:7.64px;display:none; }
 }@media only screen and (max-width: 763px) { #M6Ck3tLKw9omq8tNymHGAv42XgnE8WBD { top:733px;left:0px;width:483px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BWU6OAcbCTKQWpmeSpGxvGcktpcPQdtG { top:786px;left:382px;width:207px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PXynvas1fAaT9nrbctqeVQ6ERuTTy7mq { top:182px;left:175px;width:207px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KXVqBkAqgokSuWEk470BKCXhn4oskpsV { top:221px;left:0px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvGUeAOv21t5QHdHi5RrxA6kD9UwfeWP { top:45px;left:0px;width:764px;height:162.35px;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { top:39px;left:182px;width:400px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { top:177px;left:0px;width:764px;height:7.64px;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { top:85px;left:282.00006103516px;width:200px;height:13px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { top:59px;left:282.00003051758px;width:200px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { top:26px;left:207.00003051758px;width:414px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { top:113px;left:342.00003051758px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { top:113px;left:388.00003051758px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { top:113px;left:436.00003051758px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T47zgWud79513yMgEs20Jvhs92u9bm3o { top:112px;left:292.99998474121px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { display:none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { width:18px;height:36px;top:57px;left:373px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:320px;height:63px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { width:132px;height:18px;top:20px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs { display:block; }#HzKChpL1x6tOwyXaTcPBCJNx5D4vlxXs > .row .container { width:320px;height:1625.1030311584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Mp8fOnwCB9vtU4tKitR9yebrgJINoh { width:271.969px;height:22.0875px;top:27.168750762939px;left:24.009373664856px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KRC2snMW6iCdGP6gpBUQd6Kex5yMiaiO { width:320px;height:3.19167px;top:9.8083343505859px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cKC1eITASZD1UFK6TeNTGbDwL61BPFK2 { width:320px;height:12px;top:3.814697265625E-6px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ck3tLKw9omq8tNymHGAv42XgnE8WBD { width:207.975px;height:18.1875px;top:1180.649936676px;left:56.006247520447px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BWU6OAcbCTKQWpmeSpGxvGcktpcPQdtG { width:150.994px;height:16.9031px;top:1221.1030921936px;left:169.00311946869px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXynvas1fAaT9nrbctqeVQ6ERuTTy7mq { width:186px;height:19.5px;top:584.84057998657px;left:13.996874809265px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXVqBkAqgokSuWEk470BKCXhn4oskpsV { width:320px;height:348px;top:1257.1030311584px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvGUeAOv21t5QHdHi5RrxA6kD9UwfeWP { width:319.997px;height:67.9969px;top:20.990661621094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color:#ffffff;background-image:none;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { width:249.994px;height:91.9969px;top:3.0517578125E-5px;left:34.996874809265px;display:block; }
 }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { width:319.997px;height:13.9969px;top:91.987487792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { width:200px;height:14.2875px;top:102px;left:60px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { width:200px;height:14.2875px;top:68px;left:60px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { width:261px;height:28.575px;top:20px;left:29px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { width:25px;height:25px;top:148px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { width:25px;height:25px;top:148px;left:177px;display:block; }
 }@media only screen and (max-width: 763px) { #CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { width:25px;height:25px;top:148px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #T47zgWud79513yMgEs20Jvhs92u9bm3o { width:25px;height:25px;top:148px;left:59.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;z-index:auto;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { top:20px;left:151px;width:18px;height:36px;z-index:15000;overflow:hidden;display:block; }
 }