.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;
}
.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;
}body { background-color:#035d24;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container { background-color: transparent; background-image: none; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container > .video-iframe-container { display: none; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row > .video-iframe-container { display: none; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .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); }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container { border-width: 0; border-radius: 0; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hpu6G8xhfCpF4uVB7d076b5B4BzbOdAE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.8125rem;width:5.625rem;position:absolute;display:block;z-index:100003;top:0.84375rem;left:34.65625rem;overflow:hidden;display:block; }
#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/92e6ab12-d8c5-49c1-b5a8-c05c22911426/Zdjciegwnenastronzapisu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel.adaptive-delivery-prevent-bg, #K4q539ETGQuQ49pdd2HvMhDJAZZzGVel.lazyload, #K4q539ETGQuQ49pdd2HvMhDJAZZzGVel.lazyloading { background-image: none; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container { background-color: transparent; background-image: none; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container > .video-iframe-container { display: none; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row > .video-iframe-container { display: none; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .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); }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container { border-width: 0; border-radius: 0; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#mynSIlRscvbu5bfgOEFKfLcp2aPgPF67 { color:#035d24;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:3.2903647422791rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwKOcrCT6y0UfL6eadZOg7JmNCqezmvH { color:#035d24;display:block;width:30.4375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:17.5rem;left:4.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6Pcp0DScPoJgoiO7NUkU74PtCVcHBp2 { color:#f4ce83;display:block;width:29.4375rem;position:absolute;font-family:ubuntu;font-size:4.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6rem;left:21.5rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#of13fwHbNvywMPeadqXo7gTzHZRTHo44 { color:#eef3ef;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:43.625rem;height:16.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iiytQGlhg1Nks7OREIy6sCETQcPXVHqK { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:17.5rem;top:23rem;left:1.3125rem;overflow:hidden;display:block; }
#QIKsWS0rUV46q1Z0w3kgO8f3ICHMNZoZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:19.5625rem;top:23.1875rem;left:17.6875rem;overflow:hidden;display:block; }
#k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aa26a39-ff71-42be-9c1b-2de03db4f72b/2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:31.4375rem;width:39.0625rem;top:13.25rem;left:0rem;display:block; }#k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb.adaptive-delivery-prevent-bg, #k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb.lazyload, #k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb.lazyloading { background-image: none; }
#JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae76320f-ea7b-47e0-81c0-639a3f67145a/2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:38.9375rem;width:49.9375rem;top:13.9423828125rem;left:10.6875rem;display:none; }#JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO.adaptive-delivery-prevent-bg, #JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO.lazyload, #JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO.lazyloading { background-image: none; }
#Jd59VTXymhrmBBx7g3vpZanTha7XTH4D { box-sizing:content-box;color:#f4ce83;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:12.375rem;left:40.4375rem;display:block; }
#BTlJ2m14JGZZeq06KVso3zbqGcJp09cy { box-sizing:content-box;color:#f4ce83;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.5625rem;left:40.520835876465rem;display:block; }
#SNpZkV84FUkzrT3P80wrKvNk0HiLT6BN { box-sizing:content-box;color:#f4ce83;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.395833969116rem;left:40.520835876465rem;display:block; }
#UDo1UfH1f7iAKed0MTFJD1V2FAciQ96T { box-sizing:content-box;color:#f4ce83;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:23.5rem;left:40.520835876465rem;display:block; }
#dAylHCQ6lAEdB3UbsKsLC4bDVFzZu6vz { box-sizing:content-box;color:#f4ce83;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:26.6875rem;left:40.520835876465rem;display:block; }
#EHaCFZspITlNhsRmxwPcUx9EubbQSzIz { display:block;width:34.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:30.1875rem;left:40.5rem;height:12.75rem;color:#eef3ef;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tI55SEpIsIu6yblkPmnEMCcDABMPkJy0 { color:#eef3ef;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:43.625rem;height:15.833333730698rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OoMlLBTtPnduVqlEN93tB7928BL59M4L { color:#eef3ef;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.125rem;left:43.625rem;height:15.833333730698rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#035d24;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;position:relative;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 .container { font-size:0.875rem;font-family:"open sans";height:14.375rem;width:75rem;overflow:visible;position:relative;display:block; }#otTh8uly0ulZpdmo6lPWriNUV8HUhGvy { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:7.375rem;left:18.75rem;display:block; }
#h3wlR6Qb1p0Vksm6bPU0dK3XCsgF2cIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M85t00JO1PfK2h7T4AuDTFhtKpIQWSNG { color:#035d24;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.5403671264649rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container { background-color: transparent; background-image: none; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container > .video-iframe-container { display: none; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row > .video-iframe-container { display: none; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .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); }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container { border-width: 0; border-radius: 0; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#iRdHy9hVyKUbyeQrdI4U9JbayI02QW5b { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container { background-color: transparent; background-image: none; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container > .video-iframe-container { display: none; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row > .video-iframe-container { display: none; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .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); }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container { border-width: 0; border-radius: 0; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#Nq6A7mrlVvtbKVyBLsXRgEySb8okvoU1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5rem;width:56.25rem;top:7.5rem;left:9.375rem;display:block; }
#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container { background-color: transparent; background-image: none; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container > .video-iframe-container { display: none; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row > .video-iframe-container { display: none; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .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); }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container { border-width: 0; border-radius: 0; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container { font-size:0.875rem;font-family:arial;height:79.9375rem;width:75rem;position:relative;display:block; }#dugxIkpIx40UBE1TNuD20qVXp4GBeNU4 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:2.7708435058594rem;left:4.65625rem;overflow:hidden;display:block; }
#EFywP2vWpyTA5nREibtkgRy8FRgkZ0iH { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:2.7291717529297rem;left:42.15625rem;overflow:hidden;display:block; }
#OBOzcVT06RNTERh6KceGkWWT68kHRamx { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:4.65625rem;height:26rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuysWSpRTZaTelUEpoTr1Wd2qV4EExoa { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:42.15625rem;height:32.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gpCPH6PBp9ZwPIiM3zoaktM3dhxquD1J { color:#035d24;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:35.95703125rem;left:3.125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aq6UMq9coh4XHBm17cCBBbLyRnOVNsJT { color:#035d24;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:35.915374755859rem;left:40.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7Fpl2aozth37TIGUwzVtckEk1ZgS8Q0 { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.8);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:42.9375rem;width:34.375rem;top:33.75rem;left:1.53125rem;display:block; }
#K8LOtDolbypFvKoDkWfIMcdrWwStr5wc { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.8);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:42.9375rem;width:34.375rem;top:33.72917175293rem;left:39.03125rem;display:block; }
#aoge5bcPoAv7ueXw7fMxFn7FANMrB9SU { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:4.65625rem;height:25.333333849907rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#prQ0OEyoMJUlLzA7gvisPyRTTdBmADVI { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:42.15625rem;height:23.750000596046rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ouLMXvFKszwCGqf3cGzR17TP6l64R4K6 { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:4.65625rem;height:25.333333849907rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c06Jze5CT4AswpBMiw9FTtE1D8aq0s6K { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:41.37370300293rem;left:42.15625rem;height:23.750000596046rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#z32wpyp46zswsoPVTb6CSel7SbE2X0hx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container { background-color: transparent; background-image: none; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container > .video-iframe-container { display: none; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row > .video-iframe-container { display: none; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .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); }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container { border-width: 0; border-radius: 0; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#fdHAZyn8Tt6mQPBWVzgEAwgi3TuvUidT { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.78125rem;left:7.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm { background-color:#035d24;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;position:relative;display:block; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container { background-color: transparent; background-image: none; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container > .video-iframe-container { display: none; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row > .video-iframe-container { display: none; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .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); }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container { border-width: 0; border-radius: 0; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container { font-size:0.875rem;font-family:"open sans";height:25.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MiQFG3v1rx3BfMvvoRQ5SWgBcNvgsnIV { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLclb8reDPyLmHTuTmOw9Im9vfaqiawi { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:16.16667175293rem;left:28.125001907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IRDlvW8fiuQxEM2LXUB3HMiCaGv3lIAx { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:16.16667175293rem;left:55.000001907349rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUrKCHB3owZN4Qn3r7XKkgEW6TFDswAv { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#hlgoUc32fTFFrzNB9QHmL3gyEWiqqcfd { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.5625rem;left:26.875001907349rem;overflow:hidden;display:block; }
#V96CuqDxxlE52GEQIfvl8qLuhHvsdUBr { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.5625rem;left:53.750001907349rem;overflow:hidden;display:block; }
#Q0DNXuXtu9uD2eoAWlo54vg13l17QNai { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:16.333343505859rem;left:14.687501907349rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wtQ8edhTr0TPuxvSSgeS7XQC7wzpzIr4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.375rem;left:13.4375rem;overflow:hidden;display:none; }
#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw { background-color:#035d24;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;position:relative;display:block; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container { background-color: transparent; background-image: none; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container > .video-iframe-container { display: none; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row > .video-iframe-container { display: none; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .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); }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container { border-width: 0; border-radius: 0; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container { font-size:0.875rem;font-family:"open sans";height:29.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#kcrTuR6VuIMBvnQ12OTatXdyfR4Gd0X9 { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:16.333343505859rem;left:14.687501907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JyczQU3yRpHOe0oQifbIyR7OyxDraRvy { color:#035d24;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:16.333343505859rem;left:41.562501907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeMJSt5NDBI2ns0RKuSpsToqzbftEbIe { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.375rem;left:13.4375rem;overflow:hidden;display:block; }
#ZuhWsZn7tOe4qQvhfFxp2QpBMWpHOpMO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.25rem;top:2.375rem;left:40.3125rem;overflow:hidden;display:block; }
#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr { background-color:#035d24;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;position:relative;display:block; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container { background-color: transparent; background-image: none; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container > .video-iframe-container { display: none; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row > .video-iframe-container { display: none; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .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); }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container { border-width: 0; border-radius: 0; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container { font-size:0.875rem;font-family:"open sans";height:14.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MVU3pQpEqBvsImC2ZgtOeliNXnSVfuOo { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:7.375rem;left:18.75rem;display:block; }
#xgPGOwZnOaniBEeqTRpNlsI8vgc5y4cb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZydclgT2emHz7DMsbZJbcgrGgG8J577u { color:#035d24;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.5403671264649rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container { background-color: transparent; background-image: none; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container > .video-iframe-container { display: none; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row > .video-iframe-container { display: none; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .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); }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container { border-width: 0; border-radius: 0; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#bhRgWtTiLpWSofasonXraxCE9ac5clsf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.8125rem;width:5.625rem;position:absolute;display:block;z-index:100002;top:7.4976463317869rem;left:34.686328887939rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG { display:block; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hpu6G8xhfCpF4uVB7d076b5B4BzbOdAE { width:4.125rem;height:4.3125rem;top:0.8125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4q539ETGQuQ49pdd2HvMhDJAZZzGVel { display:block; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container { width:47.75rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mynSIlRscvbu5bfgOEFKfLcp2aPgPF67 { width:37.5rem;height:2.03125rem;top:1.2265625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwKOcrCT6y0UfL6eadZOg7JmNCqezmvH { width:21.5rem;height:3.75rem;top:8.5625rem;left:13.125rem;font-size:1.5625rem;color:#f4ce83;display:block; }
 }@media only screen and (max-width: 1199px) { #f6Pcp0DScPoJgoiO7NUkU74PtCVcHBp2 { width:21.875rem;height:3.65625rem;top:4.0833339691162rem;left:12.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of13fwHbNvywMPeadqXo7gTzHZRTHo44 { width:20.9375rem;height:0;top:14.936199188233rem;left:26.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iiytQGlhg1Nks7OREIy6sCETQcPXVHqK { width:12.0625rem;height:15.0625rem;top:17.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIKsWS0rUV46q1Z0w3kgO8f3ICHMNZoZ { width:13.5625rem;height:14.9375rem;top:18rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb { width:26.0625rem;height:18.0625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO { width:22rem;height:16rem;top:16.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Jd59VTXymhrmBBx7g3vpZanTha7XTH4D { width:3.125rem;height:3.125rem;top:46.5625rem;left:35.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BTlJ2m14JGZZeq06KVso3zbqGcJp09cy { width:3.125rem;height:3.125rem;top:51.625rem;left:35.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SNpZkV84FUkzrT3P80wrKvNk0HiLT6BN { width:3.125rem;height:3.125rem;top:56.375rem;left:35.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UDo1UfH1f7iAKed0MTFJD1V2FAciQ96T { width:3.125rem;height:3.125rem;top:51.625rem;left:35.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dAylHCQ6lAEdB3UbsKsLC4bDVFzZu6vz { width:3.125rem;height:3.125rem;top:51.625rem;left:35.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EHaCFZspITlNhsRmxwPcUx9EubbQSzIz { width:31.25rem;height:11.475rem;top:35.257823944092rem;left:9.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI55SEpIsIu6yblkPmnEMCcDABMPkJy0 { width:20.9375rem;height:18rem;top:14.936199188233rem;left:26.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OoMlLBTtPnduVqlEN93tB7928BL59M4L { width:20.9375rem;height:17.55rem;top:15.46875rem;left:26.8125rem;font-size:1.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #otTh8uly0ulZpdmo6lPWriNUV8HUhGvy { width:18.75rem;height:3.4375rem;top:6.9375rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3wlR6Qb1p0Vksm6bPU0dK3XCsgF2cIi { display:block; }
 }@media only screen and (max-width: 1199px) { #M85t00JO1PfK2h7T4AuDTFhtKpIQWSNG { width:31rem;height:2.03125rem;top:2.7265625rem;left:8.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 { display:block; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iRdHy9hVyKUbyeQrdI4U9JbayI02QW5b { width:47.75rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r { display:block; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nq6A7mrlVvtbKVyBLsXRgEySb8okvoU1 { width:40.625rem;height:22.6875rem;top:2.4375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ { display:block; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container { width:47.75rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dugxIkpIx40UBE1TNuD20qVXp4GBeNU4 { width:12.5rem;height:12.5rem;top:2.5807342529297rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFywP2vWpyTA5nREibtkgRy8FRgkZ0iH { width:12.5rem;height:12.5rem;top:2.5598983764649rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBOzcVT06RNTERh6KceGkWWT68kHRamx { width:20rem;height:0;top:21.04167175293rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BuysWSpRTZaTelUEpoTr1Wd2qV4EExoa { width:20rem;height:0;top:21.020835876465rem;left:25.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gpCPH6PBp9ZwPIiM3zoaktM3dhxquD1J { width:18.75rem;height:2.03125rem;top:16.684898376465rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aq6UMq9coh4XHBm17cCBBbLyRnOVNsJT { width:18.75rem;height:2.03125rem;top:16.6640625rem;left:26.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Fpl2aozth37TIGUwzVtckEk1ZgS8Q0 { width:21.875rem;height:36.6875rem;top:19.76042175293rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8LOtDolbypFvKoDkWfIMcdrWwStr5wc { width:21.875rem;height:36.6875rem;top:19.645312786103rem;left:24.843750357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoge5bcPoAv7ueXw7fMxFn7FANMrB9SU { width:20rem;height:27.625rem;top:20.91667175293rem;left:1.9375rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #prQ0OEyoMJUlLzA7gvisPyRTTdBmADVI { width:20rem;height:33.15rem;top:20.895835876465rem;left:25.8125rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 1199px) { #ouLMXvFKszwCGqf3cGzR17TP6l64R4K6 { width:20rem;height:0;top:21.04167175293rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c06Jze5CT4AswpBMiw9FTtE1D8aq0s6K { width:20rem;height:0;top:21.020835876465rem;left:25.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z32wpyp46zswsoPVTb6CSel7SbE2X0hx { display:block; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fdHAZyn8Tt6mQPBWVzgEAwgi3TuvUidT { width:31.25rem;height:2.03125rem;top:2.6458282470703rem;left:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm { display:block; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MiQFG3v1rx3BfMvvoRQ5SWgBcNvgsnIV { width:18.75rem;height:2.925rem;top:12.609375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLclb8reDPyLmHTuTmOw9Im9vfaqiawi { width:18.75rem;height:2.925rem;top:12.567718505859rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRDlvW8fiuQxEM2LXUB3HMiCaGv3lIAx { width:18.75rem;height:1.4625rem;top:30.70573425293rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUrKCHB3owZN4Qn3r7XKkgEW6TFDswAv { width:17.25rem;height:9rem;top:2.4856719970703rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlgoUc32fTFFrzNB9QHmL3gyEWiqqcfd { width:17.25rem;height:9rem;top:2.4010467529297rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V96CuqDxxlE52GEQIfvl8qLuhHvsdUBr { width:17.25rem;height:9rem;top:19.51823425293rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0DNXuXtu9uD2eoAWlo54vg13l17QNai { width:18.75rem;height:2.925rem;top:29.997406005859rem;left:26.9375rem;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #wtQ8edhTr0TPuxvSSgeS7XQC7wzpzIr4 { width:17.25rem;height:9rem;top:19.4765625rem;left:27.6875rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw { display:block; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kcrTuR6VuIMBvnQ12OTatXdyfR4Gd0X9 { width:18.75rem;height:0;top:12.766937255859rem;left:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JyczQU3yRpHOe0oQifbIyR7OyxDraRvy { width:18.75rem;height:2.925rem;top:14.8515625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeMJSt5NDBI2ns0RKuSpsToqzbftEbIe { width:17.25rem;height:9rem;top:2.46484375rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZuhWsZn7tOe4qQvhfFxp2QpBMWpHOpMO { width:17.25rem;height:9rem;top:4.1940155029297rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr { display:block; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container { width:47.75rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MVU3pQpEqBvsImC2ZgtOeliNXnSVfuOo { width:18.75rem;height:3.4375rem;top:6.6875rem;left:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgPGOwZnOaniBEeqTRpNlsI8vgc5y4cb { display:block; }
 }@media only screen and (max-width: 1199px) { #ZydclgT2emHz7DMsbZJbcgrGgG8J577u { width:31rem;height:2.03125rem;top:2.3515625rem;left:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 { display:block; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bhRgWtTiLpWSofasonXraxCE9ac5clsf { width:4.125rem;height:4.3125rem;top:2.1539077758789rem;left:21.810936748981rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG { display:block; }#oqzMG6lOTBKz5vpkgaUCdCHOVrGRzMMG > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpu6G8xhfCpF4uVB7d076b5B4BzbOdAE { width:2.8125rem;height:2.8125rem;top:0.96875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4q539ETGQuQ49pdd2HvMhDJAZZzGVel { display:block; }#K4q539ETGQuQ49pdd2HvMhDJAZZzGVel > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mynSIlRscvbu5bfgOEFKfLcp2aPgPF67 { width:20rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwKOcrCT6y0UfL6eadZOg7JmNCqezmvH { width:20rem;height:3rem;top:9.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6Pcp0DScPoJgoiO7NUkU74PtCVcHBp2 { width:20rem;height:2.03125rem;top:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of13fwHbNvywMPeadqXo7gTzHZRTHo44 { width:18.125rem;height:0;top:28rem;left:0.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiytQGlhg1Nks7OREIy6sCETQcPXVHqK { width:7.625rem;height:9.375rem;top:17.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKsWS0rUV46q1Z0w3kgO8f3ICHMNZoZ { width:8.5625rem;height:9.375rem;top:17.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9nm6HwHyLnkKh3C00zkT29wmWKzgEbb { width:18.1875rem;height:11.5625rem;top:14.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTVtB7brbqu2CrS3mUXzUfmgfAOa1yJO { width:13.4375rem;height:9.9375rem;top:11.4375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd59VTXymhrmBBx7g3vpZanTha7XTH4D { width:3.125rem;height:3.125rem;top:99.604166746137rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTlJ2m14JGZZeq06KVso3zbqGcJp09cy { width:3.125rem;height:3.125rem;top:104.04166674614rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNpZkV84FUkzrT3P80wrKvNk0HiLT6BN { width:3.125rem;height:3.125rem;top:108.47916674614rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDo1UfH1f7iAKed0MTFJD1V2FAciQ96T { width:3.125rem;height:3.125rem;top:23.5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAylHCQ6lAEdB3UbsKsLC4bDVFzZu6vz { width:3.125rem;height:3.125rem;top:26.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHaCFZspITlNhsRmxwPcUx9EubbQSzIz { width:20rem;height:10.8375rem;top:45.104167938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI55SEpIsIu6yblkPmnEMCcDABMPkJy0 { width:18.125rem;height:16.575rem;top:27.875rem;left:0.90625rem;font-size:1.0625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #OoMlLBTtPnduVqlEN93tB7928BL59M4L { width:20rem;height:auto;top:15.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otTh8uly0ulZpdmo6lPWriNUV8HUhGvy { width:19rem;height:3.4375rem;top:6.47917175293rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3wlR6Qb1p0Vksm6bPU0dK3XCsgF2cIi { display:block; }
 }@media only screen and (max-width: 763px) { #M85t00JO1PfK2h7T4AuDTFhtKpIQWSNG { width:20rem;height:3.25rem;top:2.5000038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 { display:block; }#KvUPiVO6thgIArVboRXWaJdZ85gnZmQ4 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRdHy9hVyKUbyeQrdI4U9JbayI02QW5b { width:18.75rem;height:3.25rem;top:2.3424530029297rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r { display:block; }#lAAG1ET1E7lNNvSzbA1GduFr4wPqia8r > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nq6A7mrlVvtbKVyBLsXRgEySb8okvoU1 { height:10.5rem;width:18.75rem;top:2.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ { display:block; }#lQz52iCdaIn67tG8fF7eZTxmBEsoBWXJ > .row .container { width:20rem;height:104.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dugxIkpIx40UBE1TNuD20qVXp4GBeNU4 { width:9.375rem;height:9.375rem;top:2.7916717529297rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFywP2vWpyTA5nREibtkgRy8FRgkZ0iH { width:9.375rem;height:9.375rem;top:50.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBOzcVT06RNTERh6KceGkWWT68kHRamx { width:18.125rem;height:0;top:14.583335876465rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuysWSpRTZaTelUEpoTr1Wd2qV4EExoa { width:18.125rem;height:0;top:58.040374755859rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpCPH6PBp9ZwPIiM3zoaktM3dhxquD1J { width:20rem;height:1.625rem;top:13.540367126465rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq6UMq9coh4XHBm17cCBBbLyRnOVNsJT { width:20rem;height:1.7875rem;top:61.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Fpl2aozth37TIGUwzVtckEk1ZgS8Q0 { width:19.375rem;height:51.4375rem;top:49.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8LOtDolbypFvKoDkWfIMcdrWwStr5wc { width:19.375rem;height:45.75rem;top:1.3958358764649rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoge5bcPoAv7ueXw7fMxFn7FANMrB9SU { width:20rem;height:0;top:95.84375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #prQ0OEyoMJUlLzA7gvisPyRTTdBmADVI { width:20rem;height:0;top:132.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouLMXvFKszwCGqf3cGzR17TP6l64R4K6 { width:18.125rem;height:30.3875rem;top:16.583335876465rem;left:0.90625rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #c06Jze5CT4AswpBMiw9FTtE1D8aq0s6K { width:18.125rem;height:34.53125rem;top:64.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #z32wpyp46zswsoPVTb6CSel7SbE2X0hx { display:block; }#z32wpyp46zswsoPVTb6CSel7SbE2X0hx > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHAZyn8Tt6mQPBWVzgEAwgi3TuvUidT { width:18.125rem;height:1.4625rem;top:2.4687652587891rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm { display:block; }#bmpi0zPBwroeSz8OXXUsKr7D1IxK6qwm > .row .container { width:20rem;height:51.957038879395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiQFG3v1rx3BfMvvoRQ5SWgBcNvgsnIV { width:18.75rem;height:3.25rem;top:12.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLclb8reDPyLmHTuTmOw9Im9vfaqiawi { width:18.75rem;height:3.25rem;top:31.416687011719rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRDlvW8fiuQxEM2LXUB3HMiCaGv3lIAx { width:18.75rem;height:1.625rem;top:50.33203125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrKCHB3owZN4Qn3r7XKkgEW6TFDswAv { width:19.875rem;height:10.4375rem;top:1.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlgoUc32fTFFrzNB9QHmL3gyEWiqqcfd { width:19.875rem;height:10.4375rem;top:19.821624755859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V96CuqDxxlE52GEQIfvl8qLuhHvsdUBr { width:19.875rem;height:10.4375rem;top:38.56510925293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0DNXuXtu9uD2eoAWlo54vg13l17QNai { width:18.75rem;height:3.1666667461395rem;top:11.5rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtQ8edhTr0TPuxvSSgeS7XQC7wzpzIr4 { width:19.875rem;height:10.4375rem;top:45.145853757858rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw { display:block; }#mBgOXDhmL0ZZyR28iutVq12l3ygmbyLw > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrTuR6VuIMBvnQ12OTatXdyfR4Gd0X9 { width:18.75rem;height:3.25rem;top:15.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyczQU3yRpHOe0oQifbIyR7OyxDraRvy { width:18.75rem;height:3.25rem;top:34.104187011719rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeMJSt5NDBI2ns0RKuSpsToqzbftEbIe { width:19.875rem;height:10.4375rem;top:3.8333435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuhWsZn7tOe4qQvhfFxp2QpBMWpHOpMO { width:19.875rem;height:10.4375rem;top:22.407562255859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr { display:block; }#g3PTAxkKz9DPxyF7yxDPbvzCfaEeMNgr > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVU3pQpEqBvsImC2ZgtOeliNXnSVfuOo { width:19rem;height:3.4375rem;top:4.0833333730697rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgPGOwZnOaniBEeqTRpNlsI8vgc5y4cb { display:block; }
 }@media only screen and (max-width: 763px) { #ZydclgT2emHz7DMsbZJbcgrGgG8J577u { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 { display:block; }#Nr2zvA5EVcAcf7WXF2zPWklBt1TqQCh5 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhRgWtTiLpWSofasonXraxCE9ac5clsf { width:2.8125rem;height:2.875rem;top:2.2395858764649rem;left:8.59375rem;display:block; }
 }