.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;background-image:none;position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container {  }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#606060;display:block;width:606px;position:absolute;font-family:mazzard;font-size:45px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:434px;left:0px;height:161.9958px;font-style:normal;display:block; }
#EyokvKyHwZkA19payHgHLFFoa3rUNbDn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.9931px;width:280.998px;top:361.99655151367px;left:0px;overflow:hidden;display:block; }
#DX7gaeVqfvKRMd5SotHQHeWqOWQsmBOU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:555px;width:469px;top:91px;left:491px;overflow:hidden;display:block; }
#w1aZZuGynfkA8aDyeywmudDTNGANhBnx { background-color:#606060;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:proximanova;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:150px;height:35px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.984375px;left:766.96017456055px;display:block; }
#dxXhwrIvtb0HWRnvXxSHBtcf0zyaoUrO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container {  }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container {  }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:14px;font-family:arial;height:392px;width:960px;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:24px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:0px;height:215.9663px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0ocrWAbBFcJeS2Rq3f4lfcF2h7idl4g { color:#606060;display:block;width:448px;position:absolute;font-family:proximanova;font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:512px;height:311.9816px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container {  }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:14px;font-family:arial;height:341px;width:960px;position:relative;display:block; }#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:57px;left:0px;height:76.804px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:300px;width:450px;top:0px;left:510px;overflow:hidden;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:157px;left:0px;height:119.993px;display:block; }
#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container { background-color: transparent; background-image: none; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container > .video-iframe-container { display: none; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row > .video-iframe-container { display: none; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .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); }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container { border-width: 0; border-radius: 0; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row > .video-iframe-container {  }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container { font-size:14px;font-family:arial;height:440px;width:960px;position:relative;display:block; }#cJzXsTGKdJN2oqhVT4X1PJJd6D0rbg3V { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:83.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icxFMxcTExa96ASBPsfxiE6lWk8UW99i { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:112px;left:0px;height:263.984px;display:block; }
#DqksEncLAIpTvNbwzlZOTmufRxu7QtgD { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:112px;left:510px;height:215.987px;display:block; }
#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container { background-color: transparent; background-image: none; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container > .video-iframe-container { display: none; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row > .video-iframe-container { display: none; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .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); }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container { border-width: 0; border-radius: 0; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row > .video-iframe-container {  }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container { font-size:14px;font-family:arial;height:337px;width:960px;position:relative;display:block; }#Lq9iJIAkFOziPESErTxo5tBG7nwesIqn { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13px;left:510px;height:83.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OaLeOrBWeQ4FUxRtv7wWLaCU0PAt1zra { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:300px;width:450px;top:0px;left:0px;overflow:hidden;display:block; }
#FQuCrWVTST0hD9rLludlgSIr8QDXqDL2 { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:111.5px;left:510px;height:191.989px;display:block; }
#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container { background-color: transparent; background-image: none; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container > .video-iframe-container { display: none; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row > .video-iframe-container { display: none; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .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); }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container { border-width: 0; border-radius: 0; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row > .video-iframe-container {  }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container { font-size:14px;font-family:arial;height:214px;width:960px;position:relative;display:block; }#n0afhNZ7vFPaZ2snzOC5nUXQURRhAZqG { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKgIpQX9nBKCnELRaFqNW7XQCwidNwuT { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:66px;left:0px;height:96px;display:block; }
#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container { background-color: transparent; background-image: none; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container > .video-iframe-container { display: none; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row > .video-iframe-container { display: none; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .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); }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container { border-width: 0; border-radius: 0; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row > .video-iframe-container {  }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container { font-size:14px;font-family:arial;height:267px;width:960px;position:relative;display:block; }#SJluWkTfG8F5U2CZWc00kT5ezZGXeluz { color:#606060;display:block;width:471px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:41.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxEkQ3rHWvJEP661O1QoEAJM80D3DERC { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:67px;left:0px;height:167.99px;display:block; }
#msWiTl3gr5D5TLJvA63N7NpNJ6MS2mXb { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:67px;left:510px;height:143.991px;display:block; }
#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container { background-color: transparent; background-image: none; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container > .video-iframe-container { display: none; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row > .video-iframe-container { display: none; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .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); }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container { border-width: 0; border-radius: 0; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row > .video-iframe-container {  }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container { font-size:14px;font-family:arial;height:164px;width:960px;position:relative;display:block; }#T1rTyqyTFPDc3dVH5WpGiEllGrBTU1eX { color:#606060;display:block;width:960px;position:absolute;font-family:proximanova;font-size:24px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25px;left:0px;height:107.983px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container { background-color: transparent; background-image: none; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container > .video-iframe-container { display: none; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row > .video-iframe-container { display: none; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .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); }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container { border-width: 0; border-radius: 0; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row > .video-iframe-container {  }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container { font-size:14px;font-family:arial;height:384px;width:960px;position:relative;display:block; }#D19BEFXxtrUrfKb3zH26G8K894g64yS1 { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:83.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C85vsRwhsEThL1U0lSqTdIWBAbnM4GbC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:256px;width:450px;top:104px;left:510px;overflow:hidden;display:block; }
#TxzGHsAoKnxcZEpdCn2FROxklbvZI1qy { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:112px;left:0px;height:215.9873px;display:block; }
#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container { background-color: transparent; background-image: none; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container > .video-iframe-container { display: none; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row > .video-iframe-container { display: none; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .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); }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container { border-width: 0; border-radius: 0; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row > .video-iframe-container {  }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container { font-size:14px;font-family:arial;height:582px;width:960px;position:relative;display:block; }#Z4CTQxB6Typ2VZhqsz1vmrmLnWsdTt6N { color:#606060;display:block;width:370px;position:absolute;font-family:proximanova;font-size:32px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:238.90625px;left:509px;height:83.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM2TbawrLXBt4WOSyStNAt7oxoS5by3k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:561px;width:298px;top:10.5px;left:33px;overflow:hidden;display:block; }
#AO3yo8n1dxy2dihmOAAXoVlOvc7NDqLG { color:#606060;display:block;width:450px;position:absolute;font-family:proximanova;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:358px;left:510px;height:167.9902px;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container {  }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:14px;font-family:arial;height:170px;width:960px;position:relative;display:block; }#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #606060;border-left:1px solid #606060;border-right:1px solid #606060;border-bottom:1px solid #606060;border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#606060;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:proximanova;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44px;left:240px;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OZPwb0KNIGNLwFwLOCuVcTCqsLow0HZF { background-color:#606060;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:proximanova;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:52px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44px;left:517px;display:block; }
#rop9NpCSFA7kQdKZQOhb9viTd1CoSTsd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:434px;left:0px;width:606px;height:162px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #EyokvKyHwZkA19payHgHLFFoa3rUNbDn { top:361px;left:0px;width:280px;height:48.819094797828px;display:block; }
 }@media only screen and (max-width: 763px) { #DX7gaeVqfvKRMd5SotHQHeWqOWQsmBOU { top:91px;left:295px;width:469px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #w1aZZuGynfkA8aDyeywmudDTNGANhBnx { width:150px;height:35px;top:18px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #dxXhwrIvtb0HWRnvXxSHBtcf0zyaoUrO { display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0px;left:0px;width:450px;height:252px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #J0ocrWAbBFcJeS2Rq3f4lfcF2h7idl4g { top:0px;left:316px;width:448px;height:360px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:57px;left:0px;width:370px;height:76px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:450px;height:300px;top:0px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:157px;left:0px;width:450px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD { display:block; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJzXsTGKdJN2oqhVT4X1PJJd6D0rbg3V { top:0px;left:0px;width:370px;height:83px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #icxFMxcTExa96ASBPsfxiE6lWk8UW99i { top:112px;left:0px;width:450px;height:288px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DqksEncLAIpTvNbwzlZOTmufRxu7QtgD { top:112px;left:314px;width:450px;height:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 { display:block; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lq9iJIAkFOziPESErTxo5tBG7nwesIqn { top:13px;left:394px;width:370px;height:83px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OaLeOrBWeQ4FUxRtv7wWLaCU0PAt1zra { width:450px;height:300px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FQuCrWVTST0hD9rLludlgSIr8QDXqDL2 { top:111px;left:314px;width:450px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF { display:block; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0afhNZ7vFPaZ2snzOC5nUXQURRhAZqG { top:0px;left:0px;width:370px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #aKgIpQX9nBKCnELRaFqNW7XQCwidNwuT { top:66px;left:0px;width:450px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO { display:block; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJluWkTfG8F5U2CZWc00kT5ezZGXeluz { top:0px;left:0px;width:471px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #KxEkQ3rHWvJEP661O1QoEAJM80D3DERC { top:67px;left:0px;width:450px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #msWiTl3gr5D5TLJvA63N7NpNJ6MS2mXb { top:67px;left:314px;width:450px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t { display:block; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rTyqyTFPDc3dVH5WpGiEllGrBTU1eX { top:25px;left:0px;width:764px;height:108px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 { display:block; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D19BEFXxtrUrfKb3zH26G8K894g64yS1 { top:0px;left:0px;width:370px;height:83px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #C85vsRwhsEThL1U0lSqTdIWBAbnM4GbC { width:450px;height:256px;top:104px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #TxzGHsAoKnxcZEpdCn2FROxklbvZI1qy { top:112px;left:0px;width:450px;height:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm { display:block; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4CTQxB6Typ2VZhqsz1vmrmLnWsdTt6N { top:238px;left:394px;width:370px;height:83px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xM2TbawrLXBt4WOSyStNAt7oxoS5by3k { width:298px;height:561px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AO3yo8n1dxy2dihmOAAXoVlOvc7NDqLG { top:358px;left:314px;width:450px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:216px;height:52px;top:44px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #OZPwb0KNIGNLwFwLOCuVcTCqsLow0HZF { width:216px;height:52px;top:44px;left:419px;display:block; }
 }@media only screen and (max-width: 763px) { #rop9NpCSFA7kQdKZQOhb9viTd1CoSTsd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#f7f6f4;background-image:none;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:320px;height:636px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:306.996px;height:144.0129px;top:114.97158813477px;left:6.49147605896px;font-size:32px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EyokvKyHwZkA19payHgHLFFoa3rUNbDn { width:300px;height:53.9986px;top:40.980113983154px;left:9.9928970336914px;display:block; }
 }@media only screen and (max-width: 763px) { #DX7gaeVqfvKRMd5SotHQHeWqOWQsmBOU { width:320px;height:378.67803837953px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w1aZZuGynfkA8aDyeywmudDTNGANhBnx { width:150px;height:35px;top:18px;left:85px;display:none; }
 }@media only screen and (max-width: 763px) { #dxXhwrIvtb0HWRnvXxSHBtcf0zyaoUrO { display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:320px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:320px;height:287.9543px;top:20px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0ocrWAbBFcJeS2Rq3f4lfcF2h7idl4g { width:320px;height:479.9716px;top:290.99433898926px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:320px;height:62.4006px;top:226px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:320px;height:211px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:320px;height:146.96px;top:306px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD { display:block; }#Wen4XZaqxosVCL5GZLe6s8ZQ9DxvSFlD > .row .container { width:320px;height:726px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJzXsTGKdJN2oqhVT4X1PJJd6D0rbg3V { width:320px;height:78px;top:20px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #icxFMxcTExa96ASBPsfxiE6lWk8UW99i { width:320px;height:335.909px;top:118px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqksEncLAIpTvNbwzlZOTmufRxu7QtgD { width:320px;height:251.932px;top:465px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 { display:block; }#kCDhruaZ83KhSKrhi6FQ8lQNlgy8oo63 > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lq9iJIAkFOziPESErTxo5tBG7nwesIqn { width:320px;height:62.4006px;top:244px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OaLeOrBWeQ4FUxRtv7wWLaCU0PAt1zra { width:320px;height:212px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FQuCrWVTST0hD9rLludlgSIr8QDXqDL2 { width:320px;height:209.943px;top:325.5px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF { display:block; }#qLvcexefU37iHPG9lrUdnQ9W7o1Ft3aF > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0afhNZ7vFPaZ2snzOC5nUXQURRhAZqG { width:320px;height:39px;top:20px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aKgIpQX9nBKCnELRaFqNW7XQCwidNwuT { width:320px;height:125.966px;top:79px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO { display:block; }#I6AqA0IIsehrfaCUiXTrxf0JmUwnL3cO > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJluWkTfG8F5U2CZWc00kT5ezZGXeluz { width:320px;height:62.4006px;top:20px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KxEkQ3rHWvJEP661O1QoEAJM80D3DERC { width:320px;height:188.949px;top:118px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #msWiTl3gr5D5TLJvA63N7NpNJ6MS2mXb { width:320px;height:167.955px;top:327px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t { display:block; }#TkMh2SZ4hrQPHirHaXMo8I2Tbl7twJ7t > .row .container { width:320px;height:395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rTyqyTFPDc3dVH5WpGiEllGrBTU1eX { width:320px;height:359.943px;top:20px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 { display:block; }#nANNQVuf8hSoJ8mXa98oMXfld9fp44s4 > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D19BEFXxtrUrfKb3zH26G8K894g64yS1 { width:320px;height:62.4006px;top:228px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C85vsRwhsEThL1U0lSqTdIWBAbnM4GbC { width:320px;height:181px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TxzGHsAoKnxcZEpdCn2FROxklbvZI1qy { width:320px;height:251.9322px;top:304.5px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm { display:block; }#riOS4WcO3V4SbKduTTT5G3iNNxG3VDUm > .row .container { width:320px;height:810px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4CTQxB6Typ2VZhqsz1vmrmLnWsdTt6N { width:320px;height:78px;top:494px;left:0px;font-size:26px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xM2TbawrLXBt4WOSyStNAt7oxoS5by3k { width:250px;height:466px;top:9px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AO3yo8n1dxy2dihmOAAXoVlOvc7NDqLG { width:320px;height:188.9487px;top:590px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:216px;height:52px;top:20px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #OZPwb0KNIGNLwFwLOCuVcTCqsLow0HZF { width:216px;height:52px;top:92px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #rop9NpCSFA7kQdKZQOhb9viTd1CoSTsd { display:block; }
 }