.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863.adaptive-delivery-prevent-bg, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyload, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyloading { background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { background-color: transparent; background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .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); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { border-width: 0; border-radius: 0; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { color:#035d24;display:block;width:34.1875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100024;line-height:1.2;letter-spacing:0;top:10.3125rem;left:34.875rem;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; }
#Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:7.0625rem;top:2.75rem;left:48.5rem;overflow:hidden;display:block; }
#gVRJulWsazVD9MmI1cDMazBIMx10PTRp { color:#035d24;display:block;width:32.8125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:20.375rem;left:35.625rem;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; }
#MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.0625rem;width:35.0625rem;position:absolute;display:block;z-index:100008;top:1.625rem;left:4.25rem;overflow:hidden;display:block; }
#kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { color:#f4ce83;display:block;width:26.4375rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:26.78125rem;left:38.75rem;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; }
#XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { position:absolute;display:block;z-index:100007;background-color:#035d24;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:7.6875rem;width:49.9375rem;top:25.9375rem;left:17.6875rem;display:block; }
#tZ4vU8rux1pcUEeCsTuaAx8IWiUCu4JG { position:absolute;display:block;z-index:100014;height:3.375rem;width:6.125rem;top:0.875rem;left:1.2109375rem;display:block; }
#NVI4Vdr1acHshHNxvcBr526VJAIK06Nx { position:absolute;display:block;z-index:100026;height:3.5rem;width:6.25rem;top:0.8125rem;left:9.46249961853rem;display:block; }
#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { background-color: transparent; background-image: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container > .video-iframe-container { display: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row > .video-iframe-container { display: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .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); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { border-width: 0; border-radius: 0; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#Gw162QDTeslAdx7lW5p1kE7lel5T385g { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:20.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { 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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:32.6875rem;left:12.5rem;display:block; }
#AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container { background-color: transparent; background-image: none; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container > .video-iframe-container { display: none; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row > .video-iframe-container { display: none; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .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); }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container { border-width: 0; border-radius: 0; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#MC6UqlGDd7KKSPXQ7IkAZnc10ML0rcO0 { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVSqCu34pQP3LJ53z7syPwtuhXGxxzMT { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWhp1oJIGmBkBhsDbIbo7KtFXpUCho5E { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container { background-color: transparent; background-image: none; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container > .video-iframe-container { display: none; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row > .video-iframe-container { display: none; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .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); }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container { border-width: 0; border-radius: 0; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#DQ0pDsqkD11ohoy8FQJCLCvmwrs3QhKB { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container { background-color: transparent; background-image: none; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container > .video-iframe-container { display: none; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row > .video-iframe-container { display: none; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .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); }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container { border-width: 0; border-radius: 0; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#kHwmmVn5kbe90vQWzEwsySXCwCeki98H { position:absolute;display:block;z-index:100002;height:18.75rem;width:71.25rem;top:2.21875rem;left:1.875rem;display:block; }
#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { background-color: transparent; background-image: none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container > .video-iframe-container { display: none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row > .video-iframe-container { display: none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .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); }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { border-width: 0; border-radius: 0; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { position:absolute;display:block;z-index:99999;background-color:#035d24;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:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#gDqXcohd0isAOxbawqm4UTxhsll96kRh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:19.124973297119rem;left:1.875rem;display:block; }
#baxQQ398yost09tUPraNGl5DXVL0clz7 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:11.416378974914rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container { background-color: transparent; background-image: none; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container > .video-iframe-container { display: none; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row > .video-iframe-container { display: none; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .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); }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container { border-width: 0; border-radius: 0; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#cac9nyJZTT5Q6K7EixPE8vGOMkpT2uce { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#giphFqiUkVVQIOcc3LgKg20TlBC2O97d { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:18.124996185302rem;left:1.875rem;display:block; }
#K9G7TCxTCV3IZUpiuQ81yT7ok5hQTzmy { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:10.791667938233rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container { background-color: transparent; background-image: none; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container > .video-iframe-container { display: none; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row > .video-iframe-container { display: none; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .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); }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container { border-width: 0; border-radius: 0; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#N6lQ54mRTUTUgO7OIrCzDTz2Ny8uBixa { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#s2kcw2HmRoTAtRJGJLPLBLP2T4XuD2Qe { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.9375rem;left:1.875rem;display:block; }
#nPJTxbsTcPpzVpHotTQNFxOaKiEaDMcA { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#H1Spc6c6JQRs42572u08kNHPhq6bUu0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container { background-color: transparent; background-image: none; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container > .video-iframe-container { display: none; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row > .video-iframe-container { display: none; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .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); }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container { border-width: 0; border-radius: 0; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;position:relative;display:block; }#NcHH8mw0lcVlECUO6W9soa312oGkey43 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.25rem;left:1.875rem;display:block; }
#m8840chSW8b4S7QhmQValBdsk6tu93Tk { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#cTdDEZGrDkX4UQchSieXltHTyIUzT058 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:14.1875rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#NfTpVlK34Cdpc2vTteUb3S9IdzUVdRTT { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container { background-color: transparent; background-image: none; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container > .video-iframe-container { display: none; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row > .video-iframe-container { display: none; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .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); }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container { border-width: 0; border-radius: 0; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#gzxiP5S111d2EFex7X6uspWg7lWC7rFL { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#r8zqDUHqQcD3OXmBaLC9tVE5NkcgI5eS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.9375rem;left:1.875rem;display:block; }
#HiPSvQXQgEr2iLr7wIawefMGJXszXDNd { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#tWLNEtKIXTEPeLFXUQDZ22DwA2b6HJ0G { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container { background-color: transparent; background-image: none; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container > .video-iframe-container { display: none; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row > .video-iframe-container { display: none; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .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); }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container { border-width: 0; border-radius: 0; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#WyQGodUHei3UfMPJUWelr2cn1AUGv7Ui { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#SHtEdc1fNbkDdcivvGeyNURz8ZFFUPrO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.9375rem;left:1.875rem;display:block; }
#UplDMivPZn7lZHiIwpSsooD6qSMmnoyo { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { background-color: transparent; background-image: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container > .video-iframe-container { display: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row > .video-iframe-container { display: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .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); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { border-width: 0; border-radius: 0; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { position:absolute;display:block;z-index:99999;background-color:#035d24;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:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container { background-color: transparent; background-image: none; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container > .video-iframe-container { display: none; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row > .video-iframe-container { display: none; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .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); }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container { border-width: 0; border-radius: 0; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#PoUxSiLBJWnoTsg5WT3JeMmTuR80tqxS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.4375rem;left:1.875rem;display:block; }
#p6UBS9b4LPZM6a18g9POHeHwymslzrc0 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#HT0Nlek2DuJvqWWKpEbW6yTgHhfwl4T9 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container { background-color: transparent; background-image: none; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container > .video-iframe-container { display: none; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row > .video-iframe-container { display: none; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .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); }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container { border-width: 0; border-radius: 0; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#z6zDZwf24oi9xgDXSUtERylvkya1a7v7 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.5rem;left:1.875rem;display:block; }
#RRvGIflhWSfc3Td3KnkVFaW7XmAKcVmb { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#dPdELvvVRkbZQyiJ0VtNM8awRgmVGtm3 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container { background-color: transparent; background-image: none; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container > .video-iframe-container { display: none; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row > .video-iframe-container { display: none; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .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); }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container { border-width: 0; border-radius: 0; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#K1v54eAPh5s9rvtc39CUcqMLD1ryLuFI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:22.6875rem;left:1.875rem;display:block; }
#peLr5Nz8y3c81tK2AR1B7o9ep604zf8T { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#wWQVMKo7VGuux3a9wqWZopHThVKIi4TH { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.5208435058594rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#Wg7FJigfwRpHosSHd9v3J29atkdolX1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container { background-color: transparent; background-image: none; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container > .video-iframe-container { display: none; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row > .video-iframe-container { display: none; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .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); }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container { border-width: 0; border-radius: 0; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#TtebkWP7UOLA6mpaK7gNoEBVTP767TH5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.3125rem;left:1.875rem;display:block; }
#ceRtOivcoomRdJhOZd2swWPM0gizoPT2 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#m4r9zEe9SzMeWVa6iVaMrCPTl9HS5xa3 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container { background-color: transparent; background-image: none; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container > .video-iframe-container { display: none; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row > .video-iframe-container { display: none; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .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); }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container { border-width: 0; border-radius: 0; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#vXnCRTnwyIC3TnH2LzTpBeW7FDkRPhsN { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#eEN1iZlaFilK6Ros5sARS8poU5cSUHdL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.478125572204rem;left:1.875rem;display:block; }
#eZflLL52DtK821zxNWkiw4csWFb6o8bB { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container { background-color: transparent; background-image: none; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container > .video-iframe-container { display: none; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row > .video-iframe-container { display: none; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .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); }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container { border-width: 0; border-radius: 0; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#wTpb7COGQLmLOhIEMlss6vJsEbKd4eTS { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#swTbI5PcGat8SD0ztmMIdMLbhaLENH9N { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.4375rem;left:1.875rem;display:block; }
#aC1iiqB5nZO1T6JVUK6xw1mVco0ueUyH { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn > .row .container { border-width: 0; border-radius: 0; }#Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#h5sJHnmhbUNFC2HxwhSyVnXuIopXnm78 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#IDbxu15EXsKN8TCIcJ5nQiXKU42GGc2M { position:absolute;display:block;z-index:99999;background-color:#035d24;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:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr > .row .container { border-width: 0; border-radius: 0; }#DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#nfm7O8hSIt92CoxwyOA9V7pDBuJPoZTX { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#x9iaQtJrqm9ulu72HxPoDqIZU85dN8ot { position:absolute;display:block;z-index:99999;background-color:#035d24;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:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#mT2e3W9OCngaV63Nmlrxt7HTl5hptABv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#mT2e3W9OCngaV63Nmlrxt7HTl5hptABv > .row .container { border-width: 0; border-radius: 0; }#mT2e3W9OCngaV63Nmlrxt7HTl5hptABv > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:none; }#NQPOZFheRPhu3VemOXsoO4n3ctRp7BGO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.9375rem;left:1.875rem;display:block; }
#ygwZ5PZPPWbeaVNyCuCpUnPg056Z2w5T { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#Tk3VurIglWa3SPIwaZcFSqJaM9Vz9AvN { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:14.22917175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;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; }
#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { background-color: transparent; background-image: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container > .video-iframe-container { display: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row > .video-iframe-container { display: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .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); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { border-width: 0; border-radius: 0; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#CdoK5Vf422ReEpi7qQoAkhU4A7zFUTIv { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.625rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrEiap1nDKWn3LRK2HMZIKkoN5LfuZHR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:46.9375rem;width:46.9375rem;position:absolute;display:block;z-index:100007;top:17.958374023438rem;left:0rem;overflow:hidden;display:block; }
#XP7oeAEcJlcyH7Cm4Sl7UaHGrl6CskhS { display:block;width:40.186199188232rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:38rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucexdiaPUBo82GXbHhslrJMTEQGiuLLb { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4986977577209rem;width:5.25rem;top:57.39453125rem;left:51.13932800293rem;overflow:hidden;display:block; }
#oJtldKICPPMOXZ7Ut6DsbR8Zr62IuVG0 { box-sizing:content-box;color:#a54870;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:27.150003910065rem;left:85.324998855594rem;display:none; }
#sJueQhkpbd1o7GvFcsyRZTT0Tez4suST { position:absolute;display:block;z-index:99999;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:57.4375rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#texuCffBcBZmQdG0fo4uru8kLlUteg8m { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.5833334922791rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lxLpvFkNl3y6D0tDbgwAgOT9ozKdIHhp { display:block;width:40.186199188232rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:36.666667461395rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { background-color: transparent; background-image: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container > .video-iframe-container { display: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row > .video-iframe-container { display: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .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); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { border-width: 0; border-radius: 0; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:15.604187011719rem;left:34.375rem;overflow:hidden;display:block; }
#XFXC0ZTqnk276NK11mxhRQQlMN41EDAq { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#LewTMqbk6cedyAdGntC02pHKeeeTrMrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container { background-color: transparent; background-image: none; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container > .video-iframe-container { display: none; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row > .video-iframe-container { display: none; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .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); }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container { border-width: 0; border-radius: 0; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#DuE5SehyS9GzCs4GCuuk4Sg63PceQk3h { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;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; }
#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/SpBa5kGF/G_o_wne_na_www_4_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.adaptive-delivery-prevent-bg, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyload, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyloading { background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { background-color: transparent; background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .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); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { border-width: 0; border-radius: 0; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#nE3y6kmAb82ZM6gRrViEfElo18hJFcC9 { position:absolute;display:block;z-index:100023;background-color:#035d24;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:28.125rem;width:74.375rem;top:4.25rem;left:0.3125rem;display:block; }
#NxJ6TTuXAJ1w89zl1AdlHa4tpzTRTTxh { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EL3sIzgQCVFrTOocEotxsPI6c3vg4QM8 { color:#f4ce83;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:11.875rem;left:12.4375rem;height:5.28125rem;font-style:normal;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;display:block; }
#nFI3bLEas8tlM8sqo5rHbkqmH5GiEEWO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.625rem;width:9.375rem;position:absolute;display:block;z-index:100021;top:10.875001907349rem;left:32.812501907349rem;overflow:hidden;display:none; }
#nAiqq3bWLvdlXRZ2me1rlHSAaI60aTHt { position:absolute;display:block;z-index:100001;background-color:#f4ce83;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:28.75rem;width:75rem;top:3.9375rem;left:0rem;display:block; }
#wdmSSKloTzkOCpM6BpkClwVZ91SCLOzz { position:absolute;display:block;z-index:100027;background-color:#f4ce83;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:0.123046875rem;width:25.059375rem;top:19.4375rem;left:25rem;display:block; }
#s2TCmI70hx1kiNQ8IDNmFM66IvWhKJ9o { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.375rem;width:6.24960625rem;position:absolute;display:block;z-index:100025;top:5.5625rem;left:34.3125rem;overflow:hidden;display:block; }
#zAsqmbyiNQaNTyDAfCQTkP8yE996oyPo { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:28.999218463897rem;left:0rem;height:6.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qiWAIvC3m1CRhwK5OenhG6NnVloRbw8b { 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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:36.687561035156rem;left:12.5rem;display:block; }
#Oed9lEeWzg718a26hT6nK7SWuXdDkb65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#krMPrc092HGk6yz8OzZeeUeHTTIigosr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { border-width: 0; border-radius: 0; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SpBa5kGF/G_o_wne_na_www_4_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R.adaptive-delivery-prevent-bg, #ChsTqedrRAIuCMCTEhJauaT8C3dql13R.lazyload, #ChsTqedrRAIuCMCTEhJauaT8C3dql13R.lazyloading { background-image: none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { border-width: 0; border-radius: 0; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:none; }#mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { color:#f4ce83;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.625rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4375rem;width:6.25rem;position:absolute;display:block;z-index:100014;top:9.3125rem;left:47.25rem;overflow:hidden;display:block; }
#JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { position:absolute;display:block;z-index:100010;background-color:#f4ce83;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:0.12369791418314rem;width:25.059896469116rem;top:25rem;left:37.8125rem;display:block; }
#JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { color:#f4ce83;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:19.623958587646rem;left:35.625001907349rem;height:10.5333375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37rem;width:37rem;top:2.25rem;left:5.8125rem;overflow:hidden;display:block; }
#lIqxgT1ypCePQJPavgrgMnENnwND0cwv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { border-width: 0; border-radius: 0; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:none; }#KOikf3fFENTyr7ONoaGPSym08TSL6H0i { 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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2.6875rem;left:12.5rem;display:block; }
#SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { background-color: transparent; background-image: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container > .video-iframe-container { display: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row > .video-iframe-container { display: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .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); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { border-width: 0; border-radius: 0; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#uLansbJhJNBIBFW3skalowVx8WmKgPRD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.437125rem;width:6.24960625rem;position:absolute;display:block;z-index:100016;top:7.716796875rem;left:34.375782012939rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QznSB67HGS2qQ9TngBXxWutUEndnK863 { display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { width:27.4375rem;height:6rem;top:7.25rem;left:20.3125rem;font-size:2.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { width:5rem;height:5.3125rem;top:1.875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVRJulWsazVD9MmI1cDMazBIMx10PTRp { width:25rem;height:2.25rem;top:14.3125rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { width:23.748697280884rem;height:23.686197280884rem;top:1.8958435058594rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { width:27.4375rem;height:3rem;top:18.561199188233rem;left:20.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { width:31.25rem;height:4rem;top:18.061199188233rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ4vU8rux1pcUEeCsTuaAx8IWiUCu4JG { width:6.125rem;height:3.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVI4Vdr1acHshHNxvcBr526VJAIK06Nx { width:6.25rem;height:3.5rem;top:5.0624999403954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:43.4375rem;height:16.25rem;top:10.375rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { width:47.748699188233rem;height:2.84375rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { width:37.5rem;height:4.375rem;top:28.5625rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block; }
 }@media only screen and (max-width: 1199px) { #WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 { display:block; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MC6UqlGDd7KKSPXQ7IkAZnc10ML0rcO0 { width:47.75rem;height:3.25rem;top:0.87499980907887rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVSqCu34pQP3LJ53z7syPwtuhXGxxzMT { width:47.75rem;height:2.4375rem;top:5.7187509536743rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWhp1oJIGmBkBhsDbIbo7KtFXpUCho5E { width:47.75rem;height:1.7875rem;top:8.7812509536744rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz { display:block; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DQ0pDsqkD11ohoy8FQJCLCvmwrs3QhKB { width:38.625rem;height:9.75rem;top:0.28125rem;left:4.5624998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 { display:block; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kHwmmVn5kbe90vQWzEwsySXCwCeki98H { width:41.25rem;height:18.75rem;top:1.375rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { display:block; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { width:47.748699188232rem;height:2.84375rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:47.748699188232rem;height:2.84375rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDqXcohd0isAOxbawqm4UTxhsll96kRh { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baxQQ398yost09tUPraNGl5DXVL0clz7 { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x { display:block; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container { width:47.75rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cac9nyJZTT5Q6K7EixPE8vGOMkpT2uce { width:47.748699188232rem;height:2.84375rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #giphFqiUkVVQIOcc3LgKg20TlBC2O97d { width:41.25rem;height:23.125rem;top:10.72917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9G7TCxTCV3IZUpiuQ81yT7ok5hQTzmy { width:47.748699188232rem;height:2.34375rem;top:6.28125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T { display:block; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container { width:47.75rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N6lQ54mRTUTUgO7OIrCzDTz2Ny8uBixa { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2kcw2HmRoTAtRJGJLPLBLP2T4XuD2Qe { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPJTxbsTcPpzVpHotTQNFxOaKiEaDMcA { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1Spc6c6JQRs42572u08kNHPhq6bUu0i { display:block; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container { width:47.75rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NcHH8mw0lcVlECUO6W9soa312oGkey43 { width:41.25rem;height:23.125rem;top:13.125015258789rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8840chSW8b4S7QhmQValBdsk6tu93Tk { width:47.748699188232rem;height:2.84375rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTdDEZGrDkX4UQchSieXltHTyIUzT058 { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfTpVlK34Cdpc2vTteUb3S9IdzUVdRTT { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L { display:block; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzxiP5S111d2EFex7X6uspWg7lWC7rFL { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8zqDUHqQcD3OXmBaLC9tVE5NkcgI5eS { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HiPSvQXQgEr2iLr7wIawefMGJXszXDNd { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWLNEtKIXTEPeLFXUQDZ22DwA2b6HJ0G { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ { display:block; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WyQGodUHei3UfMPJUWelr2cn1AUGv7Ui { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHtEdc1fNbkDdcivvGeyNURz8ZFFUPrO { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UplDMivPZn7lZHiIwpSsooD6qSMmnoyo { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { width:47.748699188232rem;height:2.84375rem;top:6.0833358764649rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii { display:block; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PoUxSiLBJWnoTsg5WT3JeMmTuR80tqxS { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6UBS9b4LPZM6a18g9POHeHwymslzrc0 { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HT0Nlek2DuJvqWWKpEbW6yTgHhfwl4T9 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci { display:block; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z6zDZwf24oi9xgDXSUtERylvkya1a7v7 { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRvGIflhWSfc3Td3KnkVFaW7XmAKcVmb { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPdELvvVRkbZQyiJ0VtNM8awRgmVGtm3 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln { display:block; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K1v54eAPh5s9rvtc39CUcqMLD1ryLuFI { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #peLr5Nz8y3c81tK2AR1B7o9ep604zf8T { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWQVMKo7VGuux3a9wqWZopHThVKIi4TH { width:47.748699188232rem;height:8.53125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wg7FJigfwRpHosSHd9v3J29atkdolX1N { display:block; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container { width:47.75rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TtebkWP7UOLA6mpaK7gNoEBVTP767TH5 { width:41.25rem;height:23.125rem;top:10.125030517578rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceRtOivcoomRdJhOZd2swWPM0gizoPT2 { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4r9zEe9SzMeWVa6iVaMrCPTl9HS5xa3 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcDTlrfVJXxelWeEp6XG22o81UqVeJdi { display:block; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vXnCRTnwyIC3TnH2LzTpBeW7FDkRPhsN { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEN1iZlaFilK6Ros5sARS8poU5cSUHdL { width:41.25rem;height:23.125rem;top:10.123687744141rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZflLL52DtK821zxNWkiw4csWFb6o8bB { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx { display:block; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container { width:47.75rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wTpb7COGQLmLOhIEMlss6vJsEbKd4eTS { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swTbI5PcGat8SD0ztmMIdMLbhaLENH9N { width:41.25rem;height:23.125rem;top:10.01953125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aC1iiqB5nZO1T6JVUK6xw1mVco0ueUyH { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn { display:none; }#Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn > .row .container { width:47.75rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h5sJHnmhbUNFC2HxwhSyVnXuIopXnm78 { width:47.748699188232rem;height:2.75rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDbxu15EXsKN8TCIcJ5nQiXKU42GGc2M { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr { display:none; }#DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr > .row .container { width:47.75rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nfm7O8hSIt92CoxwyOA9V7pDBuJPoZTX { width:47.748699188232rem;height:2.75rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9iaQtJrqm9ulu72HxPoDqIZU85dN8ot { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mT2e3W9OCngaV63Nmlrxt7HTl5hptABv { display:none; }#mT2e3W9OCngaV63Nmlrxt7HTl5hptABv > .row .container { width:47.75rem;height:38.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NQPOZFheRPhu3VemOXsoO4n3ctRp7BGO { width:41.25rem;height:23.125rem;top:13.125015258789rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygwZ5PZPPWbeaVNyCuCpUnPg056Z2w5T { width:47.748699188232rem;height:5.5rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk3VurIglWa3SPIwaZcFSqJaM9Vz9AvN { width:47.748699188232rem;height:1.75rem;top:8.6875152587887rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn { display:block; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CdoK5Vf422ReEpi7qQoAkhU4A7zFUTIv { width:43.6875rem;height:3.28125rem;top:2.5833740234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JrEiap1nDKWn3LRK2HMZIKkoN5LfuZHR { width:23.748697280884rem;height:23.686197280884rem;top:10.041748046875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XP7oeAEcJlcyH7Cm4Sl7UaHGrl6CskhS { width:43.75rem;height:34rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucexdiaPUBo82GXbHhslrJMTEQGiuLLb { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJtldKICPPMOXZ7Ut6DsbR8Zr62IuVG0 { width:3.0625rem;height:3.0625rem;top:8.8729133605956rem;left:1.0041667819023rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sJueQhkpbd1o7GvFcsyRZTT0Tez4suST { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #texuCffBcBZmQdG0fo4uru8kLlUteg8m { width:31.2489375rem;height:2.3rem;top:7.5rem;left:6.8989588618281rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lxLpvFkNl3y6D0tDbgwAgOT9ozKdIHhp { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { width:47.748699188232rem;height:2.84375rem;top:2.4270935058594rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:4.6875rem;height:4.6875rem;top:9.2590942382812rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFXC0ZTqnk276NK11mxhRQQlMN41EDAq { width:47.747394561768rem;height:2.03125rem;top:5.73828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LewTMqbk6cedyAdGntC02pHKeeeTrMrH { display:block; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DuE5SehyS9GzCs4GCuuk4Sg63PceQk3h { width:47.7484375rem;height:2.03125rem;top:2.8437480926514rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/SpBa5kGF/G_o_wne_na_www_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.adaptive-delivery-prevent-bg, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyload, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyloading { background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { background-color: transparent; background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .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); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nE3y6kmAb82ZM6gRrViEfElo18hJFcC9 { width:34.375rem;height:16.875rem;top:2.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxJ6TTuXAJ1w89zl1AdlHa4tpzTRTTxh { width:31.2491875rem;height:3.7375rem;top:14.9375rem;left:8.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EL3sIzgQCVFrTOocEotxsPI6c3vg4QM8 { width:31.2480625rem;height:2.84375rem;top:10rem;left:8.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFI3bLEas8tlM8sqo5rHbkqmH5GiEEWO { width:4.6875rem;height:4.7484375rem;top:4rem;left:21.5rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 1199px) { #nAiqq3bWLvdlXRZ2me1rlHSAaI60aTHt { width:35rem;height:17.5rem;top:2.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdmSSKloTzkOCpM6BpkClwVZ91SCLOzz { width:16.246875rem;height:0.0625rem;top:13.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2TCmI70hx1kiNQ8IDNmFM66IvWhKJ9o { width:4.6875rem;height:4.75rem;top:8.375rem;left:21.500001132488rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zAsqmbyiNQaNTyDAfCQTkP8yE996oyPo { width:31.2491875rem;height:3.6rem;top:17.471483230591rem;left:9.8132808804513rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qiWAIvC3m1CRhwK5OenhG6NnVloRbw8b { width:37.5rem;height:4.375rem;top:22.625rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oed9lEeWzg718a26hT6nK7SWuXdDkb65 { display:block; }
 }@media only screen and (max-width: 1199px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:47.75rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ChsTqedrRAIuCMCTEhJauaT8C3dql13R { display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { width:24.997396469116rem;height:5.5rem;top:12.69792175293rem;left:21.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { width:5.3125rem;height:5.375rem;top:7.34375rem;left:31.717449188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { width:24.997396469116rem;height:2rem;top:21.54948425293rem;left:22.752605438233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { width:16.247396469116rem;height:0.12239583581686rem;top:19.58854675293rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { width:24.9979375rem;height:6.8rem;top:12.56875038147rem;left:22.751042544842rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { width:30.5625rem;height:30.4375rem;top:1.5000001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIqxgT1ypCePQJPavgrgMnENnwND0cwv { display:none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KOikf3fFENTyr7ONoaGPSym08TSL6H0i { width:37.5rem;height:4.375rem;top:2.6875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block; }
 }@media only screen and (max-width: 1199px) { #kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uLansbJhJNBIBFW3skalowVx8WmKgPRD { width:4.6875rem;height:4.75rem;top:4.21875rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QznSB67HGS2qQ9TngBXxWutUEndnK863 { background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863.adaptive-delivery-prevent-bg, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyload, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyloading { background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { background-color: transparent; background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .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); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { width:20rem;height:3.75rem;top:5.0833339691162rem;left:0rem;font-size:1.5625rem;z-index:100033;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { width:3.75rem;height:4rem;top:0.62500131130219rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVRJulWsazVD9MmI1cDMazBIMx10PTRp { width:20rem;height:1.725rem;top:9.4166679382325rem;left:0rem;font-size:1.4375rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { width:18.125rem;height:18.125rem;top:11.95703125rem;left:0.90625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { width:20rem;height:1.725rem;top:30.842448592186rem;left:0rem;font-size:1.4375rem;z-index:100033;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { width:17.5rem;height:3.4375rem;top:29.977865219116rem;left:1.25rem;z-index:100007;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tZ4vU8rux1pcUEeCsTuaAx8IWiUCu4JG { width:6.125rem;height:3.375rem;top:0.9375rem;left:12.968750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVI4Vdr1acHshHNxvcBr526VJAIK06Nx { width:6.25rem;height:3.5rem;top:1.6453125476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:18.125rem;height:20.71875rem;top:6.2916679382325rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { width:18.75rem;height:3.4375rem;top:28.479167938233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block; }
 }@media only screen and (max-width: 763px) { #WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 { display:block; }#WRpRi4EozUDJoUFspexu1yUNTg7ov2h7 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC6UqlGDd7KKSPXQ7IkAZnc10ML0rcO0 { width:20rem;height:2.03125rem;top:1.2554683685302rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVSqCu34pQP3LJ53z7syPwtuhXGxxzMT { width:20rem;height:1.70625rem;top:4.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhp1oJIGmBkBhsDbIbo7KtFXpUCho5E { width:20rem;height:1.4625rem;top:6.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz { display:block; }#D2R5oBKTl0rmLTIlAgZbDJwwXEN1Bukz > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ0pDsqkD11ohoy8FQJCLCvmwrs3QhKB { width:18.125rem;height:14.625rem;top:1.5000003818423rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 { display:block; }#ed6fGN1vKQw5a4ufx8QJR7JADnne2l66 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHwmmVn5kbe90vQWzEwsySXCwCeki98H { width:18.75rem;height:10.5rem;top:2.0937504768372rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { display:block; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { width:20rem;height:1.7875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:20rem;height:1.7875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gDqXcohd0isAOxbawqm4UTxhsll96kRh { height:11.212121212121rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxQQ398yost09tUPraNGl5DXVL0clz7 { width:20rem;height:1.875rem;top:6.1666667461395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x { display:block; }#WMqFJvfz0PaIsSPSl3FCHJxSqJyQ7o3x > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cac9nyJZTT5Q6K7EixPE8vGOMkpT2uce { width:18.125rem;height:3.575rem;top:1.3958320617676rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #giphFqiUkVVQIOcc3LgKg20TlBC2O97d { height:11.2109375rem;width:20rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9G7TCxTCV3IZUpiuQ81yT7ok5hQTzmy { width:20rem;height:1.875rem;top:5.6041717529297rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T { display:block; }#VfeqUtgo6WB3xu7Q6WGGQ0zS2yHCCV7T > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6lQ54mRTUTUgO7OIrCzDTz2Ny8uBixa { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2kcw2HmRoTAtRJGJLPLBLP2T4XuD2Qe { height:11.212121212121rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJTxbsTcPpzVpHotTQNFxOaKiEaDMcA { width:20rem;height:1.875rem;top:6.1666667461395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H1Spc6c6JQRs42572u08kNHPhq6bUu0i { display:block; }#H1Spc6c6JQRs42572u08kNHPhq6bUu0i > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcHH8mw0lcVlECUO6W9soa312oGkey43 { height:11.2109375rem;width:20rem;top:12.35417175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8840chSW8b4S7QhmQValBdsk6tu93Tk { width:18.125rem;height:3.575rem;top:1.5rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cTdDEZGrDkX4UQchSieXltHTyIUzT058 { width:20rem;height:1.875rem;top:24.814842224121rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NfTpVlK34Cdpc2vTteUb3S9IdzUVdRTT { width:20rem;height:3.75rem;top:27.939842224121rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L { display:block; }#fzWNFrTMcQzlNfdPmSTEtNgTmGua4g9L > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzxiP5S111d2EFex7X6uspWg7lWC7rFL { width:20rem;height:0;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #r8zqDUHqQcD3OXmBaLC9tVE5NkcgI5eS { height:11.212121212121rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiPSvQXQgEr2iLr7wIawefMGJXszXDNd { width:20rem;height:1.875rem;top:6.1666667461395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tWLNEtKIXTEPeLFXUQDZ22DwA2b6HJ0G { width:20rem;height:3.575rem;top:1.9281253814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ { display:block; }#q6cBsX0hZ0W3Csf5Ni8MViMVy0OziviZ > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyQGodUHei3UfMPJUWelr2cn1AUGv7Ui { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHtEdc1fNbkDdcivvGeyNURz8ZFFUPrO { height:11.212121212121rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UplDMivPZn7lZHiIwpSsooD6qSMmnoyo { width:20rem;height:1.875rem;top:6.1666667461395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { width:20rem;height:1.7875rem;top:2.4583358764649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii { display:block; }#xbSfSQx2QeLHlbZemfLUIvThLrBnF6ii > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoUxSiLBJWnoTsg5WT3JeMmTuR80tqxS { height:11.2109375rem;width:20rem;top:8.54167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6UBS9b4LPZM6a18g9POHeHwymslzrc0 { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HT0Nlek2DuJvqWWKpEbW6yTgHhfwl4T9 { width:20rem;height:5.3625rem;top:1.6458435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci { display:block; }#y6s8h2TwuwuysOCDU1D7kvMlWdp9PPci > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6zDZwf24oi9xgDXSUtERylvkya1a7v7 { height:11.2109375rem;width:20rem;top:6.41667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvGIflhWSfc3Td3KnkVFaW7XmAKcVmb { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dPdELvvVRkbZQyiJ0VtNM8awRgmVGtm3 { width:20rem;height:3.575rem;top:1.6458435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln { display:block; }#UtSuZ0clRgdTDFTx7mE3AWxCh6UeXiln > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1v54eAPh5s9rvtc39CUcqMLD1ryLuFI { height:11.2109375rem;width:20rem;top:8.16667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peLr5Nz8y3c81tK2AR1B7o9ep604zf8T { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wWQVMKo7VGuux3a9wqWZopHThVKIi4TH { width:20rem;height:5.3625rem;top:0.95834350585938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7FJigfwRpHosSHd9v3J29atkdolX1N { display:block; }#Wg7FJigfwRpHosSHd9v3J29atkdolX1N > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtebkWP7UOLA6mpaK7gNoEBVTP767TH5 { height:11.2109375rem;width:20rem;top:6.3958435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceRtOivcoomRdJhOZd2swWPM0gizoPT2 { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m4r9zEe9SzMeWVa6iVaMrCPTl9HS5xa3 { width:20rem;height:3.575rem;top:1.4153747558594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JcDTlrfVJXxelWeEp6XG22o81UqVeJdi { display:block; }#JcDTlrfVJXxelWeEp6XG22o81UqVeJdi > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXnCRTnwyIC3TnH2LzTpBeW7FDkRPhsN { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eEN1iZlaFilK6Ros5sARS8poU5cSUHdL { height:11.2109375rem;width:20rem;top:5.9153747558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZflLL52DtK821zxNWkiw4csWFb6o8bB { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx { display:block; }#J2XrTb3BRDfhdFiR7i8ECumRq0uTRIwx > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTpb7COGQLmLOhIEMlss6vJsEbKd4eTS { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #swTbI5PcGat8SD0ztmMIdMLbhaLENH9N { height:11.2109375rem;width:20rem;top:6.3955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1iiqB5nZO1T6JVUK6xw1mVco0ueUyH { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn { display:none; }#Kt14Ahg51NTbgW6JqhcAPC5V9gaB28sn > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h5sJHnmhbUNFC2HxwhSyVnXuIopXnm78 { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #IDbxu15EXsKN8TCIcJ5nQiXKU42GGc2M { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr { display:none; }#DyBvmKvosOQdUBiUGb2mcQvBw2i4TLdr > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfm7O8hSIt92CoxwyOA9V7pDBuJPoZTX { width:20rem;height:1.8333333730698rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #x9iaQtJrqm9ulu72HxPoDqIZU85dN8ot { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2e3W9OCngaV63Nmlrxt7HTl5hptABv { display:none; }#mT2e3W9OCngaV63Nmlrxt7HTl5hptABv > .row .container { width:20rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NQPOZFheRPhu3VemOXsoO4n3ctRp7BGO { height:11.2109375rem;width:20rem;top:12.35417175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwZ5PZPPWbeaVNyCuCpUnPg056Z2w5T { width:18.125rem;height:7.3333334922791rem;top:1.5rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3VurIglWa3SPIwaZcFSqJaM9Vz9AvN { width:20rem;height:1.5rem;top:9.3841247558594rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn { background-color:#eef3ef;background-image:none;display:block; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { background-color: transparent; background-image: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container > .video-iframe-container { display: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row > .video-iframe-container { display: none; }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .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); }#QVvcGU2r1yLhN1b26hLG5Oo7B6eTGaGn > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdoK5Vf422ReEpi7qQoAkhU4A7zFUTIv { width:20rem;height:0;top:2.069091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrEiap1nDKWn3LRK2HMZIKkoN5LfuZHR { width:18.125rem;height:18.125rem;top:8.06510925293rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP7oeAEcJlcyH7Cm4Sl7UaHGrl6CskhS { width:17.5rem;height:0;top:28.958374023438rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #ucexdiaPUBo82GXbHhslrJMTEQGiuLLb { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJtldKICPPMOXZ7Ut6DsbR8Zr62IuVG0 { width:1.5625rem;height:1.5625rem;top:65.013549804688rem;left:9.1875rem;font-size:1.0625rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #sJueQhkpbd1o7GvFcsyRZTT0Tez4suST { width:19.375rem;height:79.5625rem;top:1.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #texuCffBcBZmQdG0fo4uru8kLlUteg8m { width:20rem;height:4.125rem;top:2.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #lxLpvFkNl3y6D0tDbgwAgOT9ozKdIHhp { width:17.5rem;height:54.4rem;top:27.395843505859rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { width:20rem;height:1.86875rem;top:2.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:6.25rem;height:6.25rem;top:8.2278747558594rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFXC0ZTqnk276NK11mxhRQQlMN41EDAq { width:20rem;height:1.625rem;top:5.2903747558594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LewTMqbk6cedyAdGntC02pHKeeeTrMrH { display:block; }#LewTMqbk6cedyAdGntC02pHKeeeTrMrH > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuE5SehyS9GzCs4GCuuk4Sg63PceQk3h { width:20rem;height:3.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/SpBa5kGF/G_o_wne_na_www_4_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.adaptive-delivery-prevent-bg, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyload, #WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN.lazyloading { background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { background-color: transparent; background-image: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row > .video-iframe-container { display: none; }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .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); }#WE2JRiHRZy5cZDRZSEOlAp3sooqAp3aN > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE3y6kmAb82ZM6gRrViEfElo18hJFcC9 { width:18.125rem;height:16.25rem;top:1.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJ6TTuXAJ1w89zl1AdlHa4tpzTRTTxh { width:20rem;height:0;top:23.998826980591rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL3sIzgQCVFrTOocEotxsPI6c3vg4QM8 { width:19.9991875rem;height:1.7875rem;top:7rem;left:0rem;font-size:1.375rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #nFI3bLEas8tlM8sqo5rHbkqmH5GiEEWO { width:9.375rem;height:9.625rem;top:11.44140625rem;left:8.5937502384187rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAiqq3bWLvdlXRZ2me1rlHSAaI60aTHt { width:18.4375rem;height:16.5625rem;top:1.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdmSSKloTzkOCpM6BpkClwVZ91SCLOzz { width:12.5rem;height:0.062109375rem;top:10.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TCmI70hx1kiNQ8IDNmFM66IvWhKJ9o { width:4.06171875rem;height:4.125rem;top:2.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAsqmbyiNQaNTyDAfCQTkP8yE996oyPo { width:19.9991875rem;height:5.625rem;top:11.5rem;left:0rem;font-size:1.25rem;z-index:100027;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qiWAIvC3m1CRhwK5OenhG6NnVloRbw8b { width:19rem;height:4.375rem;top:19.729187011719rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oed9lEeWzg718a26hT6nK7SWuXdDkb65 { display:block; }
 }@media only screen and (max-width: 763px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChsTqedrRAIuCMCTEhJauaT8C3dql13R { display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { width:20rem;height:33.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { width:20rem;height:0;top:27.176042556762rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { width:4.25rem;height:4.375rem;top:1.3541717529297rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { width:18.75rem;height:1.5833333730698rem;top:11.49479675293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { width:12.5rem;height:0.0625rem;top:9.99479675293rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { width:20rem;height:1.8333333730698rem;top:7.1067810058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { width:18.75rem;height:18.75rem;top:14.477867126465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIqxgT1ypCePQJPavgrgMnENnwND0cwv { display:none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { width:20rem;height:7.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOikf3fFENTyr7ONoaGPSym08TSL6H0i { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block; }
 }@media only screen and (max-width: 763px) { #kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLansbJhJNBIBFW3skalowVx8WmKgPRD { width:3.125rem;height:3.1875rem;top:2.5625rem;left:8.40625rem;display:block; }
 }