.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image: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); }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF { position:relative;display:none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF { border-width: 0; border-radius: 0; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .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; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .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:"open sans";height:300px;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:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NfGcIUx8/BG_Sexo.jpg");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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:"open sans";height:1613px;width:960px;position:relative;display:block; }#wJRUpP27OZaTJvycf1NJ6HDQnIZrLAM9 { color:#000000;display:block;width:638.993px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:391.02435302734px;left:162.11807250977px;height:20.7969px;display:block; }
#BGTTDM2mq9hAU4kH8BWdtmUsJg1dmZJJ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:886px;left:0px;display:none; }
#ihbt5OIXl9MCFnZhlyvoZTJsa7KWl0Ln { position:absolute;display:block;z-index:14999;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;height:368px;width:311px;top:0px;left:324.5px;overflow:hidden;display:block; }
#RpDuzy79EXvIA8AKwUgeNhATpumOHoL5 { position:absolute;display:block;z-index:15001;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;height:372px;width:960px;top:1419.2222900391px;left:525.33331298828px;display:none; }
#QfTN8oy8DuLvKrgO0qTOZHVsC2JXqORT { position:absolute;display:block;z-index:15002;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;height:372px;width:960px;top:1419.6667480469px;left:439.33331298828px;display:none; }
#aNtIiRz3T97pJRGtTrRFbUeFz9uiClbB { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28px;top:29px;left:0px;display:none; }
#y1litaH7vQhZt193Dqv7Mg87NiDbF7Re { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:741px;top:62px;left:0px;display:none; }
#kKToHcro0dUBlPRmoN6EBycFUur5UPfa { 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;height:309px;width:960px;display:none; }
#HvnWzTnx9TbdgLMPzIa9LBpwT4Vq2myv { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:95px;top:818px;left:0px;display:none; }
#o8V2N7pNHfEotFscEGoSKiPrdQI3p22z { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:1154px;left:0px;display:none; }
#Ue5Wbv7a95QINLVrlpMvont6molMUmR1 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:152px;top:971px;left:0px;display:none; }
#izfqEZE1104bfULE1bBMAJEWtKyURWXG { 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;height:309px;width:960px;display:none; }
#dErtvTT3SI12DZqi9140vBM8avWBpXc0 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:152px;top:1249px;left:0px;display:none; }
#t1UMHVC6RuJiiBIWGsWvuAdgvz1FII31 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:1691px;left:0px;display:none; }
#ulc9EcFLcNhS0TFcktRyWSDDnAdK0kdg { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:228px;top:1459px;left:0px;display:none; }
#vfIGV1HrQ887ZBlO39GdiADgdSJzVr2s { 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;height:309px;width:960px;display:none; }
#Ze1zvHN8K1qWsbT0ZxSTS8gAv5pPZT5l { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:2375px;left:0px;display:none; }
#baUByeVysSfKdrWomHhHQPDncvlWQ6lT { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:1766px;left:0px;display:none; }
#qf9VDn7AyiPN1oZtLS4KnCQbQ4PKkAzU { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:133px;top:2165px;left:0px;display:none; }
#BaqELT37OcBb5ItaSPkXG62kPLskeubH { 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;height:309px;width:960px;display:none; }
#WKAW8TFHnQcFcVgifCbdqa72LJa9ewGP { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:2948px;left:0px;display:none; }
#u87B1wkHseL2T7HeyaEgleQUfKLmV5Ld { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:2468px;left:0px;display:none; }
#fPQPWK58MNkcNVRbKN62EVrzHsAf3tSx { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:2778px;left:0px;display:none; }
#ePv2v6XtGkwh7fBOHXFKFPFtmqwN24mO { 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;height:309px;width:960px;display:none; }
#TkPGhV8xFPge6I1kS82mOG0NeJpqNMWJ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:114px;top:3291px;left:0px;display:none; }
#aIB4vQiNyUKpx0V3zc0p3NWWQI9OlufL { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:3493px;left:0px;display:none; }
#cnQ6WB4wRrKTMQbaV066hc875tRfQFUZ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:152px;top:3319px;left:0px;display:none; }
#Q8s7Atii8AO67yEBex2Gz09B7NXPC9AV { 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;height:309px;width:960px;display:none; }
#fUtTPPprqZ51nasr468NsNPe6XHd8vsL { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:133px;top:3696px;left:0px;display:none; }
#EpN6xf66TTvKXSCIfqapmfKzcGGci4QQ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:4022px;left:0px;display:none; }
#fZL2PloWA387I34fFcgSBooQCRdrtIKB { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:114px;top:3842px;left:0px;display:none; }
#M1Jo5C8uxWgZyWLXO3eFDi4ox4KwTX6E { 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;height:309px;width:960px;display:none; }
#cnJZkKbJQ8gENW8rUNqoDGFlW9Qcf5fe { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:95px;top:5597px;left:0px;display:none; }
#z85R4mIz687WPZf2Fvl13TEPHeL0erWC { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:5749px;left:0px;display:none; }
#fI8fGoAZi4BnLvnAXi5q5w8fBDsbaRhX { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:5546px;left:0px;display:none; }
#pcJromunopMFeJOzdQDBKD7utxBt3JxK { 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;height:309px;width:960px;display:none; }
#c08BUhM4uLORIs0tefM7JOv29nuh8mg2 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:95px;top:4074px;left:0px;display:none; }
#sfRM1Vzoe1CApreOu3qJUQZa4LCeD2er { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:4471px;left:0px;display:none; }
#g7Tor7HyiSKJHUlQ0WQSA1rcnmLJVXS1 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:4244px;left:0px;display:none; }
#k6ltaBmDNCidqi5HHGw5hwrO9au4LMKS { 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;height:309px;width:960px;display:none; }
#ohflhTPbcfJvXsAiP5z3HESSxs008NPA { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:266px;top:4541px;left:0px;display:none; }
#KeetobthHJ6B37n7PfNcsolSMLH1zFbM { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:5166px;left:0px;display:none; }
#sZGgra6BOo0iq5xFRUykdxFnwA6u0L7K { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:228px;top:4938px;left:0px;display:none; }
#JVNxI09TgfU81G3cx4np9E4zt70biX0X { 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;height:309px;width:960px;display:none; }
#lMqlDJE3RG7ZJL0uMSs9vgppbC9fKgJN { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:209px;top:5877px;left:0px;display:none; }
#ZoUCPv4AA0fArfTzS06XhGL4kOhPrnR7 { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:6372px;left:0px;display:none; }
#pT9VHw2KgL3siFv0ZUwlKH5EC212wQXF { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:190px;top:6191px;left:0px;display:none; }
#PX2TgKJMM4kMytTTecCJb8waKmdJU106 { 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;height:309px;width:960px;display:none; }
#BQy0twEIPZHOzvEZTVscIc4aO1IZiOlB { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:152px;top:6519px;left:0px;display:none; }
#zHf7vSo1r831ImLLkPd2gRJUPbdM6n1K { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:6969px;left:0px;display:none; }
#AqzyU8w5bodRMS43m8CzJpLxf2P4v95W { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:171px;top:6787px;left:0px;display:none; }
#vTBfTX8ypRytbP3vC9k2mfJnx4hy5FSN { 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;height:309px;width:960px;display:none; }
#pglesU8900wST4oGioU0vTgFN5VoJ9eG { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:133px;top:7180px;left:0px;display:none; }
#vtHxHp295rU2yW8acGneFacVIoostfoG { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:7519px;left:0px;display:none; }
#xi4OdpTqT2v71SX8zSACVkuTq2gnTn6u { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:190px;top:7477px;left:0px;display:none; }
#v6WGPdGuW4W5lAP2059kizOeNhGxQssi { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#N58R58UakdDXlOHT7ep8lRlp1IN8yv9i { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#LZIEmKIGCHGJ8cWQLc7uGNyBrpnQNPBF { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#p79JEGvRuQGQc7PFGyODq1xWEHUlZpbf { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#AEo3HEAeuK2QuTzTUpiFdcqXet2KUa7u { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#l3CPb322yokAo9o9QRTpzy471Dn5b85T { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#MaE8g5srs96qsFzH5qfXeHFkbkEJrkVI { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#wZEQVe7rNhNGA00FVMGFLQhP77EQnsJJ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#Tg7F425EtDfIQH5c5CAf7mDRxKTvltHh { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#b5Rq7qQC2gEkBHKaO46I4l6lqThAsaME { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#KMTkxV3FCVnkJwPo4FFSnlRNCbFhD2hW { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
#erPhDHJ11Zpi5SpCpva2paPD2De0ku0b { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29px;top:710px;left:0px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lprUO4mKZKtK6t7Na15R4eEMA32LwGNF { display:none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJRUpP27OZaTJvycf1NJ6HDQnIZrLAM9 { top:391px;left:64.1171875px;width:638px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGTTDM2mq9hAU4kH8BWdtmUsJg1dmZJJ { top:886px;left:0px;width:320px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ihbt5OIXl9MCFnZhlyvoZTJsa7KWl0Ln { top:0px;left:226.5px;width:311px;height:368px;display:block; }
 }@media only screen and (max-width: 763px) { #RpDuzy79EXvIA8AKwUgeNhATpumOHoL5 { width:;height:;top:1429px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QfTN8oy8DuLvKrgO0qTOZHVsC2JXqORT { width:;height:;top:1429px;left:351.33331298828px;display:none; }
 }@media only screen and (max-width: 763px) { #aNtIiRz3T97pJRGtTrRFbUeFz9uiClbB { top:29px;left:0px;width:320px;height:28px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #y1litaH7vQhZt193Dqv7Mg87NiDbF7Re { top:62px;left:0px;width:320px;height:741px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #kKToHcro0dUBlPRmoN6EBycFUur5UPfa { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #HvnWzTnx9TbdgLMPzIa9LBpwT4Vq2myv { top:818px;left:0px;width:320px;height:95px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #o8V2N7pNHfEotFscEGoSKiPrdQI3p22z { top:1154px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #Ue5Wbv7a95QINLVrlpMvont6molMUmR1 { top:971px;left:0px;width:320px;height:152px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #izfqEZE1104bfULE1bBMAJEWtKyURWXG { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #dErtvTT3SI12DZqi9140vBM8avWBpXc0 { top:1249px;left:0px;width:320px;height:152px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #t1UMHVC6RuJiiBIWGsWvuAdgvz1FII31 { top:1691px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #ulc9EcFLcNhS0TFcktRyWSDDnAdK0kdg { top:1459px;left:0px;width:320px;height:228px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #vfIGV1HrQ887ZBlO39GdiADgdSJzVr2s { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #Ze1zvHN8K1qWsbT0ZxSTS8gAv5pPZT5l { top:2375px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #baUByeVysSfKdrWomHhHQPDncvlWQ6lT { top:1766px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #qf9VDn7AyiPN1oZtLS4KnCQbQ4PKkAzU { top:2165px;left:0px;width:320px;height:133px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #BaqELT37OcBb5ItaSPkXG62kPLskeubH { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #WKAW8TFHnQcFcVgifCbdqa72LJa9ewGP { top:2948px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #u87B1wkHseL2T7HeyaEgleQUfKLmV5Ld { top:2468px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #fPQPWK58MNkcNVRbKN62EVrzHsAf3tSx { top:2778px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ePv2v6XtGkwh7fBOHXFKFPFtmqwN24mO { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #TkPGhV8xFPge6I1kS82mOG0NeJpqNMWJ { top:3291px;left:0px;width:320px;height:114px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #aIB4vQiNyUKpx0V3zc0p3NWWQI9OlufL { top:3493px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #cnQ6WB4wRrKTMQbaV066hc875tRfQFUZ { top:3319px;left:0px;width:320px;height:152px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Q8s7Atii8AO67yEBex2Gz09B7NXPC9AV { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #fUtTPPprqZ51nasr468NsNPe6XHd8vsL { top:3696px;left:0px;width:320px;height:133px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #EpN6xf66TTvKXSCIfqapmfKzcGGci4QQ { top:4022px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #fZL2PloWA387I34fFcgSBooQCRdrtIKB { top:3842px;left:0px;width:320px;height:114px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #M1Jo5C8uxWgZyWLXO3eFDi4ox4KwTX6E { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #cnJZkKbJQ8gENW8rUNqoDGFlW9Qcf5fe { top:5597px;left:0px;width:320px;height:95px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #z85R4mIz687WPZf2Fvl13TEPHeL0erWC { top:5749px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #fI8fGoAZi4BnLvnAXi5q5w8fBDsbaRhX { top:5546px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #pcJromunopMFeJOzdQDBKD7utxBt3JxK { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #c08BUhM4uLORIs0tefM7JOv29nuh8mg2 { top:4074px;left:0px;width:320px;height:95px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #sfRM1Vzoe1CApreOu3qJUQZa4LCeD2er { top:4471px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #g7Tor7HyiSKJHUlQ0WQSA1rcnmLJVXS1 { top:4244px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #k6ltaBmDNCidqi5HHGw5hwrO9au4LMKS { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #ohflhTPbcfJvXsAiP5z3HESSxs008NPA { top:4541px;left:0px;width:320px;height:266px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #KeetobthHJ6B37n7PfNcsolSMLH1zFbM { top:5166px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #sZGgra6BOo0iq5xFRUykdxFnwA6u0L7K { top:4938px;left:0px;width:320px;height:228px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #JVNxI09TgfU81G3cx4np9E4zt70biX0X { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #lMqlDJE3RG7ZJL0uMSs9vgppbC9fKgJN { top:5877px;left:0px;width:320px;height:209px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ZoUCPv4AA0fArfTzS06XhGL4kOhPrnR7 { top:6372px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #pT9VHw2KgL3siFv0ZUwlKH5EC212wQXF { top:6191px;left:0px;width:320px;height:190px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #PX2TgKJMM4kMytTTecCJb8waKmdJU106 { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #BQy0twEIPZHOzvEZTVscIc4aO1IZiOlB { top:6519px;left:0px;width:320px;height:152px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #zHf7vSo1r831ImLLkPd2gRJUPbdM6n1K { top:6969px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #AqzyU8w5bodRMS43m8CzJpLxf2P4v95W { top:6787px;left:0px;width:320px;height:171px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #vTBfTX8ypRytbP3vC9k2mfJnx4hy5FSN { width:764px;height:246px;display:none; }
 }@media only screen and (max-width: 763px) { #pglesU8900wST4oGioU0vTgFN5VoJ9eG { top:7180px;left:0px;width:320px;height:133px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #vtHxHp295rU2yW8acGneFacVIoostfoG { top:7519px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #xi4OdpTqT2v71SX8zSACVkuTq2gnTn6u { top:7477px;left:0px;width:320px;height:190px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #v6WGPdGuW4W5lAP2059kizOeNhGxQssi { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #N58R58UakdDXlOHT7ep8lRlp1IN8yv9i { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #LZIEmKIGCHGJ8cWQLc7uGNyBrpnQNPBF { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #p79JEGvRuQGQc7PFGyODq1xWEHUlZpbf { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #AEo3HEAeuK2QuTzTUpiFdcqXet2KUa7u { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #l3CPb322yokAo9o9QRTpzy471Dn5b85T { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #MaE8g5srs96qsFzH5qfXeHFkbkEJrkVI { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #wZEQVe7rNhNGA00FVMGFLQhP77EQnsJJ { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #Tg7F425EtDfIQH5c5CAf7mDRxKTvltHh { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #b5Rq7qQC2gEkBHKaO46I4l6lqThAsaME { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #KMTkxV3FCVnkJwPo4FFSnlRNCbFhD2hW { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #erPhDHJ11Zpi5SpCpva2paPD2De0ku0b { top:710px;left:0px;width:320px;height:29px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lprUO4mKZKtK6t7Na15R4eEMA32LwGNF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/461bea17-62b6-4aab-85d5-9b36b72ef07f/COVER_ASTROCRUSH_landingPage_1242x146px_TR.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF.adaptive-delivery-prevent-bg, #lprUO4mKZKtK6t7Na15R4eEMA32LwGNF.lazyload, #lprUO4mKZKtK6t7Na15R4eEMA32LwGNF.lazyloading { background-image: none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container { background-color: transparent; background-image: none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container > .video-iframe-container { display: none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row > .video-iframe-container { display: none; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .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); }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container { border-width: 0; border-radius: 0; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lprUO4mKZKtK6t7Na15R4eEMA32LwGNF > .row .container { width:320px;height:479px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:7915px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJRUpP27OZaTJvycf1NJ6HDQnIZrLAM9 { width:320px;height:auto;top:391px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #BGTTDM2mq9hAU4kH8BWdtmUsJg1dmZJJ { top:1035px;left:0px;width:320px;height:;z-index:15014;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #ihbt5OIXl9MCFnZhlyvoZTJsa7KWl0Ln { width:311px;height:368px;top:0px;left:4px;display:none; }
 }@media only screen and (max-width: 763px) { #RpDuzy79EXvIA8AKwUgeNhATpumOHoL5 { top:1789.5837515137px;left:0px;width:320px;height:124px;z-index:15019;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QfTN8oy8DuLvKrgO0qTOZHVsC2JXqORT { top:1627.4653820313px;left:0px;width:320px;height:124px;z-index:15019;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aNtIiRz3T97pJRGtTrRFbUeFz9uiClbB { top:18.9375px;left:0px;width:320px;height:28.5px;z-index:15011;font-family:bndalliah;font-size:19px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y1litaH7vQhZt193Dqv7Mg87NiDbF7Re { top:62.9375px;left:0px;width:320px;height:643.5px;z-index:15012;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kKToHcro0dUBlPRmoN6EBycFUur5UPfa { top:851px;left:0px;width:320px;height:103px;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HvnWzTnx9TbdgLMPzIa9LBpwT4Vq2myv { top:1024px;left:0px;width:320px;height:78px;z-index:15013;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o8V2N7pNHfEotFscEGoSKiPrdQI3p22z { top:1136px;left:0px;width:320px;height:29.8984px;z-index:15014;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #Ue5Wbv7a95QINLVrlpMvont6molMUmR1 { top:1178px;left:0px;width:320px;height:117px;z-index:15014;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #izfqEZE1104bfULE1bBMAJEWtKyURWXG { top:1358px;left:0px;width:320px;height:103px;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dErtvTT3SI12DZqi9140vBM8avWBpXc0 { top:1525px;left:0px;width:320px;height:136.5px;z-index:15014;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t1UMHVC6RuJiiBIWGsWvuAdgvz1FII31 { top:1701px;left:0px;width:320px;height:29.8984px;z-index:15015;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ulc9EcFLcNhS0TFcktRyWSDDnAdK0kdg { top:1746px;left:0px;width:320px;height:195px;z-index:15015;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vfIGV1HrQ887ZBlO39GdiADgdSJzVr2s { top:2003px;left:0px;width:320px;height:103px;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1zvHN8K1qWsbT0ZxSTS8gAv5pPZT5l { top:2372px;left:0px;width:320px;height:29.8984px;z-index:15016;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #baUByeVysSfKdrWomHhHQPDncvlWQ6lT { top:2182px;left:0px;width:320px;height:136.5px;z-index:15015;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qf9VDn7AyiPN1oZtLS4KnCQbQ4PKkAzU { top:2419px;left:0px;width:320px;height:117px;z-index:15016;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BaqELT37OcBb5ItaSPkXG62kPLskeubH { top:2586px;left:0px;width:320px;height:103px;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WKAW8TFHnQcFcVgifCbdqa72LJa9ewGP { top:2959px;left:0px;width:320px;height:29.8984px;z-index:15017;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #u87B1wkHseL2T7HeyaEgleQUfKLmV5Ld { top:2761px;left:0px;width:320px;height:136.5px;z-index:15016;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fPQPWK58MNkcNVRbKN62EVrzHsAf3tSx { top:3002px;left:0px;width:320px;height:136.5px;z-index:15017;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ePv2v6XtGkwh7fBOHXFKFPFtmqwN24mO { top:3202px;left:0px;width:320px;height:103px;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TkPGhV8xFPge6I1kS82mOG0NeJpqNMWJ { top:3374px;left:0px;width:320px;height:97.5px;z-index:15017;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aIB4vQiNyUKpx0V3zc0p3NWWQI9OlufL { top:3512px;left:0px;width:320px;height:29.8984px;z-index:15018;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ6WB4wRrKTMQbaV066hc875tRfQFUZ { top:3555px;left:0px;width:320px;height:117px;z-index:15018;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Q8s7Atii8AO67yEBex2Gz09B7NXPC9AV { top:3739px;left:0px;width:320px;height:103px;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fUtTPPprqZ51nasr468NsNPe6XHd8vsL { top:3897px;left:0px;width:320px;height:117px;z-index:15018;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EpN6xf66TTvKXSCIfqapmfKzcGGci4QQ { top:4056px;left:0px;width:320px;height:29.8984px;z-index:15019;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fZL2PloWA387I34fFcgSBooQCRdrtIKB { top:4098px;left:0px;width:320px;height:97.5px;z-index:15019;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #M1Jo5C8uxWgZyWLXO3eFDi4ox4KwTX6E { top:5514px;left:0px;width:320px;height:103px;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cnJZkKbJQ8gENW8rUNqoDGFlW9Qcf5fe { top:5686px;left:0px;width:320px;height:78px;z-index:15019;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z85R4mIz687WPZf2Fvl13TEPHeL0erWC { top:5802px;left:0px;width:320px;height:29.8984px;z-index:15020;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fI8fGoAZi4BnLvnAXi5q5w8fBDsbaRhX { top:5848px;left:0px;width:320px;height:136.5px;z-index:15020;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pcJromunopMFeJOzdQDBKD7utxBt3JxK { top:4229px;left:0px;width:320px;height:103px;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c08BUhM4uLORIs0tefM7JOv29nuh8mg2 { top:4389px;left:0px;width:320px;height:78px;z-index:15020;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sfRM1Vzoe1CApreOu3qJUQZa4LCeD2er { top:4511px;left:0px;width:320px;height:29.8984px;z-index:15021;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tor7HyiSKJHUlQ0WQSA1rcnmLJVXS1 { top:4552px;left:0px;width:320px;height:136.5px;z-index:15021;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #k6ltaBmDNCidqi5HHGw5hwrO9au4LMKS { top:4750px;left:0px;width:320px;height:103px;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ohflhTPbcfJvXsAiP5z3HESSxs008NPA { top:4908px;left:0px;width:320px;height:214.5px;z-index:15021;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KeetobthHJ6B37n7PfNcsolSMLH1zFbM { top:5197px;left:0px;width:320px;height:29.8984px;z-index:15022;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sZGgra6BOo0iq5xFRUykdxFnwA6u0L7K { top:5248px;left:0px;width:320px;height:175.5px;z-index:15022;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JVNxI09TgfU81G3cx4np9E4zt70biX0X { top:6058px;left:0px;width:320px;height:103px;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lMqlDJE3RG7ZJL0uMSs9vgppbC9fKgJN { top:6226px;left:0px;width:320px;height:156px;z-index:15020;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUCPv4AA0fArfTzS06XhGL4kOhPrnR7 { top:6457px;left:0px;width:320px;height:29.8984px;z-index:15021;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pT9VHw2KgL3siFv0ZUwlKH5EC212wQXF { top:6500px;left:0px;width:320px;height:156px;z-index:15021;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PX2TgKJMM4kMytTTecCJb8waKmdJU106 { top:6719px;left:0px;width:320px;height:103px;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BQy0twEIPZHOzvEZTVscIc4aO1IZiOlB { top:6885px;left:0px;width:320px;height:136.5px;z-index:15021;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zHf7vSo1r831ImLLkPd2gRJUPbdM6n1K { top:7062px;left:0px;width:320px;height:29.8984px;z-index:15022;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AqzyU8w5bodRMS43m8CzJpLxf2P4v95W { top:7108px;left:0px;width:320px;height:136.5px;z-index:15022;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vTBfTX8ypRytbP3vC9k2mfJnx4hy5FSN { top:7319px;left:0px;width:320px;height:103px;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pglesU8900wST4oGioU0vTgFN5VoJ9eG { top:7494px;left:0px;width:320px;height:117px;z-index:15022;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vtHxHp295rU2yW8acGneFacVIoostfoG { top:7647px;left:0px;width:320px;height:29.8984px;z-index:15023;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xi4OdpTqT2v71SX8zSACVkuTq2gnTn6u { top:7689px;left:0px;width:320px;height:156px;z-index:15023;font-size:15px;font-family:poppins;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #v6WGPdGuW4W5lAP2059kizOeNhGxQssi { top:978.5px;left:0px;width:320px;height:29.8984px;z-index:15015;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #N58R58UakdDXlOHT7ep8lRlp1IN8yv9i { top:1483.5px;left:0px;width:320px;height:29.8984px;z-index:15016;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #LZIEmKIGCHGJ8cWQLc7uGNyBrpnQNPBF { top:2136.5px;left:0px;width:320px;height:29.8984px;z-index:15017;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #p79JEGvRuQGQc7PFGyODq1xWEHUlZpbf { top:2711.5px;left:0px;width:320px;height:29.8984px;z-index:15018;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #AEo3HEAeuK2QuTzTUpiFdcqXet2KUa7u { top:3332px;left:0px;width:320px;height:29.8984px;z-index:15019;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #l3CPb322yokAo9o9QRTpzy471Dn5b85T { top:3855px;left:0px;width:320px;height:29.8984px;z-index:15020;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #MaE8g5srs96qsFzH5qfXeHFkbkEJrkVI { top:4348.5px;left:0px;width:320px;height:29.8984px;z-index:15021;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #wZEQVe7rNhNGA00FVMGFLQhP77EQnsJJ { top:4869.5px;left:0px;width:320px;height:29.8984px;z-index:15022;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #Tg7F425EtDfIQH5c5CAf7mDRxKTvltHh { top:5640.5px;left:0px;width:320px;height:29.8984px;z-index:15023;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #b5Rq7qQC2gEkBHKaO46I4l6lqThAsaME { top:6180.5px;left:0px;width:320px;height:29.8984px;z-index:15024;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #KMTkxV3FCVnkJwPo4FFSnlRNCbFhD2hW { top:6839.5px;left:0px;width:320px;height:29.8984px;z-index:15025;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #erPhDHJ11Zpi5SpCpva2paPD2De0ku0b { top:7447.5px;left:0px;width:320px;height:29.8984px;z-index:15026;font-size:23px;font-family:"rb spyk display";text-align:justify;text-align-last:initial;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; }
 }