.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 { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;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 { font-size:14px;font-family:arial;height:491px;width:960px;overflow:visible;position:relative;display:block; }#fe56k4yttHZ6K44dAJlH6sTf67aTwo6q { color:#ffffff;display:block;width:509px;position:absolute;font-family:ubuntu;font-size:64px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:174px;left:225px;height:83.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZigcLTCfxJuPuguANPvw7TCCz759Cid0 { color:#f4f4f4;display:block;width:752px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:293px;left:126px;height:119.594px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cr3gtP09ZPRT7zClSklVuokNpBWP2c8V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:177px;top:0px;left:391.5px;overflow:hidden;display:block; }
#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container { background-color: transparent; background-image: none; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container > .video-iframe-container { display: none; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row > .video-iframe-container { display: none; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .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); }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container { border-width: 0; border-radius: 0; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container { font-size:14px;font-family:arial;height:273px;width:960px;overflow:visible;position:relative;display:block; }#UtLRigGvo7858swol8NTx3eHlitTkXOu { color:#212223;display:block;width:509px;position:absolute;font-family:ubuntu;font-size:64px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:53.296875px;left:225.5px;height:166.391px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container { background-color: transparent; background-image: none; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container > .video-iframe-container { display: none; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row > .video-iframe-container { display: none; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .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); }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container { border-width: 0; border-radius: 0; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container { font-size:14px;font-family:arial;height:195px;width:960px;overflow:visible;position:relative;display:block; }#R7pBKzTiH5xoL3zmSxCiw8carSi3PPpX { color:#212223;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.296875px;left:137px;height:54.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d4LRkwEXXsOqttnZ2muqJbeIiNGn51zO { color:#212223;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.296875px;left:558.5px;height:54.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xIpQ5ZcOh01ckfseDtOoPHrLz5fegFsI { box-sizing:content-box;height:126px;width:272px;position:absolute;display:block;z-index:15001;background-color:#eef0f3;background-image:none;top:0px;left:124.5px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;border-top:1px solid #2f2f2f;border-left:1px solid #2f2f2f;border-right:1px solid #2f2f2f;border-bottom:1px solid #2f2f2f;display:block; }
#NOTvgXzCeU6lOTThBMZoiNVbFBwG7WP4 { box-sizing:content-box;height:125px;width:272px;position:absolute;display:block;z-index:15000;background-color:#eef0f3;background-image:none;top:0px;left:546px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;border-top:1px solid #2f2f2f;border-left:1px solid #2f2f2f;border-right:1px solid #2f2f2f;border-bottom:1px solid #2f2f2f;display:block; }
#hbJWxQfWenUr6CIBsi9VT3biJALScGp1 { 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:15004;opacity:1;top:78.890625px;left:322.5px; }
#qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb { 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:15005;opacity:1;top:78.890625px;left:749.5px; }
#qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb > img { max-width: 100%;max-height:100%; }#vbTRGT4FVB5utTK6twvfWamfIVGtOeCH { color:#212223;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:86.15625px;left:150.5px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eKGtoJMA45Vu3XEqTlrDXXD6lqA7RnSn { color:#212223;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:85.15625px;left:580.5px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de4c35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container { background-color: transparent; background-image: none; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container > .video-iframe-container { display: none; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row > .video-iframe-container { display: none; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .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); }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container { border-width: 0; border-radius: 0; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container { font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }#dB3A7WhoBJMX5fJlacrUIdqci2TRxAcB { color:#212223;display:block;width:959px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33px;left:0px;height:27.2969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container { background-color: transparent; background-image: none; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container > .video-iframe-container { display: none; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row > .video-iframe-container { display: none; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .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); }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container { border-width: 0; border-radius: 0; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container { font-size:14px;font-family:arial;height:395px;width:960px;overflow:visible;position:relative;display:block; }#ICQSHo2UnPEuRVMUC9HaJ3MhM8I0UTpT { box-sizing:content-box;height:104px;width:372px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:68px;left:530.5px;border-top:8px dashed #ffffff;border-left:8px dashed #ffffff;border-right:8px dashed #ffffff;border-bottom:8px dashed #ffffff;display:block; }
#NuddICwtZva7TuOUwIyOZ2r6MLyPH17a { color:#212223;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:80px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:79.5px;left:569px;height:104px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Bqx25FFqmtIc1VZTSZak6wwZSeOrJ1yW { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:63.25px;left:52.5px;height:91px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CVGDMwPkoEIzIuQf8FCxN96T2obnwC39 { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:172px;left:52.5px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ILLcMaXPSQCCTAUaZT7Gr85lCxEN7INr { color:#212223;display:block;width:867px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:228px;left:52.5px;height:121.594px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container { background-color: transparent; background-image: none; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container > .video-iframe-container { display: none; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row > .video-iframe-container { display: none; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .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); }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container { border-width: 0; border-radius: 0; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container { font-size:14px;font-family:arial;height:461px;width:960px;overflow:visible;position:relative;display:block; }#F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF { color:#282a2a;display:block;width:812px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:148px;left:52.5px;height:227.789px;text-align:left;text-align-last:left;display:block; }#F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF li:before{  }
#CvIyhuEcwv4c883Mi4kxVrxHkDsF46aC { color:#f1f1f1;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.5px;left:52.5px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container { background-color: transparent; background-image: none; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container > .video-iframe-container { display: none; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row > .video-iframe-container { display: none; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .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); }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container { border-width: 0; border-radius: 0; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container { font-size:14px;font-family:arial;height:395px;width:960px;overflow:visible;position:relative;display:block; }#nRJmufdGTEJXTFppw1glZnqh00AJsrqw { color:#212223;display:block;width:750px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45px;left:60px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uromyeITR51mQFaa4O0uP8N2ACeQIanU { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:167px;left:60px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kSZL86rrQkAZPSF4JlQ4uMq0ozOAPFkF { color:#212223;display:block;width:329px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:109px;left:60px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f2OzyAe0RbdxsX25EgzAKoLdL2STq240 { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:203px;left:60px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uPvk2meU5O3zLH6ri9HPFNSukpFAZTFO { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:243px;left:60px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WLgGuS6DarVfSU4b415D8unm1u13tWQB { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:287px;left:60px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QaRLDbIFJiuoAOD1gyDDKcbcETLbNfo2 { color:#212223;display:block;width:329px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:109px;left:494px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CbU1EsNBWSgxovok2cuJxTpZFcisuW4w { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:155px;left:494px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#stlCQLgMPddMqqX9C8MehS1qhvcDdUIz { color:#212223;display:block;width:329px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:192px;left:494px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AbWAyqlLTHZQhIPKd3weE7hfnxS8XAv8 { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:231px;left:494px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nJJRGsZnKV2u5zdUMxxl3oI6E7UU5Rwq { color:#212223;display:block;width:329px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:267.6875px;left:494px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sncb5QsxD2wvVknHMaUE6GBrQW82XTkD { color:#212223;display:block;width:407px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:328px;left:494px;height:24.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cEmiWgTSS9264W9Xe8uo7W168831TceD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container { background-color: transparent; background-image: none; }#cEmiWgTSS9264W9Xe8uo7W168831TceD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container > .video-iframe-container { display: none; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row > .video-iframe-container { display: none; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .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); }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container { border-width: 0; border-radius: 0; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container { font-size:14px;font-family:arial;height:252px;width:960px;overflow:visible;position:relative;display:block; }#MFUUZxQJQlDda4WFklRQkLWBpLPLxsLF { color:#282a2a;display:block;width:812px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:148px;left:52.5px;height:60.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bde6h52iB0zsCFSGKOGpbDkwoPxRCOLf { color:#f1f1f1;display:block;width:609px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.5px;left:52.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container { background-color: transparent; background-image: none; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container > .video-iframe-container { display: none; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row > .video-iframe-container { display: none; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .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); }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container { border-width: 0; border-radius: 0; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container { font-size:14px;font-family:arial;height:847px;width:960px;overflow:visible;position:relative;display:block; }#ffwbVBH6v2HblMFn0xRbiiiMQJyhfoai { position:absolute;display:block;z-index:15008;height:490px;width:635px;top:233px;left:52.5px;display:block; }
#tEL217qDkSfAyAzlJ4yDAtZfDi56TPzc { color:#ffffff;display:block;width:863px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54px;left:52.5px;height:91px;display:block; }
#ZuyCbdDiQXBVg5yVFltwmD9SmLADmq3y { color:#ffffff;display:block;width:679px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:169.5px;left:52.5px;height:24.6953px;display:block; }
#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql { position:relative;display:block; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql { background-color: transparent; background-image: none; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row .container > .video-iframe-container { display: none; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row > .video-iframe-container { display: none; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .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); }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql { border-width: 0; border-radius: 0; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .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; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .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:854px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hBn5CgnnTWGaX6wQyGICgkHbRbmQW79t { position:absolute;display:block;z-index:15000;height:210px;width:620px;top:135px;left:170px;display:block; }
#DBKC4Eigw4gMS8oBUrC5eHxLdDPAMDsx { position:absolute;display:block;z-index:15012;height:210px;width:620px;top:378px;left:170px;display:block; }
#IUiodcZtkB57TWPebu1RCsX84lmnCbng { position:absolute;display:block;z-index:15002;height:210px;width:620px;top:616px;left:170px;display:block; }
#hhcT0BPwslX1dHpUf2St4B738xKahU3U { color:#332f30;display:block;width:531px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38px;left:214.5px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#JvMAl7abkwBvWelJalG0VFh9GzXtlqyv { color:#332f30;display:block;width:531px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:83.5px;left:224.5px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#FMFCbwoPQcixZhziZFfNWgTKWdL8oZCg { color:#ffffff;display:block;width:531px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:492px;left:296.5px;height:45.5px;display:none; }
#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T { position:relative;display:block; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T { background-color: transparent; background-image: none; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row .container > .video-iframe-container { display: none; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row > .video-iframe-container { display: none; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .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); }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T { border-width: 0; border-radius: 0; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .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; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .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:517px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WTRnDHMq5hBbxy9bL6BmAw95avM0Q5JH { color:#272222;display:block;width:531px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:45.5px;display:block; }
#hsH4RvdJZD8wc6Su2vXHfNNSTr99GaZp { color:#000000;display:block;width:679px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:92.15625px;left:0px;height:419.8198px;display:block; }
#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K { position:relative;display:block; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K { background-color: transparent; background-image: none; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row .container > .video-iframe-container { display: none; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row > .video-iframe-container { display: none; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .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); }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K { border-width: 0; border-radius: 0; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .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; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .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:155px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe56k4yttHZ6K44dAJlH6sTf67aTwo6q { width:509px;height:83.1953px;top:174px;left:127px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #ZigcLTCfxJuPuguANPvw7TCCz759Cid0 { width:752px;height:119.594px;top:293px;left:12px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Cr3gtP09ZPRT7zClSklVuokNpBWP2c8V { width:177px;height:177px;top:0px;left:293.5px;display:block; }
 }@media only screen and (max-width: 763px) { #k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi { display:block; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtLRigGvo7858swol8NTx3eHlitTkXOu { width:509px;height:166.391px;top:53px;left:127.5px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #txxF1vdwgn5O6CI3wVM8paXmWLnU32bp { display:block; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7pBKzTiH5xoL3zmSxCiw8carSi3PPpX { width:249px;height:54.5938px;top:24px;left:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #d4LRkwEXXsOqttnZ2muqJbeIiNGn51zO { width:249px;height:54.5938px;top:24px;left:460.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xIpQ5ZcOh01ckfseDtOoPHrLz5fegFsI { width:272px;height:126px;top:0px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NOTvgXzCeU6lOTThBMZoiNVbFBwG7WP4 { width:272px;height:125px;top:0px;left:448px;display:block; }
 }@media only screen and (max-width: 763px) { #hbJWxQfWenUr6CIBsi9VT3biJALScGp1 { width:50px;height:50px;top:78px;left:224.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb { width:50px;height:50px;top:78px;left:651.5px;display:block; }
#qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vbTRGT4FVB5utTK6twvfWamfIVGtOeCH { width:249px;height:;top:86px;left:52.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eKGtoJMA45Vu3XEqTlrDXXD6lqA7RnSn { width:249px;height:24px;top:85px;left:482.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 { display:block; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB3A7WhoBJMX5fJlacrUIdqci2TRxAcB { width:764px;height:27px;top:33px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu { display:block; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICQSHo2UnPEuRVMUC9HaJ3MhM8I0UTpT { width:372px;height:104px;top:68px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #NuddICwtZva7TuOUwIyOZ2r6MLyPH17a { width:249px;height:104px;top:79px;left:471px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Bqx25FFqmtIc1VZTSZak6wwZSeOrJ1yW { width:407px;height:91px;top:63px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CVGDMwPkoEIzIuQf8FCxN96T2obnwC39 { width:407px;height:24.6953px;top:172px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ILLcMaXPSQCCTAUaZT7Gr85lCxEN7INr { width:764px;height:121.594px;top:228px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW { display:block; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF { width:764px;height:258.188px;top:148px;left:0px;font-size:19px;display:block; }#F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF li:before{  }
 }@media only screen and (max-width: 763px) { #CvIyhuEcwv4c883Mi4kxVrxHkDsF46aC { width:407px;height:45.5px;top:62px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V { display:block; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRJmufdGTEJXTFppw1glZnqh00AJsrqw { width:750px;height:45px;top:45px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uromyeITR51mQFaa4O0uP8N2ACeQIanU { width:407px;height:24px;top:167px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kSZL86rrQkAZPSF4JlQ4uMq0ozOAPFkF { width:329px;height:45px;top:109px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f2OzyAe0RbdxsX25EgzAKoLdL2STq240 { width:407px;height:24px;top:203px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uPvk2meU5O3zLH6ri9HPFNSukpFAZTFO { width:407px;height:24px;top:243px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WLgGuS6DarVfSU4b415D8unm1u13tWQB { width:407px;height:24px;top:287px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QaRLDbIFJiuoAOD1gyDDKcbcETLbNfo2 { width:329px;height:45px;top:109px;left:396px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CbU1EsNBWSgxovok2cuJxTpZFcisuW4w { width:407px;height:24px;top:155px;left:357px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #stlCQLgMPddMqqX9C8MehS1qhvcDdUIz { width:329px;height:45px;top:192px;left:396px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AbWAyqlLTHZQhIPKd3weE7hfnxS8XAv8 { width:407px;height:24px;top:231px;left:357px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nJJRGsZnKV2u5zdUMxxl3oI6E7UU5Rwq { width:329px;height:45px;top:267px;left:396px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Sncb5QsxD2wvVknHMaUE6GBrQW82XTkD { width:407px;height:24px;top:328px;left:357px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cEmiWgTSS9264W9Xe8uo7W168831TceD { display:block; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFUUZxQJQlDda4WFklRQkLWBpLPLxsLF { width:764px;height:60px;top:148px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Bde6h52iB0zsCFSGKOGpbDkwoPxRCOLf { width:609px;height:;top:62px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 { display:block; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffwbVBH6v2HblMFn0xRbiiiMQJyhfoai { width:635px;height:490px;top:233px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tEL217qDkSfAyAzlJ4yDAtZfDi56TPzc { width:764px;height:91px;top:54px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyCbdDiQXBVg5yVFltwmD9SmLADmq3y { width:679px;height:24px;top:169px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql { display:block; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBn5CgnnTWGaX6wQyGICgkHbRbmQW79t { width:620px;height:210px;top:135px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #DBKC4Eigw4gMS8oBUrC5eHxLdDPAMDsx { width:620px;height:210px;top:378px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #IUiodcZtkB57TWPebu1RCsX84lmnCbng { width:620px;height:210px;top:616px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #hhcT0BPwslX1dHpUf2St4B738xKahU3U { width:531px;height:45px;top:38px;left:116.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JvMAl7abkwBvWelJalG0VFh9GzXtlqyv { width:531px;height:18px;top:83px;left:126.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FMFCbwoPQcixZhziZFfNWgTKWdL8oZCg { width:531px;height:45px;top:502px;left:208.5px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T { display:block; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTRnDHMq5hBbxy9bL6BmAw95avM0Q5JH { width:531px;height:45px;top:31px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hsH4RvdJZD8wc6Su2vXHfNNSTr99GaZp { width:679px;height:419px;top:92px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K { display:block; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe56k4yttHZ6K44dAJlH6sTf67aTwo6q { width:320px;height:41.5938px;top:177px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZigcLTCfxJuPuguANPvw7TCCz759Cid0 { width:320px;height:209.289px;top:239px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Cr3gtP09ZPRT7zClSklVuokNpBWP2c8V { width:177px;height:177px;top:0px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi { display:block; }#k2CcmS0NqV8WwGRgOVhqUfkzCJMVETXi > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtLRigGvo7858swol8NTx3eHlitTkXOu { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #txxF1vdwgn5O6CI3wVM8paXmWLnU32bp { display:block; }#txxF1vdwgn5O6CI3wVM8paXmWLnU32bp > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7pBKzTiH5xoL3zmSxCiw8carSi3PPpX { width:249px;height:54.5938px;top:44.296875px;left:35.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #d4LRkwEXXsOqttnZ2muqJbeIiNGn51zO { width:249px;height:54.5938px;top:193.1875px;left:35.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xIpQ5ZcOh01ckfseDtOoPHrLz5fegFsI { width:272px;height:126px;top:20px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NOTvgXzCeU6lOTThBMZoiNVbFBwG7WP4 { width:272px;height:125px;top:168.890625px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hbJWxQfWenUr6CIBsi9VT3biJALScGp1 { display:flex;width:50px;height:50px;top:98.890625px;left:221px; }
 }@media only screen and (max-width: 763px) { #qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb { display:flex;width:50px;height:50px;top:247.78125px;left:226.5px; }
#qZEFcF8bOl4XWIpP5WLRKrt9ZpMA11Gb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vbTRGT4FVB5utTK6twvfWamfIVGtOeCH { width:249px;height:24.6953px;top:248.78125px;left:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eKGtoJMA45Vu3XEqTlrDXXD6lqA7RnSn { width:249px;height:24.6953px;top:111.546875px;left:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 { display:block; }#byOnzWz42eJ3KJvXA2efVORgsD2OsDy5 > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB3A7WhoBJMX5fJlacrUIdqci2TRxAcB { width:320px;height:81.8906px;top:19.8984375px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu { display:block; }#vw4wJTEsvCXFeXtnRnOWPt9z1NKmkKvu > .row .container { width:320px;height:591px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICQSHo2UnPEuRVMUC9HaJ3MhM8I0UTpT { width:302px;height:50px;top:144px;left:0px;border-top:7px dashed #0c2f04;border-left:7px dashed #0c2f04;border-right:7px dashed #0c2f04;border-bottom:7px dashed #0c2f04;display:block; }
 }@media only screen and (max-width: 763px) { #NuddICwtZva7TuOUwIyOZ2r6MLyPH17a { width:249px;height:41.5938px;top:157px;left:36px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Bqx25FFqmtIc1VZTSZak6wwZSeOrJ1yW { width:320px;height:83.1875px;top:41px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CVGDMwPkoEIzIuQf8FCxN96T2obnwC39 { width:320px;height:24.6953px;top:252px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ILLcMaXPSQCCTAUaZT7Gr85lCxEN7INr { width:320px;height:243.188px;top:307px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW { display:block; }#MUnhbBEXap9e7kiucyT4wsGQ7OMtayGW > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF { width:320px;height:592.57px;top:102.1875px;left:0px;font-size:19px;display:block; }#F5rlGNTxe8H1cUIaGlHMA9q5rzCdKnOF li:before{  }
 }@media only screen and (max-width: 763px) { #CvIyhuEcwv4c883Mi4kxVrxHkDsF46aC { width:320px;height:41.5938px;top:29.6640625px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V { display:block; }#cTfRnEN0wNCLmUr1qvcsMw5rWl5Jcl2V > .row .container { width:320px;height:804px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRJmufdGTEJXTFppw1glZnqh00AJsrqw { width:320px;height:83.1875px;top:41px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uromyeITR51mQFaa4O0uP8N2ACeQIanU { width:320px;height:24.6953px;top:222px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kSZL86rrQkAZPSF4JlQ4uMq0ozOAPFkF { width:320px;height:41.5938px;top:162px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #f2OzyAe0RbdxsX25EgzAKoLdL2STq240 { width:320px;height:24.6953px;top:274px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uPvk2meU5O3zLH6ri9HPFNSukpFAZTFO { width:320px;height:24.6953px;top:331px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WLgGuS6DarVfSU4b415D8unm1u13tWQB { width:320px;height:24.6953px;top:375px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QaRLDbIFJiuoAOD1gyDDKcbcETLbNfo2 { width:320px;height:41.5938px;top:427px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CbU1EsNBWSgxovok2cuJxTpZFcisuW4w { width:320px;height:24.6953px;top:489px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #stlCQLgMPddMqqX9C8MehS1qhvcDdUIz { width:320px;height:41.5938px;top:534px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AbWAyqlLTHZQhIPKd3weE7hfnxS8XAv8 { width:320px;height:49.3906px;top:595px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nJJRGsZnKV2u5zdUMxxl3oI6E7UU5Rwq { width:320px;height:41.5938px;top:664px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Sncb5QsxD2wvVknHMaUE6GBrQW82XTkD { width:320px;height:24.6953px;top:726px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cEmiWgTSS9264W9Xe8uo7W168831TceD { display:block; }#cEmiWgTSS9264W9Xe8uo7W168831TceD > .row .container { width:320px;height:298px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFUUZxQJQlDda4WFklRQkLWBpLPLxsLF { width:320px;height:121.594px;top:142.015625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Bde6h52iB0zsCFSGKOGpbDkwoPxRCOLf { width:320px;height:83.1875px;top:29.6640625px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 { display:block; }#pvhKURiXem76lT8LxFMtFOZpXWTdUbe6 > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffwbVBH6v2HblMFn0xRbiiiMQJyhfoai { width:320px;height:316px;top:187px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tEL217qDkSfAyAzlJ4yDAtZfDi56TPzc { width:320px;height:59.7969px;top:24px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyCbdDiQXBVg5yVFltwmD9SmLADmq3y { width:320px;height:49.3906px;top:106px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql { display:block; }#akxfnlrCm9EXnaNqbcBITaH5LG4UX6ql > .row .container { width:320px;height:801px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBn5CgnnTWGaX6wQyGICgkHbRbmQW79t { width:320px;height:190px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DBKC4Eigw4gMS8oBUrC5eHxLdDPAMDsx { width:320px;height:210px;top:324px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IUiodcZtkB57TWPebu1RCsX84lmnCbng { width:320px;height:210px;top:572px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hhcT0BPwslX1dHpUf2St4B738xKahU3U { width:320px;height:28.5938px;top:40px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JvMAl7abkwBvWelJalG0VFh9GzXtlqyv { width:320px;height:18.1953px;top:68.59375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FMFCbwoPQcixZhziZFfNWgTKWdL8oZCg { width:320px;height:0;top:802px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T { display:block; }#sP6LZW8iFP5gtgd6WvJ0LA8HXTxz0p0T > .row .container { width:320px;height:501.40575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTRnDHMq5hBbxy9bL6BmAw95avM0Q5JH { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hsH4RvdJZD8wc6Su2vXHfNNSTr99GaZp { width:320px;height:419.8198px;top:81.5938px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K { display:block; }#sSG2J16kH6ob3Mc96UGFEnifBpVeNt2K > .row .container { width:320px;height:186px;position:relative;display:block; } }