.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:24px;width:764px;position:relative;display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { position:relative;display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { background-color: transparent; background-image: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .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); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { border-width: 0; border-radius: 0; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .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:757px;width:764px;position:relative;display:block; }#bVdKOEMhukT81CuXMwZ7fwHNtZW8rpds { color:#000000;display:block;width:699.996px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:209px;left:32px;height:112px;text-align:center;text-align-last:center;display:block; }
#CTBbDM61Gp2UqeHwkZDebR752mpHXgUG { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:48px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:35.930534362793px;left:32px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcnqRTyKeTTmMfNini0MMIduvRwX0xkH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:365px;width:700px;top:341px;left:32px;overflow:hidden;display:block; }
#WH3rfHKwkaXtfhzkxcObay5l1ceTUCE7 { color:#000000;display:block;width:699.996px;position:absolute;font-family:"source sans pro";font-size:13px;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:705.96487426758px;left:31.981109619141px;height:19.2px;text-align:justify;text-align-last:initial;display:block; }
#ldM0iVvnduP4plk9rayHfmRXFyotud4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf1f2;background-image:none;position:relative;display:block; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container { background-color: transparent; background-image: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container > .video-iframe-container { display: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row > .video-iframe-container { display: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .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); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container { border-width: 0; border-radius: 0; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container { font-size:14px;font-family:arial;height:624px;width:764px;position:relative;display:block; }#SMFEchHEx1uKTdIDHqwglwA6UaHV69ep { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:50px;left:31.96826171875px;height:177.6px;text-align:justify;text-align-last:initial;display:block; }
#ygU7yhaB2R6Zii6t00oXIqxN9xq5JVT5 { color:#000000;display:block;width:489px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:277.99743652344px;left:242.99743652344px;height:177.6px;text-align:justify;text-align-last:initial;display:block; }
#rJcBtWE8nBkfJJHu7nS64kxN0MFVWkrq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:155px;width:200px;top:287.99310302734px;left:31.981109619141px;overflow:hidden;display:block; }
#Iq0o3T96u4zlaEbPIHvsRq1zVkwLrBmK { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:455.99057006836px;left:31.981109619141px;height:118.4px;text-align:justify;text-align-last:initial;display:block; }
#l8gTbJ3TLUbOTJTr9N6e27OZ26CHbPVo { color:#000000;display:block;width:699.996px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:199.72127151489px;left:31.981109619141px;height:237.118px;text-align:justify;text-align-last:initial;display:none; }
#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf { position:relative;display:block; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf { background-color: transparent; background-image: none; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row .container > .video-iframe-container { display: none; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row > .video-iframe-container { display: none; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .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); }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf { border-width: 0; border-radius: 0; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .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:773px;width:764px;position:relative;display:block; }#OvtRp0Xhuwo8Tlrm5bO7PTyfQ8NKSTic { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:135.99057006836px;left:31.981109619141px;height:332.8px;text-align:justify;text-align-last:initial;display:block; }
#OQh4FErXTXoyzfrmwcbrWwUFZHcVCxW9 { color:#000000;display:block;width:490px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:517.98887634277px;left:31.993988037109px;height:204.8px;text-align:justify;text-align-last:initial;display:block; }
#mnb7lnVWzw6TWZvtgo2gAzexTWPpLySD { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:49.991424560547px;left:31.993988037109px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmLTIe0R2PappS8yeGpOHTIP2Lzcvqbo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:196px;width:200px;top:517.98887634277px;left:532.98889160156px;overflow:hidden;display:block; }
#XwDCJCvcBZo3oXeZZ5NwA1um1Qt9kDLl { position:absolute;display:block;z-index:100015;background-color:#5de6b3;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;height:3px;width:199.991px;top:94.193832397461px;left:31.929656982422px;display:block; }
#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf1f2;background-image:none;position:relative;display:block; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { background-color: transparent; background-image: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container > .video-iframe-container { display: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row > .video-iframe-container { display: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .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); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { border-width: 0; border-radius: 0; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { font-size:14px;font-family:arial;height:289px;width:764px;position:relative;display:block; }#PiAEepq5cTeRvF9DszBT1JItOI2WO1oy { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:49.982849121094px;left:31.981109619141px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xU2xqAMXEWuq3yHliMb2y0oB9wf1K2We { color:#000000;display:block;width:699.996px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:136.18783569336px;left:31.955383300781px;height:102.4px;text-align:justify;text-align-last:initial;display:block; }
#xE1hgiDGEkbU92uzLGvFknHrAsQeDIgZ { position:absolute;display:block;z-index:100015;background-color:#5de6b3;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;height:3px;width:199.991px;top:94.185272216797px;left:31.916809082031px;display:block; }
#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 { position:relative;display:block; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 { background-color: transparent; background-image: none; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row .container > .video-iframe-container { display: none; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row > .video-iframe-container { display: none; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .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); }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 { border-width: 0; border-radius: 0; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .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:1299px;width:764px;position:relative;display:block; }#tGGqRFWQcxGkNVSx4RcPsHTfnCAA3H4a { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:171.98974609375px;left:31.981109619141px;height:179.2px;text-align:justify;text-align-last:initial;display:block; }
#zau3BqJabi28GwUnSlgrP7xXKTDGA4i8 { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:670.99066162109px;left:31.981109619141px;height:256px;text-align:justify;text-align-last:initial;display:block; }
#Q5KAgfxEri2NQKnFboxUaqU3otwe5Kyk { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:49.982849121094px;left:31.981109619141px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kesbF7UeeLcSEAJq8NFWfvuhVi2QTsyP { color:#000000;display:block;width:490px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:951px;left:242px;height:179.2px;text-align:justify;text-align-last:initial;display:block; }
#rob6FAdFDhMxX5Pf1uS0MXT5h9HsNE6Z { color:#000000;display:block;width:700px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:1195px;left:32px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#yCKTuoEbEkkU3NAunFbGuPD9Aukp83g0 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:219.996px;width:299.987px;top:400.63043212891px;left:231.95971679688px;overflow:hidden;display:block; }
#RcCngJ4ToJs1N6xgwdhQzxATWiWtL3mA { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:199.991px;width:199.991px;top:951px;left:32px;overflow:hidden;display:block; }
#e0FQCqUK6yrg3FNrFqVVmlRUObp3TJmu { position:absolute;display:block;z-index:100016;background-color:#5de6b3;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;height:2.99743px;width:199.979px;top:130.41168212891px;left:31.929656982422px;display:block; }
#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf1f2;background-image:none;position:relative;display:block; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { background-color: transparent; background-image: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container > .video-iframe-container { display: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row > .video-iframe-container { display: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .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); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { border-width: 0; border-radius: 0; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { font-size:14px;font-family:arial;height:305px;width:764px;position:relative;display:block; }#WevW1r3R8qGrgpb2euOKaFUfPINW93ft { color:#000000;display:block;width:699.996px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:50px;left:32px;height:103.2px;text-align:center;text-align-last:center;display:block; }
#fmwMQpOw5fVOUVQerQZsJqrtTbWyTzyT { background-color:#ff8b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 0 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.996px;height:49.9786px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:204px;left:241.99401855469px;display:block; }
#PWi1sPvOri1GTVpVZV530Iaud7bHrla0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8e0df;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container { background-color: transparent; background-image: none; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container > .video-iframe-container { display: none; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row > .video-iframe-container { display: none; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .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); }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container { border-width: 0; border-radius: 0; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container { font-size:14px;font-family:arial;height:56px;width:764px;position:relative;display:block; }#HfW5A7sFVhr0D44Ul1msQTd86Mc4CKp0 { color:#56676b;display:block;width:429.996px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:18.421936035156px;left:32px;height:17.6px;display:block; }
#sQdVCdRzwTscTluzNTznZB8e1mwzdKqu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#575c62;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:150px;height:34.9914px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:10.497436523438px;left:483.00170898438px;display:block; }
#DZ8Tt9PwAI3fuCSK4TSvMdToF4g72TxL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BXoFVP3g4wrfI4CzUC61TIHlQPEqV0yX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#575c62;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:80px;height:34.9914px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:10.497436523438px;left:652px;display:block; }
#qH4nVVcEue6v3Pbz4ov9ZxGWKVcmLyEP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVdKOEMhukT81CuXMwZ7fwHNtZW8rpds { top:209px;left:32px;width:699px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTBbDM61Gp2UqeHwkZDebR752mpHXgUG { top:35px;left:31.993988037109px;width:699px;height:143px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lcnqRTyKeTTmMfNini0MMIduvRwX0xkH { top:341px;left:32px;width:699px;height:364.47166698095px;display:block; }
 }@media only screen and (max-width: 763px) { #WH3rfHKwkaXtfhzkxcObay5l1ceTUCE7 { top:705px;left:31.981109619141px;width:699px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ldM0iVvnduP4plk9rayHfmRXFyotud4T { display:block; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMFEchHEx1uKTdIDHqwglwA6UaHV69ep { top:50px;left:31.96826171875px;width:699px;height:177px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ygU7yhaB2R6Zii6t00oXIqxN9xq5JVT5 { top:277px;left:242.99743652344px;width:489px;height:177px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rJcBtWE8nBkfJJHu7nS64kxN0MFVWkrq { top:287px;left:31.981109619141px;width:199px;height:154.22298503433px;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0o3T96u4zlaEbPIHvsRq1zVkwLrBmK { top:455px;left:31.981109619141px;width:700px;height:118px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l8gTbJ3TLUbOTJTr9N6e27OZ26CHbPVo { top:199px;left:31.981109619141px;width:699px;height:237px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf { display:block; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvtRp0Xhuwo8Tlrm5bO7PTyfQ8NKSTic { top:135px;left:31.96875px;width:700px;height:338px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OQh4FErXTXoyzfrmwcbrWwUFZHcVCxW9 { top:517px;left:31.993988037109px;width:489px;height:204px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mnb7lnVWzw6TWZvtgo2gAzexTWPpLySD { top:49px;left:31.993988037109px;width:699px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UmLTIe0R2PappS8yeGpOHTIP2Lzcvqbo { top:517px;left:532.98889160156px;width:199px;height:195.01982089194px;display:block; }
 }@media only screen and (max-width: 763px) { #XwDCJCvcBZo3oXeZZ5NwA1um1Qt9kDLl { top:94px;left:31.929656982422px;width:199px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b { display:block; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAEepq5cTeRvF9DszBT1JItOI2WO1oy { top:49px;left:31.981109619141px;width:699px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xU2xqAMXEWuq3yHliMb2y0oB9wf1K2We { top:136px;left:31.955383300781px;width:699px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xE1hgiDGEkbU92uzLGvFknHrAsQeDIgZ { top:94px;left:31.916809082031px;width:199px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 { display:block; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGGqRFWQcxGkNVSx4RcPsHTfnCAA3H4a { top:171px;left:31.974975585938px;width:700px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zau3BqJabi28GwUnSlgrP7xXKTDGA4i8 { top:670px;left:31.974975585938px;width:700px;height:256px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KAgfxEri2NQKnFboxUaqU3otwe5Kyk { top:49px;left:31.981109619141px;width:699px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kesbF7UeeLcSEAJq8NFWfvuhVi2QTsyP { top:951px;left:242px;width:490px;height:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rob6FAdFDhMxX5Pf1uS0MXT5h9HsNE6Z { top:1195px;left:32px;width:700px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yCKTuoEbEkkU3NAunFbGuPD9Aukp83g0 { top:400px;left:231.95971679688px;width:299px;height:219.28168441265px;display:block; }
 }@media only screen and (max-width: 763px) { #RcCngJ4ToJs1N6xgwdhQzxATWiWtL3mA { top:951px;left:32px;width:199px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #e0FQCqUK6yrg3FNrFqVVmlRUObp3TJmu { top:130px;left:31.929656982422px;width:199px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF { display:block; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WevW1r3R8qGrgpb2euOKaFUfPINW93ft { top:50px;left:32px;width:699px;height:103px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fmwMQpOw5fVOUVQerQZsJqrtTbWyTzyT { width:279px;height:49px;top:204px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #PWi1sPvOri1GTVpVZV530Iaud7bHrla0 { display:block; }
 }@media only screen and (max-width: 763px) { #BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg { display:block; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfW5A7sFVhr0D44Ul1msQTd86Mc4CKp0 { width:429px;height:18px;top:18px;left:32px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sQdVCdRzwTscTluzNTznZB8e1mwzdKqu { width:150px;height:34px;top:10px;left:483.00170898438px;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8Tt9PwAI3fuCSK4TSvMdToF4g72TxL { display:block; }
 }@media only screen and (max-width: 763px) { #BXoFVP3g4wrfI4CzUC61TIHlQPEqV0yX { width:80px;height:34px;top:10px;left:652px;display:block; }
 }@media only screen and (max-width: 763px) { #qH4nVVcEue6v3Pbz4ov9ZxGWKVcmLyEP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:30px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { display:block; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf { background-color: transparent; background-image: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row > .video-iframe-container { display: none; }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .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); }#eaL8h8fwogdIHbKklfpshqxxTGqgoAtf > .row .container { width:320px;height:498px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVdKOEMhukT81CuXMwZ7fwHNtZW8rpds { width:319.979px;height:168px;top:125px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CTBbDM61Gp2UqeHwkZDebR752mpHXgUG { width:319.979px;height:75px;top:30px;left:0px;font-size:25px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lcnqRTyKeTTmMfNini0MMIduvRwX0xkH { width:319.991px;height:166.852px;top:311px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WH3rfHKwkaXtfhzkxcObay5l1ceTUCE7 { width:319.979px;height:19px;top:478px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ldM0iVvnduP4plk9rayHfmRXFyotud4T { display:block; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T { background-color: transparent; background-image: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container > .video-iframe-container { display: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row > .video-iframe-container { display: none; }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .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); }#ldM0iVvnduP4plk9rayHfmRXFyotud4T > .row .container { width:320px;height:923px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMFEchHEx1uKTdIDHqwglwA6UaHV69ep { width:319.979px;height:264px;top:30px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ygU7yhaB2R6Zii6t00oXIqxN9xq5JVT5 { width:319.979px;height:191.012px;top:540.60034942627px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #rJcBtWE8nBkfJJHu7nS64kxN0MFVWkrq { width:270px;height:207.969px;top:324px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0o3T96u4zlaEbPIHvsRq1zVkwLrBmK { width:319.979px;height:167.136px;top:792.54293823242px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #l8gTbJ3TLUbOTJTr9N6e27OZ26CHbPVo { width:319.969px;height:360px;top:562px;left:0px;font-size:16px;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf { display:block; }#Akw5CfC5ahBXR2eGcnBIyf1SIqZfl9gf > .row .container { width:320px;height:1232px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvtRp0Xhuwo8Tlrm5bO7PTyfQ8NKSTic { width:319.979px;height:528px;top:121.86541748047px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OQh4FErXTXoyzfrmwcbrWwUFZHcVCxW9 { width:319.969px;height:240px;top:974px;left:0.015625px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mnb7lnVWzw6TWZvtgo2gAzexTWPpLySD { width:319.991px;height:62px;top:30px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UmLTIe0R2PappS8yeGpOHTIP2Lzcvqbo { width:270px;height:263.969px;top:680px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XwDCJCvcBZo3oXeZZ5NwA1um1Qt9kDLl { width:198.988px;height:2.99743px;top:98.889404296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b { background-color:#edf1f2;background-image:none;display:block; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { background-color: transparent; background-image: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container > .video-iframe-container { display: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row > .video-iframe-container { display: none; }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .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); }#qEfcG6z7gKOFlOb3ERKcgLqCpmyrUS6b > .row .container { width:320px;height:267px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAEepq5cTeRvF9DszBT1JItOI2WO1oy { width:319.991px;height:62px;top:15.000030517578px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xU2xqAMXEWuq3yHliMb2y0oB9wf1K2We { width:319.979px;height:144px;top:106.86538696289px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xE1hgiDGEkbU92uzLGvFknHrAsQeDIgZ { width:198.988px;height:2.99743px;top:83.889404296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 { display:block; }#bqcl1wyLVLSHUwFp6Auq0KFT5aRDIED0 > .row .container { width:320px;height:1754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGGqRFWQcxGkNVSx4RcPsHTfnCAA3H4a { width:319.979px;height:288px;top:137.34134674072px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zau3BqJabi28GwUnSlgrP7xXKTDGA4i8 { width:319.969px;height:384px;top:681px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KAgfxEri2NQKnFboxUaqU3otwe5Kyk { width:319.991px;height:93px;top:15px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kesbF7UeeLcSEAJq8NFWfvuhVi2QTsyP { width:319.979px;height:216px;top:1395px;left:0px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rob6FAdFDhMxX5Pf1uS0MXT5h9HsNE6Z { width:319.969px;height:81px;top:1641px;left:0px;font-size:18px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yCKTuoEbEkkU3NAunFbGuPD9Aukp83g0 { width:270px;height:196.984px;top:455px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RcCngJ4ToJs1N6xgwdhQzxATWiWtL3mA { width:270px;height:270px;top:1095px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e0FQCqUK6yrg3FNrFqVVmlRUObp3TJmu { width:198.988px;height:1.994px;top:115.36878967285px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF { background-color:#edf1f2;background-image:none;display:block; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { background-color: transparent; background-image: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container > .video-iframe-container { display: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row > .video-iframe-container { display: none; }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .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); }#C7Gzu9Pbl96zQUwAvRr39sgKWRplBOzF > .row .container { width:320px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WevW1r3R8qGrgpb2euOKaFUfPINW93ft { width:319.979px;height:140px;top:30px;left:0px;font-size:19px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fmwMQpOw5fVOUVQerQZsJqrtTbWyTzyT { width:279.984px;height:49.9688px;top:210px;left:19.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #PWi1sPvOri1GTVpVZV530Iaud7bHrla0 { display:block; }
 }@media only screen and (max-width: 763px) { #BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg { position:relative;z-index:auto;display:block; }#BhFcUXXvR6DSCSDZVcuUxTOMgQDeIKLg > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfW5A7sFVhr0D44Ul1msQTd86Mc4CKp0 { width:320px;height:18px;top:19.986328125px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQdVCdRzwTscTluzNTznZB8e1mwzdKqu { width:150px;height:25.9991px;top:43px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8Tt9PwAI3fuCSK4TSvMdToF4g72TxL { display:block; }
 }@media only screen and (max-width: 763px) { #BXoFVP3g4wrfI4CzUC61TIHlQPEqV0yX { width:80px;height:25.9991px;top:43px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #qH4nVVcEue6v3Pbz4ov9ZxGWKVcmLyEP { display:block; }
 }