.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e1e9a5f-5da2-4660-adc7-f6b11bdfbfa2/zdjecie_przewodnie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O.adaptive-delivery-prevent-bg, #x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O.lazyload, #x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O.lazyloading { background-image: none; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row .container { background-color: transparent; background-image: none; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row .container > .video-iframe-container { display: none; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row > .video-iframe-container { display: none; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .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); }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row .container { border-width: 0; border-radius: 0; }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row > .video-iframe-container {  }#x6VUeTVmHdeTgXWV2FLeEyuLCngCWf3O > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;overflow:visible;position:relative;display:block; }#CgOFpt8xLIqyq1wxxJ6OBsCJNhbT2vTN { position:absolute;display:block;z-index:15000;background-color:rgba(0,102,51,0.88);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:238px;width:960px;top:83px;left:0px;display:block; }
#QXEZinvWiDruJ91VAw9osnMWs0EVTlRo { color:#ffffff;display:block;width:898px;position:absolute;font-family:titilliummaps29;font-size:38px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:156px;left:31px;height:114px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZgLCiaTkDWPS9KdgIG92vldgbQKuEahR { color:#ffffff;display:block;width:391px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:125px;left:31px;height:20px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oATuQX564sQNAbEWnTKvXncmJSN33liE { color:#ffffff;display:block;width:391px;position:absolute;font-family:titilliummaps29;font-size:22px;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:269px;left:31px;height:37.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LqpP2w2vNxA05QC6M5U5xSx0ofHXTfSe { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:267px;width:960px;top:68px;left:0px;display:block; }
#AJLQls3siLOSQXmG72cM8Ju2PMPOQZGk { color:#ffffff;display:block;width:391px;position:absolute;font-family:titilliummaps29;font-size:23px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:92px;left:31px;height:23px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b { position:relative;display:block; }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b { background-color: transparent; background-image: none; }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .row .container > .video-iframe-container { display: none; }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .row > .video-iframe-container { display: none; }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .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); }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b { border-width: 0; border-radius: 0; }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .row .container > .video-iframe-container {  }#StdWlgc6h7NI3cQV9Np5TinnZCdvTr6b > .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:26px;width:960px;position:relative;display:block; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ { position:relative;display:block; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ { background-color: transparent; background-image: none; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .row .container > .video-iframe-container { display: none; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .row > .video-iframe-container { display: none; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .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); }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ { border-width: 0; border-radius: 0; }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .row .container > .video-iframe-container {  }#bLO3pEuzqCCJJn0vErBbHc4m06LWu9LZ > .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:65px;width:960px;position:relative;display:block; }#gmSrSMZTwTX8fS4LTty66mylbeLo73S1 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22.100006103516px;left:60px;height:20.8px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vsbp0kvDCfXV8P5fTrTdgxhgbztkULP9 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.100006103516px;left:700px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ { position:relative;display:block; }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ { background-color: transparent; background-image: none; }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .row .container > .video-iframe-container { display: none; }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .row > .video-iframe-container { display: none; }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .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); }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ { border-width: 0; border-radius: 0; }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .row .container > .video-iframe-container {  }#hbkJxhWCBt3OzswmxhIw7bnMtNFyOrkJ > .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:226px;width:960px;position:relative;display:block; }#dGiQq987O7t1msN7oGETxOmJA7zVGX8v { position:absolute;display:block;z-index:15000;height:128px;width:229px;top:49px;left:45.5px;display:block; }
#AShdAMg0k3hTnnyLsKp9CDsslDtdL8a8 { position:absolute;display:block;z-index:15001;height:144px;width:258px;top:41px;left:671px;display:block; }
#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row .container { background-color: transparent; background-image: none; }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row .container > .video-iframe-container { display: none; }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row > .video-iframe-container { display: none; }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .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); }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row .container { border-width: 0; border-radius: 0; }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row > .video-iframe-container {  }#TaD9vxvAS6AhZWufkTzQ3TXZbrWJeTO1 > .row .container { font-size:14px;font-family:arial;height:680px;width:960px;position:relative;display:block; }#L962mpy336InFgSViTNql3T9ae6bA7Vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { background-color: transparent; background-image: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container > .video-iframe-container { display: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container { display: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .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); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { border-width: 0; border-radius: 0; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container {  }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { font-size:14px;font-family:arial;height:64px;width:960px;position:relative;display:block; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row .container { background-color: transparent; background-image: none; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row .container > .video-iframe-container { display: none; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row > .video-iframe-container { display: none; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .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); }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row .container { border-width: 0; border-radius: 0; }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row > .video-iframe-container {  }#CQWTDtACoDT9oNmuOak4eQ5s0Iic4PpQ > .row .container { font-size:14px;font-family:arial;height:266px;width:960px;position:relative;display:block; }#xXy7OE4TVP7PgoLVoCwpUZDtIt76B5uh { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:130.40625px;left:1px;height:79.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTDpKzJTfDV2S1MsTHA8PbrDTefA4gi2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75.9844px;width:75.9844px;top:18.421875px;left:442px;overflow:hidden;display:block; }
#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row .container { background-color: transparent; background-image: none; }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row .container > .video-iframe-container { display: none; }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row > .video-iframe-container { display: none; }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .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); }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row .container { border-width: 0; border-radius: 0; }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row > .video-iframe-container {  }#sb3MtfPuh0FW05Hk5m1LFtR7A0r4ZqKX > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#GesXqh6I0R7QQD6EVzVHeLhTFo4oTID9 { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:79.1875px;left:1px;height:39.6007px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { background-color: transparent; background-image: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container > .video-iframe-container { display: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container { display: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .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); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { border-width: 0; border-radius: 0; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container {  }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { font-size:14px;font-family:arial;height:266px;width:960px;position:relative;display:block; }#DxiRK0Z76QAwr8oTbpTM2D2NtONGBWx0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:308px;top:62px;left:326px;overflow:hidden;display:block; }
#hAIaJ7OgwmZ35iv3U7xrh24BTSGU6CyL { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:960px;top:33px;left:0px;display:block; }
#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row .container { background-color: transparent; background-image: none; }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row .container > .video-iframe-container { display: none; }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row > .video-iframe-container { display: none; }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .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); }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row .container { border-width: 0; border-radius: 0; }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row > .video-iframe-container {  }#dC0P0hIuX6BZ92kCoZpFAIlpGw5pwpAO > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#yaIXkkZoTlTs2B44d0TmpwOzbbSnmLr8 { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:85.46875px;left:-3px;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row .container { background-color: transparent; background-image: none; }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row .container > .video-iframe-container { display: none; }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row > .video-iframe-container { display: none; }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .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); }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row .container { border-width: 0; border-radius: 0; }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row > .video-iframe-container {  }#p2DK4bsOAgbwt4TDVdSrzqSuOK6EXAop > .row .container { font-size:14px;font-family:arial;height:266px;width:960px;position:relative;display:block; }#h81tv4fWSZwTeRe6vUNXErnprIbQMLQ8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:178px;width:175px;top:44px;left:392.5px;overflow:hidden;display:block; }
#dHiciCAfwbgpd90g4OiPqEC6agebdcv8 { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:960px;top:33px;left:0px;display:block; }
#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row .container { background-color: transparent; background-image: none; }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row .container > .video-iframe-container { display: none; }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row > .video-iframe-container { display: none; }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .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); }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row .container { border-width: 0; border-radius: 0; }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row > .video-iframe-container {  }#UGD1bpSd6b3zR3Ua1EIy1OaQZMGXLT4K > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#scrgPWrtKyR9tAnIQByaaaRHTZLTcEhx { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:85.46875px;left:-3px;height:39.6007px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ainO7IamBmA0eEnTTkSip87ez5xUadTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row .container { background-color: transparent; background-image: none; }#ainO7IamBmA0eEnTTkSip87ez5xUadTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row .container > .video-iframe-container { display: none; }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row > .video-iframe-container { display: none; }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .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); }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row .container { border-width: 0; border-radius: 0; }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row > .video-iframe-container {  }#ainO7IamBmA0eEnTTkSip87ez5xUadTv > .row .container { font-size:14px;font-family:arial;height:752px;width:960px;position:relative;display:block; }#shAJ5oZyqpJ0wcNs37BD2at2dTdEQAzs { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:671px;width:960px;top:50px;left:0px;display:block; }
#ZnUyfWdqK9BEDgvbXDP4VE0slOXmP6JG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.9965px;width:360.99px;top:347.48264312744px;left:539.49655151367px;overflow:hidden;display:block; }
#e8VG8PcFxkwmDeNRtpmtidLefXhTGd8d { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:202.969px;width:295px;top:64.930572509766px;left:92.5px;overflow:hidden;display:block; }
#KyfQnicuhxb9rNyXewKqbq5OCmA3uIKe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:176.997px;width:210.99px;top:64.947490692139px;left:593.99307250977px;overflow:hidden;display:block; }
#oIz3OPiGZmCSMd20wpUfvSw14uAwdG85 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:314px;top:325.90278625488px;left:92.5px;overflow:hidden;display:block; }
#SvmXMeitHm56cd8qzwEApisF3bi8pXTr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105.994px;width:327.997px;top:514.68746948242px;left:92.5px;overflow:hidden;display:block; }
#dpUoOxELcLQKiJIlov7i8IH5aesFkCNA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:135px;width:251.989px;top:514.68746948242px;left:573.48010253906px;overflow:hidden;display:block; }
#xRywlizcSAml5wzgon4RPkV810FxQR3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row .container { background-color: transparent; background-image: none; }#xRywlizcSAml5wzgon4RPkV810FxQR3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row .container > .video-iframe-container { display: none; }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row > .video-iframe-container { display: none; }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .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); }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row .container { border-width: 0; border-radius: 0; }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row > .video-iframe-container {  }#xRywlizcSAml5wzgon4RPkV810FxQR3I > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#WqUrKw7ue8K8m47eXCIPz5HIT5eXQvRT { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:85.46875px;left:-3px;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row .container { background-color: transparent; background-image: none; }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row .container > .video-iframe-container { display: none; }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row > .video-iframe-container { display: none; }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .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); }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row .container { border-width: 0; border-radius: 0; }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row > .video-iframe-container {  }#C3HO5OohxW7LBzRwNxxEko7QLZRhxpcM > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#azat3qCFkAO1rQ8SE22AE7tdDRE57R7K { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:960px;top:50px;left:0px;display:block; }
#T7UiSbhBLyexy08LC3aZSvnPINgEZmuk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73.9931px;width:292.986px;top:112.98611450195px;left:93.489593505859px;overflow:hidden;display:block; }
#XrXofZihQf6WWlQehP6UvgKRnHRZOu8o { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93.9931px;width:322.986px;top:102.96855163574px;left:558.48959350586px;overflow:hidden;display:block; }
#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row .container { background-color: transparent; background-image: none; }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row .container > .video-iframe-container { display: none; }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row > .video-iframe-container { display: none; }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .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); }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row .container { border-width: 0; border-radius: 0; }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row > .video-iframe-container {  }#sHAE4dpiNBpwdZTTmXuDIdr1zqRT7yNA > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#CBIR4Q5KDNsddeSgp2g2IO67SoFlM00A { color:#ffffff;display:block;width:959px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:79.1875px;left:1px;height:39.6007px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#As9q5b1cTLmtwLeoTki794XsdqRaTTnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row .container { background-color: transparent; background-image: none; }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row .container > .video-iframe-container { display: none; }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row > .video-iframe-container { display: none; }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .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); }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row .container { border-width: 0; border-radius: 0; }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row > .video-iframe-container {  }#As9q5b1cTLmtwLeoTki794XsdqRaTTnT > .row .container { font-size:14px;font-family:arial;height:422px;width:960px;position:relative;display:block; }#uTNIHwM00c0wo1LiINRdFclBIc1c00UP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:239px;top:67.5px;left:72.484375px;overflow:hidden;display:block; }
#NVldkPAm3KWCBJHwpNB4BX4cLEyNFDJd { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:359px;width:960px;top:31.5px;left:0px;display:block; }
#cLmNt8tyyzTCtVKlMDHFfLR7z6nAUtiX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:167px;width:166px;top:33px;left:414.5px;overflow:hidden;display:block; }
#LzkDTNbLv5Ii332ABaaz3M3QtTxt7TTZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:133px;width:133px;top:56px;left:736.5px;overflow:hidden;display:block; }
#GhvnHvq5pdlDQnV0f60OTO9PTZkkyHSV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:173px;width:295px;top:217px;left:350px;overflow:hidden;display:block; }
#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row .container { background-color: transparent; background-image: none; }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row .container > .video-iframe-container { display: none; }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row > .video-iframe-container { display: none; }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .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); }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row .container { border-width: 0; border-radius: 0; }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row > .video-iframe-container {  }#gPMu3AQam8eQZ1KFHMmkBA0OZ1hyVwsd > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#WBgxygqCCflkqKA9HGi2XSKIqhslfpMr { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:85.46875px;left:2px;height:39.6007px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row .container { background-color: transparent; background-image: none; }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row .container > .video-iframe-container { display: none; }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row > .video-iframe-container { display: none; }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .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); }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row .container { border-width: 0; border-radius: 0; }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row > .video-iframe-container {  }#TZaBJ3bttTrHVzXkt8UTot3QDVXPiOqi > .row .container { font-size:14px;font-family:arial;height:473px;width:960px;position:relative;display:block; }#Mmdn6QgXc9nOdgKeiIHOOCe4QctklKmi { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:395px;width:960px;top:44.5px;left:0px;display:block; }
#uPTzUkJ6quQk4lHVfmtpACSTQfeKShCQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:235px;top:86px;left:671.328125px;overflow:hidden;display:block; }
#ZHTNK6FWpkBMf9CZgnaEbusz23t5Nt7a { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:259px;top:105px;left:360px;overflow:hidden;display:block; }
#xArMu6c2PWhfIPfTctIkwJyS8kMt1CZr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:300px;top:106px;left:10px;overflow:hidden;display:block; }
#PQzh0lplyToC72b4nJUoJh4lGGElBe8F { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:132px;width:115px;top:233.5px;left:742.5px;overflow:hidden;display:block; }
#aFDczS1kp3BmERJ41BqTWyFJQHHesGm4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:351px;top:269px;left:360px;overflow:hidden;display:block; }
#clgrHt3TCbhsQmh3k4BJt6KIeH3KXLgv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:352px;top:266.5px;left:37px;overflow:hidden;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container {  }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:14px;font-family:arial;height:174px;width:960px;position:relative;display:block; }#HeOFqTT2m3oR39wBAiF2Zhe3UVwaMMro { color:#ffffff;display:block;width:960px;position:absolute;font-family:titilliummaps29;font-size:36px;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:67.1875px;left:0px;height:39.6007px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { background-color: transparent; background-image: none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container > .video-iframe-container { display: none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row > .video-iframe-container { display: none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .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); }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { border-width: 0; border-radius: 0; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row > .video-iframe-container {  }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#oezMKvLt6XnbbZh5p3TWdn0BPJwu42bP { background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:titilliummaps29;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:45px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:96.5px;left:748px;display:block; }
#FuBpFqNJMnHTtZhVhxwQLS3Ehou2G0BJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NJsVnldx9F1L1RAnD8kQU84hNVTZT30b { color:#ffffff;display:block;width:226px;position:absolute;font-family:titilliummaps29;font-size:24px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:78.3125px;left:241.75px;height:31.2px;font-style:normal;display:block; }
#XkccIC661TAbmr4SM34Tz7T7dbTTaTQw { color:#ffffff;display:block;width:231px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:116.953125px;left:243.25px;height:60px;display:block; }
#BGTp5NIRqhdrcakWMnAfRRLiRSBwEEk8 { color:#ffffff;display:block;width:444px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20px;left:498px;height:30px;display:block; }
#ToTdbsTSsr4XHmlSw7hrde2P9H4SG5fR { color:#ffffff;display:block;width:125px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:104px;left:550px;height:30px;display:block; }
#Z7RxEiBlQ7CqUNkILE2Rbx07SuyoCrV6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:103px;left:498px; }
#TaKgrxsVMBAxNMH18y4Wb1lzfEJlSW8D { color:#ffffff;display:block;width:231px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:147.953125px;left:553px;height:30px;display:block; }
#NWP8geKZbuCxQWcE97Erymaq4qz3E6aB { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:145.953125px;left:501px; }
#BGA4end1Lud87ctEweWkkXxcX4JagPOM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:185px;border-top-right-radius:185px;border-bottom-left-radius:185px;border-bottom-right-radius:185px;height:198px;width:199px;top:20px;left:20px;overflow:hidden;display:block; }
#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;display:block; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { background-color: transparent; background-image: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container > .video-iframe-container { display: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container { display: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .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); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { border-width: 0; border-radius: 0; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container {  }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#k4I3SBONDHfVfzGnT8UtzuHPz7W40m5K { background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:titilliummaps29;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:45px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:96.5px;left:748px;display:block; }
#Rld3pIk2FIZeoND6W1MHGesasTLmZ4w9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E429L5BzH01OrV8HpmDd3BWOngC942FH { color:#ffffff;display:block;width:226px;position:absolute;font-family:titilliummaps29;font-size:24px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:78.3125px;left:241.75px;height:31.2px;font-style:normal;display:block; }
#TQ85LtKnhaThr8UClMq7tkFokeSawRqG { color:#ffffff;display:block;width:231px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:116.953125px;left:243.25px;height:60px;display:block; }
#KxCxALKnA2DORPokndcyKvtxFvBBTBzS { color:#ffffff;display:block;width:444px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20px;left:498px;height:30px;display:block; }
#azIR5p2AzDTstCwk7sEXHaV2Tm2d3Kfn { color:#ffffff;display:block;width:125px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:104px;left:550px;height:30px;display:block; }
#BSUuTP1MsaJvtFPNyCFUbyTI4WKwwIyK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:103px;left:498px; }
#FJckTONPT9pfhAkgV1lZBTHZhAZTlp8M { color:#ffffff;display:block;width:231px;position:absolute;font-family:titilliummaps29;font-size:20px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:147.953125px;left:553px;height:30px;display:block; }
#TvrKHoc9P5IM3F655PHNlMxw525i2lxP { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:145.953125px;left:501px; }
#BRVmQy8V3TqOxUXkzaInpade1xhmBqb8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:185px;border-top-right-radius:185px;border-bottom-left-radius:185px;border-bottom-right-radius:185px;height:198px;width:198px;top:20px;left:18px;overflow:hidden;display:block; }
