.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: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); }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy { position:relative;display:block; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy { background-color: transparent; background-image: none; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row .container > .video-iframe-container { display: none; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row > .video-iframe-container { display: none; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .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); }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy { border-width: 0; border-radius: 0; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .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:1264px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ss20NQxW85LJr3rynWQNyomnSNwcG5eK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:673px;width:898px;top:296.671875px;left:31px;overflow:hidden;display:block; }
#E3Z7aDQQuy6VDWOt21igyRlfuXpRgaSz { color:#ffffff;display:block;width:915px;position:absolute;font-family:"roboto condensed";font-size:50px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0px;left:45px;height:195px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATspZXeiL50Q7FpkWoQxp5ZQyz72JbT1 { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:144.625px;left:31px;height:132.6px;text-align:center;text-align-last:center;display:block; }
#BVq40M7a7RqBC6R8ns7RMvUfCxKP2zLO { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:30px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:980px;left:23.5px;height:117px;text-align:center;text-align-last:center;display:block; }
#FTXqC43AXvv3x3kQbiiPKp1imTPwTs4k { background-color:#0fc30c;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:576px;height:55px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1165px;left:192px;display:block; }
#BnfxIUH06CKAFa2xUReGvV9LXcKSbNbc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a9w60HezvqDlqFDTgl2oFrVcs46aq1df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { background-color: transparent; background-image: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container > .video-iframe-container { display: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container { display: none; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .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); }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { border-width: 0; border-radius: 0; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { font-size:14px;font-family:arial;height:1312px;width:960px;position:relative;display:block; }#QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:196.30001831055px;left:23.5px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvSfwXhBOTma57kLoKD9HPFOq90eo8mb { color:#ffffff;display:block;width:915px;position:absolute;font-family:"roboto condensed";font-size:57px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:290px;left:20px;height:222.3px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrkMM3x5dqPfIcoEU4HGTxQmiZ90sZZC { color:#000000;display:block;width:877px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:636px;left:45px;height:156px;text-align:center;text-align-last:center;display:block; }
#emdt9TihW4speUwM80aA95emECNyNKaE { color:#ffffff;display:block;width:915px;position:absolute;font-family:"roboto condensed";font-size:60px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:533px;left:26px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6Aa0VVUtTTIzV72UnnHZ43MtNshMEVf { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:30px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:46.300003051758px;left:23.5px;height:156px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fuiGbCv25z1ShmbsveDAiOu4XGlicfoG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:374px;width:633px;top:837px;left:163.5px;overflow:hidden;display:block; }
#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu { position:relative;display:block; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu { background-color: transparent; background-image: none; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row .container > .video-iframe-container { display: none; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row > .video-iframe-container { display: none; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .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); }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu { border-width: 0; border-radius: 0; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .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:642px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FH0dy8kNe2i4KsUACwhyKm1FfE51tEhC { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:24px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:106.37503051758px;left:0px;height:468px;text-align:left;text-align-last:left;display:block; }
#BLhcFzXcXPB3Hkz9g4kQ5kcVflsWPVxT { color:#ffffff;display:block;width:915px;position:absolute;font-family:"roboto condensed";font-size:37px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.000946044922px;left:0px;height:48.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGAdan946AT5KUhBdQ03p4hKV6mRaRog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container { background-color: transparent; background-image: none; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container > .video-iframe-container { display: none; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row > .video-iframe-container { display: none; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .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); }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container { border-width: 0; border-radius: 0; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container { font-size:14px;font-family:arial;height:4227px;width:960px;position:relative;display:block; }#hbikwlG6BSMiJB2xznwCh5eZbEvhubCR { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:948px;left:96px;height:32.2px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Juq2kRyIDzzdDdUMAekQXWQQcHbHsx0C { background-color:#0fc30c;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:576px;height:55px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:4114.987487793px;left:163.5px;display:block; }
#Fp3052GKCgmTERJCU6WXID5tA17kJHUM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i4cXfrtB8SM1dO2yh4oeIPXMdRCo4W0S { color:#000000;display:block;width:796px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:889px;left:96px;height:70.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fCtE4NEzTmaomFqvr89cDk8QmHDDELAc { color:#000000;display:block;width:762px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1321.9875183105px;left:99px;height:35.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DczIEJlIpULNsAcyokNz7l89WKh0XUwB { color:#000000;display:block;width:762px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1818.9875183105px;left:99px;height:35.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:3595.9750061035px;left:96px;height:443.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }#APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 li:before{  }
#W3qtP3RhP514GltRBWZ6N0JIcdQIstXr { color:#000000;display:block;width:762px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2845px;left:96px;height:70.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ovo2yZ6rZ0WdUc3g6LcDTCMmt1Ezv6m3 { color:#000000;display:block;width:877px;position:absolute;font-family:"roboto condensed";font-size:37px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:813px;left:22px;height:48.1px;text-align:center;text-align-last:center;display:block; }
#UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:1004px;left:96px;height:304.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }#UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv li:before{  }
#XvpVCTND88vFcdh5vreuQ4F2tXrW7Bca { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:1379.9875183105px;left:96px;height:96.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:1510.9875183105px;left:96px;height:267.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }#H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC li:before{  }
#kqLhgFnFLV7LeeedQEI8pCwCET9f8Zed { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:1882.9875183105px;left:96px;height:64.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:1976.9875183105px;left:96px;height:304.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }#LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 li:before{  }
#fSaAPXQy4xx6sLd7xWM2XHlcOSshr2A7 { color:#1f333b;display:block;width:801.975px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2939px;left:96.012512207031px;height:128.8px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 { color:#1f333b;display:block;width:801.975px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3066.9750061035px;left:96.012512207031px;height:332px;text-align:left;text-align-last:left;font-style:normal;display:block; }#eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 li:before{  }
#sOg7TwGUfS3gAp5OHU8fHa7RMFrUUfUz { color:#000000;display:block;width:762px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3449.9624938965px;left:99px;height:35.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtOlQvK9ZcTSBnmEkhte1kItswwVCNi8 { color:#000000;display:block;width:762px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2330.9875183105px;left:99px;height:35.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EIUH5kgACqaThtv9oPSC7WeXmhXD7G70 { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:2395.9875183105px;left:96px;height:64.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:2492.9875183105px;left:96px;height:304.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }#UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ li:before{  }
#uwLK2IO3h8Q2wxNlhmSTT5ebQVTGpfSt { color:#1f333b;display:block;width:802px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3511.9750061035px;left:96px;height:64.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wzrN9Vv5bNoKucMvqlgc3bIAmzDMT64T { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:509px;width:681px;top:255.80000114441px;left:153.5px;overflow:hidden;display:block; }
#gBZTT8qzm0iXXGJdfwEqk7RBB0EVIEZl { color:#ffffff;display:block;width:915px;position:absolute;font-family:"roboto condensed";font-size:57px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23px;left:45px;height:74.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNwHnd6NV6GSMrrL5FVa1txTqw91qAUt { color:#000000;display:block;width:913px;position:absolute;font-family:"roboto condensed";font-size:31px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:109.40000915527px;left:47px;height:120.9px;text-align:center;text-align-last:center;display:block; }
#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { background-color: transparent; background-image: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container > .video-iframe-container { display: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container { display: none; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .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); }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { border-width: 0; border-radius: 0; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { font-size:14px;font-family:arial;height:2360px;width:960px;position:relative;display:block; }#o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { color:#000000;display:block;width:525px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.989776611328px;left:217.50006103516px;height:88.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { color:#1f333b;display:block;width:420px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:568px;left:510px;height:75.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:324px;width:476px;top:566.99655914307px;left:0px;overflow:hidden;display:block; }
#wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { color:#000000;display:block;width:249px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1936px;left:355.5px;height:44.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { color:#eac887;display:block;width:467px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2003px;left:246.5px;height:132.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { color:#1f333b;display:block;width:718px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2129px;left:121px;height:32.2px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { background-color:#0fc30c;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:485px;height:55px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2173px;left:217.5px;display:block; }
#yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { color:#1f333b;display:block;width:404px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:707.25px;left:510.00003051758px;height:128.8px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dhHKlODTGPOW3bwkBNEbeEeDLhqZTyUb { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:327px;width:481px;top:1043.3125px;left:476.87261146497px;overflow:hidden;display:block; }
#w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:309px;width:455px;top:1515px;left:10.5px;overflow:hidden;display:block; }
#S8lpxdDrLbpzcrLmJPlLiMhXOxZTxEsl { color:#1f333b;display:block;width:420px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:1515px;left:540.00003051758px;height:113.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SulFhKHHVKai10sbiEvlQqLqpBgOD5QC { color:#1f333b;display:block;width:420px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:1660px;left:540px;height:161px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:339px;width:497px;top:154.69839450195px;left:455.37349678886px;overflow:hidden;display:block; }
#o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { color:#1f333b;display:block;width:420px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:144.9375px;left:0px;height:37.8px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { color:#1f333b;display:block;width:448.993px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:232.74307250977px;left:0px;height:193.2px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { color:#1f333b;display:block;width:477.969px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:185.3125px;left:0px;height:29.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { color:#1f333b;display:block;width:341px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:657.375px;left:510.00003051758px;height:29.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T4hvoT79BghCrdwOdBFgFmaHgd8pWgdJ { color:#1f333b;display:block;width:413.975px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1175px;left:0px;height:29.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u1wRr5Hqp8Z3G38sXCMZkXJe2lGyHm84 { color:#1f333b;display:block;width:413.969px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1617.375px;left:546.015625px;height:29.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N4rXUynGPzG78psO7hEKXtegbCAHmLP4 { color:#1f333b;display:block;width:420px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:1043.3125px;left:0px;height:113.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t0pDWSuFo83WXDVi0FB9v5A1FJJeAN8S { color:#1f333b;display:block;width:418px;position:absolute;font-family:"roboto condensed";font-size:23px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:1214.25px;left:0.80001831054688px;height:193.2px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#diTubNElN2reCR6zDdg525UoqIKzigyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cec1af;background-image:url("https://images.assets-landingi.com/uc/c8280f50-5aa2-4573-9610-d02cbe25936b/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx.adaptive-delivery-prevent-bg, #diTubNElN2reCR6zDdg525UoqIKzigyx.lazyload, #diTubNElN2reCR6zDdg525UoqIKzigyx.lazyloading { background-image: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { background-color: transparent; background-image: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { display: none; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .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); }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { border-width: 0; border-radius: 0; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { font-size:14px;font-family:arial;height:1299px;width:960px;position:relative;display:block; }#cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { color:#ffffff;display:block;width:807px;position:absolute;font-family:"roboto condensed";font-size:55px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25px;left:61px;height:143px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { color:#ffffff;display:block;width:821px;position:absolute;font-family:"roboto condensed";font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:190px;left:54px;height:83.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8zXrp8Sf6AZoUN8y0AQDqGG36p56wRE { box-sizing:content-box;height:689px;width:310px;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:344px;left:0px;display:block; }
#skq5En3x31tgVnIflgWM3oQ6uwCaThpF { box-sizing:content-box;height:783px;width:310px;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:341px;left:325px;display:block; }
#hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { box-sizing:content-box;height:864px;width:310px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:340px;left:650px;display:block; }
#LO94vi0dI8UD5zpc65G8fFoesIct4ZBB { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:396px;left:18px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZENHPmG52kaq7UoTxH6gJdWKZGR3pR8 { color:#eac887;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:30px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:431px;left:18px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afShT6nGuTPcP9tNGEBCBcOhntNB99UU { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:479px;left:18px;height:23.4px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:396px;left:343px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { color:#eac887;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:431px;left:343px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:479px;left:343px;height:23.4px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:360px;left:668px;height:72.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { color:#eac887;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:30px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:431px;left:668px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:479px;left:668px;height:23.4px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yB319MLWUclukCgfBq4LoT5v6Rl6VXDh { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:547px;left:18px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:610px;left:343px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yeSHHyBv0RoBG78ZFCieFQziPEHacwdW { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:610px;left:18px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oE6h5O1w0stchmU4xufKW6H2odGMccrn { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:692px;left:18px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0mvZylf0B2JmXLfFyd84gXXxn4KFwm0 { background-color:#5d92ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:42px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:733px;left:46px;display:block; }
#ITbB8xXTsWa0v3rR02BCBfbN8aq39EXl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X9Qrxr3ekRTroLvGbfgOmTMWBwaMVFnv { background-color:#5d92ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:42px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:788px;left:46px;display:block; }
#OXf5ZSP8wLoEQR55oCNcWT0fdBzUAvPm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:547px;left:343px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:765px;left:343px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c6S6ogyhPsyQpZsGXUMTvUuo565RQIxp { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:830px;left:343px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:926px;left:343px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { background-color:#5d92ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.9965px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:970px;left:370px;display:block; }
#LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { background-color:#5d92ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.9965px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1033px;left:370px;display:block; }
#RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:547px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:610px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:687px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:754px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:819px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:936px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:881px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1067px;left:668px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { background-color:#5d92ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:42px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1124px;left:696px;display:block; }
#gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:675px;left:343px;height:70.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRliI7atgedRlx39nC7vithcxu4UJhMa { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:502px;left:668px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udzxLzTQuKMv6WcP9wSt9thmv7byBL1F { color:#000000;display:block;width:275px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:995px;left:668px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { position:relative;display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { background-color: transparent; background-image: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container > .video-iframe-container { display: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row > .video-iframe-container { display: none; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .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); }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { border-width: 0; border-radius: 0; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .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:1099px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { color:#000000;display:block;width:821px;position:absolute;font-family:"roboto condensed";font-size:72px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.25px;left:69.5px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { color:#000000;display:block;width:916px;position:absolute;font-family:"roboto condensed";font-size:27px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:148.1875px;left:22px;height:37.8px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { color:#000000;display:block;width:935px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:208px;left:12.5px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTTlkCGStonAR1yqMucsbxnkIebcUBuN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:518px;width:337px;top:347px;left:48.28125px;overflow:hidden;display:block; }
#kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { color:#000000;display:block;width:513px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:347px;left:411.984375px;height:489.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { color:#000000;display:block;width:925px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:895px;left:35px;height:153px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 { position:relative;display:block; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 { background-color: transparent; background-image: none; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row .container > .video-iframe-container { display: none; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row > .video-iframe-container { display: none; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .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); }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 { border-width: 0; border-radius: 0; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .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:735px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SmzuglDPgDTfWE4WXvIMfCbdB8brdgs9 { color:#000000;display:block;width:722px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.1875px;left:107.5px;height:88.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kevPOwzPf8k8EDTtq0Xuiv4T7RPW5PTv { color:#1f333b;display:block;width:860px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:145.10000610352px;left:50px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VFrcgsMGcfADqXwxtRz4Tx5hddssDCqP { background-color:#0fc30c;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:485px;height:55px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:571px;left:237.5px;display:block; }
#A1Vm0oEXU2tE7V1ryV8XpHKg18MsfnL8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1b9b1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { background-color: transparent; background-image: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container > .video-iframe-container { display: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container { display: none; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .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); }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { border-width: 0; border-radius: 0; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { font-size:14px;font-family:arial;height:568px;width:960px;position:relative;display:block; }#s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:272px;width:489px;top:178.5px;left:0px;display:block; }
#sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:272px;width:487px;top:178.5px;left:473px;display:block; }
#O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { color:#000000;display:block;width:407px;position:absolute;font-family:"roboto condensed";font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.1875px;left:35px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { color:#000000;display:block;width:372px;position:absolute;font-family:"roboto condensed";font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.1875px;left:534px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { position:relative;display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { background-color: transparent; background-image: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container > .video-iframe-container { display: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row > .video-iframe-container { display: none; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .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); }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { border-width: 0; border-radius: 0; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .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:118px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { color:#1f333b;display:block;width:700px;position:absolute;font-family:lato;font-size:29px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:35px;left:0px;height:40.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { background-color: transparent; background-image: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .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); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { border-width: 0; border-radius: 0; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { font-size:14px;font-family:arial;height:976px;width:960px;position:relative;display:block; }#OR7ngKA2VT7TAtG6tawFVFNweS7QMa3e { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:190px;width:746px;top:737px;left:18px;overflow:hidden;display:block; }
#WtaFqePibGoeKah6sTV94WvTaLuoNd4R { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:146px;width:547px;top:535px;left:18px;overflow:hidden;display:block; }
#B182tnCuO80GLxkyWTnJkhyqVlARgdER { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:170px;width:561px;top:331px;left:16px;overflow:hidden;display:block; }
#inXBKdzwecmJRzg8yyUvsLFGqDEzpD92 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:286px;width:355px;top:392px;left:589px;overflow:hidden;display:block; }
#e1CH57BQl7QvbIcBIBaU20m2sbUCbvRP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:400px;top:56px;left:18px;overflow:hidden;display:block; }
#uzc1i16J6ZcD237l0OdKHJhT1ZTlR8Pr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:278px;width:345px;top:56px;left:516px;overflow:hidden;display:block; }
#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { position:relative;display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { background-color: transparent; background-image: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { border-width: 0; border-radius: 0; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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:99px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { color:#1f333b;display:block;width:700px;position:absolute;font-family:lato;font-size:29px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:35px;left:0px;height:40.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { position:relative;display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { background-color: transparent; background-image: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { border-width: 0; border-radius: 0; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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:1489px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { color:#000000;display:block;width:821px;position:absolute;font-family:"roboto condensed";font-size:29px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:797px;left:42px;height:75.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { color:#000000;display:block;width:899px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31px;left:18px;height:88.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { color:#000000;display:block;width:550px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:903px;left:42px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { color:#000000;display:block;width:550px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:952px;left:42px;height:78px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { color:#000000;display:block;width:806px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1061px;left:42px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7HivXhPunJPhTfnAnICfG78vUa6g1vy { color:#000000;display:block;width:550px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1150px;left:42px;height:104px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { color:#000000;display:block;width:806px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1291px;left:42px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { color:#000000;display:block;width:821px;position:absolute;font-family:"roboto condensed";font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1408px;left:42px;height:75.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5Cglr5JM63b7biuXIUCweTmHahuigbk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:552px;width:339px;top:178px;left:106px;overflow:hidden;display:block; }
#dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:551px;width:364px;top:178px;left:464px;overflow:hidden;display:block; }
#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { position:relative;display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { background-color: transparent; background-image: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container > .video-iframe-container { display: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row > .video-iframe-container { display: none; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .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); }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { border-width: 0; border-radius: 0; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .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:677px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QclGT3mvgySimswQiPTcgp0mmSwFhqwV { color:#000000;display:block;width:821px;position:absolute;font-family:"roboto condensed";font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.625px;left:69.5px;height:37.7px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { color:#000000;display:block;width:917px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:128.5px;left:21.5px;height:442px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWknTekztGidGnrSgfQaeL6ULEsVNFat { background-color:#0fc30c;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:435px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:588px;left:276.5px;display:block; }
#xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx { background-color:rgba(255,255,255,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { background-color: transparent; background-image: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container > .video-iframe-container { display: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row > .video-iframe-container { display: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .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); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { border-width: 0; border-radius: 0; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { font-size:14px;font-family:arial;height:618px;width:960px;overflow:visible;position:relative;display:block; }#gzcisyvr2FJ6GgdVJylLXSwybV6aUzQV { color:#000000;display:block;width:428px;position:absolute;font-family:lato;font-size:83px;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:349px;left:81px;height:107.9px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxhTG32DGyNTqvLCTynGkT4xNXWCUkNs { position:absolute;display:block;z-index:14988;background-color:#d1b9b1;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:4600px;border-top-right-radius:4600px;border-bottom-left-radius:4600px;border-bottom-right-radius:4600px;box-shadow: none;height:457px;width:484px;top:148.4px;left:474.40003051758px;display:block; }
#PKJ1g7BiPwH2oUtfcR7HdBzBcBW6FePl { color:rgba(0,0,0,0.8);display:block;width:363px;position:absolute;font-family:lato;font-size:22px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:331px;left:81px;height:33px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#saFSIzSoDMUVbGLKugDoqbnhpWCF7QuT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:118px;top:213px;left:81px;overflow:hidden;display:block; }
#nEITedOdKu9assfozpJr78TJTQmwb8kM { color:rgba(0,0,0,0.8);display:block;width:363px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:457px;left:185px;height:37.5px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8IVnqpzTDvpD3bTrD4M9crsQlUmrUd2 { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:513px;width:379px;top:101px;left:519.78750610352px;overflow:hidden;display:block; }
#EgSuFOO8IrXOE7etife2F1CVMkvmHMiK { color:rgba(0,0,0,0.8);display:block;width:795px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:66px;left:61px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTTnCMozRJ7u5vt4fadvNfBw0EMXfvt4 { background-color:#ea1776;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: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:521px;left:185px;display:block; }
#oxtzqWQ1JgRNARNlP7HSRqQs4w6hGTSi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:14px;font-family:arial;height:216px;width:960px;position:relative;display:block; }#mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35.6875px;left:41.5px;height:20.8px;display:block; }
#qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:35.6875px;left:220.5px;height:20.8px;display:block; }
#wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:85.799987792969px;left:0px;height:83.2px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy { display:block; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss20NQxW85LJr3rynWQNyomnSNwcG5eK { top:296px;left:0px;width:764px;height:572.57461024499px;display:block; }
 }@media only screen and (max-width: 763px) { #E3Z7aDQQuy6VDWOt21igyRlfuXpRgaSz { top:0px;left:0px;width:764px;height:130px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ATspZXeiL50Q7FpkWoQxp5ZQyz72JbT1 { top:144px;left:0px;width:764px;height:132px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BVq40M7a7RqBC6R8ns7RMvUfCxKP2zLO { top:980px;left:0px;width:764px;height:117px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FTXqC43AXvv3x3kQbiiPKp1imTPwTs4k { width:576px;height:55px;top:1165px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #BnfxIUH06CKAFa2xUReGvV9LXcKSbNbc { display:block; }
 }@media only screen and (max-width: 763px) { #a9w60HezvqDlqFDTgl2oFrVcs46aq1df { display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { top:196px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #uvSfwXhBOTma57kLoKD9HPFOq90eo8mb { top:290px;left:0px;width:764px;height:222px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lrkMM3x5dqPfIcoEU4HGTxQmiZ90sZZC { top:636px;left:0px;width:764px;height:156px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #emdt9TihW4speUwM80aA95emECNyNKaE { top:533px;left:0px;width:764px;height:78px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #W6Aa0VVUtTTIzV72UnnHZ43MtNshMEVf { top:46px;left:0px;width:764px;height:117px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fuiGbCv25z1ShmbsveDAiOu4XGlicfoG { top:837px;left:65.5px;width:633px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu { display:block; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH0dy8kNe2i4KsUACwhyKm1FfE51tEhC { top:106px;left:0px;width:764px;height:468px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BLhcFzXcXPB3Hkz9g4kQ5kcVflsWPVxT { top:32px;left:0px;width:764px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #uGAdan946AT5KUhBdQ03p4hKV6mRaRog { display:block; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbikwlG6BSMiJB2xznwCh5eZbEvhubCR { width:764px;height:32px;top:948px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Juq2kRyIDzzdDdUMAekQXWQQcHbHsx0C { width:576px;height:55px;top:4114px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp3052GKCgmTERJCU6WXID5tA17kJHUM { display:block; }
 }@media only screen and (max-width: 763px) { #i4cXfrtB8SM1dO2yh4oeIPXMdRCo4W0S { top:889px;left:0px;width:764px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #fCtE4NEzTmaomFqvr89cDk8QmHDDELAc { top:1321px;left:1px;width:762px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DczIEJlIpULNsAcyokNz7l89WKh0XUwB { top:1818px;left:1px;width:762px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 { width:764px;height:443px;top:3595px;left:0px;font-size:23px;display:block; }#APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 li:before{  }
 }@media only screen and (max-width: 763px) { #W3qtP3RhP514GltRBWZ6N0JIcdQIstXr { top:2845px;left:0px;width:762px;height:70px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ovo2yZ6rZ0WdUc3g6LcDTCMmt1Ezv6m3 { top:813px;left:0px;width:764px;height:48px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv { width:764px;height:272px;top:1004px;left:0px;font-size:23px;display:block; }#UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv li:before{  }
 }@media only screen and (max-width: 763px) { #XvpVCTND88vFcdh5vreuQ4F2tXrW7Bca { width:764px;height:96px;top:1379px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC { width:764px;height:235px;top:1510px;left:0px;font-size:23px;display:block; }#H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC li:before{  }
 }@media only screen and (max-width: 763px) { #kqLhgFnFLV7LeeedQEI8pCwCET9f8Zed { width:764px;height:64px;top:1882px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 { width:764px;height:304px;top:1976px;left:0px;font-size:23px;display:block; }#LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 li:before{  }
 }@media only screen and (max-width: 763px) { #fSaAPXQy4xx6sLd7xWM2XHlcOSshr2A7 { width:764px;height:96px;top:2939px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 { width:764px;height:332px;top:3066px;left:0px;font-size:23px;display:block; }#eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 li:before{  }
 }@media only screen and (max-width: 763px) { #sOg7TwGUfS3gAp5OHU8fHa7RMFrUUfUz { top:3449px;left:1px;width:762px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #XtOlQvK9ZcTSBnmEkhte1kItswwVCNi8 { top:2330px;left:1px;width:762px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #EIUH5kgACqaThtv9oPSC7WeXmhXD7G70 { width:764px;height:64px;top:2395px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ { width:764px;height:304px;top:2492px;left:0px;font-size:23px;display:block; }#UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ li:before{  }
 }@media only screen and (max-width: 763px) { #uwLK2IO3h8Q2wxNlhmSTT5ebQVTGpfSt { width:764px;height:64px;top:3511px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #wzrN9Vv5bNoKucMvqlgc3bIAmzDMT64T { top:255px;left:55.5px;width:681px;height:509px;display:block; }
 }@media only screen and (max-width: 763px) { #gBZTT8qzm0iXXGJdfwEqk7RBB0EVIEZl { top:23px;left:0px;width:764px;height:74px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #hNwHnd6NV6GSMrrL5FVa1txTqw91qAUt { top:109px;left:0px;width:764px;height:120px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { top:45px;left:119.5px;width:525px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { width:420px;height:75px;top:568px;left:344px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { top:566px;left:0px;width:476px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { top:1936px;left:257.5px;width:249px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { top:2003px;left:148.5px;width:467px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { width:718px;height:32px;top:2129px;left:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { width:485px;height:55px;top:2173px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block; }
 }@media only screen and (max-width: 763px) { #wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { width:404px;height:129px;top:707px;left:360px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dhHKlODTGPOW3bwkBNEbeEeDLhqZTyUb { top:1043px;left:283px;width:481px;height:327px;display:block; }
 }@media only screen and (max-width: 763px) { #w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { top:1515px;left:0px;width:455px;height:309px;display:block; }
 }@media only screen and (max-width: 763px) { #S8lpxdDrLbpzcrLmJPlLiMhXOxZTxEsl { width:420px;height:75px;top:1515px;left:344px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SulFhKHHVKai10sbiEvlQqLqpBgOD5QC { width:420px;height:161px;top:1660px;left:344px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { top:154px;left:237px;width:497px;height:339px;display:block; }
 }@media only screen and (max-width: 763px) { #o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { width:420px;height:37px;top:144px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { width:448px;height:161px;top:232px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { width:477px;height:29px;top:185px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { width:341px;height:29px;top:657px;left:412.00003051758px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T4hvoT79BghCrdwOdBFgFmaHgd8pWgdJ { width:413px;height:29px;top:1175px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u1wRr5Hqp8Z3G38sXCMZkXJe2lGyHm84 { width:413px;height:29px;top:1617px;left:351px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N4rXUynGPzG78psO7hEKXtegbCAHmLP4 { width:420px;height:113px;top:1043px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #t0pDWSuFo83WXDVi0FB9v5A1FJJeAN8S { width:418px;height:161px;top:1214px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { top:25px;left:0px;width:764px;height:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { top:190px;left:0px;width:764px;height:83px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #t8zXrp8Sf6AZoUN8y0AQDqGG36p56wRE { top:344px;left:0px;width:310px;height:689px;display:block; }
 }@media only screen and (max-width: 763px) { #skq5En3x31tgVnIflgWM3oQ6uwCaThpF { top:341px;left:227px;width:310px;height:783px;display:block; }
 }@media only screen and (max-width: 763px) { #hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { top:340px;left:454px;width:310px;height:864px;display:block; }
 }@media only screen and (max-width: 763px) { #LO94vi0dI8UD5zpc65G8fFoesIct4ZBB { top:396px;left:0px;width:275px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EZENHPmG52kaq7UoTxH6gJdWKZGR3pR8 { top:431px;left:0px;width:275px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #afShT6nGuTPcP9tNGEBCBcOhntNB99UU { top:479px;left:0px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { top:396px;left:245px;width:275px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { top:431px;left:245px;width:275px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { top:479px;left:245px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { top:360px;left:489px;width:275px;height:72px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { top:431px;left:489px;width:275px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { top:479px;left:489px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yB319MLWUclukCgfBq4LoT5v6Rl6VXDh { top:547px;left:0px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { top:610px;left:245px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yeSHHyBv0RoBG78ZFCieFQziPEHacwdW { top:610px;left:0px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oE6h5O1w0stchmU4xufKW6H2odGMccrn { top:692px;left:0px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #L0mvZylf0B2JmXLfFyd84gXXxn4KFwm0 { width:220px;height:42px;top:733px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ITbB8xXTsWa0v3rR02BCBfbN8aq39EXl { display:block; }
 }@media only screen and (max-width: 763px) { #X9Qrxr3ekRTroLvGbfgOmTMWBwaMVFnv { width:220px;height:42px;top:788px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OXf5ZSP8wLoEQR55oCNcWT0fdBzUAvPm { display:block; }
 }@media only screen and (max-width: 763px) { #wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { top:547px;left:245px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { top:765px;left:245px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c6S6ogyhPsyQpZsGXUMTvUuo565RQIxp { top:830px;left:245px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { top:926px;left:245px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { width:220px;height:41px;top:970px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block; }
 }@media only screen and (max-width: 763px) { #qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { width:220px;height:41px;top:1033px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block; }
 }@media only screen and (max-width: 763px) { #wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { top:547px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { top:610px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { top:687px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { top:754px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { top:819px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { top:936px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { top:881px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { top:1067px;left:489px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { width:220px;height:42px;top:1124px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block; }
 }@media only screen and (max-width: 763px) { #DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { top:675px;left:245px;width:275px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sRliI7atgedRlx39nC7vithcxu4UJhMa { top:502px;left:489px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #udzxLzTQuKMv6WcP9wSt9thmv7byBL1F { top:995px;left:489px;width:275px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { top:40px;left:0px;width:764px;height:93px;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { width:764px;height:37px;top:148px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { top:208px;left:0px;width:764px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #pTTlkCGStonAR1yqMucsbxnkIebcUBuN { top:347px;left:0px;width:337px;height:518px;display:block; }
 }@media only screen and (max-width: 763px) { #kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { width:513px;height:489px;top:347px;left:251px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { width:764px;height:152px;top:895px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #O4JfO626gsyOGXHepZm7SJ2J3piko4k9 { display:block; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmzuglDPgDTfWE4WXvIMfCbdB8brdgs9 { top:15px;left:9.5px;width:722px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kevPOwzPf8k8EDTtq0Xuiv4T7RPW5PTv { width:764px;height:;top:145px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VFrcgsMGcfADqXwxtRz4Tx5hddssDCqP { width:485px;height:55px;top:571px;left:139.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A1Vm0oEXU2tE7V1ryV8XpHKg18MsfnL8 { display:block; }
 }@media only screen and (max-width: 763px) { #shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { top:178px;left:0px;width:489px;height:272px;display:block; }
 }@media only screen and (max-width: 763px) { #sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { top:178px;left:277px;width:487px;height:272px;display:block; }
 }@media only screen and (max-width: 763px) { #O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { top:42px;left:0px;width:407px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { top:42px;left:392px;width:372px;height:93px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { width:700px;height:;top:35px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR7ngKA2VT7TAtG6tawFVFNweS7QMa3e { top:737px;left:0px;width:746px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #WtaFqePibGoeKah6sTV94WvTaLuoNd4R { top:535px;left:0px;width:547px;height:146px;display:block; }
 }@media only screen and (max-width: 763px) { #B182tnCuO80GLxkyWTnJkhyqVlARgdER { top:331px;left:0px;width:561px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #inXBKdzwecmJRzg8yyUvsLFGqDEzpD92 { top:392px;left:409px;width:355px;height:286px;display:block; }
 }@media only screen and (max-width: 763px) { #e1CH57BQl7QvbIcBIBaU20m2sbUCbvRP { top:56px;left:0px;width:400px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #uzc1i16J6ZcD237l0OdKHJhT1ZTlR8Pr { top:56px;left:418px;width:345px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:700px;height:;top:35px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { top:797px;left:0px;width:764px;height:75px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { top:31px;left:0px;width:764px;height:88px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { top:903px;left:0px;width:550px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { top:952px;left:0px;width:550px;height:78px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { top:1061px;left:0px;width:764px;height:52px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #p7HivXhPunJPhTfnAnICfG78vUa6g1vy { top:1150px;left:0px;width:550px;height:104px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { top:1291px;left:0px;width:764px;height:52px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { top:1408px;left:0px;width:764px;height:75px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cglr5JM63b7biuXIUCweTmHahuigbk { top:178px;left:8px;width:339px;height:552px;display:block; }
 }@media only screen and (max-width: 763px) { #dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { top:178px;left:366px;width:364px;height:551px;display:block; }
 }@media only screen and (max-width: 763px) { #CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QclGT3mvgySimswQiPTcgp0mmSwFhqwV { top:51px;left:0px;width:764px;height:37px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { top:128px;left:0px;width:764px;height:442px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BWknTekztGidGnrSgfQaeL6ULEsVNFat { width:435px;height:55px;top:588px;left:178.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block; }
 }@media only screen and (max-width: 763px) { #rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx { display:block; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzcisyvr2FJ6GgdVJylLXSwybV6aUzQV { width:428px;height:107px;top:349px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PxhTG32DGyNTqvLCTynGkT4xNXWCUkNs { width:484px;height:457px;top:148px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #PKJ1g7BiPwH2oUtfcR7HdBzBcBW6FePl { width:363px;height:33px;top:331px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #saFSIzSoDMUVbGLKugDoqbnhpWCF7QuT { top:213px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #nEITedOdKu9assfozpJr78TJTQmwb8kM { width:363px;height:37px;top:457px;left:87px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K8IVnqpzTDvpD3bTrD4M9crsQlUmrUd2 { width:379px;height:513px;top:101px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #EgSuFOO8IrXOE7etife2F1CVMkvmHMiK { width:764px;height:;top:66px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RTTnCMozRJ7u5vt4fadvNfBw0EMXfvt4 { width:280px;height:55px;top:521px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #oxtzqWQ1JgRNARNlP7HSRqQs4w6hGTSi { display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { top:35px;left:0px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { top:35px;left:122.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { top:85px;left:0px;width:764px;height:104px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy { display:block; }#IDlNuHkTpmZB33WOE9n04AnvmrDTDCNy > .row .container { width:320px;height:708px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ss20NQxW85LJr3rynWQNyomnSNwcG5eK { width:320px;height:239.788px;top:246.76249694824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #E3Z7aDQQuy6VDWOt21igyRlfuXpRgaSz { width:320px;height:105.3px;top:9px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATspZXeiL50Q7FpkWoQxp5ZQyz72JbT1 { width:320px;height:98.8px;top:129.76249694824px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVq40M7a7RqBC6R8ns7RMvUfCxKP2zLO { width:320px;height:110.5px;top:486.55001831055px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTXqC43AXvv3x3kQbiiPKp1imTPwTs4k { width:304px;height:55px;top:621.10003662109px;left:7.9875001907349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BnfxIUH06CKAFa2xUReGvV9LXcKSbNbc { display:block; }
 }@media only screen and (max-width: 763px) { #a9w60HezvqDlqFDTgl2oFrVcs46aq1df { display:block; }#a9w60HezvqDlqFDTgl2oFrVcs46aq1df > .row .container { width:320px;height:895px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgJQTp33WsxtLsOQBh4hq6INZv956gXQ { width:320px;height:70.2px;top:169px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvSfwXhBOTma57kLoKD9HPFOq90eo8mb { width:320px;height:130px;top:262.1875px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrkMM3x5dqPfIcoEU4HGTxQmiZ90sZZC { width:320px;height:119.6px;top:516.75px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emdt9TihW4speUwM80aA95emECNyNKaE { width:320px;height:83.2px;top:413.89999389648px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6Aa0VVUtTTIzV72UnnHZ43MtNshMEVf { width:320px;height:132.6px;top:12.350006103516px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuiGbCv25z1ShmbsveDAiOu4XGlicfoG { width:320px;height:189.06793048973px;top:670.35000610352px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu { display:block; }#PnTWZ9qhPgt1DxHkyLnFt5KTTGhIZOuu > .row .container { width:320px;height:796px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH0dy8kNe2i4KsUACwhyKm1FfE51tEhC { width:320px;height:631.8px;top:123.2px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BLhcFzXcXPB3Hkz9g4kQ5kcVflsWPVxT { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGAdan946AT5KUhBdQ03p4hKV6mRaRog { display:block; }#uGAdan946AT5KUhBdQ03p4hKV6mRaRog > .row .container { width:320px;height:4681px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbikwlG6BSMiJB2xznwCh5eZbEvhubCR { width:320px;height:47.6px;top:643.8287px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Juq2kRyIDzzdDdUMAekQXWQQcHbHsx0C { width:304px;height:55px;top:4575.4001464844px;left:7.9875001907349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp3052GKCgmTERJCU6WXID5tA17kJHUM { display:block; }
 }@media only screen and (max-width: 763px) { #i4cXfrtB8SM1dO2yh4oeIPXMdRCo4W0S { width:320px;height:89.7px;top:534.1568px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCtE4NEzTmaomFqvr89cDk8QmHDDELAc { width:320px;height:62.4px;top:1086px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DczIEJlIpULNsAcyokNz7l89WKh0XUwB { width:320px;height:62.4px;top:1647px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 { width:320px;height:572.4px;top:3932px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }#APwfSSEiQl0EimcAxTxt6wlFiO4U07l3 li:before{  }
 }@media only screen and (max-width: 763px) { #W3qtP3RhP514GltRBWZ6N0JIcdQIstXr { width:320px;height:93.6px;top:2967.0000305176px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ovo2yZ6rZ0WdUc3g6LcDTCMmt1Ezv6m3 { width:320px;height:32.5px;top:472.484375px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv { width:320px;height:330px;top:712.20000457764px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }#UiMr4rp5pvRFkOIFWsZtm9hA0b8ktsxv li:before{  }
 }@media only screen and (max-width: 763px) { #XvpVCTND88vFcdh5vreuQ4F2tXrW7Bca { width:320px;height:119px;top:1169px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC { width:320px;height:319.4px;top:1308px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }#H7dFPQ0vJCufWVifVhaKaPGk7OW2eGpC li:before{  }
 }@media only screen and (max-width: 763px) { #kqLhgFnFLV7LeeedQEI8pCwCET9f8Zed { width:320px;height:71.4px;top:1729px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 { width:320px;height:395.8px;top:1832.0000305176px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }#LtNJ8vIQgdmgGJRykv4rm4PSnQwnedi5 li:before{  }
 }@media only screen and (max-width: 763px) { #fSaAPXQy4xx6sLd7xWM2XHlcOSshr2A7 { width:320px;height:142.8px;top:3080.0001525879px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 { width:320px;height:438.4px;top:3252.0001525879px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }#eSTwh41LGsdS8rmbRGcuHI76kKdta4S6 li:before{  }
 }@media only screen and (max-width: 763px) { #sOg7TwGUfS3gAp5OHU8fHa7RMFrUUfUz { width:320px;height:62.4px;top:3735px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtOlQvK9ZcTSBnmEkhte1kItswwVCNi8 { width:320px;height:93.6px;top:2292.0000305176px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIUH5kgACqaThtv9oPSC7WeXmhXD7G70 { width:320px;height:47.6px;top:2412.0000610352px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ { width:320px;height:419.6px;top:2496.0000610352px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }#UC0opJBPPDmSFZS7mRpkfpf9IITNPoVZ li:before{  }
 }@media only screen and (max-width: 763px) { #uwLK2IO3h8Q2wxNlhmSTT5ebQVTGpfSt { width:320px;height:95.2px;top:3817px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzrN9Vv5bNoKucMvqlgc3bIAmzDMT64T { width:320px;height:239.172px;top:197.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gBZTT8qzm0iXXGJdfwEqk7RBB0EVIEZl { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNwHnd6NV6GSMrrL5FVa1txTqw91qAUt { width:320px;height:110.5px;top:75.25px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT { display:block; }#zVvQouWanOe8TTFk1vwlPKt7yDPEHZUT > .row .container { width:320px;height:2153px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2ANPH6EUlGsVKrcFMQcsE9dUJI90JrT { width:320px;height:75.4px;top:20px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHG6ch6QrpQnPM9PtmZSv2D7dvSHc7mB { width:320px;height:56px;top:763px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yu0wMnsSLLGODRRFwerJsgp9paJ3KRN5 { width:318px;height:217px;top:537.00000607967px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wEgoPu6Mrm1ganDH2ozM7T78WATRi4ax { width:249px;height:37.7px;top:1911.0005187988px;left:35.500000953674px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTbeLMhwStepdG9bSQyuEh8Zi20kAztJ { width:320px;height:62.4px;top:1958px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHTuvQ0nX1ZG0waTXMirMJyNo7rMwAiV { width:320px;height:21px;top:2020px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXcOcp3Zh8hhFk56InUOrrQwWHDQBaa8 { width:304px;height:55px;top:2072.0005187988px;left:7.9875001907349px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yT6n0hFupEE4Mb1nU4RAgoM2s8L3LVxA { display:block; }
 }@media only screen and (max-width: 763px) { #wez1n9BBfSdWqPD6ST9Z78bEWcdwcOGk { width:320px;height:95.2px;top:863px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhHKlODTGPOW3bwkBNEbeEeDLhqZTyUb { width:317px;height:216px;top:1000.8000335693px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w92lN2fA3UFSBRZzpv1yJ0Mm3P1bJTMZ { width:317px;height:216px;top:1459.0000305176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S8lpxdDrLbpzcrLmJPlLiMhXOxZTxEsl { width:320px;height:61.6px;top:1683.0000305176px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SulFhKHHVKai10sbiEvlQqLqpBgOD5QC { width:320px;height:89.6px;top:1789px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceTJ9OSmHo4kN3pTJQgK4W8fuUDbfPeA { width:318px;height:217px;top:110.75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o86hm8Z2zJ5S8hLRHh31GkCVUPvE67rE { width:320px;height:28px;top:342.37500762939px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBOufWk2kKMhFytOZDTlOXXnQXeVfNuM { width:320px;height:142.8px;top:405.00000607967px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUvb6yV3Q2sF5qO7gxlRqemDdIGznovU { width:320px;height:21px;top:380.75000607967px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z9ZaWKh7h7B2V9cqUR97rTohoxTSTI { width:320px;height:21px;top:831px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4hvoT79BghCrdwOdBFgFmaHgd8pWgdJ { width:320px;height:21px;top:1281.0000305176px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1wRr5Hqp8Z3G38sXCMZkXJe2lGyHm84 { width:320px;height:21px;top:1757.0000305176px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4rXUynGPzG78psO7hEKXtegbCAHmLP4 { width:320px;height:56px;top:1216.0000305176px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0pDWSuFo83WXDVi0FB9v5A1FJJeAN8S { width:320px;height:112px;top:1311.9995727539px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diTubNElN2reCR6zDdg525UoqIKzigyx { display:block; }#diTubNElN2reCR6zDdg525UoqIKzigyx > .row .container { width:320px;height:2722px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6MM5Ah9sEBSqyILEZshTQbtKtkKlAF { width:320px;height:67.2px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zBPhFDVmPiJwOTpv3Wmiq5ae9pExdI8v { width:320px;height:68px;top:111px;left:0px;font-size:20px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #t8zXrp8Sf6AZoUN8y0AQDqGG36p56wRE { width:310px;height:533px;top:251px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #skq5En3x31tgVnIflgWM3oQ6uwCaThpF { width:310px;height:789px;top:833px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hMTkiTovl7TAk86MmlcLL2HNZcaCqtLe { width:310px;height:941px;top:1684px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #LO94vi0dI8UD5zpc65G8fFoesIct4ZBB { width:275px;height:47.6px;top:286px;left:23px;font-size:28px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EZENHPmG52kaq7UoTxH6gJdWKZGR3pR8 { width:275px;height:51px;top:338px;left:23px;font-size:30px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #afShT6nGuTPcP9tNGEBCBcOhntNB99UU { width:275px;height:30.6px;top:386px;left:23px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TF952WtLyRUQZBsmaBLOKUxoECFgi5OW { width:275px;height:47.6px;top:871px;left:28px;font-size:28px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sWXTFQInR8AF4OuP1kRXoXd7wuIrK4Gg { width:275px;height:51px;top:923px;left:28px;font-size:30px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eRZaW7gGO5rU266y6cu5y1GeqGPfLrHR { width:275px;height:30.6px;top:971px;left:28px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SOUGwESO8Jee8u1Zc3iBvqLS72Uc3Uxd { width:275px;height:95.2px;top:1713px;left:23px;font-size:28px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7NbZuJRIHEshJgLnlwERmeJVJWzRTd { width:275px;height:51px;top:1825px;left:23px;font-size:30px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #A5SF7Oyg9zeEVPTsZTXvsW1xF0evhfmQ { width:275px;height:30.6px;top:1873px;left:23px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yB319MLWUclukCgfBq4LoT5v6Rl6VXDh { width:275px;height:61.2px;top:454px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IUc6fnsipJfUGhtVTfINa5nF1pPDO6IT { width:275px;height:61.2px;top:1103px;left:28px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yeSHHyBv0RoBG78ZFCieFQziPEHacwdW { width:275px;height:30.6px;top:518px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oE6h5O1w0stchmU4xufKW6H2odGMccrn { width:275px;height:30.6px;top:599px;left:23px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L0mvZylf0B2JmXLfFyd84gXXxn4KFwm0 { width:220px;height:42px;top:641px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #ITbB8xXTsWa0v3rR02BCBfbN8aq39EXl { display:block; }
 }@media only screen and (max-width: 763px) { #X9Qrxr3ekRTroLvGbfgOmTMWBwaMVFnv { width:220px;height:42px;top:696px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #OXf5ZSP8wLoEQR55oCNcWT0fdBzUAvPm { display:block; }
 }@media only screen and (max-width: 763px) { #wSlBqUpVdUdlKSerc6IB2IpKcrAmuFHT { width:275px;height:61.2px;top:1039px;left:28px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NB3qWy9E2d8RRJnFfXblNLRXHUV0KBsa { width:275px;height:61.2px;top:1257px;left:28px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #c6S6ogyhPsyQpZsGXUMTvUuo565RQIxp { width:275px;height:30.6px;top:1323px;left:28px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wyUckSnU2qzWVk0QMQ14PFwzEDMhScaI { width:275px;height:30.6px;top:1419px;left:28px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CRZAX4rSMgz15TdPLSk9zJomNtlT8S19 { width:220px;height:41.9844px;top:1462px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LOUflmSu5WFeZ6uWpyxHGd7EkuVwBSKf { display:block; }
 }@media only screen and (max-width: 763px) { #qX6fSOfmZJ8rInV5GX9F4ZNawCei6itu { width:220px;height:41.9844px;top:1525px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RFXMEE1alc34y2Is8IuqG02ukWk0AJX2 { display:block; }
 }@media only screen and (max-width: 763px) { #wLodyrRyhBIr7Qc5waO0MPhaHisHixzV { width:275px;height:61.2px;top:1944.8125px;left:22.5px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TTpKw7wMn5VwCp19fg6PDgsTeRftN3Bo { width:275px;height:61.2px;top:2005px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnn8ArheVKmkrXML7RGKmo9ycRBGgS5 { width:275px;height:61.2px;top:2082px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pCPzZrX2vlgExk8JL2ibQmfyLuE1Kcct { width:275px;height:61.2px;top:2149px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LSTdz2mszDGt13CL1eGdAGAR9Jz7TvbV { width:275px;height:61.2px;top:2213px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vW8nh2G69lQ7ewfg7r01ZgEJ9XCT6ppS { width:275px;height:61.2px;top:2345.8125px;left:22.5px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TWuT8ck6XyPw1iKdwsTX8iOKpCSpCuUE { width:269px;height:61.2px;top:2275px;left:23px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HnpRXPgZi8aIMdbzLnXGVGLiwzm7G3JQ { width:275px;height:30.6px;top:2478px;left:22.5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #O2weWJxfgqyK20WGwq3yJ5tbDuVWSDoD { width:220px;height:42px;top:2552px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gpRsSnbTNJwgu96JxlsgimIzllc6GLbT { display:block; }
 }@media only screen and (max-width: 763px) { #DGgUE7W7qG1FRDTuq4OtI4ei9MSgZEX6 { width:275px;height:91.8px;top:1167px;left:28px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sRliI7atgedRlx39nC7vithcxu4UJhMa { width:275px;height:30.6px;top:1897px;left:23px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #udzxLzTQuKMv6WcP9wSt9thmv7byBL1F { width:275px;height:61.2px;top:2406px;left:22.5px;font-size:18px;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 { display:block; }#z3vgTdFF5TeLgpbNCRwHZ333SXsAKR04 > .row .container { width:320px;height:1772px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzBdmuh8zTNbaQB2Cc4TphlMbBvL2LyT { width:320px;height:37.7px;top:20px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6TW0nyP6VG3ka0TPMt0aRGdfn8Vxo2O { width:320px;height:53.2px;top:77.6875px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfCzpbrvagkqVWFEQXL8V0QaUE9ah0bF { width:320px;height:124.8px;top:139.6875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTTlkCGStonAR1yqMucsbxnkIebcUBuN { width:320px;height:490.844px;top:935.922px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kbcNGxW8yBqT5vI7PTp06nqzhhfnb0mT { width:320px;height:642.6px;top:294.4375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvNyVbi6CdObEu870tyqIQa6MlUbPQ49 { width:320px;height:306px;top:1446.766px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4JfO626gsyOGXHepZm7SJ2J3piko4k9 { display:block; }#O4JfO626gsyOGXHepZm7SJ2J3piko4k9 > .row .container { width:320px;height:704px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmzuglDPgDTfWE4WXvIMfCbdB8brdgs9 { width:320px;height:93.6px;top:20px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kevPOwzPf8k8EDTtq0Xuiv4T7RPW5PTv { width:320px;height:476px;top:133.5625px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFrcgsMGcfADqXwxtRz4Tx5hddssDCqP { width:304px;height:55px;top:629.5005px;left:8px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #A1Vm0oEXU2tE7V1ryV8XpHKg18MsfnL8 { display:block; }
 }@media only screen and (max-width: 763px) { #shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S { display:block; }#shPxbZe77EOhnQQoRP7ZPXO82KzPDd9S > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3UaKInEdzh397sd7NVR9zSLZeFwzvkR { height:180px;width:320px;top:202.9531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sJs7JtInx8PW2s0A4t1QFAbhVROPVbwB { height:179.297px;width:320px;top:402.9531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O9IMCvHwcG8LZL73s1hzXdEPKeIkyi7T { width:320px;height:57.2px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkVxfhzVXdVz5L6B4zvZeocPEnq6GQlP { width:320px;height:85.8px;top:97.1875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ { display:block; }#StmBNl5Tf4Gb0piaVFfuM9AJt3Mx4rJZ > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqNMpiXSnn0iDQD3ohQuuimawC1lWi8M { width:320px;height:32.2px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux { background-color:#ffffff;background-image:none;display:block; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { background-color: transparent; background-image: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row > .video-iframe-container { display: none; }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .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); }#gpPrMUwz3Zam3IeVaPTwF81IRRsAXuux > .row .container { width:320px;height:1221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR7ngKA2VT7TAtG6tawFVFNweS7QMa3e { width:320px;height:81px;top:570px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WtaFqePibGoeKah6sTV94WvTaLuoNd4R { width:320px;height:88px;top:663.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B182tnCuO80GLxkyWTnJkhyqVlARgdER { width:320px;height:98.9375px;top:1097px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #inXBKdzwecmJRzg8yyUvsLFGqDEzpD92 { width:320px;height:257px;top:267.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e1CH57BQl7QvbIcBIBaU20m2sbUCbvRP { width:320px;height:188.8px;top:33.125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uzc1i16J6ZcD237l0OdKHJhT1ZTlR8Pr { width:320px;height:257.844px;top:774.234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:320px;height:32.2px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:320px;height:2014px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { width:320px;height:91.8px;top:1204.969px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KHVmK1BbJZgNzeyVDWyhEr5DeD8XtoA8 { width:320px;height:119.6px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqbhlhkbQUBNX5bq4anokUaIll3i8h2n { width:320px;height:57.8px;top:1316.7346px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #D0HbPwuanHTqZW94W9GseOhhqq3DbF55 { width:320px;height:86.7px;top:1394.5002px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gbeoZo7nsivE2cc2OhptCimnx2ziLW0T { width:320px;height:86.7px;top:1501.1564px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p7HivXhPunJPhTfnAnICfG78vUa6g1vy { width:320px;height:173.4px;top:1607.8283px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pr54brUL2KezdE5VKyQzdI4JTOK6CQBt { width:320px;height:86.7px;top:1801.1563px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WTL6VClSSO0n6xx9hZStKKOE1Sug9Twp { width:320px;height:86.7px;top:1907.8282px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cglr5JM63b7biuXIUCweTmHahuigbk { width:320px;height:521.047px;top:159.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dH3oxOkMsgb88ngHUVqQHr9A40dUuZir { width:320px;height:484.375px;top:700.594px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr { display:block; }#CEkrdtTFsf1G1grBDdqKni3OqNZWWTyr > .row .container { width:320px;height:1050px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QclGT3mvgySimswQiPTcgp0mmSwFhqwV { width:320px;height:78.2px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TgS2e5FGnhnMbPBldD97qbPULxahCsa1 { width:320px;height:838.1px;top:118.1875px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BWknTekztGidGnrSgfQaeL6ULEsVNFat { width:304px;height:55px;top:975.9995px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xLDX0GlupK8C0NSvCDBxBmm26EnHXTTW { display:block; }
 }@media only screen and (max-width: 763px) { #rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx { background-color:#ffffff;background-image:none;display:block; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { background-color: transparent; background-image: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container > .video-iframe-container { display: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row > .video-iframe-container { display: none; }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .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); }#rMGKE7XrVaFlWAh2rTbg6kWT6BB23Wnx > .row .container { width:320px;height:966px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzcisyvr2FJ6GgdVJylLXSwybV6aUzQV { width:320px;height:42px;top:319.00001525879px;left:0px;font-size:35px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PxhTG32DGyNTqvLCTynGkT4xNXWCUkNs { width:320px;height:390px;top:457px;left:-4px;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #PKJ1g7BiPwH2oUtfcR7HdBzBcBW6FePl { width:320px;height:30px;top:289px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saFSIzSoDMUVbGLKugDoqbnhpWCF7QuT { width:136px;height:136px;top:153.80000305176px;left:92.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #nEITedOdKu9assfozpJr78TJTQmwb8kM { width:320px;height:30px;top:373px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8IVnqpzTDvpD3bTrD4M9crsQlUmrUd2 { width:320px;height:432px;top:414px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EgSuFOO8IrXOE7etife2F1CVMkvmHMiK { width:320px;height:120px;top:29.400009155273px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTTnCMozRJ7u5vt4fadvNfBw0EMXfvt4 { width:280px;height:55px;top:880.40003967285px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #oxtzqWQ1JgRNARNlP7HSRqQs4w6hGTSi { display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:320px;height:323px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { width:200px;height:20.8px;top:20px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { width:200px;height:20.8px;top:60.7969px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg5r2nftIH81wEdeFMWMI2FUa9VTmZzx { width:320px;height:185.9px;top:101.5938px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }