.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#RnaOTqRoSp9LDHzsRhSDreDVoVENfBba { 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:72px;width:442px;display:none; }
#MzdC4RSyqwmVT3apDHPdanFETtlTSEDl { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:24px;top:81px;left:0px;display:none; }
#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 { position:relative;display:none; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 { border-width: 0; border-radius: 0; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .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; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv { z-index:;position:relative;display:none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv { border-width: 0; border-radius: 0; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#dTks4s0fP5yecBKn2alJvcXaNZXet4OO { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:188px;top:25px;left:0px;display:none; }
#ONU9JDa3l3SJIP7IsJgr0F2vRonNoHPl { color:#000000;display:block;width:304px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:132px;top:122px;left:8px;display:none; }
#JNdx75olTyZnzTsCTfTeottlz0FFU0Cy { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vssI5AlTxGrUVPnONabHGWyvhM3Eaa6t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O1Nh0ymUrHWv9Ucv4SOhH3KRIJCSGmEV { 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:307px;width:177px;display:none; }
#KAsIgX5SaTIi0XKkymp8eOoKBSvKHe9h { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28px;top:233px;left:0px;display:none; }
#R3f1bQeTKJFfSrwK2TlJkClq65PUDCHO { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:31px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28px;top:270px;left:0px;display:none; }
#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy { z-index:;position:relative;display:none; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy { border-width: 0; border-radius: 0; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#k9FG5XRp3EWq1p1OIuXORxrUUK7gXZ9z { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:37px;top:16px;left:0px;display:none; }
#mE3BFFFc0Lin6BDwJcP4FqzAcSwWpikQ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:109px;top:759px;left:5px;display:none; }
#Rh4f1r8FR8XPTDnX1basPWcQmpHBW3g7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#DzeZmVciBwtZf7NDqQqp2SQpSmkxtdP5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#U7Omn2FGlyn0uPK9JzTr7s12khbSP2z3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#QCrDkBwWTxapvDgy0AvZlX4G1seIg8O9 { color:#000000;display:block;width:293px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:103px;top:62px;left:13px;display:none; }
#GTJ4NliFpqHEDVlKkHwNzwTkQqy1UfOs { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:75px;top:176px;left:0px;display:none; }
#mL5BOys9tAnyWwsfgERQvxogEf3uUAZA { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46px;top:483px;left:0px;display:none; }
#Ad6HhI9rsVJVkI4KUvTgOxQIzgKUBkwb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#wE6HtTOcPTIzhZT9wOAtTNiKqTtoshca { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23px;top:644px;left:22px;display:none; }
#uK5FtfnN3nMEsZ0coXG0TltE3UNrldmb { color:#000000;display:block;width:46px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32px;top:712px;left:136px;display:none; }
#KbUJkGF283RpmzNWFu1vrSVIoWZd5bzm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#DQTxZ0KVSm0Jvvcau5gmz4luNKKbeE00 { color:#000000;display:block;width:46px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32px;top:713px;left:247px;display:none; }
#LWFEexzkM9ITvZlWwuT1mwPQGrBkUVDl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#MqPr58yhq2e6WNoPu9Z4VGE91TSGL84G { 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:28px;width:276px;display:none; }
#cete64KZI4vvmGdSWPBi4NF8KFm4r8RD { 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:28px;width:276px;display:none; }
#qSMdxJNmwvwQVwWBzSv9ynNyxQby93du { 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:28px;width:276px;display:none; }
#ooXWh4X8kdgmQoqARELXoXIITLsSEh0J { 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:28px;width:276px;display:none; }
#sRaOi9eb8UOOhQgDCRNqcGsUhQoTsLlq { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:140px;top:759px;left:115px;display:none; }
#Q1ag3bZH2cSmhE6h2g0IxLdFbGUTcJaT { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:124px;top:645px;left:225px;display:none; }
#K1rTc8bBqZP3lW7OLEV76tVi7ubTAthT { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#hH7VmO6XBBInkzXGMg8PbqcWGIfbZsEV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HimXDZtOf0S4Wc7ORTVe87LOKCxnOFhV { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#cEGgSPRy1dNOkSSTXzeLqPPm5mktGbwB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa { position:relative;display:none; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa { border-width: 0; border-radius: 0; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .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; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#AG0F5R7ssmdkAT928qXbAu9TZtWniVzI { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:27px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:194px;top:21px;left:0px;display:none; }
#zLB2S5Vv3DCqGT9Ur4ZT0R1MiQZiatJQ { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:116px;top:158px;left:0px;display:none; }
#AtOPZumJAcRyNqmVv0GWfyaXlbpddqyW { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:207px;top:904px;left:29px;display:none; }
#kZxTbJ7ma35UywWKxIQ41KMtVTu4qS77 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#FnPl2KiyJ9oTTV7dX5lo0hzL5sUrJ1Sp { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:85px;top:802px;left:29px;display:none; }
#w7vqhdHPQFq0VUcRaJ9uHem4PEF9OcBO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#nxzhTpdk8zHbPVuFTTJkbiDSvfnIfzS9 { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:270px;top:2667px;left:28px;display:none; }
#BXTcz7EoIluEeq749pXfBxbckJyRNPiL { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:1425px;left:27px;display:none; }
#TFCRVvxzhEfo9si6E81Lw3Hn1TcpROCi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#mBuut9GqrS8iuWKwfBZi2yxcd0sRkPSp { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:124px;top:3300px;left:28px;display:none; }
#tgBn5JurxlKTUQdWlRDO3HqsyziUByMH { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28px;top:1871px;left:29px;display:none; }
#sPEfrmtqmPPLaMiWNtIynoMx7XdtwvcQ { 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:301px;width:406px;display:none; }
#M18yz4sHk4bJyu8MpDknIVMBS9INCiOG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#t3xTiqBpFGJ5oC4BdomhHIpJ34crm4tM { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:166px;top:3842px;left:31px;display:none; }
#NZd8roFSv9QLUdLqZSI84FdHa1xZc16O { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:2603px;left:27px;display:none; }
#tAWHTpxwbCDkuKgkVP1WZTtSbJbCM51r { 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:235px;width:130px;display:none; }
#hlEfogM9yMRT7A3xeKrUywgf7gTizKQQ { 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:79px;width:130px;display:none; }
#A3cHTtt3hz7nR4pzTD9txMx9OWsrLNM7 { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#NID91B4SGtEHnD0tX6ZQvBhAqT795XAa { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Vtp3yBxyeJMQPuzZhNyQUXBFuJ1XVihh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA { position:relative;display:none; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA { border-width: 0; border-radius: 0; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .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; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#I6EyN5WeD4UlIWR2qG6Gr7aPkgce25bk { color:#000000;display:block;width:319px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:135px;top:27px;left:0px;display:none; }
#igfn6oSOc0aJM4zB0BSAWfJgAiTIAGIX { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#SR8v5vMJLCdvAwKe8oCMrW2ErAsRESWZ { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#QI67o3oDJorb07QdNsE06TB9SzWzlpsJ { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#Ai9Xr8BVU6PIUxGQPfoT593qJH5G2GfJ { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#PnGMddTPXFTt7oUPa30FcS3IBDPJ6B9I { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vrdaLJpHPEEt43XRMtx9DnaUQKbthnod { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt { position:relative;display:none; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt { border-width: 0; border-radius: 0; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .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; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#vwQNOwi7ybsFhQqFRt7iXOrbwMqxDB3e { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:101px;top:28px;left:0px;display:none; }
#Xwp8vWXhTBRSbIMC6vFp9kwspC63nTeR { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:116px;top:158px;left:0px;display:none; }
#Xp3tLecXb6OxbZP2I5J7qgGzG11TR0Od { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:207px;top:904px;left:29px;display:none; }
#p1Nu3dsW4fwEZ1UX0WDvIrnysizTZXuF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#ffKZkxwbSL33VCVgWxqgVAIWskUJJE8i { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:85px;top:802px;left:29px;display:none; }
#sZIUnrM6W0IAvPis6lRCUKEMTsghamZl { 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:307px;width:177px;display:none; }
#Zv9QQQ36K65rLlttUDElo77uNKthUO4F { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#AGIigfFvQAv7pCc68nDhbNN8TVOrK1wC { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:270px;top:2667px;left:28px;display:none; }
#hIDysGbDB41xoUalmMR5uXpipvtUfHOv { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:1425px;left:27px;display:none; }
#hs1NCGmtWCnBmW8vSJhqwvbFTIAJcPyV { 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:316px;width:372px;display:none; }
#C7nsTCfWR7veJgnAXL73TJr1EmAITw6D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#ZuZqTK3xVagC2qvpUTpxPU8SSaJNGEnS { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:124px;top:3300px;left:28px;display:none; }
#s5wUy57b55qi86Guvdxh9Ns5VADD2w2o { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:28px;top:1871px;left:29px;display:none; }
#In932qQ2tRhlWQV6Dy4UaKmSA51IBDCs { 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:301px;width:406px;display:none; }
#P3Zth3yhwK6FRWNafahDh1p2x2UTe3iF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#St41ECmRwJx4bohWPF8B2TWButpRgfZs { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:166px;top:3842px;left:31px;display:none; }
#GLH3TUG00IOUcQEUoHTuAle0FX9XbUB0 { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:2603px;left:27px;display:none; }
#TgmcaTcDnzLnJ2qGRITX5SnnBhaKzTga { 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:235px;width:130px;display:none; }
#JJx4xSuAlPJMa6Tstm9iahoc794BL2fV { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#qBvzTFpdT131RkP5XPkFyALJ152xgLAt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EfsWnVudO3lwK5cTiCIc9Uo3Z0GAa2U0 { 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:79px;width:130px;display:none; }
#hfcFO4JnJKfHtxvi49lo3oqL9PBpVzsq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#ODEJbA6ippPPxTkLZ8T6fkJJNz34rxF0 { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:145px;top:1460px;left:27px;display:none; }
#TQtO5wVyl4qHFa8QQhhRvMTwG3H7mfFd { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:1386px;left:28px;display:none; }
#v0TxawErE4bD5ghXgKIczw2ROfD7Z57y { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#Fi9ABmBJOmCEoxGyPba5fWTgBQ1DLsU4 { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:103px;top:4473px;left:32px;display:none; }
#HBlOgrUbIJQT4vsiUsCbmiribwT9dd9g { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:85px;top:4578px;left:28px;display:none; }
#Q3TicpXvRTKbP3nPEw7eQuC8rVONgeAP { 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:203px;width:130px;display:none; }
#fqcvCkHyZE8kKL90wbH3MtXOqXk9k6Rv { 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:79px;width:57px;display:none; }
#Kg2gLT9dyrHX5knxV0cvibQ9E4aqFBhf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#Iu8XK6q0DM7JNPi3fpJWWWix8NU6B60M { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:145px;top:2068px;left:28px;display:none; }
#ZJ9XOtyDgVXPvfzysWd4ZVCzrPRMboRU { color:#000000;display:block;width:260px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:85px;top:1981px;left:28px;display:none; }
#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 { position:relative;display:none; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 { border-width: 0; border-radius: 0; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .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; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#tfuuH4S3xSOmVGLVmMV1NlPRzCFuXcyG { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:109px;top:24px;left:0px;display:none; }
#Wr0BiMsTLlIbl2oKeA850CfZnaCwOqf9 { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM { position:relative;display:none; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM { border-width: 0; border-radius: 0; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .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; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#N95QBms43zJQ6acWL9i0rE4JmRTfqeTG { color:#000000;display:block;width:319px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:168px;top:16px;left:0px;display:none; }
#FhdlT1CiWOSp9ggnQea8FWiOVVonPXRC { 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:286px;width:197px;display:none; }
#bXLWzI7Uq5w45Q3T9LAfBcn5ghew0UII { color:#000000;display:block;width:297px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:187px;top:658px;left:10px;display:none; }
#ez1yTcqTMUTFUf7cLFrFXDNzf9wnmKw2 { color:#000000;display:block;width:319px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:70px;top:214px;left:0px;display:none; }
#XX4JHoQkD5SSzXnbUQlX70FGDhFFFJSC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran { position:relative;display:none; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran { border-width: 0; border-radius: 0; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .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; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#q2c324KIGFL3h1fkMSq9Wb30TB0Lrg4s { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:67px;top:28px;left:0px;display:none; }
#d4Tl1LTo6l5Avg5GhafeaP5QNfM6Q1Z9 { position:absolute;display:block;z-index:15000;height:425px;width:959px;top:106px;left:0px;display:none; }
#Hyyiru4Ji46a85iUuReo7s5H7xoo5uGr { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bfM3kZExPy1LqgucSwoPDWLQW56xhO6p { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV { position:relative;display:none; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV { border-width: 0; border-radius: 0; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .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; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#F1VqOv3g0N6zLyQG93wdVF4TOodNtcBP { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:113px;top:32px;left:0px;display:none; }
#PZv7qbkET22hDPRLFMsTJK1H7962zQRG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#nCkbEnde4nUc99pwffNxLhb368oOw7m0 { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:304px;top:325px;left:0px;display:none; }
#OFw6eBAtEZC04qmTI3JEes9fqezBXgKO { color:#000000;display:block;width:258px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21px;top:304px;left:86px;display:none; }
#ovEhtsbIIBoVBFFpJHh289kqTmkFq2hI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#QVJuPC80XTOvJ5gsrkTiTbkbCK4UIqFC { color:#000000;display:block;width:44px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18px;top:898px;left:242px;display:none; }
#uWfuwTP4exZA8d7TRTnTxkv0FBH5aSbC { color:#000000;display:block;width:258px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:420px;top:467px;left:27px;display:none; }
#b1FiXTgfWB3m2PvEALBTtSzAtozooycz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#pft5oaCeKqmrfsy6kGhQbNCHfUW6Erol { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#ggizITT2aIKFr6ZmTbKVGXeNMX8haW9D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#UTCyDoHB27XDVb3M5OTe2KA3mlES6Tdi { color:#000000;display:block;width:44px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18px;top:1401px;left:248px;display:none; }
#IWUqcyQBaaG77l7hK8Afaiya3RishhUp { color:#000000;display:block;width:258px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:273px;top:969px;left:33px;display:none; }
#aZIT2tZtDX8bJ7OJAGEMEGuHVndCbDXT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#nNEBRLEQifcTNbbw5IUMUhuxGBk8TAt0 { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QggvDOtosDCqFQzgx0Q0rDJW4lc9gzSP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P { position:relative;display:none; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P { border-width: 0; border-radius: 0; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .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; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#heOxm0386KbdlUmNfGMQOqTOwGc9SkOu { 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:371px;width:208px;display:none; }
#oJzh605CBcrUL8ZsJQZipEah8Mz9vFXv { 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:371px;width:208px;display:none; }
#wqwUM1xtqeySeHQKTfySDDazO3QfZDyv { 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:371px;width:208px;display:none; }
#s4WrBppGJdLc2gNiGVBkJ5U3TR6Ek55D { 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:371px;width:208px;display:none; }
#isDpBptsuD9v6oNRnLoRvsl42s1sXgMI { 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:342px;width:192px;display:none; }
#S9wqfDd3qSBVTH8Rkk3dyTUzU2Ue9F0C { 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:342px;width:192px;display:none; }
#vqhw7mcifoR3phoyQTPNG2qfnKBCOSvt { 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:342px;width:192px;display:none; }
#L8TLGCmnEBTqfCM70CsAG61ERspSpJyg { 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:342px;width:192px;display:none; }
#sQN8JhFDxMq9SQWzogQ9oC4R6vXp6vup { 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:342px;width:192px;display:none; }
#B7UTmeNR1dDFgEdTn2BLVy8NkbcJqqQz { 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:342px;width:192px;display:none; }
#eQBGerrXf2V2QRW9ob9O8R3VXmqxN69L { 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:342px;width:192px;display:none; }
#gwrAxtxJwsfQLCnrlmd9nTbzkfoS5cgt { 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:342px;width:192px;display:none; }
#fsFcEzznvQy9xfUVRdofgeNPGL3yH0tr { 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:342px;width:192px;display:none; }
#MbfrxUbQTlr6w81ueWUH6Snpk5rA59BO { 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:342px;width:192px;display:none; }
#EA5kzTsOXAa652FLt0Usqbo5KT6OA3sN { 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:342px;width:192px;display:none; }
#uO2Z8gQJ2V7HCeyJvL6nzqxBURTndul1 { 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:983px;width:959px;display:none; }
#r4fhJhe9bQTQFgBTR3gn9StJ7BzBTbbo { 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:983px;width:959px;display:none; }
#mAg2oipfigfOOy7Kupn3CwThvHxixqic { 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:983px;width:959px;display:none; }
#Oif3lNf7NJkmAUSCA67ZOa3m0rfeTUyp { 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:983px;width:959px;display:none; }
#VcCAGPqdKXIMpoF3rXTHEyg8HBmlF15W { 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:983px;width:958px;display:none; }
#Bi8QJRhNNMtHGJ3Qflxep8MPZbPwdIq0 { 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:1706px;width:959px;display:none; }
#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm { position:relative;display:none; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm { border-width: 0; border-radius: 0; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .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; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#KL4d6uoXqsJyhMTvTiWaqmX77Dpsgq9N { color:#000000;display:block;width:320px;position:absolute;font-family:arial;font-size:33px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:85px;top:13px;left:0px;display:none; }
#QlMryTdMafGI6CzTG6lAmQmZOTqhHNJX { color:#000000;display:block;width:320px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46px;top:147px;left:0px;display:none; }
#ecEzyLBeKMoDBHAEgwQheHyE86Niw9Mg { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wtkr9WGXdVUuzl4BcLva0m1wlNLBFAqw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yrv3XkP8NcR5291wz5qBZS1co9xpGDDR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 1px 1px 20px rgba(0,0,0,0.29) ;height:200px;width:200px;display:none; }
#qEXmDqDe0T8ctTTW7Jr3pkE5dwnNLQgu { color:#000000;display:block;width:222.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:65.68359375px;left:386.484375px;display:none; }
#rEgGDs32FXlPJuvQfMWBTWp4uVpAcpTZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HaDDe4XHTE1wsIwsl4s1PlTaugyqmN2R { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#c9LeuTS5IQvidKsBITSXKKeZgRCkNVLy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#U0Wu1L82ELL0bC9eisHNCUlkRb8mXpJ9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i9m9MUBz31o9eDqx4l6DBBJ6H3g3z32o { color:#000000;display:block;width:206px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26px;top:333px;left:57px;display:none; }
#p9ReMgZXtkaIONySHJU1OI81eaBsmi72 { color:#000000;display:block;width:36px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:52px;top:407px;left:21px;display:none; }
#W1IXD5hG9fUl604icP9vvsJT0izmIzfH { color:#000000;display:block;width:169px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:415px;left:159px;display:none; }
#Sv2IPiJKcTG04m6onNCg3ggN6lmgNbuh { color:#000000;display:block;width:169px;position:absolute;font-family:"open sans";font-size:58px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:75px;top:333px;left:95px;display:none; }
#QZlWhyLP98TFmsl4dR9tVeMF4OMAHTWC { color:#000000;display:block;width:100px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:341px;left:75px;display:none; }
#r2wrCfR6fRnJ30At5RIwIGGULB9SIKc6 { 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:72px;width:442px;display:none; }
#GVmTNROnwvdSiZ6t2vebaJM6lcdq0cTV { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:24px;top:81px;left:0px;display:none; }
#dV8whdJp8Oid0oKoC5S1HhIHobGecARa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#Tcl7QG3gS7r5MTIQ35Cf7DuwAaWTFnq0 { color:#000000;display:block;width:186px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25px;top:408px;left:66px;display:none; }
#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L { position:relative;display:none; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L { border-width: 0; border-radius: 0; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .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; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#A7uBG6oAm1s2xTCCDlRrBCBf3LttiUTp { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:33px;top:28px;left:0px;display:none; }
#l7TM2UyNznWertpfn981wd6yOtAc6Xsv { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:70px;top:81px;left:0px;display:none; }
#ZacFnK5q1KpgVuKnwEg4x0UTD6y6mTeX { 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:371px;width:224px;display:none; }
#vfr9u6AZaJnwuy2sc8kDXClNKdZWWkMI { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:327px;top:529px;left:0px;display:none; }
#CqqxgM3Wi7PkBN94O0cGMJxpgitGEJDL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#TcLh4i12NVrzVSvq8212FTp273O83yhI { position:relative;display:none; }#TcLh4i12NVrzVSvq8212FTp273O83yhI { border-width: 0; border-radius: 0; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .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; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#F4ZGtJ4CPVm131wfFtrZ6Tm9TO6sAM1u { color:#000000;display:block;width:320px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:42px;left:0px;display:none; }
#J7griXA6yEMxPPJJrNbXetTngT2BWCw4 { color:#000000;display:block;width:256px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:140px;top:91px;left:31px;display:none; }
#gB5myyzRDA0PHQSil4cTZQu9B3CPm0IG { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#qzTb77ZBJ86A8cHgsMwEvZ6l39KT2fTu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg { position:relative;display:none; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg { border-width: 0; border-radius: 0; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .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; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#zWallFI92u9T9kscgsG8ByTGl64RkAkk { color:#000000;display:block;width:320px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:78px;top:28px;left:0px;display:none; }
#FWxTuOcgnKDNawMvHDCFmVJrNAuAP5Su { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit { position:relative;display:none; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit { border-width: 0; border-radius: 0; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .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; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#TIkUVUHcB41e2o8PyaFmOicCVblSAh45 { color:#000000;display:block;width:256px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:84px;left:31px;display:none; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL > img { max-width: 100%;max-height:100%; }#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p > img { max-width: 100%;max-height:100%; }#PUoTeZQbseqf99bbCnZK42FGy45hycZg { color:#000000;display:block;width:256px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:228px;left:31px;display:none; }
#hMeo0BxyTCFW2s96u7cL2RAAFzyqnEq0 { color:#000000;display:block;width:273px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:38px;top:246px;left:20px;display:none; }
#iQ0MNrMb3B8ii61mRkoRTrmXgzpE6TAl { color:#000000;display:block;width:256px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31px;top:357px;left:32px;display:none; }
#C51P4EtACWrsFTKqaqSglEV2DB1Rl11S { color:#000000;display:block;width:310px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32px;top:405px;left:5px;display:none; }
#VSZXSAsBEkbM0epRIpRZetSvTKSksN25 { color:#000000;display:block;width:265px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72px;top:446px;left:20px;display:none; }
#M788SvagmFTF9Eg8t6pVolVwVooba7hD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V { z-index:;position:relative;display:none; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V { border-width: 0; border-radius: 0; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#I7Wzqmf5At9445T29KZFUWMv7fMP9GMy { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:37px;top:16px;left:0px;display:none; }
#AXlwVTERhcSVOZ9Zc0g8XWLSsvXzxErQ { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#IFViT8xZJ9hQHI2AOdSchfcFHqVLKxzV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IRmEZNA0WDzirJQz5s3T0WqmKpse9bS4 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:109px;top:759px;left:5px;display:none; }
#ehccwLTmHLJZ7baFruGZHeJM2yWxdwpy { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#FplspdUZ6D8Tsko9RcVIa6Xh3TAnBbTM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#VNMt8SwLKxkeEIC7KENoMU746nDqi0uz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#DdMt7SHDTxoZdTMtWzJwUlQEODNmFN93 { 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:371px;width:276px;display:none; }
#mzH18ykHP5opQw3WVaZEJG1i2O26tCEB { color:#000000;display:block;width:293px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:103px;top:62px;left:13px;display:none; }
#ao6GaT5Aa6VkD25yO8fFuGMcHBUoeD0I { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:75px;top:176px;left:0px;display:none; }
#cPhCKWBtVupWvuPV59KoALqa7uIG16eW { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:188px;top:587px;left:0px;display:none; }
#rAoOGhft3LbsTRMLyPvN4h1AqbpntTlt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#XoKS5yurkePZuVWPcWv952XZcfzuoHQv { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23px;top:644px;left:22px;display:none; }
#Jb2ettImK5f7ZoKb1OpMs20OMJJBqALp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#CWDmzXTEkKBTSAkoHCncHX3XpkqvDXJr { color:#000000;display:block;width:46px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32px;top:712px;left:136px;display:none; }
#raXqHBzyXVTS2bJiVNxbbTiBZhIS1ZSi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#hsziFrJN7KWDSWXxKb7Fkrohc8Ew3TaT { color:#000000;display:block;width:46px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32px;top:713px;left:247px;display:none; }
#wk1KztiOdND0Pgey6iPbPTOORZldZmRf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#PVMp8nNE4brtaHHTlSE09zrLfLEvKXtR { 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:28px;width:276px;display:none; }
#k6TmlwGX4PNZDGQuq4TPz8TbBNQoHuxu { 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:28px;width:276px;display:none; }
#KEbP4ZvmFH7tQMQVC31aDGcJA069sW1G { 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:28px;width:276px;display:none; }
#Ouwfx7ekZyoAQoIx0GhCgE940oAOXz77 { 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:28px;width:276px;display:none; }
#rikrzvNUTihPMVpFQF1ir35h3bEaGMQ5 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:140px;top:759px;left:115px;display:none; }
#lvRiKuqLT6ZDHGBorWeV66LX4Tirua2m { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:109px;top:759px;left:225px;display:none; }
#ueoMXWSiVNzga7k3DeRJsn7CL3Jzkdlu { 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:155px;width:276px;display:none; }
#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW { z-index:;position:relative;display:none; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW { border-width: 0; border-radius: 0; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#cUDU43fxMMCSkdZP1BDTBypuA2dy5VJp { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:75px;top:23px;left:0px;display:none; }
#NrwwMcOf8Xd0WA7zRwhbvayHLuXSOBRV { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:24px;top:120px;left:0px;display:none; }
#PWpuZ75smzISQdVPm4PSsWui0gfy7Dgx { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:83px;top:383px;left:0px;display:none; }
#nUPSeSmkz6zR1C1IfvpP8EyrUPvD0vXw { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#luJDecXp4SJtogbwbdC8lzEqbRLxgMzC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#THTJGdmJNskHmQfxMNonbTrabRxlcaMx { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:74px;top:163px;left:0px;display:none; }
#wHAgTrO3ad5l2eHTvOrOC5oC7zWtfmHO { color:#000000;display:block;width:82px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:93px;top:294px;left:8px;display:none; }
#r0iw3QFWsCweJTaGmDKLbaU71RfDBszD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#iwmeps6QpR5KRoQFWZqRe1fedl1A2Pm6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#iMPbgSJ4wu1RPOazKk1K5MQBcZW1wIZI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#cT98Q4aEkQc5HP9mtyyXLX5o0XRS7qvo { 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:371px;width:276px;display:none; }
#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc { position:relative;display:none; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc { border-width: 0; border-radius: 0; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .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; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#Iw33TQ6OO2JE9Et3M3zSUhRtbsIDdkST { color:#000000;display:block;width:317px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:327px;top:93px;left:2px;display:none; }
#RbAzOuMsIZJl3vAO7ODPsT2bsgkCAkRs { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dp2x8rm2H6A9Q4SifaQIAULuzyS7KRGk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN { position:relative;display:none; }#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN { border-width: 0; border-radius: 0; }#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN > .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; }#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 { position:relative;display:none; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 { border-width: 0; border-radius: 0; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 > .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; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#Ez7Lny3xIrUhhAT7N2vvnzm74HfeMvRT { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:52px;top:0px;left:0px;display:none; }
#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 { position:relative;display:none; }#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 { border-width: 0; border-radius: 0; }#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 > .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; }#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#X5Mn0MXXTOgyBwMll6WxCXGb78ksS7iq { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:81px;top:136px;left:0px;display:none; }
#UBWmFbVkaaV3u4tUdqtRX9h8uJaMV1Hs { 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:555px;width:449px;display:none; }
#feLgKq1ZBaR0TeClU654FbbebZOFps73 { position:relative;display:none; }#feLgKq1ZBaR0TeClU654FbbebZOFps73 { border-width: 0; border-radius: 0; }#feLgKq1ZBaR0TeClU654FbbebZOFps73 > .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; }#feLgKq1ZBaR0TeClU654FbbebZOFps73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#PnFNos9LuDeSgRT1w4vupPyxyskgh4Xn { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#sdHuWGs6zzoaL1bzJsUAzRmlBxXAZ2DJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K { position:relative;display:none; }#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K { border-width: 0; border-radius: 0; }#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K > .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; }#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#rFrkZNU9AipucyVPO496QFt2XAmxF1yb { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#olTFBQqcQoKfuiVl0unt1KQOc8EVQSNC { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:0px;left:0px;display:none; }
#wZ8eDTWnmaQ9UQL7Ivv5gJqxQh65dLV9 { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#ypnOlby6EuBSHL6yrpNEWaTAXd5FyTsZ { color:#000000;display:block;width:211px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:19px;left:100px;display:none; }
#GzPc7F8iUOwdAbuOaUrE7Ey6VVvb5I4M { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv { position:relative;display:none; }#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv { border-width: 0; border-radius: 0; }#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv > .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; }#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#FcFHmX1tlbE0L0OsZBVn6Ul2pObeeDFR { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23px;top:19px;left:29px;display:none; }
#hphDoZWnoB11CNKNLCMeLCE1kUx1f6z7 { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10px;left:121px;display:none; }
#X1UA8blNWkvJLLb1QLbVpQr6hscJH8MV { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;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:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UQuQKDZRiLdTQiZqV16qsROVvRGOWBhZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qtSNInAB5e9Eg8Jtxa4TDTXmsMrei2R2 { 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:520px;width:557px;display:none; }
#QcZymnTTwJvpuNMNFyyTfd9yfM0pnV79 { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:77px;left:111px;display:none; }
#M2NgrTxPnhTLFutWzaw8hAxeI1WdsLQ0 { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:147px;left:130px;display:none; }
#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS { position:relative;display:none; }#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS { border-width: 0; border-radius: 0; }#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS > .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; }#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width: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; }#To2kn371CoR1JZgIwpXh09Ci81knFGcR { color:#000000;display:block;width:320px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:5px;left:0px;display:none; }
#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:none; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW { border-width: 0; border-radius: 0; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .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; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:50px;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; }#PHWp4glPw87yltlgqhBTKAfyUcvxBEx4 { 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:48.9844px;width:47.9883px;top:0px;left:912.01171875px;display:block; }
body { position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; }#RnaOTqRoSp9LDHzsRhSDreDVoVENfBba { width:442px;height:72px;display:none; }
#MzdC4RSyqwmVT3apDHPdanFETtlTSEDl { top:81px;left:0px;width:320px;height:24px;font-size:16px;display:none; }
#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 { display:none; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container { width:764px;position:relative;display:none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv { display:none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container { width:760px;position:relative;display:none; }#dTks4s0fP5yecBKn2alJvcXaNZXet4OO { top:25px;left:0px;width:320px;height:188px;font-size:22px;display:none; }
#ONU9JDa3l3SJIP7IsJgr0F2vRonNoHPl { top:122px;left:0px;width:304px;height:132px;font-size:16px;display:none; }
#JNdx75olTyZnzTsCTfTeottlz0FFU0Cy { width:;height:;display:none; }
#vssI5AlTxGrUVPnONabHGWyvhM3Eaa6t { display:block; }
#O1Nh0ymUrHWv9Ucv4SOhH3KRIJCSGmEV { width:177px;height:307px;display:none; }
#KAsIgX5SaTIi0XKkymp8eOoKBSvKHe9h { top:233px;left:0px;width:320px;height:28px;font-size:22px;display:none; }
#R3f1bQeTKJFfSrwK2TlJkClq65PUDCHO { top:270px;left:0px;width:320px;height:28px;font-size:31px;display:none; }
#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy { display:none; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy > .row .container { width:760px;position:relative;display:none; }#k9FG5XRp3EWq1p1OIuXORxrUUK7gXZ9z { top:16px;left:0px;width:320px;height:37px;font-size:29px;display:none; }
#mE3BFFFc0Lin6BDwJcP4FqzAcSwWpikQ { top:759px;left:0px;width:90px;height:109px;font-size:12px;display:none; }
#Rh4f1r8FR8XPTDnX1basPWcQmpHBW3g7 { display:none; }
#DzeZmVciBwtZf7NDqQqp2SQpSmkxtdP5 { display:none; }
#U7Omn2FGlyn0uPK9JzTr7s12khbSP2z3 { display:none; }
#QCrDkBwWTxapvDgy0AvZlX4G1seIg8O9 { top:62px;left:0px;width:293px;height:103px;font-size:20px;display:none; }
#GTJ4NliFpqHEDVlKkHwNzwTkQqy1UfOs { top:176px;left:0px;width:320px;height:75px;font-size:29px;display:none; }
#mL5BOys9tAnyWwsfgERQvxogEf3uUAZA { top:483px;left:0px;width:320px;height:46px;font-size:23px;display:none; }
#Ad6HhI9rsVJVkI4KUvTgOxQIzgKUBkwb { display:none; }
#wE6HtTOcPTIzhZT9wOAtTNiKqTtoshca { top:644px;left:0px;width:320px;height:23px;font-size:25px;display:none; }
#uK5FtfnN3nMEsZ0coXG0TltE3UNrldmb { top:712px;left:38.996541023254px;width:46px;height:32px;font-size:25px;display:none; }
#KbUJkGF283RpmzNWFu1vrSVIoWZd5bzm { display:none; }
#DQTxZ0KVSm0Jvvcau5gmz4luNKKbeE00 { top:713px;left:149px;width:46px;height:32px;font-size:25px;display:none; }
#LWFEexzkM9ITvZlWwuT1mwPQGrBkUVDl { display:none; }
#MqPr58yhq2e6WNoPu9Z4VGE91TSGL84G { width:276px;height:28px;display:none; }
#cete64KZI4vvmGdSWPBi4NF8KFm4r8RD { width:276px;height:28px;display:none; }
#qSMdxJNmwvwQVwWBzSv9ynNyxQby93du { width:276px;height:28px;display:none; }
#ooXWh4X8kdgmQoqARELXoXIITLsSEh0J { width:276px;height:28px;display:none; }
#sRaOi9eb8UOOhQgDCRNqcGsUhQoTsLlq { top:759px;left:17.000004768372px;width:90px;height:140px;font-size:12px;display:none; }
#Q1ag3bZH2cSmhE6h2g0IxLdFbGUTcJaT { top:645px;left:127px;width:90px;height:124px;font-size:12px;display:none; }
#K1rTc8bBqZP3lW7OLEV76tVi7ubTAthT { width:;height:;display:none; }
#hH7VmO6XBBInkzXGMg8PbqcWGIfbZsEV { display:block; }
#HimXDZtOf0S4Wc7ORTVe87LOKCxnOFhV { display:none; }
#cEGgSPRy1dNOkSSTXzeLqPPm5mktGbwB { display:none; }
#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa { display:none; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container { width:764px;position:relative;display:none; }#AG0F5R7ssmdkAT928qXbAu9TZtWniVzI { top:21px;left:0px;width:320px;height:194px;font-size:27px;display:none; }
#zLB2S5Vv3DCqGT9Ur4ZT0R1MiQZiatJQ { top:158px;left:0px;width:320px;height:116px;font-size:18px;display:none; }
#AtOPZumJAcRyNqmVv0GWfyaXlbpddqyW { top:904px;left:0px;width:260px;height:207px;font-size:16px;display:none; }
#kZxTbJ7ma35UywWKxIQ41KMtVTu4qS77 { display:none; }
#FnPl2KiyJ9oTTV7dX5lo0hzL5sUrJ1Sp { top:802px;left:0px;width:260px;height:85px;font-size:22px;display:none; }
#w7vqhdHPQFq0VUcRaJ9uHem4PEF9OcBO { display:none; }
#nxzhTpdk8zHbPVuFTTJkbiDSvfnIfzS9 { top:2667px;left:0px;width:260px;height:270px;font-size:16px;display:none; }
#BXTcz7EoIluEeq749pXfBxbckJyRNPiL { top:1425px;left:0px;width:260px;height:57px;font-size:22px;display:none; }
#TFCRVvxzhEfo9si6E81Lw3Hn1TcpROCi { display:none; }
#mBuut9GqrS8iuWKwfBZi2yxcd0sRkPSp { top:3300px;left:0px;width:260px;height:124px;font-size:16px;display:none; }
#tgBn5JurxlKTUQdWlRDO3HqsyziUByMH { top:1871px;left:0px;width:260px;height:28px;font-size:22px;display:none; }
#sPEfrmtqmPPLaMiWNtIynoMx7XdtwvcQ { width:406px;height:301px;display:none; }
#M18yz4sHk4bJyu8MpDknIVMBS9INCiOG { display:none; }
#t3xTiqBpFGJ5oC4BdomhHIpJ34crm4tM { top:3842px;left:0px;width:260px;height:166px;font-size:16px;display:none; }
#NZd8roFSv9QLUdLqZSI84FdHa1xZc16O { top:2603px;left:0px;width:260px;height:57px;font-size:22px;display:none; }
#tAWHTpxwbCDkuKgkVP1WZTtSbJbCM51r { width:130px;height:235px;display:none; }
#hlEfogM9yMRT7A3xeKrUywgf7gTizKQQ { width:130px;height:79px;display:none; }
#A3cHTtt3hz7nR4pzTD9txMx9OWsrLNM7 { display:none; }
#NID91B4SGtEHnD0tX6ZQvBhAqT795XAa { width:;height:;display:none; }
#Vtp3yBxyeJMQPuzZhNyQUXBFuJ1XVihh { display:block; }
#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA { display:none; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container { width:764px;position:relative;display:none; }#I6EyN5WeD4UlIWR2qG6Gr7aPkgce25bk { top:27px;left:0px;width:319px;height:135px;font-size:26px;display:none; }
#igfn6oSOc0aJM4zB0BSAWfJgAiTIAGIX { top:106px;left:0px;width:764px;height:425px;display:none; }
#SR8v5vMJLCdvAwKe8oCMrW2ErAsRESWZ { top:106px;left:0px;width:764px;height:425px;display:none; }
#QI67o3oDJorb07QdNsE06TB9SzWzlpsJ { top:106px;left:0px;width:764px;height:425px;display:none; }
#Ai9Xr8BVU6PIUxGQPfoT593qJH5G2GfJ { top:106px;left:0px;width:764px;height:425px;display:none; }
#PnGMddTPXFTt7oUPa30FcS3IBDPJ6B9I { width:;height:;display:none; }
#vrdaLJpHPEEt43XRMtx9DnaUQKbthnod { display:block; }
#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt { display:none; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .row .container { width:764px;position:relative;display:none; }#vwQNOwi7ybsFhQqFRt7iXOrbwMqxDB3e { top:28px;left:0px;width:320px;height:101px;font-size:30px;display:none; }
#Xwp8vWXhTBRSbIMC6vFp9kwspC63nTeR { top:158px;left:0px;width:320px;height:116px;font-size:18px;display:none; }
#Xp3tLecXb6OxbZP2I5J7qgGzG11TR0Od { top:904px;left:0px;width:260px;height:207px;font-size:16px;display:none; }
#p1Nu3dsW4fwEZ1UX0WDvIrnysizTZXuF { display:none; }
#ffKZkxwbSL33VCVgWxqgVAIWskUJJE8i { top:802px;left:0px;width:260px;height:85px;font-size:22px;display:none; }
#sZIUnrM6W0IAvPis6lRCUKEMTsghamZl { width:177px;height:307px;display:none; }
#Zv9QQQ36K65rLlttUDElo77uNKthUO4F { display:none; }
#AGIigfFvQAv7pCc68nDhbNN8TVOrK1wC { top:2667px;left:0px;width:260px;height:270px;font-size:16px;display:none; }
#hIDysGbDB41xoUalmMR5uXpipvtUfHOv { top:1425px;left:0px;width:260px;height:57px;font-size:22px;display:none; }
#hs1NCGmtWCnBmW8vSJhqwvbFTIAJcPyV { width:372px;height:316px;display:none; }
#C7nsTCfWR7veJgnAXL73TJr1EmAITw6D { display:none; }
#ZuZqTK3xVagC2qvpUTpxPU8SSaJNGEnS { top:3300px;left:0px;width:260px;height:124px;font-size:16px;display:none; }
#s5wUy57b55qi86Guvdxh9Ns5VADD2w2o { top:1871px;left:0px;width:260px;height:28px;font-size:22px;display:none; }
#In932qQ2tRhlWQV6Dy4UaKmSA51IBDCs { width:406px;height:301px;display:none; }
#P3Zth3yhwK6FRWNafahDh1p2x2UTe3iF { display:none; }
#St41ECmRwJx4bohWPF8B2TWButpRgfZs { top:3842px;left:0px;width:260px;height:166px;font-size:16px;display:none; }
#GLH3TUG00IOUcQEUoHTuAle0FX9XbUB0 { top:2603px;left:0px;width:260px;height:57px;font-size:22px;display:none; }
#TgmcaTcDnzLnJ2qGRITX5SnnBhaKzTga { width:130px;height:235px;display:none; }
#JJx4xSuAlPJMa6Tstm9iahoc794BL2fV { width:;height:;display:none; }
#qBvzTFpdT131RkP5XPkFyALJ152xgLAt { display:block; }
#EfsWnVudO3lwK5cTiCIc9Uo3Z0GAa2U0 { width:130px;height:79px;display:none; }
#hfcFO4JnJKfHtxvi49lo3oqL9PBpVzsq { display:none; }
#ODEJbA6ippPPxTkLZ8T6fkJJNz34rxF0 { top:1460px;left:0px;width:260px;height:145px;font-size:16px;display:none; }
#TQtO5wVyl4qHFa8QQhhRvMTwG3H7mfFd { top:1386px;left:0px;width:260px;height:57px;font-size:22px;display:none; }
#v0TxawErE4bD5ghXgKIczw2ROfD7Z57y { display:none; }
#Fi9ABmBJOmCEoxGyPba5fWTgBQ1DLsU4 { top:4473px;left:0px;width:260px;height:103px;font-size:16px;display:none; }
#HBlOgrUbIJQT4vsiUsCbmiribwT9dd9g { top:4578px;left:0px;width:260px;height:85px;font-size:22px;display:none; }
#Q3TicpXvRTKbP3nPEw7eQuC8rVONgeAP { width:130px;height:203px;display:none; }
#fqcvCkHyZE8kKL90wbH3MtXOqXk9k6Rv { width:57px;height:79px;display:none; }
#Kg2gLT9dyrHX5knxV0cvibQ9E4aqFBhf { display:none; }
#Iu8XK6q0DM7JNPi3fpJWWWix8NU6B60M { top:2068px;left:0px;width:260px;height:145px;font-size:16px;display:none; }
#ZJ9XOtyDgVXPvfzysWd4ZVCzrPRMboRU { top:1981px;left:0px;width:260px;height:85px;font-size:22px;display:none; }
#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 { display:none; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container { width:764px;position:relative;display:none; }#tfuuH4S3xSOmVGLVmMV1NlPRzCFuXcyG { top:24px;left:0px;width:320px;height:109px;font-size:24px;display:none; }
#Wr0BiMsTLlIbl2oKeA850CfZnaCwOqf9 { top:106px;left:0px;width:764px;height:425px;display:none; }
#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM { display:none; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container { width:764px;position:relative;display:none; }#N95QBms43zJQ6acWL9i0rE4JmRTfqeTG { top:16px;left:0px;width:319px;height:168px;font-size:25px;display:none; }
#FhdlT1CiWOSp9ggnQea8FWiOVVonPXRC { width:197px;height:286px;display:none; }
#bXLWzI7Uq5w45Q3T9LAfBcn5ghew0UII { top:658px;left:0px;width:297px;height:187px;font-size:18px;display:none; }
#ez1yTcqTMUTFUf7cLFrFXDNzf9wnmKw2 { top:214px;left:0px;width:319px;height:70px;font-size:18px;display:none; }
#XX4JHoQkD5SSzXnbUQlX70FGDhFFFJSC { display:none; }
#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran { display:none; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container { width:764px;position:relative;display:none; }#q2c324KIGFL3h1fkMSq9Wb30TB0Lrg4s { top:28px;left:0px;width:320px;height:67px;font-size:26px;display:none; }
#d4Tl1LTo6l5Avg5GhafeaP5QNfM6Q1Z9 { top:106px;left:0px;width:764px;height:425px;display:none; }
#Hyyiru4Ji46a85iUuReo7s5H7xoo5uGr { width:;height:;display:none; }
#bfM3kZExPy1LqgucSwoPDWLQW56xhO6p { display:block; }
#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV { display:none; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .row .container { width:764px;position:relative;display:none; }#F1VqOv3g0N6zLyQG93wdVF4TOodNtcBP { top:32px;left:0px;width:320px;height:113px;font-size:26px;display:none; }
#PZv7qbkET22hDPRLFMsTJK1H7962zQRG { display:none; }
#nCkbEnde4nUc99pwffNxLhb368oOw7m0 { top:325px;left:0px;width:320px;height:304px;font-size:15px;display:none; }
#OFw6eBAtEZC04qmTI3JEes9fqezBXgKO { top:304px;left:0px;width:258px;height:21px;font-size:13px;display:none; }
#ovEhtsbIIBoVBFFpJHh289kqTmkFq2hI { display:none; }
#QVJuPC80XTOvJ5gsrkTiTbkbCK4UIqFC { top:898px;left:144px;width:44px;height:18px;font-size:13px;display:none; }
#uWfuwTP4exZA8d7TRTnTxkv0FBH5aSbC { top:467px;left:0px;width:258px;height:420px;font-size:15px;display:none; }
#b1FiXTgfWB3m2PvEALBTtSzAtozooycz { display:none; }
#pft5oaCeKqmrfsy6kGhQbNCHfUW6Erol { display:none; }
#ggizITT2aIKFr6ZmTbKVGXeNMX8haW9D { display:none; }
#UTCyDoHB27XDVb3M5OTe2KA3mlES6Tdi { top:1401px;left:150px;width:44px;height:18px;font-size:13px;display:none; }
#IWUqcyQBaaG77l7hK8Afaiya3RishhUp { top:969px;left:0px;width:258px;height:273px;font-size:15px;display:none; }
#aZIT2tZtDX8bJ7OJAGEMEGuHVndCbDXT { display:none; }
#nNEBRLEQifcTNbbw5IUMUhuxGBk8TAt0 { width:;height:;display:none; }
#QggvDOtosDCqFQzgx0Q0rDJW4lc9gzSP { display:block; }
#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P { display:none; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .row .container { width:764px;position:relative;display:none; }#heOxm0386KbdlUmNfGMQOqTOwGc9SkOu { width:208px;height:371px;display:none; }
#oJzh605CBcrUL8ZsJQZipEah8Mz9vFXv { width:208px;height:371px;display:none; }
#wqwUM1xtqeySeHQKTfySDDazO3QfZDyv { width:208px;height:371px;display:none; }
#s4WrBppGJdLc2gNiGVBkJ5U3TR6Ek55D { width:208px;height:371px;display:none; }
#isDpBptsuD9v6oNRnLoRvsl42s1sXgMI { width:192px;height:342px;display:none; }
#S9wqfDd3qSBVTH8Rkk3dyTUzU2Ue9F0C { width:192px;height:342px;display:none; }
#vqhw7mcifoR3phoyQTPNG2qfnKBCOSvt { width:192px;height:342px;display:none; }
#L8TLGCmnEBTqfCM70CsAG61ERspSpJyg { width:192px;height:342px;display:none; }
#sQN8JhFDxMq9SQWzogQ9oC4R6vXp6vup { width:192px;height:342px;display:none; }
#B7UTmeNR1dDFgEdTn2BLVy8NkbcJqqQz { width:192px;height:342px;display:none; }
#eQBGerrXf2V2QRW9ob9O8R3VXmqxN69L { width:192px;height:342px;display:none; }
#gwrAxtxJwsfQLCnrlmd9nTbzkfoS5cgt { width:192px;height:342px;display:none; }
#fsFcEzznvQy9xfUVRdofgeNPGL3yH0tr { width:192px;height:342px;display:none; }
#MbfrxUbQTlr6w81ueWUH6Snpk5rA59BO { width:192px;height:342px;display:none; }
#EA5kzTsOXAa652FLt0Usqbo5KT6OA3sN { width:192px;height:342px;display:none; }
#uO2Z8gQJ2V7HCeyJvL6nzqxBURTndul1 { width:763px;height:782px;display:none; }
#r4fhJhe9bQTQFgBTR3gn9StJ7BzBTbbo { width:763px;height:782px;display:none; }
#mAg2oipfigfOOy7Kupn3CwThvHxixqic { width:763px;height:782px;display:none; }
#Oif3lNf7NJkmAUSCA67ZOa3m0rfeTUyp { width:763px;height:782px;display:none; }
#VcCAGPqdKXIMpoF3rXTHEyg8HBmlF15W { width:762px;height:782px;display:none; }
#Bi8QJRhNNMtHGJ3Qflxep8MPZbPwdIq0 { width:763px;height:1358px;display:none; }
#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm { display:none; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container { width:764px;position:relative;display:none; }#KL4d6uoXqsJyhMTvTiWaqmX77Dpsgq9N { top:13px;left:0px;width:320px;height:85px;font-size:33px;display:none; }
#QlMryTdMafGI6CzTG6lAmQmZOTqhHNJX { top:147px;left:0px;width:320px;height:46px;font-size:21px;display:none; }
#ecEzyLBeKMoDBHAEgwQheHyE86Niw9Mg { width:;height:;display:none; }
#wtkr9WGXdVUuzl4BcLva0m1wlNLBFAqw { display:block; }
#yrv3XkP8NcR5291wz5qBZS1co9xpGDDR { display:none; }
#qEXmDqDe0T8ctTTW7Jr3pkE5dwnNLQgu { top:525px;left:0px;width:261px;height:172px;font-size:18px;display:none; }
#rEgGDs32FXlPJuvQfMWBTWp4uVpAcpTZ { display:none; }
#HaDDe4XHTE1wsIwsl4s1PlTaugyqmN2R { display:none; }
#c9LeuTS5IQvidKsBITSXKKeZgRCkNVLy { display:none; }
#U0Wu1L82ELL0bC9eisHNCUlkRb8mXpJ9 { display:none; }
#i9m9MUBz31o9eDqx4l6DBBJ6H3g3z32o { top:333px;left:0px;width:206px;height:26px;font-size:20px;display:none; }
#p9ReMgZXtkaIONySHJU1OI81eaBsmi72 { top:407px;left:0px;width:36px;height:52px;font-size:20px;display:none; }
#W1IXD5hG9fUl604icP9vvsJT0izmIzfH { top:415px;left:61px;width:169px;height:75px;font-size:24px;display:none; }
#Sv2IPiJKcTG04m6onNCg3ggN6lmgNbuh { top:333px;left:0px;width:169px;height:75px;font-size:58px;display:none; }
#QZlWhyLP98TFmsl4dR9tVeMF4OMAHTWC { top:341px;left:0px;width:100px;height:31px;font-size:24px;display:none; }
#r2wrCfR6fRnJ30At5RIwIGGULB9SIKc6 { width:442px;height:72px;display:none; }
#GVmTNROnwvdSiZ6t2vebaJM6lcdq0cTV { top:81px;left:0px;width:320px;height:24px;font-size:16px;display:none; }
#dV8whdJp8Oid0oKoC5S1HhIHobGecARa { display:none; }
#Tcl7QG3gS7r5MTIQ35Cf7DuwAaWTFnq0 { top:408px;left:0px;width:186px;height:25px;font-size:20px;display:none; }
#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L { display:none; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container { width:764px;position:relative;display:none; }#A7uBG6oAm1s2xTCCDlRrBCBf3LttiUTp { top:28px;left:0px;width:320px;height:33px;font-size:26px;display:none; }
#l7TM2UyNznWertpfn981wd6yOtAc6Xsv { top:81px;left:0px;width:320px;height:70px;font-size:18px;display:none; }
#ZacFnK5q1KpgVuKnwEg4x0UTD6y6mTeX { width:224px;height:371px;display:none; }
#vfr9u6AZaJnwuy2sc8kDXClNKdZWWkMI { top:529px;left:0px;width:320px;height:327px;font-size:16px;display:none; }
#CqqxgM3Wi7PkBN94O0cGMJxpgitGEJDL { display:none; }
#TcLh4i12NVrzVSvq8212FTp273O83yhI { display:none; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .row .container { width:764px;position:relative;display:none; }#F4ZGtJ4CPVm131wfFtrZ6Tm9TO6sAM1u { top:42px;left:0px;width:320px;height:31px;font-size:30px;display:none; }
#J7griXA6yEMxPPJJrNbXetTngT2BWCw4 { top:91px;left:0px;width:256px;height:140px;font-size:18px;display:none; }
#gB5myyzRDA0PHQSil4cTZQu9B3CPm0IG { width:;height:;display:none; }
#qzTb77ZBJ86A8cHgsMwEvZ6l39KT2fTu { display:block; }
#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg { display:none; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container { width:764px;position:relative;display:none; }#zWallFI92u9T9kscgsG8ByTGl64RkAkk { top:28px;left:0px;width:320px;height:78px;font-size:30px;display:none; }
#FWxTuOcgnKDNawMvHDCFmVJrNAuAP5Su { display:none; }
#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit { display:none; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container { width:764px;position:relative;display:none; }#TIkUVUHcB41e2o8PyaFmOicCVblSAh45 { top:84px;left:0px;width:256px;height:31px;font-size:20px;display:none; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL { display:none; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL > img { max-width: 100%;max-height:100%; }#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p { display:none; }
#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p > img { max-width: 100%;max-height:100%; }#PUoTeZQbseqf99bbCnZK42FGy45hycZg { top:228px;left:0px;width:256px;height:31px;font-size:20px;display:none; }
#hMeo0BxyTCFW2s96u7cL2RAAFzyqnEq0 { top:246px;left:0px;width:273px;height:38px;font-size:16px;display:none; }
#iQ0MNrMb3B8ii61mRkoRTrmXgzpE6TAl { top:357px;left:0px;width:256px;height:31px;font-size:20px;display:none; }
#C51P4EtACWrsFTKqaqSglEV2DB1Rl11S { top:405px;left:0px;width:310px;height:32px;font-size:16px;display:none; }
#VSZXSAsBEkbM0epRIpRZetSvTKSksN25 { top:446px;left:0px;width:265px;height:72px;font-size:16px;display:none; }
#M788SvagmFTF9Eg8t6pVolVwVooba7hD { display:none; }
#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V { display:none; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V > .row .container { width:760px;position:relative;display:none; }#I7Wzqmf5At9445T29KZFUWMv7fMP9GMy { top:16px;left:0px;width:320px;height:37px;font-size:29px;display:none; }
#AXlwVTERhcSVOZ9Zc0g8XWLSsvXzxErQ { width:225px;height:55px;display:none; }
#IFViT8xZJ9hQHI2AOdSchfcFHqVLKxzV { display:block; }
#IRmEZNA0WDzirJQz5s3T0WqmKpse9bS4 { top:759px;left:0px;width:90px;height:109px;font-size:12px;display:none; }
#ehccwLTmHLJZ7baFruGZHeJM2yWxdwpy { display:none; }
#FplspdUZ6D8Tsko9RcVIa6Xh3TAnBbTM { display:none; }
#VNMt8SwLKxkeEIC7KENoMU746nDqi0uz { display:none; }
#DdMt7SHDTxoZdTMtWzJwUlQEODNmFN93 { width:276px;height:371px;display:none; }
#mzH18ykHP5opQw3WVaZEJG1i2O26tCEB { top:62px;left:0px;width:293px;height:103px;font-size:20px;display:none; }
#ao6GaT5Aa6VkD25yO8fFuGMcHBUoeD0I { top:176px;left:0px;width:320px;height:75px;font-size:29px;display:none; }
#cPhCKWBtVupWvuPV59KoALqa7uIG16eW { top:587px;left:0px;width:320px;height:188px;font-size:18px;display:none; }
#rAoOGhft3LbsTRMLyPvN4h1AqbpntTlt { display:none; }
#XoKS5yurkePZuVWPcWv952XZcfzuoHQv { top:644px;left:0px;width:320px;height:23px;font-size:25px;display:none; }
#Jb2ettImK5f7ZoKb1OpMs20OMJJBqALp { display:none; }
#CWDmzXTEkKBTSAkoHCncHX3XpkqvDXJr { top:712px;left:38.996541023254px;width:46px;height:32px;font-size:25px;display:none; }
#raXqHBzyXVTS2bJiVNxbbTiBZhIS1ZSi { display:none; }
#hsziFrJN7KWDSWXxKb7Fkrohc8Ew3TaT { top:713px;left:149px;width:46px;height:32px;font-size:25px;display:none; }
#wk1KztiOdND0Pgey6iPbPTOORZldZmRf { display:none; }
#PVMp8nNE4brtaHHTlSE09zrLfLEvKXtR { width:276px;height:28px;display:none; }
#k6TmlwGX4PNZDGQuq4TPz8TbBNQoHuxu { width:276px;height:28px;display:none; }
#KEbP4ZvmFH7tQMQVC31aDGcJA069sW1G { width:276px;height:28px;display:none; }
#Ouwfx7ekZyoAQoIx0GhCgE940oAOXz77 { width:276px;height:28px;display:none; }
#rikrzvNUTihPMVpFQF1ir35h3bEaGMQ5 { top:759px;left:17.000004768372px;width:90px;height:140px;font-size:12px;display:none; }
#lvRiKuqLT6ZDHGBorWeV66LX4Tirua2m { top:759px;left:127.00000476837px;width:90px;height:109px;font-size:12px;display:none; }
#ueoMXWSiVNzga7k3DeRJsn7CL3Jzkdlu { width:276px;height:155px;display:none; }
#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW { display:none; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW > .row .container { width:760px;position:relative;display:none; }#cUDU43fxMMCSkdZP1BDTBypuA2dy5VJp { top:23px;left:0px;width:320px;height:75px;font-size:29px;display:none; }
#NrwwMcOf8Xd0WA7zRwhbvayHLuXSOBRV { top:120px;left:0px;width:320px;height:24px;font-size:19px;display:none; }
#PWpuZ75smzISQdVPm4PSsWui0gfy7Dgx { top:383px;left:0px;width:320px;height:83px;font-size:16px;display:none; }
#nUPSeSmkz6zR1C1IfvpP8EyrUPvD0vXw { width:225px;height:55px;display:none; }
#luJDecXp4SJtogbwbdC8lzEqbRLxgMzC { display:block; }
#THTJGdmJNskHmQfxMNonbTrabRxlcaMx { top:163px;left:0px;width:320px;height:74px;font-size:19px;display:none; }
#wHAgTrO3ad5l2eHTvOrOC5oC7zWtfmHO { top:294px;left:0px;width:82px;height:93px;font-size:14px;display:none; }
#r0iw3QFWsCweJTaGmDKLbaU71RfDBszD { display:none; }
#iwmeps6QpR5KRoQFWZqRe1fedl1A2Pm6 { display:none; }
#iMPbgSJ4wu1RPOazKk1K5MQBcZW1wIZI { display:none; }
#cT98Q4aEkQc5HP9mtyyXLX5o0XRS7qvo { width:276px;height:371px;display:none; }
#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc { display:none; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .row .container { width:764px;position:relative;display:none; }#Iw33TQ6OO2JE9Et3M3zSUhRtbsIDdkST { top:93px;left:0px;width:317px;height:327px;font-size:16px;display:none; }
#RbAzOuMsIZJl3vAO7ODPsT2bsgkCAkRs { width:225px;height:55px;display:none; }
#dp2x8rm2H6A9Q4SifaQIAULuzyS7KRGk { display:block; }
#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN { display:none; }#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN > .row .container { width:764px;position:relative;display:none; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 { display:none; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 > .row .container { width:764px;position:relative;display:none; }#Ez7Lny3xIrUhhAT7N2vvnzm74HfeMvRT { top:0px;left:0px;width:320px;height:52px;font-size:19px;display:none; }
#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 { display:none; }#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 > .row .container { width:764px;position:relative;display:none; }#X5Mn0MXXTOgyBwMll6WxCXGb78ksS7iq { top:136px;left:0px;width:320px;height:81px;font-size:21px;display:none; }
#UBWmFbVkaaV3u4tUdqtRX9h8uJaMV1Hs { width:449px;height:555px;display:none; }
#feLgKq1ZBaR0TeClU654FbbebZOFps73 { display:none; }#feLgKq1ZBaR0TeClU654FbbebZOFps73 > .row .container { width:764px;position:relative;display:none; }#PnFNos9LuDeSgRT1w4vupPyxyskgh4Xn { width:225px;height:55px;display:none; }
#sdHuWGs6zzoaL1bzJsUAzRmlBxXAZ2DJ { display:block; }
#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K { display:none; }#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K > .row .container { width:764px;position:relative;display:none; }#rFrkZNU9AipucyVPO496QFt2XAmxF1yb { display:none; }
#olTFBQqcQoKfuiVl0unt1KQOc8EVQSNC { top:0px;left:0px;width:200px;height:20px;font-size:18px;display:none; }
#wZ8eDTWnmaQ9UQL7Ivv5gJqxQh65dLV9 { display:none; }
#ypnOlby6EuBSHL6yrpNEWaTAXd5FyTsZ { top:19px;left:2.9861116409302px;width:211px;height:62px;font-size:16px;display:none; }
#GzPc7F8iUOwdAbuOaUrE7Ey6VVvb5I4M { display:none; }
#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv { display:none; }#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv > .row .container { width:764px;position:relative;display:none; }#FcFHmX1tlbE0L0OsZBVn6Ul2pObeeDFR { top:19px;left:0px;width:200px;height:23px;font-size:18px;display:none; }
#hphDoZWnoB11CNKNLCMeLCE1kUx1f6z7 { top:10px;left:23.000004768372px;width:200px;height:;font-size:16px;display:none; }
#X1UA8blNWkvJLLb1QLbVpQr6hscJH8MV { width:225px;height:55px;display:none; }
#UQuQKDZRiLdTQiZqV16qsROVvRGOWBhZ { display:block; }
#qtSNInAB5e9Eg8Jtxa4TDTXmsMrei2R2 { width:557px;height:520px;display:none; }
#QcZymnTTwJvpuNMNFyyTfd9yfM0pnV79 { top:77px;left:13.833333015442px;width:200px;height:20px;font-size:18px;display:none; }
#M2NgrTxPnhTLFutWzaw8hAxeI1WdsLQ0 { top:147px;left:32.833333015442px;width:200px;height:20px;font-size:16px;display:none; }
#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS { display:none; }#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS > .row .container { width:764px;position:relative;display:none; }#To2kn371CoR1JZgIwpXh09Ci81knFGcR { top:5px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW { display:none; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .row .container { width:764px;position:relative;display:none; }#PHWp4glPw87yltlgqhBTKAfyUcvxBEx4 { width:47px;height:47.975585715685px;top:0px;left:716px;display:none; }
body { position:relative;background-color:transparent;background-size:auto !important;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:60px;position:relative;display:block; }#RnaOTqRoSp9LDHzsRhSDreDVoVENfBba { top:8px;left:57.46875px;width:205px;height:31px;z-index:14999;overflow:hidden;display:block; }
#MzdC4RSyqwmVT3apDHPdanFETtlTSEDl { top:38.203125px;left:0px;width:320px;height:20.7986px;z-index:15003;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:16px;color:#9d8b7d;font-family:montserrat;display:block; }
#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b3a69c, #9d8b7d);background-image: -moz-linear-gradient(180deg, #b3a69c, #9d8b7d);background-image: -ms-linear-gradient(180deg, #b3a69c, #9d8b7d);background-image: -o-linear-gradient(180deg, #b3a69c, #9d8b7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a69c', endColorstr='#9d8b7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a69c', endColorstr='#9d8b7d' );";background-image: linear-gradient(180deg, #b3a69c, #9d8b7d);background-size:auto !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; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container { background-color: transparent; background-image: none; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container > .video-iframe-container { display: none; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row > .video-iframe-container { display: none; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .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); }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container { border-width: 0; border-radius: 0; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVr9O2e1ETmk5IM9W1THUEWVm2CTU3D1 > .row .container { width:320px;height:5px;position:relative;display:block; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv { background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container { background-color: transparent; background-image: none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container > .video-iframe-container { display: none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row > .video-iframe-container { display: none; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .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); }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container { border-width: 0; border-radius: 0; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qmZVo5cdvlbqcp0PPF7ow2CL9crIlohv > .row .container { width:320px;height:860px;position:relative;display:block; }#dTks4s0fP5yecBKn2alJvcXaNZXet4OO { top:18.670143127441px;left:0px;width:320px;height:85.7812px;z-index:15000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:22px;color:#ffffff;font-family:montserrat;display:block; }
#ONU9JDa3l3SJIP7IsJgr0F2vRonNoHPl { top:115.65625px;left:7.9861116409302px;width:304px;height:103.993px;z-index:14995;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:16px;color:#ffffff;font-family:montserrat;display:block; }
#JNdx75olTyZnzTsCTfTeottlz0FFU0Cy { top:793px;left:0px;z-index:15006;width:320px;height:55px;background-color:#01ff22;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;display:block; }
#vssI5AlTxGrUVPnONabHGWyvhM3Eaa6t { display:block; }
#O1Nh0ymUrHWv9Ucv4SOhH3KRIJCSGmEV { top:298px;left:14px;width:306px;height:531px;z-index:15001;overflow:hidden;display:block; }
#KAsIgX5SaTIi0XKkymp8eOoKBSvKHe9h { top:233.62155151367px;left:0px;width:320px;height:28.5938px;z-index:15001;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:22px;color:#ff5454;font-family:montserrat;display:block; }
#R3f1bQeTKJFfSrwK2TlJkClq65PUDCHO { top:261.48611450195px;left:0px;width:320px;height:40.2951px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:31px;color:#ffffff;font-family:montserrat;display:block; }
#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy { background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy > .row .container { border-width: 0; border-radius: 0; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kqcWkM1lFXTSvel3kMW9yXSaUSMAvccy > .row .container { width:320px;height:920px;position:relative;display:none; }#k9FG5XRp3EWq1p1OIuXORxrUUK7gXZ9z { top:16.675350189209px;left:0px;width:320px;height:37.7051px;z-index:15000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:29px;color:#ffffff;font-family:montserrat;display:block; }
#mE3BFFFc0Lin6BDwJcP4FqzAcSwWpikQ { top:645px;left:5px;width:90px;height:109.17px;z-index:15008;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#Rh4f1r8FR8XPTDnX1basPWcQmpHBW3g7 { top:579px;left:0px;width:100px;height:200px;z-index:15005;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#DzeZmVciBwtZf7NDqQqp2SQpSmkxtdP5 { top:579px;left:220px;width:100px;height:200px;z-index:15006;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#U7Omn2FGlyn0uPK9JzTr7s12khbSP2z3 { top:579px;left:110px;width:100px;height:219px;z-index:15007;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#QCrDkBwWTxapvDgy0AvZlX4G1seIg8O9 { top:62.977436065674px;left:13.003472328186px;width:293.976px;height:103.9844px;z-index:14995;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:20px;color:#ffffff;font-family:montserrat;display:block; }
#GTJ4NliFpqHEDVlKkHwNzwTkQqy1UfOs { top:180.38021469116px;left:0px;width:320px;height:75.4102px;z-index:15001;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:29px;color:#ffffff;font-family:montserrat;display:block; }
#mL5BOys9tAnyWwsfgERQvxogEf3uUAZA { top:476.51251220703px;left:0px;width:320px;height:89.6777px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:23px;color:#ffffff;font-family:montserrat;display:block; }
#Ad6HhI9rsVJVkI4KUvTgOxQIzgKUBkwb { top:592px;left:28px;width:42.9948px;height:42.9948px;z-index:15009;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#wE6HtTOcPTIzhZT9wOAtTNiKqTtoshca { top:597px;left:27px;width:46.9879px;height:32.5px;z-index:15010;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#uK5FtfnN3nMEsZ0coXG0TltE3UNrldmb { top:598px;left:137px;width:46.9879px;height:32.5px;z-index:15012;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#KbUJkGF283RpmzNWFu1vrSVIoWZd5bzm { top:593px;left:138px;width:42.9948px;height:42.9948px;z-index:15011;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#DQTxZ0KVSm0Jvvcau5gmz4luNKKbeE00 { top:598px;left:247px;width:46.9879px;height:32.5px;z-index:15014;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#LWFEexzkM9ITvZlWwuT1mwPQGrBkUVDl { top:593px;left:248px;width:42.9948px;height:42.9948px;z-index:15013;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#MqPr58yhq2e6WNoPu9Z4VGE91TSGL84G { top:81.972225189209px;left:94.487851142883px;width:130.998px;height:11.9965px;z-index:14999;overflow:hidden;display:block; }
#cete64KZI4vvmGdSWPBi4NF8KFm4r8RD { top:111.46527862549px;left:106.00000476837px;width:100px;height:5px;z-index:15000;overflow:hidden;display:block; }
#qSMdxJNmwvwQVwWBzSv9ynNyxQby93du { top:134.98612213135px;left:108.00000476837px;width:100px;height:9px;z-index:15000;overflow:hidden;display:block; }
#ooXWh4X8kdgmQoqARELXoXIITLsSEh0J { top:159.96181869507px;left:70.48611164093px;width:179px;height:14px;z-index:15001;overflow:hidden;display:block; }
#sRaOi9eb8UOOhQgDCRNqcGsUhQoTsLlq { top:645px;left:115px;width:90px;height:140.361px;z-index:15009;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#Q1ag3bZH2cSmhE6h2g0IxLdFbGUTcJaT { top:645px;left:225px;width:90px;height:124.766px;z-index:15010;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#K1rTc8bBqZP3lW7OLEV76tVi7ubTAthT { top:843.984375px;left:0px;z-index:15006;width:320px;height:55px;background-color:#01ff22;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:12px;display:block; }
#hH7VmO6XBBInkzXGMg8PbqcWGIfbZsEV { display:block; }
#HimXDZtOf0S4Wc7ORTVe87LOKCxnOFhV { top:281.95486450195px;left:5.0000009536743px;width:310px;height:174px;z-index:15016;display:block; }
#cEGgSPRy1dNOkSSTXzeLqPPm5mktGbwB { top:276.46878051758px;left:0px;width:320px;height:185px;z-index:14994;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa { background-color:#7b6a5c;background-image:none;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; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container { background-color: transparent; background-image: none; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container > .video-iframe-container { display: none; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row > .video-iframe-container { display: none; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .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); }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container { border-width: 0; border-radius: 0; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSILIXU13lDTtDTeFqh1Vtlfqc2Kyrfa > .row .container { width:320px;height:2695px;position:relative;display:block; }#AG0F5R7ssmdkAT928qXbAu9TZtWniVzI { top:15.9921875px;left:0px;width:320px;height:140.347px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:27px;color:#ffffff;font-family:montserrat;display:block; }
#zLB2S5Vv3DCqGT9Ur4ZT0R1MiQZiatJQ { top:173.994140625px;left:0px;width:320px;height:117.014px;z-index:15003;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:18px;color:#ffffff;font-family:montserrat;display:block; }
#AtOPZumJAcRyNqmVv0GWfyaXlbpddqyW { top:671px;left:29px;width:260.986px;height:207.986px;z-index:15004;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#kZxTbJ7ma35UywWKxIQ41KMtVTu4qS77 { top:319px;left:2px;width:318px;height:586px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#FnPl2KiyJ9oTTV7dX5lo0hzL5sUrJ1Sp { top:558px;left:29px;width:260.986px;height:85.7812px;z-index:15005;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#w7vqhdHPQFq0VUcRaJ9uHem4PEF9OcBO { top:943px;left:0px;width:318px;height:579px;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#nxzhTpdk8zHbPVuFTTJkbiDSvfnIfzS9 { top:1228px;left:28px;width:260.984px;height:270.382px;z-index:15008;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#BXTcz7EoIluEeq749pXfBxbckJyRNPiL { top:1150px;left:29px;width:260.986px;height:57.1875px;z-index:15009;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#TFCRVvxzhEfo9si6E81Lw3Hn1TcpROCi { top:1603px;left:0px;width:318px;height:407px;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#mBuut9GqrS8iuWKwfBZi2yxcd0sRkPSp { top:1850px;left:29px;width:260.969px;height:124.792px;z-index:15012;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#tgBn5JurxlKTUQdWlRDO3HqsyziUByMH { top:1800px;left:28px;width:260.996px;height:28.5938px;z-index:15013;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#sPEfrmtqmPPLaMiWNtIynoMx7XdtwvcQ { top:1549px;left:0px;width:320px;height:236.997px;z-index:15027;overflow:hidden;display:block; }
#M18yz4sHk4bJyu8MpDknIVMBS9INCiOG { top:2110px;left:2px;width:318px;height:474px;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#t3xTiqBpFGJ5oC4BdomhHIpJ34crm4tM { top:2386px;left:31px;width:260.969px;height:166.389px;z-index:15016;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#NZd8roFSv9QLUdLqZSI84FdHa1xZc16O { top:2307px;left:30px;width:260.996px;height:57.1875px;z-index:15017;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#tAWHTpxwbCDkuKgkVP1WZTtSbJbCM51r { top:2030px;left:75px;width:149px;height:278px;z-index:15028;overflow:hidden;display:block; }
#hlEfogM9yMRT7A3xeKrUywgf7gTizKQQ { top:960px;left:9.484375px;width:300.984px;height:180.984px;z-index:15029;overflow:hidden;display:block; }
#A3cHTtt3hz7nR4pzTD9txMx9OWsrLNM7 { top:352px;left:5px;width:310px;height:174px;z-index:15017;display:block; }
#NID91B4SGtEHnD0tX6ZQvBhAqT795XAa { top:2613px;left:0px;z-index:15007;width:320px;height:55px;background-color:#01ff22;background-image:none;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;display:block; }
#Vtp3yBxyeJMQPuzZhNyQUXBFuJ1XVihh { display:block; }
#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA { background-color:#000000;background-image:none;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; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container { background-color: transparent; background-image: none; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container > .video-iframe-container { display: none; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row > .video-iframe-container { display: none; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .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); }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container { border-width: 0; border-radius: 0; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaJ9QBZSOvJtZAQX3nTGNvB9uDL8KpdA > .row .container { width:320px;height:2675px;position:relative;display:block; }#I6EyN5WeD4UlIWR2qG6Gr7aPkgce25bk { top:28px;left:0px;width:320px;height:135.208px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:26px;color:#ffffff;font-family:montserrat;display:block; }
#igfn6oSOc0aJM4zB0BSAWfJgAiTIAGIX { top:186.65625px;left:0px;width:320px;height:569px;z-index:15004;display:block; }
#SR8v5vMJLCdvAwKe8oCMrW2ErAsRESWZ { top:785.6484375px;left:0px;width:320px;height:569px;z-index:15005;display:block; }
#QI67o3oDJorb07QdNsE06TB9SzWzlpsJ { top:1392.6328125px;left:0px;width:320px;height:569px;z-index:15006;display:block; }
#Ai9Xr8BVU6PIUxGQPfoT593qJH5G2GfJ { top:2000.625px;left:0px;width:320px;height:569px;z-index:15007;display:block; }
#PnGMddTPXFTt7oUPa30FcS3IBDPJ6B9I { top:2596px;left:0px;z-index:15008;width:320px;height:55px;background-color:#01ff22;background-image:none;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;display:block; }
#vrdaLJpHPEEt43XRMtx9DnaUQKbthnod { display:block; }
#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt { background-color:#7b6a5c;background-image:none;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:none; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .row .container { border-width: 0; border-radius: 0; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ds4Wbf1CZPE7NKrVcIPXrRiqU8faUOTt > .row .container { width:320px;height:4725px;position:relative;display:none; }#vwQNOwi7ybsFhQqFRt7iXOrbwMqxDB3e { top:22px;left:0px;width:320px;height:117px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:30px;color:#ffffff;font-family:montserrat;display:block; }
#Xwp8vWXhTBRSbIMC6vFp9kwspC63nTeR { top:158.994140625px;left:0px;width:320px;height:116.953px;z-index:15003;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:18px;color:#ffffff;font-family:montserrat;display:block; }
#Xp3tLecXb6OxbZP2I5J7qgGzG11TR0Od { top:904.990234375px;left:29.4921875px;width:260.99px;height:207.891px;z-index:15004;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#p1Nu3dsW4fwEZ1UX0WDvIrnysizTZXuF { top:780px;left:2.998046875px;width:318px;height:359px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#ffKZkxwbSL33VCVgWxqgVAIWskUJJE8i { top:802.470703125px;left:29.4921875px;width:260.99px;height:85.7812px;z-index:15005;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#sZIUnrM6W0IAvPis6lRCUKEMTsghamZl { top:281.966796875px;left:3.5914129960161px;width:306px;height:531px;z-index:15000;overflow:hidden;display:block; }
#Zv9QQQ36K65rLlttUDElo77uNKthUO4F { top:2383px;left:0px;width:318px;height:579px;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#AGIigfFvQAv7pCc68nDhbNN8TVOrK1wC { top:2668px;left:29px;width:260.984px;height:270.258px;z-index:15008;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#hIDysGbDB41xoUalmMR5uXpipvtUfHOv { top:2580px;left:28px;width:260.996px;height:57.1875px;z-index:15009;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#hs1NCGmtWCnBmW8vSJhqwvbFTIAJcPyV { top:2291px;left:0px;width:320px;height:270.998px;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C7nsTCfWR7veJgnAXL73TJr1EmAITw6D { top:3054px;left:0px;width:318px;height:407px;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#ZuZqTK3xVagC2qvpUTpxPU8SSaJNGEnS { top:3301px;left:29px;width:260.969px;height:124.734px;z-index:15012;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#s5wUy57b55qi86Guvdxh9Ns5VADD2w2o { top:3251px;left:28px;width:260.996px;height:28.6px;z-index:15013;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#In932qQ2tRhlWQV6Dy4UaKmSA51IBDCs { top:3000px;left:0px;width:320px;height:236.997px;z-index:15027;overflow:hidden;display:block; }
#P3Zth3yhwK6FRWNafahDh1p2x2UTe3iF { top:3567px;left:3px;width:318px;height:474px;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#St41ECmRwJx4bohWPF8B2TWButpRgfZs { top:3843px;left:32px;width:260.969px;height:166.312px;z-index:15016;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#GLH3TUG00IOUcQEUoHTuAle0FX9XbUB0 { top:3764px;left:31px;width:260.996px;height:57.1875px;z-index:15017;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#TgmcaTcDnzLnJ2qGRITX5SnnBhaKzTga { top:3487px;left:76px;width:149px;height:278px;z-index:15028;overflow:hidden;display:block; }
#JJx4xSuAlPJMa6Tstm9iahoc794BL2fV { top:4641.9882507324px;left:0px;z-index:15007;width:320px;height:55px;background-color:#01ff22;background-image:none;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:12px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #075211;display:block; }
#qBvzTFpdT131RkP5XPkFyALJ152xgLAt { display:block; }
#EfsWnVudO3lwK5cTiCIc9Uo3Z0GAa2U0 { top:1201px;left:8px;width:300.998px;height:180.998px;z-index:15029;overflow:hidden;display:block; }
#hfcFO4JnJKfHtxvi49lo3oqL9PBpVzsq { top:1190px;left:1px;width:318px;height:437px;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#ODEJbA6ippPPxTkLZ8T6fkJJNz34rxF0 { top:1460px;left:28px;width:260.969px;height:145.523px;z-index:15011;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#TQtO5wVyl4qHFa8QQhhRvMTwG3H7mfFd { top:1392.9965820312px;left:28.993058204651px;width:260.996px;height:57.1875px;z-index:15012;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#v0TxawErE4bD5ghXgKIczw2ROfD7Z57y { top:4176px;left:3px;width:318px;height:427px;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#Fi9ABmBJOmCEoxGyPba5fWTgBQ1DLsU4 { top:4474px;left:33px;width:260.964px;height:103.945px;z-index:15020;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#HBlOgrUbIJQT4vsiUsCbmiribwT9dd9g { top:4373px;left:31px;width:260.996px;height:85.7812px;z-index:15021;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#Q3TicpXvRTKbP3nPEw7eQuC8rVONgeAP { top:4082px;left:73px;width:173.993px;height:271.997px;z-index:15032;overflow:hidden;display:block; }
#fqcvCkHyZE8kKL90wbH3MtXOqXk9k6Rv { top:1670.9965515137px;left:54.49653339386px;width:210.998px;height:290.998px;z-index:15030;overflow:hidden;display:block; }
#Kg2gLT9dyrHX5knxV0cvibQ9E4aqFBhf { top:1784px;left:0px;width:318px;height:470px;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#Iu8XK6q0DM7JNPi3fpJWWWix8NU6B60M { top:2069px;left:29px;width:260.984px;height:145.523px;z-index:15011;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#ZJ9XOtyDgVXPvfzysWd4ZVCzrPRMboRU { top:1981px;left:28px;width:260.996px;height:85.7812px;z-index:15012;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:22px;color:#7b6a5c;font-family:montserrat;display:block; }
#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 { background-color:#ffffff;background-image:none;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; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container { background-color: transparent; background-image: none; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container > .video-iframe-container { display: none; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row > .video-iframe-container { display: none; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .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); }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container { border-width: 0; border-radius: 0; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhGhT0iZLt2Cl87WbVCAhENi8wTf6bZ5 > .row .container { width:320px;height:515px;position:relative;display:block; }#tfuuH4S3xSOmVGLVmMV1NlPRzCFuXcyG { top:18.683334350586px;left:0px;width:320px;height:124.7222px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:24px;color:#98603b;font-family:montserrat;display:block; }
#Wr0BiMsTLlIbl2oKeA850CfZnaCwOqf9 { top:154.6484375px;left:0px;width:320px;height:346px;z-index:15005;display:block; }
#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM { background-color:#7b6a5c;background-image:none;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; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container { background-color: transparent; background-image: none; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container > .video-iframe-container { display: none; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row > .video-iframe-container { display: none; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .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); }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container { border-width: 0; border-radius: 0; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#re7oLSbJ53G5xTb9zKn84HrmqV2xeTBM > .row .container { width:320px;height:930px;position:relative;display:block; }#N95QBms43zJQ6acWL9i0rE4JmRTfqeTG { top:19.953125px;left:0px;width:319.99px;height:130px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#FhdlT1CiWOSp9ggnQea8FWiOVVonPXRC { top:232.826171875px;left:3.984375px;width:312px;height:453px;z-index:15000;overflow:hidden;display:block; }
#bXLWzI7Uq5w45Q3T9LAfBcn5ghew0UII { top:694.828125px;left:10.986328125px;width:297.984px;height:187.222px;z-index:15006;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:18px;font-weight:400;font-style:normal;display:block; }
#ez1yTcqTMUTFUf7cLFrFXDNzf9wnmKw2 { top:167.943359375px;left:0px;width:319.961px;height:70.2083px;z-index:15007;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:18px;font-weight:400;font-style:normal;display:block; }
#XX4JHoQkD5SSzXnbUQlX70FGDhFFFJSC { top:681.185546875px;left:2.96875px;width:314px;height:216px;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran { background-color:#ffffff;background-image:none;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; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container { background-color: transparent; background-image: none; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container > .video-iframe-container { display: none; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row > .video-iframe-container { display: none; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .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); }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container { border-width: 0; border-radius: 0; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVok1QbVTFu7DBDb7oOMKSvIVRvJdran > .row .container { width:320px;height:795px;position:relative;display:block; }#q2c324KIGFL3h1fkMSq9Wb30TB0Lrg4s { top:28px;left:0px;width:320px;height:67.6042px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:26px;color:#000000;font-family:montserrat;display:block; }
#d4Tl1LTo6l5Avg5GhafeaP5QNfM6Q1Z9 { top:121.650390625px;left:0px;width:320px;height:570px;z-index:15004;display:block; }
#Hyyiru4Ji46a85iUuReo7s5H7xoo5uGr { top:715px;left:0px;z-index:15009;width:320px;height:55px;background-color:#01ff22;background-image:none;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;display:block; }
#bfM3kZExPy1LqgucSwoPDWLQW56xhO6p { display:block; }
#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV { background-color:#ffffff;background-image:none;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:none; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .row .container { border-width: 0; border-radius: 0; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bsm3tI4kGRCfcUiewO0aTDNc6eM6fcBV > .row .container { width:320px;height:1380px;position:relative;display:none; }#F1VqOv3g0N6zLyQG93wdVF4TOodNtcBP { top:28px;left:0px;width:320px;height:67.5781px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:26px;color:#000000;font-family:montserrat;display:block; }
#PZv7qbkET22hDPRLFMsTJK1H7962zQRG { top:117px;left:21px;width:278px;height:313px;z-index:15003;background-color:#363638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#nCkbEnde4nUc99pwffNxLhb368oOw7m0 { top:126px;left:27px;width:258px;height:294px;z-index:15005;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:15px;color:#ffffff;font-family:montserrat;line-height:1.4;display:block; }
#OFw6eBAtEZC04qmTI3JEes9fqezBXgKO { top:407px;left:250px;width:44px;height:18.2px;z-index:15006;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:13px;color:#7b7b7b;font-family:montserrat;line-height:1.4;display:block; }
#ovEhtsbIIBoVBFFpJHh289kqTmkFq2hI { top:458px;left:21px;width:278px;height:468px;z-index:15006;background-color:#363638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#QVJuPC80XTOvJ5gsrkTiTbkbCK4UIqFC { top:898.8125px;left:250px;width:44px;height:18.2px;z-index:15009;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:13px;color:#7b7b7b;font-family:montserrat;line-height:1.4;display:block; }
#uWfuwTP4exZA8d7TRTnTxkv0FBH5aSbC { top:467px;left:27px;width:258px;height:420px;z-index:15008;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:15px;color:#ffffff;font-family:montserrat;line-height:1.4;display:block; }
#b1FiXTgfWB3m2PvEALBTtSzAtozooycz { top:273px;left:12px;width:274px;height:41px;z-index:15010;border-top:2px solid #ff0000;border-left:2px solid #ff0000;border-right:2px solid #ff0000;border-bottom:2px solid #ff0000;border-top-left-radius:119px;border-top-right-radius:119px;border-bottom-left-radius:119px;border-bottom-right-radius:119px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#pft5oaCeKqmrfsy6kGhQbNCHfUW6Erol { top:612.5px;left:10px;width:284px;height:83px;z-index:15011;border-top:2px solid #ff0000;border-left:2px solid #ff0000;border-right:2px solid #ff0000;border-bottom:2px solid #ff0000;border-top-left-radius:119px;border-top-right-radius:119px;border-bottom-left-radius:119px;border-bottom-right-radius:119px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ggizITT2aIKFr6ZmTbKVGXeNMX8haW9D { top:960.1875px;left:21px;width:278px;height:309px;z-index:15010;background-color:#363638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#UTCyDoHB27XDVb3M5OTe2KA3mlES6Tdi { top:1242px;left:250px;width:44px;height:18.2px;z-index:15013;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:13px;color:#7b7b7b;font-family:montserrat;line-height:1.4;display:block; }
#IWUqcyQBaaG77l7hK8Afaiya3RishhUp { top:969px;left:33px;width:258px;height:273px;z-index:15012;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:15px;color:#ffffff;font-family:montserrat;line-height:1.4;display:block; }
#aZIT2tZtDX8bJ7OJAGEMEGuHVndCbDXT { top:987px;left:16px;width:284px;height:44px;z-index:15015;border-top:2px solid #ff0000;border-left:2px solid #ff0000;border-right:2px solid #ff0000;border-bottom:2px solid #ff0000;border-top-left-radius:119px;border-top-right-radius:119px;border-bottom-left-radius:119px;border-bottom-right-radius:119px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nNEBRLEQifcTNbbw5IUMUhuxGBk8TAt0 { top:1295.99609375px;left:0px;z-index:15008;width:320px;height:55px;background-color:#01ff22;background-image:none;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:12px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #075211;display:block; }
#QggvDOtosDCqFQzgx0Q0rDJW4lc9gzSP { display:block; }
#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P { background-color:#f6f0ea;background-image:none;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:none; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .row .container { border-width: 0; border-radius: 0; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3O6Wc2TLNHirxTAnBbCBSGXo9N1VW5P > .row .container { width:320px;height:12248px;position:relative;display:none; }#heOxm0386KbdlUmNfGMQOqTOwGc9SkOu { top:10.97900390625px;left:0px;width:320px;height:570px;z-index:15002;overflow:hidden;display:block; }
#oJzh605CBcrUL8ZsJQZipEah8Mz9vFXv { top:580.96875px;left:0px;width:320px;height:570px;z-index:15003;overflow:hidden;display:block; }
#wqwUM1xtqeySeHQKTfySDDazO3QfZDyv { top:1150.9687957764px;left:0px;width:320px;height:570px;z-index:15004;overflow:hidden;display:block; }
#s4WrBppGJdLc2gNiGVBkJ5U3TR6Ek55D { top:1720.9688415527px;left:0px;width:320px;height:570px;z-index:15005;overflow:hidden;display:block; }
#isDpBptsuD9v6oNRnLoRvsl42s1sXgMI { top:2307px;left:0px;width:320px;height:570px;z-index:15006;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#S9wqfDd3qSBVTH8Rkk3dyTUzU2Ue9F0C { top:2877px;left:0px;width:319px;height:568px;z-index:15007;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vqhw7mcifoR3phoyQTPNG2qfnKBCOSvt { top:3447px;left:0.0234375px;width:319px;height:568px;z-index:15008;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#L8TLGCmnEBTqfCM70CsAG61ERspSpJyg { top:4017px;left:0px;width:319px;height:568px;z-index:15009;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sQN8JhFDxMq9SQWzogQ9oC4R6vXp6vup { top:4587px;left:0px;width:319px;height:568px;z-index:15010;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#B7UTmeNR1dDFgEdTn2BLVy8NkbcJqqQz { top:5157px;left:0.0234375px;width:319px;height:568px;z-index:15011;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eQBGerrXf2V2QRW9ob9O8R3VXmqxN69L { top:5727px;left:0px;width:319px;height:568px;z-index:15012;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gwrAxtxJwsfQLCnrlmd9nTbzkfoS5cgt { top:6297px;left:0.0234375px;width:319px;height:568px;z-index:15013;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fsFcEzznvQy9xfUVRdofgeNPGL3yH0tr { top:6867px;left:0px;width:319px;height:568px;z-index:15014;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MbfrxUbQTlr6w81ueWUH6Snpk5rA59BO { top:7437px;left:0px;width:319px;height:568px;z-index:15015;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EA5kzTsOXAa652FLt0Usqbo5KT6OA3sN { top:8022.978515625px;left:0px;width:318.994px;height:567.998px;z-index:15016;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uO2Z8gQJ2V7HCeyJvL6nzqxBURTndul1 { top:8610.9765625px;left:2.01171875px;width:318px;height:326px;z-index:15017;overflow:hidden;display:block; }
#r4fhJhe9bQTQFgBTR3gn9StJ7BzBTbbo { top:8947.6953125px;left:0px;width:318px;height:326px;z-index:15018;overflow:hidden;display:block; }
#mAg2oipfigfOOy7Kupn3CwThvHxixqic { top:9285.37109375px;left:0px;width:318px;height:326px;z-index:15019;overflow:hidden;display:block; }
#Oif3lNf7NJkmAUSCA67ZOa3m0rfeTUyp { top:9636.97265625px;left:2.01171875px;width:318px;height:326px;z-index:15020;overflow:hidden;display:block; }
#VcCAGPqdKXIMpoF3rXTHEyg8HBmlF15W { top:9980.9375px;left:1.484375px;width:317px;height:326px;z-index:15021;overflow:hidden;display:block; }
#Bi8QJRhNNMtHGJ3Qflxep8MPZbPwdIq0 { top:11582px;left:0px;width:319px;height:568px;z-index:15022;overflow:hidden;display:block; }
#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm { background-color:#000000;background-image:none;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; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container { background-color: transparent; background-image: none; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container > .video-iframe-container { display: none; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row > .video-iframe-container { display: none; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .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); }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container { border-width: 0; border-radius: 0; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyeDTbgDeoQnb4HKxeJuPGGidO5J5QZm > .row .container { width:320px;height:725px;position:relative;display:block; }#KL4d6uoXqsJyhMTvTiWaqmX77Dpsgq9N { top:25.618103027344px;left:0px;width:320px;height:85.7986px;z-index:15002;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:33px;font-weight:700;font-style:normal;display:block; }
#QlMryTdMafGI6CzTG6lAmQmZOTqhHNJX { top:130.18334579468px;left:0px;width:320px;height:54.6181px;z-index:15005;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:21px;font-weight:400;font-style:normal;display:block; }
#ecEzyLBeKMoDBHAEgwQheHyE86Niw9Mg { top:448.05001068115px;left:10px;z-index:15007;width:300px;height:55px;background-color:transparent;background-image: -webkit-linear-gradient(71deg, #c0ab9b, #9d8b7d);background-image: -moz-linear-gradient(71deg, #c0ab9b, #9d8b7d);background-image: -ms-linear-gradient(71deg, #c0ab9b, #9d8b7d);background-image: -o-linear-gradient(71deg, #c0ab9b, #9d8b7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ab9b', endColorstr='#9d8b7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ab9b', endColorstr='#9d8b7d' );";background-image: linear-gradient(71deg, #c0ab9b, #9d8b7d);background-size:auto !important;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#ffffff;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:20px;display:block; }
#wtkr9WGXdVUuzl4BcLva0m1wlNLBFAqw { display:block; }
#yrv3XkP8NcR5291wz5qBZS1co9xpGDDR { top:204.984375px;left:0px;width:320px;height:509px;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 20px rgba(0,0,0,0.29) ;display:block; }
#qEXmDqDe0T8ctTTW7Jr3pkE5dwnNLQgu { top:525px;left:53px;width:261px;height:172.7776px;z-index:15055;text-align:left;text-align-last:left;font-family:montserrat;font-size:18px;color:#000000;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#rEgGDs32FXlPJuvQfMWBTWp4uVpAcpTZ { display:flex;top:530px;left:21px;width:25px;height:25px;z-index:15144;font-size:17px; }
#HaDDe4XHTE1wsIwsl4s1PlTaugyqmN2R { display:flex;top:588px;left:21px;width:25px;height:25px;z-index:15145;font-size:17px; }
#c9LeuTS5IQvidKsBITSXKKeZgRCkNVLy { display:flex;top:632px;left:21px;width:25px;height:25px;z-index:15146;font-size:17px; }
#U0Wu1L82ELL0bC9eisHNCUlkRb8mXpJ9 { display:flex;top:674px;left:21px;width:25px;height:25px;z-index:15147;font-size:17px; }
#i9m9MUBz31o9eDqx4l6DBBJ6H3g3z32o { top:307.00002765656px;left:57.000005722046px;width:206px;height:26px;z-index:15040;text-align:center;text-align-last:center;font-family:inter;font-size:20px;display:block; }
#p9ReMgZXtkaIONySHJU1OI81eaBsmi72 { top:358.20000934601px;left:24px;width:50px;height:26px;z-index:15043;text-align:left;text-align-last:left;font-family:montserrat;font-size:20px;font-weight:300;font-style:normal;display:block; }
#W1IXD5hG9fUl604icP9vvsJT0izmIzfH { top:365.60003376007px;left:9px;width:169px;height:31.1953px;z-index:15042;text-align:center;text-align-last:center;font-family:montserrat;font-size:24px;color:#9d8b7d;display:block; }
#Sv2IPiJKcTG04m6onNCg3ggN6lmgNbuh { top:333.00002765656px;left:95.500005722046px;width:169px;height:75.3993px;z-index:15041;text-align:center;text-align-last:center;font-family:montserrat;font-size:58px;color:#9d8b7d;display:block; }
#QZlWhyLP98TFmsl4dR9tVeMF4OMAHTWC { top:341.00002765656px;left:75.000005722046px;width:100px;height:31.1953px;z-index:15151;text-align:left;text-align-last:left;font-family:montserrat;font-size:24px;color:#000000;display:block; }
#r2wrCfR6fRnJ30At5RIwIGGULB9SIKc6 { top:219.60000610352px;left:57.500005722046px;width:205px;height:31px;z-index:15000;overflow:hidden;display:block; }
#GVmTNROnwvdSiZ6t2vebaJM6lcdq0cTV { top:250.60000610352px;left:0px;width:320px;height:20.8px;z-index:15004;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:16px;color:#9d8b7d;font-family:montserrat;display:block; }
#dV8whdJp8Oid0oKoC5S1HhIHobGecARa { top:281.0666809082px;left:0px;width:320px;height:5px;z-index:15152;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Tcl7QG3gS7r5MTIQ35Cf7DuwAaWTFnq0 { top:408.40002155304px;left:66.500005722046px;width:187px;height:26px;z-index:15044;text-align:left;text-align-last:left;font-family:montserrat;font-size:20px;font-weight:300;font-style:normal;display:block; }
#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L { background-color:#000000;background-image:none;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; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container { background-color: transparent; background-image: none; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container > .video-iframe-container { display: none; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row > .video-iframe-container { display: none; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .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); }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container { border-width: 0; border-radius: 0; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUKBR3L3TLqiw9JyJCa9elDhTkXGOP5L > .row .container { width:320px;height:945px;position:relative;display:block; }#A7uBG6oAm1s2xTCCDlRrBCBf3LttiUTp { top:454.96875px;left:0px;width:319.992px;height:33.8021px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:26px;color:#ffffff;font-family:montserrat;display:block; }
#l7TM2UyNznWertpfn981wd6yOtAc6Xsv { top:511.96875px;left:0px;width:319.992px;height:70.2083px;z-index:15003;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:18px;color:#ffffff;font-family:montserrat;display:block; }
#ZacFnK5q1KpgVuKnwEg4x0UTD6y6mTeX { top:9.46875px;left:18.46875px;width:283px;height:468px;z-index:14999;overflow:hidden;display:block; }
#vfr9u6AZaJnwuy2sc8kDXClNKdZWWkMI { top:625px;left:26px;width:268.994px;height:291.1806px;z-index:15004;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:16px;color:#000000;font-family:montserrat;display:block; }
#CqqxgM3Wi7PkBN94O0cGMJxpgitGEJDL { top:608px;left:15px;width:290px;height:325px;z-index:15000;background-color:#f6f0ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:28px;border-bottom-left-radius:18px;border-bottom-right-radius:0;display:block; }
#TcLh4i12NVrzVSvq8212FTp273O83yhI { background-color:#000000;background-image:none;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:none; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .row .container { border-width: 0; border-radius: 0; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcLh4i12NVrzVSvq8212FTp273O83yhI > .row .container { width:320px;height:315px;position:relative;display:none; }#F4ZGtJ4CPVm131wfFtrZ6Tm9TO6sAM1u { top:28.645843505859px;left:0px;width:320px;height:39px;z-index:15002;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:30px;font-weight:700;font-style:normal;display:block; }
#J7griXA6yEMxPPJJrNbXetTngT2BWCw4 { top:78.5px;left:0px;width:320px;height:93.5547px;z-index:15005;text-align:center;text-align-last:center;color:#ffffff;font-family:inter;font-size:18px;font-weight:400;font-style:normal;display:block; }
#gB5myyzRDA0PHQSil4cTZQu9B3CPm0IG { top:216.5px;left:0px;z-index:15007;width:320px;height:55px;background-color:#01ff22;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;display:block; }
#qzTb77ZBJ86A8cHgsMwEvZ6l39KT2fTu { display:block; }
#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg { background-color:#f6f0ea;background-image:none;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; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container { background-color: transparent; background-image: none; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container > .video-iframe-container { display: none; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row > .video-iframe-container { display: none; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .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); }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container { border-width: 0; border-radius: 0; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNi7JofZsF9sqZr90rvsMDxf5uysfPVg > .row .container { width:320px;height:840px;position:relative;display:block; }#zWallFI92u9T9kscgsG8ByTGl64RkAkk { top:28.645843505859px;left:0px;width:320px;height:77.9862px;z-index:15002;text-align:center;text-align-last:center;color:#28323c;font-family:inter;font-size:30px;font-weight:700;font-style:normal;display:block; }
#FWxTuOcgnKDNawMvHDCFmVJrNAuAP5Su { top:125.99960327148px;left:29.5px;width:261px;height:146px;z-index:15003;display:block; }
#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit { background-color:#3c3128;background-image:none;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; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container { background-color: transparent; background-image: none; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container > .video-iframe-container { display: none; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row > .video-iframe-container { display: none; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .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); }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container { border-width: 0; border-radius: 0; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wg4uHReoWsK7TGQSEc6MIimTMeylxfit > .row .container { width:320px;height:465px;position:relative;display:block; }#TIkUVUHcB41e2o8PyaFmOicCVblSAh45 { top:31px;left:20px;width:256.958px;height:26px;z-index:15012;text-align:left;text-align-last:left;color:#ffffff;font-family:inter;font-size:20px;font-weight:700;font-style:normal;display:block; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL { display:flex;top:66px;left:70px;width:40px;height:40px;z-index:15015;font-size:28px; }
#bZvEkk7Iw2wRhkRsr6W0yTzzJQp8VlUL > img { max-width: 100%;max-height:100%; }#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p { display:flex;top:66px;left:20px;width:40px;height:40px;z-index:15016;font-size:28px; }
#WCZbDQX2WcToWkFS0y1n6r1WMoAfJw9p > img { max-width: 100%;max-height:100%; }#PUoTeZQbseqf99bbCnZK42FGy45hycZg { top:132px;left:20px;width:256.958px;height:26px;z-index:15013;text-align:left;text-align-last:left;color:#ffffff;font-family:inter;font-size:20px;font-weight:700;font-style:normal;display:block; }
#hMeo0BxyTCFW2s96u7cL2RAAFzyqnEq0 { top:165px;left:20px;width:273px;height:38.3853px;z-index:15014;text-align:left;text-align-last:left;color:#ffffff;font-family:inter;font-size:16px;font-weight:400;font-style:normal;line-height:.8;display:block; }
#iQ0MNrMb3B8ii61mRkoRTrmXgzpE6TAl { top:233px;left:20px;width:256.958px;height:26px;z-index:15015;text-align:left;text-align-last:left;color:#ffffff;font-family:inter;font-size:20px;font-weight:700;font-style:normal;display:block; }
#C51P4EtACWrsFTKqaqSglEV2DB1Rl11S { top:264px;left:20px;width:266px;height:38.4028px;z-index:15016;text-align:left;text-align-last:left;color:#ffffff;font-family:inter;font-size:16px;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#VSZXSAsBEkbM0epRIpRZetSvTKSksN25 { top:364px;left:20px;width:265px;height:72.0312px;z-index:15017;text-align:left;text-align-last:left;color:#c1c4c7;font-family:inter;font-size:16px;font-weight:400;font-style:normal;line-height:1.5;display:block; }
#M788SvagmFTF9Eg8t6pVolVwVooba7hD { top:332px;left:20px;width:280px;height:2px;z-index:15018;background-color:#c1c4c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V { background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V > .row .container { border-width: 0; border-radius: 0; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r8fVDfX8pmK9U7WaHGaDmsuqf48aK94V > .row .container { width:320px;height:1230px;position:relative;display:none; }#I7Wzqmf5At9445T29KZFUWMv7fMP9GMy { top:16.675350189209px;left:0px;width:320px;height:37.6997px;z-index:15000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:29px;color:#ffffff;font-family:montserrat;display:block; }
#AXlwVTERhcSVOZ9Zc0g8XWLSsvXzxErQ { top:1152.5625610352px;left:0px;z-index:15004;width:320px;height:55px;background-color:#01ff22;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
#IFViT8xZJ9hQHI2AOdSchfcFHqVLKxzV { display:block; }
#IRmEZNA0WDzirJQz5s3T0WqmKpse9bS4 { top:759.98268127441px;left:5.0000009536743px;width:90px;height:109.132px;z-index:15008;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#ehccwLTmHLJZ7baFruGZHeJM2yWxdwpy { top:693.99309921265px;left:0px;width:100px;height:184px;z-index:15005;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#FplspdUZ6D8Tsko9RcVIa6Xh3TAnBbTM { top:693.99309921265px;left:220.00000476837px;width:100px;height:184px;z-index:15006;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VNMt8SwLKxkeEIC7KENoMU746nDqi0uz { top:693.99309921265px;left:110.00000476837px;width:100px;height:219px;z-index:15007;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#DdMt7SHDTxoZdTMtWzJwUlQEODNmFN93 { top:247.52779769897px;left:26.493058204651px;width:266.997px;height:360px;z-index:14998;overflow:hidden;display:block; }
#mzH18ykHP5opQw3WVaZEJG1i2O26tCEB { top:62.977436065674px;left:13.003472328186px;width:293.976px;height:103.9584px;z-index:14995;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:20px;color:#ffffff;font-family:montserrat;display:block; }
#ao6GaT5Aa6VkD25yO8fFuGMcHBUoeD0I { top:180.38021469116px;left:0px;width:320px;height:75.3819px;z-index:15001;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:29px;color:#ffffff;font-family:montserrat;display:block; }
#cPhCKWBtVupWvuPV59KoALqa7uIG16eW { top:610.52780151367px;left:0px;width:320px;height:70.2083px;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:18px;color:#ffffff;font-family:montserrat;display:block; }
#rAoOGhft3LbsTRMLyPvN4h1AqbpntTlt { top:707.07467651367px;left:28.498265266418px;width:42.9948px;height:42.9948px;z-index:15009;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#XoKS5yurkePZuVWPcWv952XZcfzuoHQv { top:712.30908203125px;left:26.50173664093px;width:46.9879px;height:32.5px;z-index:15010;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#Jb2ettImK5f7ZoKb1OpMs20OMJJBqALp { top:570.54689025879px;left:5.0000047683716px;width:308px;height:113px;z-index:14997;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CWDmzXTEkKBTSAkoHCncHX3XpkqvDXJr { top:713px;left:137px;width:46.9879px;height:32.5px;z-index:15012;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#raXqHBzyXVTS2bJiVNxbbTiBZhIS1ZSi { top:708px;left:138px;width:42.9948px;height:42.9948px;z-index:15011;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hsziFrJN7KWDSWXxKb7Fkrohc8Ew3TaT { top:713px;left:247px;width:46.9879px;height:32.5px;z-index:15014;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:25px;color:#ffffff;font-family:montserrat;display:block; }
#wk1KztiOdND0Pgey6iPbPTOORZldZmRf { top:708px;left:248px;width:42.9948px;height:42.9948px;z-index:15013;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;background-color:#9d8b7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PVMp8nNE4brtaHHTlSE09zrLfLEvKXtR { top:81.972225189209px;left:94.487851142883px;width:130.998px;height:11.9965px;z-index:14999;overflow:hidden;display:block; }
#k6TmlwGX4PNZDGQuq4TPz8TbBNQoHuxu { top:111.46527862549px;left:106.00000476837px;width:100px;height:5px;z-index:15000;overflow:hidden;display:block; }
#KEbP4ZvmFH7tQMQVC31aDGcJA069sW1G { top:134.98612213135px;left:108.00000476837px;width:100px;height:9px;z-index:15000;overflow:hidden;display:block; }
#Ouwfx7ekZyoAQoIx0GhCgE940oAOXz77 { top:159.96181869507px;left:70.48611164093px;width:179px;height:14px;z-index:15001;overflow:hidden;display:block; }
#rikrzvNUTihPMVpFQF1ir35h3bEaGMQ5 { top:759.97401428223px;left:115.00000476837px;width:90px;height:140.312px;z-index:15009;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#lvRiKuqLT6ZDHGBorWeV66LX4Tirua2m { top:759.97401428223px;left:225.00000476837px;width:90px;height:109.132px;z-index:15010;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:12px;color:#000000;font-family:montserrat;display:block; }
#ueoMXWSiVNzga7k3DeRJsn7CL3Jzkdlu { top:940.11636352539px;left:-2.769097328186px;width:320px;height:178px;z-index:14999;overflow:hidden;border-top:3px solid #9d8b7d;border-left:3px solid #9d8b7d;border-right:3px solid #9d8b7d;border-bottom:3px solid #9d8b7d;display:block; }
#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW { background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW > .row .container { border-width: 0; border-radius: 0; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c0MzSPNp4z6vqUtCMv6k7wcqTTeJW9BW > .row .container { width:320px;height:885px;position:relative;display:none; }#cUDU43fxMMCSkdZP1BDTBypuA2dy5VJp { top:122.76910400391px;left:0px;width:320px;height:75.3993px;z-index:15000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:29px;color:#ffffff;font-family:montserrat;display:block; }
#NrwwMcOf8Xd0WA7zRwhbvayHLuXSOBRV { top:98.081600189209px;left:0px;width:320px;height:24.6962px;z-index:15001;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:19px;color:#ffffff;font-family:montserrat;display:block; }
#PWpuZ75smzISQdVPm4PSsWui0gfy7Dgx { top:800.51217651367px;left:0px;width:320px;height:83.1597px;z-index:15002;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
#nUPSeSmkz6zR1C1IfvpP8EyrUPvD0vXw { top:726.61462402344px;left:18.498265266418px;z-index:15004;width:282.995px;height:55px;background-color:#01ff22;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;color:#000000;display:block; }
#luJDecXp4SJtogbwbdC8lzEqbRLxgMzC { display:block; }
#THTJGdmJNskHmQfxMNonbTrabRxlcaMx { top:139.45313644409px;left:0px;width:320px;height:74.0885px;z-index:15002;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-size:19px;color:#ffffff;font-family:montserrat;display:block; }
#wHAgTrO3ad5l2eHTvOrOC5oC7zWtfmHO { top:507px;left:5px;width:90px;height:109.167px;z-index:15008;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:14px;color:#000000;font-family:montserrat;display:block; }
#r0iw3QFWsCweJTaGmDKLbaU71RfDBszD { top:449px;left:0px;width:100px;height:195px;z-index:15005;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iwmeps6QpR5KRoQFWZqRe1fedl1A2Pm6 { top:449px;left:220px;width:100px;height:195px;z-index:15006;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iMPbgSJ4wu1RPOazKk1K5MQBcZW1wIZI { top:449px;left:110px;width:100px;height:195px;z-index:15007;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#cT98Q4aEkQc5HP9mtyyXLX5o0XRS7qvo { top:213.53298568726px;left:26.493058204651px;width:266.997px;height:360px;z-index:14998;overflow:hidden;display:block; }
#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc { background-color:#000000;background-image:none;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:none; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .row .container { border-width: 0; border-radius: 0; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQ2tpozyumAfTb6M8EzE2dJsr94iifFc > .row .container { width:320px;height:615px;position:relative;display:none; }#Iw33TQ6OO2JE9Et3M3zSUhRtbsIDdkST { top:40.217010498047px;left:1.4930562973022px;width:316.997px;height:415.7992px;z-index:15000;color:#ffffff;font-weight:700;font-style:normal;font-size:16px;text-align:center;text-align-last:center;display:block; }
#RbAzOuMsIZJl3vAO7ODPsT2bsgkCAkRs { top:522.02778625488px;left:18.48611164093px;z-index:15005;width:283px;height:55px;background-color:#b4a79e;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;display:block; }
#dp2x8rm2H6A9Q4SifaQIAULuzyS7KRGk { display:block; }
#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN { display:none; }#ySTA7WDFWEgs1FaW5F84WoQE5d9890IN > .row .container { width:320px;height:300px;position:relative;display:none; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 { display:none; }#avIxdN6TrOVThtpDMuxs1QQunvgo9cA6 > .row .container { width:320px;height:15px;position:relative;display:none; }#Ez7Lny3xIrUhhAT7N2vvnzm74HfeMvRT { top:0px;left:0px;width:320px;height:0;z-index:15000;font-size:19px;display:none; }
#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 { display:none; }#Rc9PsoxkAFksIX8tO1nSLNkuND5dTLs5 > .row .container { width:320px;background-color:#e2deda;background-image:none;height:365.55640625px;position:relative;display:none; }#X5Mn0MXXTOgyBwMll6WxCXGb78ksS7iq { top:109.54165649414px;left:0px;width:320px;height:81.8751px;z-index:15000;font-size:21px;display:block; }
#UBWmFbVkaaV3u4tUdqtRX9h8uJaMV1Hs { top:-0.44091796875px;left:52.333333015442px;width:290.998px;height:365.998px;z-index:15000;overflow:hidden;display:block; }
#feLgKq1ZBaR0TeClU654FbbebZOFps73 { display:none; }#feLgKq1ZBaR0TeClU654FbbebZOFps73 > .row .container { width:320px;height:75px;position:relative;display:none; }#PnFNos9LuDeSgRT1w4vupPyxyskgh4Xn { top:13px;left:18.48611164093px;z-index:15007;width:283px;height:55px;background-color:#b4a79e;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;display:block; }
#sdHuWGs6zzoaL1bzJsUAzRmlBxXAZ2DJ { display:block; }
#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K { display:none; }#wbC51qUnFaWSBQl8STdrU2QxXyyzyL0K > .row .container { width:320px;background-color:#000000;background-image:none;height:315px;position:relative;display:none; }#rFrkZNU9AipucyVPO496QFt2XAmxF1yb { top:70.999938964844px;left:127.83333301544px;width:200px;height:41.5799px;z-index:15000;display:block; }
#olTFBQqcQoKfuiVl0unt1KQOc8EVQSNC { top:36.694446563721px;left:25.763889312744px;width:200px;height:23.4028px;z-index:15001;font-size:18px;display:block; }
#wZ8eDTWnmaQ9UQL7Ivv5gJqxQh65dLV9 { top:115px;left:159.83333301544px;width:200px;height:41.5799px;z-index:15002;display:block; }
#ypnOlby6EuBSHL6yrpNEWaTAXd5FyTsZ { top:19.833343505859px;left:100.98611164093px;width:211px;height:62.3698px;z-index:15003;text-align:center;text-align-last:center;display:block; }
#GzPc7F8iUOwdAbuOaUrE7Ey6VVvb5I4M { display:flex;top:193.66666793823px;left:121.61111164093px;width:50px;height:50px;z-index:15004; }
#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv { display:none; }#yfHbcCRbSSJMHpbAz2qE5EbHdgWUNoXv > .row .container { width:320px;height:691.9791640625px;background-color:#ffffff;background-image:none;position:relative;display:none; }#FcFHmX1tlbE0L0OsZBVn6Ul2pObeeDFR { top:19.222229003906px;left:29.000000953674px;width:200px;height:23.4028px;z-index:15000;font-size:18px;display:block; }
#hphDoZWnoB11CNKNLCMeLCE1kUx1f6z7 { top:10.152770996094px;left:121.00000476837px;width:200px;height:62.375px;z-index:15001;text-align:center;text-align-last:center;display:block; }
#X1UA8blNWkvJLLb1QLbVpQr6hscJH8MV { top:301.95819091797px;left:18.48611164093px;z-index:15008;width:283px;height:55px;background-color:#b4a79e;background-image:none;box-shadow: 1px 4px 20px rgba(239,239,239,0.54) ;font-family:montserrat;display:block; }
#UQuQKDZRiLdTQiZqV16qsROVvRGOWBhZ { display:block; }
#qtSNInAB5e9Eg8Jtxa4TDTXmsMrei2R2 { top:393.99999237061px;left:0px;width:320px;height:298px;z-index:15009;overflow:hidden;display:block; }
#QcZymnTTwJvpuNMNFyyTfd9yfM0pnV79 { top:635.19444274902px;left:29.000000953674px;width:200px;height:23.4028px;z-index:15000;font-size:18px;display:block; }
#M2NgrTxPnhTLFutWzaw8hAxeI1WdsLQ0 { top:666.80555725098px;left:29.000000953674px;width:200px;height:22.3958px;z-index:15000;color:#ffffff;line-height:1.4;display:block; }
#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS { display:none; }#fpFGUpehB5flxO1XQ3T3e1bNm47xRHgS > .row .container { width:320px;height:300px;position:relative;display:none; }#To2kn371CoR1JZgIwpXh09Ci81knFGcR { top:5.625px;left:0px;width:320px;height:20.7986px;z-index:15000;text-align:center;text-align-last:center;display:block; }
#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW { background-color:rgba(0,0,0,0);background-image:none;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;position:relative;z-index:auto;display:none; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .row .container { border-width: 0; border-radius: 0; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSHGGtxcxxV3Tw8tNQytLuiRxdfRAutW > .row .container { width:320px;height:47.9861px;position:relative;display:none; }#PHWp4glPw87yltlgqhBTKAfyUcvxBEx4 { top:0px;left:272px;width:48px;height:48px;z-index:15000;overflow:hidden;display:block; }
