.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; }
#UkgdZEuL6mi3J7UgTezLVQd78FVTI7QP { position:absolute;display:block;z-index:100026;height:4.875rem;width:8.6875rem;top:1.625rem;left:2.2117185592651rem;display:block; }
#QTU7gXDqdt7TTrsxb92HXtuK0m4hERzR { position:absolute;display:block;z-index:100016;height:3.375rem;width:6.125rem;top:1.625rem;left:11.625rem;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:49.375rem;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:10.1875rem;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:37.5rem;left:12.5rem;display:block; }
#AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O > .row .container { border-width: 0; border-radius: 0; }#OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#dzJzcspSEgRPoo2VozLnmvzDnTpd4zW6 { 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; }
#SITE5svGlffTlq6EqQtd4SX1o75PRbFx { 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; }
#riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK > .row .container { border-width: 0; border-radius: 0; }#riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:none; }#wetMQkUEm0s18UP0hGWAXheoD5xRu4yc { 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:4.375rem;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; }
#sRIyIzTfMxBvWMn0f8QV8ZvZVwnSXqnx { 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:15.5625rem;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; }
#G86ltAEp1KNNgFoMhzL3nTaTz6Ci8OMz { 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:24.9375rem;left:12.5rem;display:block; }
#px9IMKhaHWlPNywf5VbH254OXVB7SQ0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ONcUBt7nuaLtNrIWntidhVCSK4a20tVi { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:21rem;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; }
#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { background-color: transparent; background-image: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container > .video-iframe-container { display: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row > .video-iframe-container { display: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .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); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { border-width: 0; border-radius: 0; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { 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; }
#WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { 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:68.4375rem;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:20.9375rem;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: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; }
#KCikiEFbiUnfE5RoboCqXxQd79zUaSkv { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:63.75rem;left:1.875rem;height:1.625rem;display:block; }
#a63rmV0iGrb0LyL39rfkGvttVakJvoxy { 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; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy.adaptive-delivery-prevent-bg, #a63rmV0iGrb0LyL39rfkGvttVakJvoxy.lazyload, #a63rmV0iGrb0LyL39rfkGvttVakJvoxy.lazyloading { background-image: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { background-color: transparent; background-image: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container > .video-iframe-container { display: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row > .video-iframe-container { display: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .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); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { border-width: 0; border-radius: 0; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#ku6aFmxTX1L5dO4CLvpL8R3kASC8AKIs { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:25.6875rem;width:71.25rem;top:7.5rem;left:1.875rem;display:block; }
#uIJChaiVO8yHUJ2eOLamgrTb1o0lOTrI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:10.96875rem;left:5.46875rem;overflow:hidden;display:block; }
#eILkdtlqAoP4FC4TNWWhv8UtVTM1ipOT { display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:15.96875rem;left:38.125rem;height:3.28125rem;text-align:center;text-align-last:center;color:#035d24;font-style:normal;display:block; }
#BXuqfmnHWE3l9diyn4WtkP8D2XfqEkbL { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.21875rem;left:26.875rem;height:7.5rem;text-align:center;text-align-last:center;color:#47545a;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; }
#a4kU8DmThTKfRVxEZTKSyhIBSip1UWg5 { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.21875rem;left:26.875rem;height:7.5rem;text-align:center;text-align-last:center;color:#47545a;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; }
#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container { background-color: transparent; background-image: none; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container > .video-iframe-container { display: none; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row > .video-iframe-container { display: none; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .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); }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container { border-width: 0; border-radius: 0; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:75rem;position:relative;display:block; }#KOirPElz2Rmor1Wc22GceMl8TEOFPMFv { 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; }
#z9ZNgbHICUZ4EaefGEo1GdpDKWLiTgTF { 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; }
#bo5GERuoPmbASI0Op6HuwMmrV69gMbuw { 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; }
#zuD3SWxKEIReeZbMMUhhG2RwIzZLxdnB { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:67.125rem;left:1.875rem;height:1.625rem;display:block; }
#AdIniwrSSKwAzUbncbvkZhqLO4GVyahO { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:8.6250002384187rem;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; }
#rTZtGv1o6gyuDT3ik3WJGrQVLG1GpzBQ { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.8;letter-spacing:0;top:63rem;left:7.90625rem;height:2.025rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 { 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; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.adaptive-delivery-prevent-bg, #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.lazyload, #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.lazyloading { background-image: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { background-color: transparent; background-image: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container > .video-iframe-container { display: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row > .video-iframe-container { display: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .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); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { border-width: 0; border-radius: 0; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#xsI9vMGO5Lebhh9oUvszXmth0w7AOolz { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:25.6875rem;width:71.25rem;top:7.5rem;left:1.875rem;display:block; }
#y7ptko0rmTZWgFeUJLmsAFIu8171Tuyi { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:10.96875rem;left:5.46875rem;overflow:hidden;display:block; }
#NOFac8nekIz0nPwztnlRL4nnpTB9daLL { display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:15.96875rem;left:38.125rem;height:3.28125rem;text-align:center;text-align-last:center;color:#035d24;font-style:normal;display:block; }
#MIZAFiSR7g0IBm3JCwQS3iSWEBkTMG3h { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.21875rem;left:26.875rem;height:7.5rem;text-align:center;text-align-last:center;color:#47545a;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; }
#AEv3Gxo9vTMKAf98IMFceOrTwgXxT30s { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.21875rem;left:26.875rem;height:7.5rem;text-align:center;text-align-last:center;color:#47545a;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; }
#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container { background-color: transparent; background-image: none; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container > .video-iframe-container { display: none; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row > .video-iframe-container { display: none; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .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); }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container { border-width: 0; border-radius: 0; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#se46E2cdySM6n0Xm2SRByZLzFKTqOxNp { 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; }
#HJb1S4H5x6DmectzIR3A5iHXqpUhMbNV { 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; }
#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { background-color: transparent; background-image: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container > .video-iframe-container { display: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row > .video-iframe-container { display: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .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); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { border-width: 0; border-radius: 0; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { 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; }
#ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { 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; }
#m2t9EAKlbnvxqy87gu11MWtXVThT4dWS { 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; }
#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container { background-color: transparent; background-image: none; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container > .video-iframe-container { display: none; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row > .video-iframe-container { display: none; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .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); }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container { border-width: 0; border-radius: 0; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#de3IrZTAo9IEanFc8FN1VpFvFVpTurC0 { 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; }
#Gk70MTPQZFKeh9PBU1EgLW69HW8040D1 { 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; }
#glpyP74BUfEHC5SCsKoiTRQhJHmgrL65 { 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; }
#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container { background-color: transparent; background-image: none; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container > .video-iframe-container { display: none; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row > .video-iframe-container { display: none; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .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); }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container { border-width: 0; border-radius: 0; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#u4HMO48k5Onl706boP1crIU9y92FnpfW { 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; }
#Qav6iKVBFKcwMEPkvsKNHIdn04CEShhU { 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; }
#iDp8I952Ts42KdpWvOWyJMZNtidaIEcI { 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; }
#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { background-color: transparent; background-image: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container > .video-iframe-container { display: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row > .video-iframe-container { display: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .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); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { border-width: 0; border-radius: 0; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#Eslfp8yPTvPWe3leal8GmtHRXxdFQcbK { 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; }
#AZQw0bpiVqbwHbzGTP40c4JehHpLDoBy { 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; }
#cT7z1r2RCxXOtyJTBd8Rb0tP7K4XTgD8 { 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; }
#zTQ5FoM2eheaMFaEF02Pqz8sqrqrqfna { 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; }
#IM4QBfq0velTUTUxS4DugFLEDJpIi2vs { 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; }
#MyFczTRzNIg8KBwXbNeTMlhzEoTOQDAC { 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; }
#Edo9GzQcaNBDFSW0E7543CqLVEuqTv9W { 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; }
#Ex1mZsXTlTqTolfmyLWMQExsmJwm75uT { 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; }
#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container { background-color: transparent; background-image: none; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container > .video-iframe-container { display: none; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row > .video-iframe-container { display: none; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .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); }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container { border-width: 0; border-radius: 0; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#cHW1K6nrE1QrzXg3wAKhcW8vOOce2eft { 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; }
#hXU7v9lJMwwqCU6ApqiN7ShH1StF3mxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container { background-color: transparent; background-image: none; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container > .video-iframe-container { display: none; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row > .video-iframe-container { display: none; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .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); }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container { border-width: 0; border-radius: 0; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#PF0INMBHLAPp3NkbrGDX2nIz0PbgbLMr { 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.8125rem;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; }
#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b2b0b7c-b7df-4643-a132-3da81284fd03/ZTzA_to_1200x12001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e.adaptive-delivery-prevent-bg, #gECAGdgfB6OsWe3xat8pHlqEknRt5e2e.lazyload, #gECAGdgfB6OsWe3xat8pHlqEknRt5e2e.lazyloading { background-image: none; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container { background-color: transparent; background-image: none; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container > .video-iframe-container { display: none; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row > .video-iframe-container { display: none; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .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); }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container { border-width: 0; border-radius: 0; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#MOCF5QLim4NXMwVUmwTQnxELOz0DhIeK { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:31rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#R3sZl7iGq2L1pf1why5TnQ8v5sOPD2di { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWwMOTBdZT6wcsvTdqAhkLPKH85vPqSq { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwlczRVcmlS91Th4KgTIWU5fMCaO48JG { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT84ineT0LQ6ksDh7x1mk5LGCy8q2P5z { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkBO2Z3bcEUesTTbr19x3Ld2hyQ4HnMT { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:13.520843505859rem;left:15.39453125rem;overflow:hidden;display:block; }
#DGH9HofNWlEcTR2ExkNA7SHlzs0NOZgM { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:15.90625rem;left:28.875rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#buG8IVbznrdUg2NNMPPJ84nHzduXA5lM { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:28.5rem;left:15.39453125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container { background-color: transparent; background-image: none; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container > .video-iframe-container { display: none; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row > .video-iframe-container { display: none; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .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); }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container { border-width: 0; border-radius: 0; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#Td08hAkXsTsneqXMpuPDiWTLRFTGsb0E { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:31rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#obU3gqoPUz74LsTSJne2gIZEo4In9Zrn { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASpx6dfKoyFk3TDXcpfCblxBJlDLVpXJ { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCneBxXdfTks64BDJFhAr8wfaG3QT7ug { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTeFyl2anrXe7XyfmTUATSGuJkm9aWTH { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT3CUZf8sLaHrCEQseL3RudW5micMnt7 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:13.520843505859rem;left:15.39453125rem;overflow:hidden;display:block; }
#fwu2MorRGZTPG4yMQ06y0ONIV92Svymf { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:13.479156494141rem;left:29.125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h11hA87mcCSGfyQHW9KeJu8Ak2XdgrxI { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:28.5rem;left:15.39453125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b2b0b7c-b7df-4643-a132-3da81284fd03/ZTzA_to_1200x12001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g.adaptive-delivery-prevent-bg, #WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g.lazyload, #WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g.lazyloading { background-image: none; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container { background-color: transparent; background-image: none; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container > .video-iframe-container { display: none; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row > .video-iframe-container { display: none; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .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); }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container { border-width: 0; border-radius: 0; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#r8dgSVJSlBxNwA04iaqrGPiwlZcckgvw { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:28.4375rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#ydTiBlMeRGLv8Lc2bSlq0r1eeryOnBMl { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6dDI4zrqrfHBPQLpi0uyPaDtHziUBay { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3IRdzMN4AhuOflQb5VFE2fPIidzFOBG { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmTFHC8gVpaIKxQTFEd9aqZ9spAGTBdC { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e33INlEsNqGXse8pDrGg9hSNEPcrfOf5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:17.7705078125rem;left:14.58203125rem;overflow:hidden;display:block; }
#HZccFV7yW9TVP2K11yh1bDAvQT6yakKe { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:21.7705078125rem;left:28.625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container { background-color: transparent; background-image: none; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container > .video-iframe-container { display: none; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row > .video-iframe-container { display: none; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .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); }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container { border-width: 0; border-radius: 0; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#fLUZo4aMuWP8FsZhiUy6LxhpWR6wPSob { 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; }
#fDnKUIGVJFZATrt4GmfyPZNPQ0tMTlZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container { background-color: transparent; background-image: none; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container > .video-iframe-container { display: none; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row > .video-iframe-container { display: none; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .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); }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container { border-width: 0; border-radius: 0; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#AMIovi4cTQTxWmmKZEED7pufmSXhfQNI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.43675rem;width:6.24921875rem;position:absolute;display:block;z-index:100016;top:2.3125rem;left:34.375001907349rem;overflow:hidden;display:block; }
#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:35.625rem;width:75rem;position:relative;display:block; }#C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:19.6875rem;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; }
#eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:25.33332824707rem;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; }
#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:11.47917175293rem;left:34.375001907349rem;overflow:hidden;display:block; }
#krMPrc092HGk6yz8OzZeeUeHTTIigosr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { background-color: transparent; background-image: none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container > .video-iframe-container { display: none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row > .video-iframe-container { display: none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .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); }#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: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) { #UkgdZEuL6mi3J7UgTezLVQd78FVTI7QP { width:8.6875rem;height:4.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTU7gXDqdt7TTrsxb92HXtuK0m4hERzR { width:6.125rem;height:3.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:43.4375rem;height:16.25rem;top:6.0625rem;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:24.395832061767rem;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) { #OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O { display:none; }#OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O > .row .container { width:47.75rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dzJzcspSEgRPoo2VozLnmvzDnTpd4zW6 { width:47.748699188232rem;height:2.8125rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SITE5svGlffTlq6EqQtd4SX1o75PRbFx { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK { display:none; }#riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wetMQkUEm0s18UP0hGWAXheoD5xRu4yc { width:47.748699188232rem;height:5.625rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRIyIzTfMxBvWMn0f8QV8ZvZVwnSXqnx { width:37.5rem;height:4.625rem;top:8.78125rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G86ltAEp1KNNgFoMhzL3nTaTz6Ci8OMz { width:37.5rem;height:4.375rem;top:18.9375rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #px9IMKhaHWlPNywf5VbH254OXVB7SQ0P { display:block; }
 }@media only screen and (max-width: 1199px) { #ONcUBt7nuaLtNrIWntidhVCSK4a20tVi { width:47.748699188232rem;height:1.6875rem;top:14.91667175293rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { width:47.748699188232rem;height:2.84375rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { 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:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:47.748699188232rem;height:5.6875rem;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) { #KCikiEFbiUnfE5RoboCqXxQd79zUaSkv { width:31.25rem;height:1.625rem;top:40.375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a63rmV0iGrb0LyL39rfkGvttVakJvoxy { display:block; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { width:47.75rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ku6aFmxTX1L5dO4CLvpL8R3kASC8AKIs { width:41.25rem;height:19.6875rem;top:2.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIJChaiVO8yHUJ2eOLamgrTb1o0lOTrI { width:13.75rem;height:13.75rem;top:5.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eILkdtlqAoP4FC4TNWWhv8UtVTM1ipOT { width:15rem;height:2.34375rem;top:6.125rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXuqfmnHWE3l9diyn4WtkP8D2XfqEkbL { width:23.1875rem;height:11.15625rem;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #a4kU8DmThTKfRVxEZTKSyhIBSip1UWg5 { width:23.1875rem;height:9.75rem;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD { display:block; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KOirPElz2Rmor1Wc22GceMl8TEOFPMFv { width:47.748699188232rem;height:2.84375rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9ZNgbHICUZ4EaefGEo1GdpDKWLiTgTF { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bo5GERuoPmbASI0Op6HuwMmrV69gMbuw { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuD3SWxKEIReeZbMMUhhG2RwIzZLxdnB { width:31.25rem;height:1.625rem;top:40.375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdIniwrSSKwAzUbncbvkZhqLO4GVyahO { width:47.7484375rem;height:2.34375rem;top:5.3125rem;left:0.00078123807907106rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTZtGv1o6gyuDT3ik3WJGrQVLG1GpzBQ { width:45.3125rem;height:2.025rem;top:43.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 { display:block; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { width:47.75rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xsI9vMGO5Lebhh9oUvszXmth0w7AOolz { width:41.25rem;height:19.6875rem;top:2.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7ptko0rmTZWgFeUJLmsAFIu8171Tuyi { width:13.75rem;height:13.75rem;top:5.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOFac8nekIz0nPwztnlRL4nnpTB9daLL { width:15rem;height:2.34375rem;top:6.125rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIZAFiSR7g0IBm3JCwQS3iSWEBkTMG3h { width:23.1875rem;height:7.96875rem;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #AEv3Gxo9vTMKAf98IMFceOrTwgXxT30s { width:23.1875rem;height:7.96875rem;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT { display:block; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #se46E2cdySM6n0Xm2SRByZLzFKTqOxNp { width:47.748699188232rem;height:2.84375rem;top:6.0833358764649rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJb1S4H5x6DmectzIR3A5iHXqpUhMbNV { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { width:47.75rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { width:41.25rem;height:23.125rem;top:10.125030517578rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2t9EAKlbnvxqy87gu11MWtXVThT4dWS { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS { display:block; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container { width:47.75rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #de3IrZTAo9IEanFc8FN1VpFvFVpTurC0 { width:41.25rem;height:23.125rem;top:10.354187011719rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gk70MTPQZFKeh9PBU1EgLW69HW8040D1 { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #glpyP74BUfEHC5SCsKoiTRQhJHmgrL65 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 { display:block; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container { width:47.75rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u4HMO48k5Onl706boP1crIU9y92FnpfW { width:41.25rem;height:23.125rem;top:10.020843505859rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qav6iKVBFKcwMEPkvsKNHIdn04CEShhU { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDp8I952Ts42KdpWvOWyJMZNtidaIEcI { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC { display:block; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Eslfp8yPTvPWe3leal8GmtHRXxdFQcbK { 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) { #AZQw0bpiVqbwHbzGTP40c4JehHpLDoBy { width:23.748697280884rem;height:23.686197280884rem;top:10.041748046875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cT7z1r2RCxXOtyJTBd8Rb0tP7K4XTgD8 { width:43.75rem;height:34rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTQ5FoM2eheaMFaEF02Pqz8sqrqrqfna { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IM4QBfq0velTUTUxS4DugFLEDJpIi2vs { 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) { #MyFczTRzNIg8KBwXbNeTMlhzEoTOQDAC { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Edo9GzQcaNBDFSW0E7543CqLVEuqTv9W { 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) { #Ex1mZsXTlTqTolfmyLWMQExsmJwm75uT { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #if0B3cmilkU8lPTH5OeTWlOSm7SpEENq { display:block; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cHW1K6nrE1QrzXg3wAKhcW8vOOce2eft { 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) { #hXU7v9lJMwwqCU6ApqiN7ShH1StF3mxU { display:block; }
 }@media only screen and (max-width: 1199px) { #BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld { display:block; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PF0INMBHLAPp3NkbrGDX2nIz0PbgbLMr { width:47.748699188233rem;height:2.84375rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gECAGdgfB6OsWe3xat8pHlqEknRt5e2e { display:block; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container { width:47.75rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MOCF5QLim4NXMwVUmwTQnxELOz0DhIeK { width:43.75rem;height:25.25rem;top:2.521484375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3sZl7iGq2L1pf1why5TnQ8v5sOPD2di { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWwMOTBdZT6wcsvTdqAhkLPKH85vPqSq { width:31.25rem;height:6rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NwlczRVcmlS91Th4KgTIWU5fMCaO48JG { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CT84ineT0LQ6ksDh7x1mk5LGCy8q2P5z { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkBO2Z3bcEUesTTbr19x3Ld2hyQ4HnMT { width:9.375rem;height:9.375rem;top:11.578125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGH9HofNWlEcTR2ExkNA7SHlzs0NOZgM { width:18.5625rem;height:14rem;top:8.9114685058594rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buG8IVbznrdUg2NNMPPJ84nHzduXA5lM { width:31.25rem;height:2rem;top:24.2236328125rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC { display:block; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container { width:47.75rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Td08hAkXsTsneqXMpuPDiWTLRFTGsb0E { width:43.75rem;height:22rem;top:2.5221557617188rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obU3gqoPUz74LsTSJne2gIZEo4In9Zrn { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASpx6dfKoyFk3TDXcpfCblxBJlDLVpXJ { width:31.25rem;height:4rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCneBxXdfTks64BDJFhAr8wfaG3QT7ug { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTeFyl2anrXe7XyfmTUATSGuJkm9aWTH { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT3CUZf8sLaHrCEQseL3RudW5micMnt7 { width:9.375rem;height:9.375rem;top:8.9114685058594rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwu2MorRGZTPG4yMQ06y0ONIV92Svymf { width:18.5625rem;height:12rem;top:8.9114685058594rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h11hA87mcCSGfyQHW9KeJu8Ak2XdgrxI { width:31.25rem;height:2rem;top:21.036468505859rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g { display:block; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container { width:47.75rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r8dgSVJSlBxNwA04iaqrGPiwlZcckgvw { width:43.75rem;height:21.25rem;top:2.521484375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydTiBlMeRGLv8Lc2bSlq0r1eeryOnBMl { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6dDI4zrqrfHBPQLpi0uyPaDtHziUBay { width:31.25rem;height:8rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3IRdzMN4AhuOflQb5VFE2fPIidzFOBG { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmTFHC8gVpaIKxQTFEd9aqZ9spAGTBdC { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e33INlEsNqGXse8pDrGg9hSNEPcrfOf5 { width:9.375rem;height:9.375rem;top:12.328125rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZccFV7yW9TVP2K11yh1bDAvQT6yakKe { width:18.5625rem;height:8rem;top:14.015625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW { display:block; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fLUZo4aMuWP8FsZhiUy6LxhpWR6wPSob { 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) { #fDnKUIGVJFZATrt4GmfyPZNPQ0tMTlZp { display:block; }
 }@media only screen and (max-width: 1199px) { #aSty8XSEAtT47tcTlTC6e6pgOsm5B90S { display:block; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container { width:47.75rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AMIovi4cTQTxWmmKZEED7pufmSXhfQNI { width:4.6875rem;height:4.75rem;top:2.21875rem;left:21.531250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { width:47.748699188232rem;height:2.03125rem;top:11.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { width:47.748699188232rem;height:1.625rem;top:15.94792175293rem;left:0rem;font-size:1.25rem;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:5.90625rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:block; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:47.75rem;height:3.75rem;position:relative;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.375rem;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) { #UkgdZEuL6mi3J7UgTezLVQd78FVTI7QP { width:8.6875rem;height:4.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTU7gXDqdt7TTrsxb92HXtuK0m4hERzR { width:6.125rem;height:3.375rem;top:1.76953125rem;left:11.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:18.125rem;height:20.71875rem;top:3.8958358764649rem;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:25.958332061767rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block; }
 }@media only screen and (max-width: 763px) { #OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O { display:none; }#OVKcDldR0DvxrrgzBULVxMLCmm7nwT4O > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dzJzcspSEgRPoo2VozLnmvzDnTpd4zW6 { width:20rem;height:1.75rem;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) { #SITE5svGlffTlq6EqQtd4SX1o75PRbFx { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK { display:none; }#riXW7HMkn1INvBuQJp2zG8pEEtS2DSPK > .row .container { width:20rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wetMQkUEm0s18UP0hGWAXheoD5xRu4yc { width:18.125rem;height:5.25rem;top:1.4375rem;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) { #sRIyIzTfMxBvWMn0f8QV8ZvZVwnSXqnx { width:18.125rem;height:5.625rem;top:7.727867126465rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G86ltAEp1KNNgFoMhzL3nTaTz6Ci8OMz { width:19rem;height:4.375rem;top:18.33203125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px9IMKhaHWlPNywf5VbH254OXVB7SQ0P { display:block; }
 }@media only screen and (max-width: 763px) { #ONcUBt7nuaLtNrIWntidhVCSK4a20tVi { width:18.125rem;height:3rem;top:14.14453125rem;left:0.90625rem;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) { #fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { 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) { #WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { 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:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { 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) { #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) { #KCikiEFbiUnfE5RoboCqXxQd79zUaSkv { width:18.125rem;height:2.925rem;top:22.0234375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a63rmV0iGrb0LyL39rfkGvttVakJvoxy { background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy.adaptive-delivery-prevent-bg, #a63rmV0iGrb0LyL39rfkGvttVakJvoxy.lazyload, #a63rmV0iGrb0LyL39rfkGvttVakJvoxy.lazyloading { background-image: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { background-color: transparent; background-image: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container > .video-iframe-container { display: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row > .video-iframe-container { display: none; }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .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); }#a63rmV0iGrb0LyL39rfkGvttVakJvoxy > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku6aFmxTX1L5dO4CLvpL8R3kASC8AKIs { width:20rem;height:28.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJChaiVO8yHUJ2eOLamgrTb1o0lOTrI { width:9.375rem;height:9.375rem;top:3.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eILkdtlqAoP4FC4TNWWhv8UtVTM1ipOT { width:20rem;height:1.875rem;top:14.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#035d24;display:block; }
 }@media only screen and (max-width: 763px) { #BXuqfmnHWE3l9diyn4WtkP8D2XfqEkbL { width:18.125rem;height:0;top:17.33203125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #a4kU8DmThTKfRVxEZTKSyhIBSip1UWg5 { width:18.125rem;height:12.75rem;top:16.09375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD { display:block; }#lKvZAbDJOUIUPZdHIyfldEqWUOp5nNUD > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOirPElz2Rmor1Wc22GceMl8TEOFPMFv { 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) { #z9ZNgbHICUZ4EaefGEo1GdpDKWLiTgTF { height:11.212121212121rem;width:20rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5GERuoPmbASI0Op6HuwMmrV69gMbuw { width:20rem;height:1.875rem;top:8.625rem;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) { #zuD3SWxKEIReeZbMMUhhG2RwIzZLxdnB { width:18.125rem;height:2.925rem;top:30.762500762939rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AdIniwrSSKwAzUbncbvkZhqLO4GVyahO { width:14.6875rem;height:3.375rem;top:3.625rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rTZtGv1o6gyuDT3ik3WJGrQVLG1GpzBQ { width:19.25rem;height:3.6rem;top:24.698438644409rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 { background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.adaptive-delivery-prevent-bg, #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.lazyload, #ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43.lazyloading { background-image: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { background-color: transparent; background-image: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container > .video-iframe-container { display: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row > .video-iframe-container { display: none; }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .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); }#ii1Q7JNBpUb64i5FTCWmuNgAW1f6wH43 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsI9vMGO5Lebhh9oUvszXmth0w7AOolz { width:20rem;height:28.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ptko0rmTZWgFeUJLmsAFIu8171Tuyi { width:9.375rem;height:9.375rem;top:3.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFac8nekIz0nPwztnlRL4nnpTB9daLL { width:20rem;height:1.875rem;top:14.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#035d24;display:block; }
 }@media only screen and (max-width: 763px) { #MIZAFiSR7g0IBm3JCwQS3iSWEBkTMG3h { width:18.125rem;height:0;top:17.33203125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AEv3Gxo9vTMKAf98IMFceOrTwgXxT30s { width:18.125rem;height:11.15625rem;top:17.207031726837rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT { display:block; }#ATv9402cm0Zu9sEaZdo3ra0hl8dCUeVT > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se46E2cdySM6n0Xm2SRByZLzFKTqOxNp { 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) { #HJb1S4H5x6DmectzIR3A5iHXqpUhMbNV { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { height:11.2109375rem;width:20rem;top:6.3958435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { 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) { #m2t9EAKlbnvxqy87gu11MWtXVThT4dWS { 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) { #P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS { display:block; }#P9ivh2rqQ8Ldv52xqCZqhyW1n1yEnAaS > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de3IrZTAo9IEanFc8FN1VpFvFVpTurC0 { height:11.2109375rem;width:20rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk70MTPQZFKeh9PBU1EgLW69HW8040D1 { 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) { #glpyP74BUfEHC5SCsKoiTRQhJHmgrL65 { 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) { #z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 { display:block; }#z67ECIXcc002mFiEkJ9QBFHvIw8Nb4A6 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4HMO48k5Onl706boP1crIU9y92FnpfW { height:11.2109375rem;width:20rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qav6iKVBFKcwMEPkvsKNHIdn04CEShhU { 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) { #iDp8I952Ts42KdpWvOWyJMZNtidaIEcI { 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) { #DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC { background-color:#eef3ef;background-image:none;display:block; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { background-color: transparent; background-image: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container > .video-iframe-container { display: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row > .video-iframe-container { display: none; }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .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); }#DtZ6GhLIQBfLAKKQRUVJZ7eBtB7sOpwC > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eslfp8yPTvPWe3leal8GmtHRXxdFQcbK { 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) { #AZQw0bpiVqbwHbzGTP40c4JehHpLDoBy { width:18.125rem;height:18.125rem;top:8.56510925293rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT7z1r2RCxXOtyJTBd8Rb0tP7K4XTgD8 { 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) { #zTQ5FoM2eheaMFaEF02Pqz8sqrqrqfna { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM4QBfq0velTUTUxS4DugFLEDJpIi2vs { 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) { #MyFczTRzNIg8KBwXbNeTMlhzEoTOQDAC { width:19.375rem;height:80.0625rem;top:2.1224060058594rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edo9GzQcaNBDFSW0E7543CqLVEuqTv9W { width:20rem;height:4.125rem;top:3.46484375rem;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) { #Ex1mZsXTlTqTolfmyLWMQExsmJwm75uT { width:17.5rem;height:54.4rem;top:27.833343505859rem;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) { #if0B3cmilkU8lPTH5OeTWlOSm7SpEENq { display:block; }#if0B3cmilkU8lPTH5OeTWlOSm7SpEENq > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHW1K6nrE1QrzXg3wAKhcW8vOOce2eft { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXU7v9lJMwwqCU6ApqiN7ShH1StF3mxU { display:block; }
 }@media only screen and (max-width: 763px) { #BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld { display:block; }#BP5CTymDXH1yPsCHy8DTlnXSTFgrS3ld > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF0INMBHLAPp3NkbrGDX2nIz0PbgbLMr { 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) { #gECAGdgfB6OsWe3xat8pHlqEknRt5e2e { display:block; }#gECAGdgfB6OsWe3xat8pHlqEknRt5e2e > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOCF5QLim4NXMwVUmwTQnxELOz0DhIeK { width:20rem;height:31rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3sZl7iGq2L1pf1why5TnQ8v5sOPD2di { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWwMOTBdZT6wcsvTdqAhkLPKH85vPqSq { width:18.125rem;height:5.625rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NwlczRVcmlS91Th4KgTIWU5fMCaO48JG { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT84ineT0LQ6ksDh7x1mk5LGCy8q2P5z { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dkBO2Z3bcEUesTTbr19x3Ld2hyQ4HnMT { width:9.375rem;height:9.375rem;top:11.270843505859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGH9HofNWlEcTR2ExkNA7SHlzs0NOZgM { width:18.125rem;height:14rem;top:21.65625rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buG8IVbznrdUg2NNMPPJ84nHzduXA5lM { width:20rem;height:2.5rem;top:36.55859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC { display:block; }#qWc2rohciTbA5gL7lU3Bv9uJH0fFzKVC > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td08hAkXsTsneqXMpuPDiWTLRFTGsb0E { width:20rem;height:31rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #obU3gqoPUz74LsTSJne2gIZEo4In9Zrn { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASpx6dfKoyFk3TDXcpfCblxBJlDLVpXJ { width:18.125rem;height:3.75rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DCneBxXdfTks64BDJFhAr8wfaG3QT7ug { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTeFyl2anrXe7XyfmTUATSGuJkm9aWTH { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RT3CUZf8sLaHrCEQseL3RudW5micMnt7 { width:9.375rem;height:9.375rem;top:13.489593505859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwu2MorRGZTPG4yMQ06y0ONIV92Svymf { width:18.125rem;height:12rem;top:24.09375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h11hA87mcCSGfyQHW9KeJu8Ak2XdgrxI { width:20rem;height:2.5rem;top:36.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g { display:block; }#WMukkbXgRKy9WMeL3BZblSW0vFnRSG2g > .row .container { width:20rem;height:39.21875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8dgSVJSlBxNwA04iaqrGPiwlZcckgvw { width:20rem;height:28.4375rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydTiBlMeRGLv8Lc2bSlq0r1eeryOnBMl { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6dDI4zrqrfHBPQLpi0uyPaDtHziUBay { width:18.125rem;height:15rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z3IRdzMN4AhuOflQb5VFE2fPIidzFOBG { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmTFHC8gVpaIKxQTFEd9aqZ9spAGTBdC { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e33INlEsNqGXse8pDrGg9hSNEPcrfOf5 { width:9.375rem;height:9.375rem;top:20.791015625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZccFV7yW9TVP2K11yh1bDAvQT6yakKe { width:18.125rem;height:8rem;top:31.21875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW { display:block; }#ei3sVP4cuWXeBpBHdGFo7Is3VJpTo2wW > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLUZo4aMuWP8FsZhiUy6LxhpWR6wPSob { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnKUIGVJFZATrt4GmfyPZNPQ0tMTlZp { display:block; }
 }@media only screen and (max-width: 763px) { #aSty8XSEAtT47tcTlTC6e6pgOsm5B90S { display:block; }#aSty8XSEAtT47tcTlTC6e6pgOsm5B90S > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMIovi4cTQTxWmmKZEED7pufmSXhfQNI { width:3.125rem;height:3.1875rem;top:1.875rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { width:20rem;height:1.625rem;top:12.852867126465rem;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) { #eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { width:20rem;height:1.4625rem;top:16.790367126465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f4ce83;font-weight:300;font-style:normal;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:5.9153671264649rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:block; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }