.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/im05Myt8/V0j6Lza318t3qLWKFdOt1648574558.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0.adaptive-delivery-prevent-bg, #cxKxk3FTpocspLR2U2XueyayoyKwrhr0.lazyload, #cxKxk3FTpocspLR2U2XueyayoyKwrhr0.lazyloading { background-image: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { background-color: transparent; background-image: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container > .video-iframe-container { display: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row > .video-iframe-container { display: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .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); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { border-width: 0; border-radius: 0; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#OkyUdiC6B4FzG5SJN1uTAD1E7pZklNsD { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:7.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oJbZpJON2TxTKOxqZH45buVGclg48Tww { color:#ececec;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnab05lkmMM1l5QW3MZWKSgn3UssNhJX { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.375rem;left:20.75rem;display:block; }
#Th0qX5lP1JIUCOhsCJAHFWJlzoJK4eXB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:51.9375rem;top:24.52392578125rem;left:11.53125rem;overflow:hidden;display:block; }
#f9d756i8Pier9RyA8MT0TwvWIcaqJAft { color:#387c54;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:41.625rem;left:31.875rem;height:1.94970625rem;display:block; }
#laLOIaQLyi4TPPfnEE87GMgO01VvOqAx { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.5rem -0.25rem 1.375rem rgba(0,0,0,0.3) ;height:6.75rem;width:44.75rem;top:39.25rem;left:30.25rem;display:block; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-number { border-top:0.0625rem solid #387c54;border-left:0.0625rem solid #387c54;border-right:0.0625rem solid #387c54;border-bottom:0.0625rem solid #387c54;background-color:transparent;background-image:none;color:#387c54;padding-top:0.544375rem;padding-right:0.48875rem;padding-bottom:0.544375rem;padding-left:0.48875rem;display:block;align-items:center;width:2.931875rem;min-width:2.931875rem;height:2.92875rem;position:relative;font-family:arial;font-size:2.18rem;font-weight:700;line-height:46.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-label { background-color:;background-image:none;color:#387c54;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.340625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.908125rem;height:1.158125rem;position:relative;font-family:"open sans";font-size:0.8175rem;font-weight:700;line-height:18.53px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:20.125rem;height:5.64125rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.25rem;left:50.25rem;z-index:100008; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #J28K5P8SlsrQ3F7sKmVzW48LwNNMSgkI { display:flex;position:relative;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #g1MXUoGbT8QdIhAq65KCs27BHVKWuryH { width:auto; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hsz9Orq2ff9cxLT8OPmTHfJdigV8h7Uf {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #FpIw4AUowmHEv3NKK4rE7SRtu06vuZDQ { display:flex;position:relative;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #IrCSP2WJymaXoO1sNtPJT6tmsIrp3fL8 {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #HpcxhuuN25Isn7lrTyGStMPNHanbbv98 {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #ftTVd1G1k3IJVQvOMCSAvPZ22FBbiL7n { display:flex;position:relative;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wK8IJRZILVWqfA8TaWrQrhqd4BHucgMB {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #OotBwRuMqiyS7Z2mmNdinhZcnaefILLf {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wTKByoJOx9haPWhyWueHSBqoxS7hoRne { display:flex;position:relative;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #pgdb88WxBTGLkt3Gfy6vG1vQ3gOQe9U3 {  }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hWuHgTGhDTKiriLTK42Um1eAe8T5C8d8 {  }
#F7EIDx1CIMeGMqKTTeM35dXmGIvCrCqG { color:#ffcc00;display:block;width:58.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:8.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kWKda3TbWKGG9XluqfRSiS1mQ6VGQ7Qs { background-color:#ffcc00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.5rem -0.25rem 1.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:5.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:39.875rem;left:0rem;display:block; }
#THl21ZWfTTbXgIUB3wgVb1zVRJQ2qqa4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA { position:relative;display:block; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA { background-color: transparent; background-image: none; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row .container > .video-iframe-container { display: none; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row > .video-iframe-container { display: none; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .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); }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA { border-width: 0; border-radius: 0; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#TeFwL2X459nikCFQ813dqhq7282y4xx7 { color:#2e6c45;display:block;width:59.2480625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:7.875rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ewftZW32BZCouprAuMdavvhq4OSJwoKA { color:#515354;display:block;width:69rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pv9sNgoVfcib8hPKb05sio93dvCWRz4b { position:relative;display:block; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b { background-color: transparent; background-image: none; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row .container > .video-iframe-container { display: none; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row > .video-iframe-container { display: none; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .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); }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b { border-width: 0; border-radius: 0; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#tPldnguzgZA3TwbfLC3tWO35zUbgtyQ5 { color:#2e6c45;display:block;width:19.6228125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.4375rem;left:2.0625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4rJWfn0OMOqPZtdZlSqaMFdFmG0BOmy { color:#515354;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.125rem;left:1rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsBF55KbEPAbN6G8nUZIN8ZTJyG7MCOh { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:10.3125rem;top:2.25rem;left:6.6875rem;overflow:hidden;display:block; }
#AsRaw8IXZ4f2J0W7vfeGE00TazUcGHnt { color:#2e6c45;display:block;width:19.6228125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:27rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#suEdvTGkfTy8naSJmPUTkql3HSc3SSI9 { color:#515354;display:block;width:20.7483125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.125rem;left:26.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yN9P9mLszurwvDUHt5Nv13TtO94bOxrt { color:#2e6c45;display:block;width:19.6228125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:52.0625rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kq0Or12FLJpaIst9EeldwyAG3MR8kxpa { color:#515354;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:49.625rem;height:3.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4xTT6Bz5ZMTKhSrlx8uA9vQsmGHJToT { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:10.3125rem;top:2.125rem;left:31.625rem;overflow:hidden;display:block; }
#igSRr1yQ7NNpJ9S5dS3VkNTovMKc7gH2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:10.3125rem;top:2.375rem;left:56.6875rem;overflow:hidden;display:block; }
#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6c45;background-image:none;position:relative;display:block; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container { background-color: transparent; background-image: none; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container > .video-iframe-container { display: none; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row > .video-iframe-container { display: none; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .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); }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container { border-width: 0; border-radius: 0; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#vy6h4nlnJZ4zRJhmrtdJOfyEtNU7ObJC { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.209228515625rem;left:5.90576171875rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6c45;background-image:none;position:relative;display:block; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container { background-color: transparent; background-image: none; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container > .video-iframe-container { display: none; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row > .video-iframe-container { display: none; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .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); }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container { border-width: 0; border-radius: 0; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#C9Dg8Ns2bOXXNlEI5VI5IftqF6Rak2iX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:2.0966796875rem;left:8.6875rem;overflow:hidden;display:block; }
#XBWTz7fSVXIgrQTw6Dzo1D6OovGL8Hye { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.66796875rem;left:3.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTlPEsKBpMvUALtSyWvh4Q6wAJso9gOm { color:#ffffff;display:block;width:21.1230625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.66796875rem;left:26.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M84XlvzxiUA6VpmN44bskXCT2VzL6iQv { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:11.66796875rem;left:52.65625rem;height:5.361325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUTmCPgufpMPuA6zKa7xzfL2fHPLshbq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:2.6904296875rem;left:59.28125rem;overflow:hidden;display:block; }
#TtifnIi09fwXKNJeFfHnvbwm6PKp7GI7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:2.69091796875rem;left:34.28125rem;overflow:hidden;display:block; }
#K68Z88XnZum4FmI3r1qecdZln06ul9Np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6c45;background-image:none;position:relative;display:block; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container { background-color: transparent; background-image: none; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container > .video-iframe-container { display: none; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row > .video-iframe-container { display: none; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .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); }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container { border-width: 0; border-radius: 0; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#kJTzvPHc1HaRDnsgFA9LzNHoiTFb4Alb { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.37353515625rem;left:3.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgLTJMaaQJWwMUKVyu99evdMIi8yDGeS { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3740234375rem;left:28.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L24W1nwhy2BSx25ZrHxFvz7owJlH1nrV { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:6.375rem;top:2.875rem;left:59.3125rem;overflow:hidden;display:block; }
#Hvve7DXQ1WUUTugxIhNhWT3bP8rV1BPm { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.373046875rem;left:54.40625rem;height:5.361325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4hzxTJX1UyA120l9CweTTNnPtLxmTKg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:2.5625rem;left:34.28125rem;overflow:hidden;display:block; }
#Mhlm11cmyhINXTv7cTQ6KZHAV8aLxmOd { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:2.5625rem;left:9.28125rem;overflow:hidden;display:block; }
#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container { background-color: transparent; background-image: none; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container > .video-iframe-container { display: none; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row > .video-iframe-container { display: none; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .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); }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container { border-width: 0; border-radius: 0; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#XgzDldlF45bQUPXvIPZJq7aWgtyKUxOi { background-color:#ffcc00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: -0.5rem -0.25rem 1.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:5.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:5.78125rem;left:23.5625rem;display:block; }
#aTfRduhCMppE93ConkhLs8B0hFzhEbgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x { position:relative;display:block; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x { background-color: transparent; background-image: none; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row .container > .video-iframe-container { display: none; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row > .video-iframe-container { display: none; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .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); }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x { border-width: 0; border-radius: 0; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#s2ax1GDefyUJadrldev7A8aGnIoDhMQc { color:#252b38;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.562501907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#RtnTTyPqdR893Dg103swJl3vUOhol2ru { color:#252b38;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.875rem;left:19.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#aQdivI7D8B7JMnEufwEC8f6F6EJtNTl2 { color:#252b38;display:block;width:46.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:14.125001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nAItrv6Su6szI4wXifVGLcHmEPrGm4m9 { color:#252b38;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:19.9375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container { background-color: transparent; background-image: none; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container > .video-iframe-container { display: none; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row > .video-iframe-container { display: none; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .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); }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container { border-width: 0; border-radius: 0; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#kIMv4q4KOuKtru49ltnNeZW1iAEhF8uQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:4.6875rem;left:6.9375rem;overflow:hidden;display:block; }
#NbJZ9EFW3RGmb9ChNQpPy3btFTp32hd5 { color:#515354;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18rem;left:5.25rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#nqJE3sCMhtFtFmQViyJZXExUqRFJ5wCk { z-index:100006;top:20.6875rem;left:6.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2e6c45;border-left:0.0625rem solid #2e6c45;border-right:0.0625rem solid #2e6c45;border-bottom:0.0625rem solid #2e6c45;box-sizing:border-box;color:#2e6c45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sov2htbfDW84es0beqVaErEwSyr7lDrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o8dLM7TU0TTugPquxkqaHP147Nmz7oJp { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:4.0625rem;left:25.8125rem;display:block; }
#XsTXwDTN3yhnzfTgdldBOXEmiBaqO5AU { color:#2e6c45;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.75rem;left:28.75rem;height:1.95rem;display:block; }
#EGqbNPsOpmhuVl30OvT2pRFue94c9Mg9 { color:#cec431;display:block;width:39.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.375rem;left:26.25rem;height:4.225rem;display:block; }
#IHAOh8flzGO1PhOOqTW7foGWfJ81J177 { color:#2e6c45;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.25rem;height:2.6rem;text-align:left;text-align-last:left;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; }
#Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT { color:#515354;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.25rem;height:8.4238125rem;font-style:normal;display:block; }#Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT li:before{  }
#TW2KPanr6ziT7J7ur11WSz9wSHgynz1i { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:4.0625rem;left:45.0625rem;display:block; }
#OBGd5THQ6RpsKfB6eE5VukKUE5haDLwp { color:#2e6c45;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:48rem;height:1.95rem;display:block; }
#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container { background-color: transparent; background-image: none; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container > .video-iframe-container { display: none; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row > .video-iframe-container { display: none; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .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); }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container { border-width: 0; border-radius: 0; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#ZvFThTB4Mu3KilDMd0soUonKu8srBpL7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:12.25rem;top:4.625rem;left:7.25rem;overflow:hidden;display:block; }
#rfz0bfgkZOb6VIkkEqizXOWBHPAtBpzo { color:#515354;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:6.4375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#RwJhT5Zai6AphMBZCxQ58aciy85x6AEM { z-index:100006;top:20.625rem;left:6.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2e6c45;border-left:0.0625rem solid #2e6c45;border-right:0.0625rem solid #2e6c45;border-bottom:0.0625rem solid #2e6c45;box-sizing:border-box;color:#2e6c45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zXK2HPNmaNF6l9PpKDx6I2LByc3Eq0ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CNR8uESOizRiQ0ctTGmErTyTo35wlqm6 { color:#cec431;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:26.5625rem;height:4.225rem;display:block; }
#ZpXxcqe0dQHp0qhitPGLZFqSC24MiHwq { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:26.5625rem;height:1.3rem;display:block; }
#TqvSXx3N00y9t6XS6PT5RSJf5UuxLfME { color:#2e6c45;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:4.9375rem;left:45.0625rem;height:1.95rem;display:block; }
#FuORw9Bo050kNZTn3TT6P2qpNQkqZCPy { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:4.3125rem;left:42.125rem;display:block; }
#wKlaZk4TXFXnNgk4FakG1ek6zXXxhiiH { color:#2e6c45;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:4.9375rem;left:29.0625rem;height:1.95rem;display:block; }
#qOTk1exgzsffWOioVMO98HkeZH83mfBf { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:4.25rem;left:26.0625rem;display:block; }
#hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL { color:#515354;display:block;width:41.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.3125rem;height:7.4365rem;display:block; }#hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL li:before{  }
#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container { background-color: transparent; background-image: none; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container > .video-iframe-container { display: none; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row > .video-iframe-container { display: none; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .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); }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container { border-width: 0; border-radius: 0; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#w3Ti4WTMgcdcwvTSn5aEypW1xqAi8oFI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:4.9375rem;left:7.375rem;overflow:hidden;display:block; }
#g5A7VX9oev1AhAVGbXV5Z9wXzbFoZFam { color:#515354;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.25rem;left:5.6875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#HpoNPIXspma6rREaUoR9kivU1w8vqX9T { z-index:100006;top:20.9375rem;left:6.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2e6c45;border-left:0.0625rem solid #2e6c45;border-right:0.0625rem solid #2e6c45;border-bottom:0.0625rem solid #2e6c45;box-sizing:border-box;color:#2e6c45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gW9VA4rdDT7pS74T5y0o0QX91xpNdy5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bLt4TeEiQ8WkAD9UBTIA7oBI3nlUv1CN { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:5.8125rem;left:25.9375rem;display:block; }
#fgR6SAh8EgcWMUTIduhls2AR4HSAxvn7 { color:#2e6c45;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.5rem;left:28.8125rem;height:1.95rem;display:block; }
#HioUO6nrmFuQqgMPGGibrU4hPVNCfiTJ { color:#cec431;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:26.4375rem;height:4.225rem;display:block; }
#eTUUZmRTNvqHnGRqS9CJCIKudtWd6qwB { color:#2e6c45;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:16.75rem;left:26.1875rem;height:1.3rem;text-align:left;text-align-last:left;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; }
#EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg { color:#515354;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:18.9375rem;left:26.1875rem;height:4.5244125rem;font-style:normal;display:block; }#EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg li:before{  }
#nS4FMEa982CA3UdpKHXmPTFysDVXZuhb { color:#2e6c45;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:6.5rem;left:44.1875rem;height:1.95rem;display:block; }
#ytN8yV3KcK5bQHFnMIIpUa5r51iJddAC { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:5.9375rem;left:41.25rem;display:block; }
#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container { background-color: transparent; background-image: none; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container > .video-iframe-container { display: none; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row > .video-iframe-container { display: none; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .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); }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container { border-width: 0; border-radius: 0; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#zz3LOpPw9nB9ePThFbbpWk83LtdlP6Ur { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:12.25rem;top:4.6875rem;left:7.5625rem;overflow:hidden;display:block; }
#WTI6JcxO139fI5VUuZXPmhaDpAJKKO4i { color:#515354;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18rem;left:6.75rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#UhpFesJFqf619ZTCGWnCgFb5m3wds2a8 { z-index:100006;top:20.6875rem;left:6.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2e6c45;border-left:0.0625rem solid #2e6c45;border-right:0.0625rem solid #2e6c45;border-bottom:0.0625rem solid #2e6c45;box-sizing:border-box;color:#2e6c45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pp4etSVxF6aDNyPSrCboXgqvM6QS1BR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R8L0caBWdFKB4uSmm8lCpGqGudN8C59d { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:4.1875rem;left:25.9375rem;display:block; }
#wi3mbi8t0THGmSuDu1MLMDXTZCq7fde8 { color:#2e6c45;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.875rem;left:28.875rem;height:1.95rem;display:block; }
#XGFfhV8Up2dArkAbUDM2xOcLQZmVDTBd { color:#cec431;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.625rem;left:26.1875rem;height:4.225rem;display:block; }
#xP9zpUStrzvRzM0tpqU1CfgsUsbNPASr { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:26.4375rem;height:1.3rem;display:block; }
#nKCw7aSyXb04Hl5CJLT7ay3e5htI5EyC { color:#2e6c45;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:4.875rem;left:46rem;height:1.95rem;display:block; }
#hSxPCMemkbGUFCbz3JVSEaPeCMxTV9DL { box-sizing:content-box;color:#2e6c45;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.25rem;left:43.125rem;display:block; }
#qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 { color:#515354;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:17rem;left:26.1875rem;height:;font-style:normal;display:block; }#qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 li:before{  }
#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;display:block; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container { background-color: transparent; background-image: none; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container > .video-iframe-container { display: none; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row > .video-iframe-container { display: none; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .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); }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container { border-width: 0; border-radius: 0; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#sH0QxuMdeW2iRvuXukTOHFMifP2Tu7dz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:4.3125rem;left:7.5625rem;overflow:hidden;display:block; }
#BSTI9OzBbJXLTlQyiA6ngCBpEVbW3Bh9 { color:#515354;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:17.625rem;left:5.875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#wBAQxQLGD1QASILI37vhDU3zhINC0pbK { z-index:100006;top:20.375rem;left:6.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2e6c45;border-left:0.0625rem solid #2e6c45;border-right:0.0625rem solid #2e6c45;border-bottom:0.0625rem solid #2e6c45;box-sizing:border-box;color:#2e6c45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KuVUTHxFxyWVNUp8SSlFd4VJB8J4eBkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l4PhvrCFT6fW9aghuG969XsfCr3DJSU7 { color:#cec431;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.75rem;left:26rem;height:2.1125rem;display:block; }
#lDbnsZVPQ7b9NiCGhka2TUAvuRd7PKTm { color:#515354;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:12rem;left:26rem;height:7.3120125rem;font-style:normal;display:block; }
#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#34774e;background-image:none;position:relative;display:block; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container { background-color: transparent; background-image: none; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container > .video-iframe-container { display: none; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row > .video-iframe-container { display: none; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .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); }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container { border-width: 0; border-radius: 0; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#Mq6mKriGNJHgaNEp1Tc1ws4tXN2eLpkm { color:#575c62;display:block;width:75rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:47.5rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#UpBROivbvgAJZQvn7KR0cDwyMkZu0SAi { background-color:transparent;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;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:averta;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.625rem;height:1.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:48.4375rem;left:14.6875rem;display:block; }
#OIgNdITJA0uGu7eGr6vsH4NZkrqm0mly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T94WTNdKlqpAhIAELvu1mzJLbdov9eJy { box-sizing:content-box;color:#1c4c9c;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99997;top:48.75rem;left:24.25rem;display:block; }
#tUaOxlqcUS44Lthibc26UXStIVt3eINb { background-color:transparent;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;box-sizing:border-box;color:#1c4c9c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.625rem;height:1.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:32.837500810623rem;left:14.6875rem;display:none; }
#knsSiVfhyZy18vooWqN51AWS7siOKQd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BEOSPSOtkBftL7U1CZu6uTKBHgXRlybM { position:absolute;display:block;z-index:100008;height:27.8125rem;width:29.125rem;top:19rem;left:22.9375rem;display:block; }
#ADr3shpiTMIGQ7WE7FWE2RFJSJl2onF5 { color:#ececec;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8.375rem;left:6.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgKJuU9OZySEGV2PS3ZgmVNvtZRAJE1h { color:#ffcc00;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fdtLuD9BWSZFAdNx4bZEM3h8nmXWOTy5 { color:#ececec;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.5625rem;left:24.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#34774e;background-image:none;position:relative;display:block; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container { background-color: transparent; background-image: none; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container > .video-iframe-container { display: none; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row > .video-iframe-container { display: none; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .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); }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container { border-width: 0; border-radius: 0; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#zheqH0vGS5e2ntIvTzZJD6GdN9BhcUHJ { color:#ffffff;display:block;width:55.68725rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:0.670166015625rem;left:9.65576171875rem;height:12.1465rem;text-align:justify;text-align-last:initial;display:block; }
#c414e7Mbx3buknMV3ma1Eoda5V5xHQId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8e0df;background-image:none;position:relative;display:block; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container { background-color: transparent; background-image: none; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container > .video-iframe-container { display: none; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row > .video-iframe-container { display: none; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .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); }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container { border-width: 0; border-radius: 0; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#JsIx0Q5lOcIi6XdQPgD27sfaOKXhSmNE { color:#56676b;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5809440612793rem;left:7.5rem;height:1.1375rem;display:block; }
#iRRZBhbPO5Mp1g5Tyibp29hcDJZIPGA3 { background-color:transparent;background-image:none;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:#575c62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:1.62435rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.31076049804688rem;left:53.125rem;display:block; }
#L8CAcGCquy4fTpZUZceqLMMJn4GiS2Dd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y9VeRpf4GcxLNwb7Db6U9B0vLxcBMnpI { background-color:transparent;background-image:none;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:#575c62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.12435rem;height:1.62435rem;text-decoration:none;z-index:100004;text-align:right;text-align-last:right;top:0.37413024902344rem;left:62.8125rem;display:block; }
#RhJN20mcPKEQrMrZbxkfmi2Kmtq7nBEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cxKxk3FTpocspLR2U2XueyayoyKwrhr0 { display:block; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkyUdiC6B4FzG5SJN1uTAD1E7pZklNsD { top:12.6875rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJbZpJON2TxTKOxqZH45buVGclg48Tww { top:1.9375rem;left:7.625rem;width:33rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnab05lkmMM1l5QW3MZWKSgn3UssNhJX { top:1.375rem;left:7.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th0qX5lP1JIUCOhsCJAHFWJlzoJK4eXB { top:24.5rem;left:0rem;width:47.75rem;height:7.4124548736462rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9d756i8Pier9RyA8MT0TwvWIcaqJAft { top:41.625rem;left:18.25rem;width:17.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #laLOIaQLyi4TPPfnEE87GMgO01VvOqAx { top:39.25rem;left:3rem;width:44.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE { width:18.5rem;height:5.1875rem;display:flex;top:31.3125rem;left:22.9375rem;z-index:100008; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #J28K5P8SlsrQ3F7sKmVzW48LwNNMSgkI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #g1MXUoGbT8QdIhAq65KCs27BHVKWuryH {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hsz9Orq2ff9cxLT8OPmTHfJdigV8h7Uf {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #FpIw4AUowmHEv3NKK4rE7SRtu06vuZDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #IrCSP2WJymaXoO1sNtPJT6tmsIrp3fL8 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #HpcxhuuN25Isn7lrTyGStMPNHanbbv98 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #ftTVd1G1k3IJVQvOMCSAvPZ22FBbiL7n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wK8IJRZILVWqfA8TaWrQrhqd4BHucgMB {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #OotBwRuMqiyS7Z2mmNdinhZcnaefILLf {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wTKByoJOx9haPWhyWueHSBqoxS7hoRne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #pgdb88WxBTGLkt3Gfy6vG1vQ3gOQe9U3 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hWuHgTGhDTKiriLTK42Um1eAe8T5C8d8 {  }
 }@media only screen and (max-width: 763px) { #F7EIDx1CIMeGMqKTTeM35dXmGIvCrCqG { top:6.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWKda3TbWKGG9XluqfRSiS1mQ6VGQ7Qs { width:27.875rem;height:5.4375rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THl21ZWfTTbXgIUB3wgVb1zVRJQ2qqa4 { display:block; }
 }@media only screen and (max-width: 763px) { #M0P0bHLtSX8zPBXreA7PTibAROeiA9vA { display:block; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFwL2X459nikCFQ813dqhq7282y4xx7 { top:4.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewftZW32BZCouprAuMdavvhq4OSJwoKA { top:9.5625rem;left:0rem;width:47.75rem;height:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv9sNgoVfcib8hPKb05sio93dvCWRz4b { display:block; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPldnguzgZA3TwbfLC3tWO35zUbgtyQ5 { top:12.4375rem;left:0rem;width:19.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rJWfn0OMOqPZtdZlSqaMFdFmG0BOmy { top:17.125rem;left:0rem;width:21.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsBF55KbEPAbN6G8nUZIN8ZTJyG7MCOh { top:2.25rem;left:2.125rem;width:10.3125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsRaw8IXZ4f2J0W7vfeGE00TazUcGHnt { top:12.3125rem;left:12.1875rem;width:19.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEdvTGkfTy8naSJmPUTkql3HSc3SSI9 { top:17.125rem;left:11.0625rem;width:20.6875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN9P9mLszurwvDUHt5Nv13TtO94bOxrt { top:12.5625rem;left:28.0625rem;width:19.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq0Or12FLJpaIst9EeldwyAG3MR8kxpa { top:17.1875rem;left:7.375rem;width:24.375rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4xTT6Bz5ZMTKhSrlx8uA9vQsmGHJToT { top:2.125rem;left:17.9375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSRr1yQ7NNpJ9S5dS3VkNTovMKc7gH2 { top:2.375rem;left:33.875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD { display:block; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy6h4nlnJZ4zRJhmrtdJOfyEtNU7ObJC { top:3.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd { display:block; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9Dg8Ns2bOXXNlEI5VI5IftqF6Rak2iX { top:2.0625rem;left:4.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBWTz7fSVXIgrQTw6Dzo1D6OovGL8Hye { top:11.625rem;left:0rem;width:17.625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlPEsKBpMvUALtSyWvh4Q6wAJso9gOm { top:11.625rem;left:10.6875rem;width:21.0625rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M84XlvzxiUA6VpmN44bskXCT2VzL6iQv { top:11.625rem;left:27.9375rem;width:19.6875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTmCPgufpMPuA6zKa7xzfL2fHPLshbq { top:2.6875rem;left:36.46875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtifnIi09fwXKNJeFfHnvbwm6PKp7GI7 { top:2.6875rem;left:20.59375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68Z88XnZum4FmI3r1qecdZln06ul9Np { display:block; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJTzvPHc1HaRDnsgFA9LzNHoiTFb4Alb { top:12.3125rem;left:0rem;width:17.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgLTJMaaQJWwMUKVyu99evdMIi8yDGeS { top:12.3125rem;left:13.875rem;width:17.875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L24W1nwhy2BSx25ZrHxFvz7owJlH1nrV { top:2.875rem;left:36.5rem;width:6.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvve7DXQ1WUUTugxIhNhWT3bP8rV1BPm { top:12.3125rem;left:31.4375rem;width:16.1875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4hzxTJX1UyA120l9CweTTNnPtLxmTKg { top:2.5625rem;left:20.59375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhlm11cmyhINXTv7cTQ6KZHAV8aLxmOd { top:2.5625rem;left:4.71875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3CmxmeUC05FftTTM6bViEECc4P9oPe { display:block; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgzDldlF45bQUPXvIPZJq7aWgtyKUxOi { width:27.875rem;height:5.4375rem;top:5.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfRduhCMppE93ConkhLs8B0hFzhEbgw { display:block; }
 }@media only screen and (max-width: 763px) { #aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x { display:block; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2ax1GDefyUJadrldev7A8aGnIoDhMQc { top:3.125rem;left:2.9375rem;width:41.875rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnTTyPqdR893Dg103swJl3vUOhol2ru { top:10.875rem;left:5.5rem;width:36.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQdivI7D8B7JMnEufwEC8f6F6EJtNTl2 { top:7.8125rem;left:0.5rem;width:46.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAItrv6Su6szI4wXifVGLcHmEPrGm4m9 { top:12.6875rem;left:6.3125rem;width:35.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ { display:block; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIMv4q4KOuKtru49ltnNeZW1iAEhF8uQ { top:4.6875rem;left:0rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbJZ9EFW3RGmb9ChNQpPy3btFTp32hd5 { top:18rem;left:0rem;width:15.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqJE3sCMhtFtFmQViyJZXExUqRFJ5wCk { top:20.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sov2htbfDW84es0beqVaErEwSyr7lDrX { display:block; }
 }@media only screen and (max-width: 763px) { #o8dLM7TU0TTugPquxkqaHP147Nmz7oJp { top:4.0625rem;left:12.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTXwDTN3yhnzfTgdldBOXEmiBaqO5AU { top:4.75rem;left:15.125rem;width:15.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqbNPsOpmhuVl30OvT2pRFue94c9Mg9 { top:7.375rem;left:8rem;width:39.75rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHAOh8flzGO1PhOOqTW7foGWfJ81J177 { top:13.9375rem;left:4.3125rem;width:43.4375rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT { top:17.0625rem;left:4.1875rem;width:43.5625rem;height:8.375rem;font-size:1rem;display:block; }#Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT li:before{  }
 }@media only screen and (max-width: 763px) { #TW2KPanr6ziT7J7ur11WSz9wSHgynz1i { top:4.0625rem;left:31.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGd5THQ6RpsKfB6eE5VukKUE5haDLwp { top:4.6875rem;left:34.375rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 { display:block; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvFThTB4Mu3KilDMd0soUonKu8srBpL7 { top:4.625rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfz0bfgkZOb6VIkkEqizXOWBHPAtBpzo { top:17.9375rem;left:0rem;width:13.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJhT5Zai6AphMBZCxQ58aciy85x6AEM { top:20.625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXK2HPNmaNF6l9PpKDx6I2LByc3Eq0ig { display:block; }
 }@media only screen and (max-width: 763px) { #CNR8uESOizRiQ0ctTGmErTyTo35wlqm6 { top:7.6875rem;left:9.25rem;width:38.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpXxcqe0dQHp0qhitPGLZFqSC24MiHwq { top:14.0625rem;left:3rem;width:44.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvSXx3N00y9t6XS6PT5RSJf5UuxLfME { top:4.9375rem;left:31.4375rem;width:5.4375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuORw9Bo050kNZTn3TT6P2qpNQkqZCPy { top:4.3125rem;left:28.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlaZk4TXFXnNgk4FakG1ek6zXXxhiiH { top:4.9375rem;left:15.4375rem;width:15.5625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTk1exgzsffWOioVMO98HkeZH83mfBf { top:4.25rem;left:12.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL { top:16.125rem;left:4.25rem;width:41.125rem;height:7.4375rem;font-size:1rem;display:block; }#hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL li:before{  }
 }@media only screen and (max-width: 763px) { #DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN { display:block; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3Ti4WTMgcdcwvTSn5aEypW1xqAi8oFI { top:4.9375rem;left:0rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5A7VX9oev1AhAVGbXV5Z9wXzbFoZFam { top:18.25rem;left:0rem;width:15.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpoNPIXspma6rREaUoR9kivU1w8vqX9T { top:20.9375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9VA4rdDT7pS74T5y0o0QX91xpNdy5N { display:block; }
 }@media only screen and (max-width: 763px) { #bLt4TeEiQ8WkAD9UBTIA7oBI3nlUv1CN { top:5.8125rem;left:12.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgR6SAh8EgcWMUTIduhls2AR4HSAxvn7 { top:6.5rem;left:15.1875rem;width:13.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HioUO6nrmFuQqgMPGGibrU4hPVNCfiTJ { top:9.1875rem;left:10.375rem;width:37.375rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUUZmRTNvqHnGRqS9CJCIKudtWd6qwB { top:16.75rem;left:4.875rem;width:42.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg { top:18.9375rem;left:4.1875rem;width:43.5625rem;height:4.5625rem;font-size:1rem;display:block; }#EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg li:before{  }
 }@media only screen and (max-width: 763px) { #nS4FMEa982CA3UdpKHXmPTFysDVXZuhb { top:6.5rem;left:30.5625rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytN8yV3KcK5bQHFnMIIpUa5r51iJddAC { top:5.9375rem;left:27.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf { display:block; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz3LOpPw9nB9ePThFbbpWk83LtdlP6Ur { top:4.6875rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI6JcxO139fI5VUuZXPmhaDpAJKKO4i { top:18rem;left:0rem;width:13.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpFesJFqf619ZTCGWnCgFb5m3wds2a8 { top:20.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4etSVxF6aDNyPSrCboXgqvM6QS1BR3 { display:block; }
 }@media only screen and (max-width: 763px) { #R8L0caBWdFKB4uSmm8lCpGqGudN8C59d { top:4.1875rem;left:12.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3mbi8t0THGmSuDu1MLMDXTZCq7fde8 { top:4.875rem;left:15.25rem;width:14.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFfhV8Up2dArkAbUDM2xOcLQZmVDTBd { top:7.625rem;left:12.5625rem;width:31.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP9zpUStrzvRzM0tpqU1CfgsUsbNPASr { top:14.9375rem;left:12.8125rem;width:18.125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCw7aSyXb04Hl5CJLT7ay3e5htI5EyC { top:4.875rem;left:32.375rem;width:5.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxPCMemkbGUFCbz3JVSEaPeCMxTV9DL { top:4.25rem;left:29.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 { top:17rem;left:4.1875rem;width:43.5625rem;height:7.375rem;font-size:1rem;display:block; }#qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 li:before{  }
 }@media only screen and (max-width: 763px) { #yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty { display:block; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH0QxuMdeW2iRvuXukTOHFMifP2Tu7dz { top:4.3125rem;left:0rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTI9OzBbJXLTlQyiA6ngCBpEVbW3Bh9 { top:17.625rem;left:0rem;width:15.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBAQxQLGD1QASILI37vhDU3zhINC0pbK { top:20.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVUTHxFxyWVNUp8SSlFd4VJB8J4eBkP { display:block; }
 }@media only screen and (max-width: 763px) { #l4PhvrCFT6fW9aghuG969XsfCr3DJSU7 { top:7.75rem;left:12.375rem;width:19.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDbnsZVPQ7b9NiCGhka2TUAvuRd7PKTm { top:12rem;left:4.6875rem;width:43.0625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW { display:block; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mq6mKriGNJHgaNEp1Tc1ws4tXN2eLpkm { width:47.75rem;height:0.9375rem;top:47.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBROivbvgAJZQvn7KR0cDwyMkZu0SAi { width:45.625rem;height:1.625rem;top:48.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgNdITJA0uGu7eGr6vsH4NZkrqm0mly { display:block; }
 }@media only screen and (max-width: 763px) { #T94WTNdKlqpAhIAELvu1mzJLbdov9eJy { width:0.9375rem;height:0.9375rem;top:48.75rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUaOxlqcUS44Lthibc26UXStIVt3eINb { width:45.625rem;height:1.625rem;top:32.8125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #knsSiVfhyZy18vooWqN51AWS7siOKQd9 { display:block; }
 }@media only screen and (max-width: 763px) { #BEOSPSOtkBftL7U1CZu6uTKBHgXRlybM { top:19rem;left:9.3125rem;width:29.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADr3shpiTMIGQ7WE7FWE2RFJSJl2onF5 { top:8.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKJuU9OZySEGV2PS3ZgmVNvtZRAJE1h { top:3.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdtLuD9BWSZFAdNx4bZEM3h8nmXWOTy5 { top:13.5625rem;left:11.25rem;width:25.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA { display:block; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zheqH0vGS5e2ntIvTzZJD6GdN9BhcUHJ { width:47.75rem;height:13.25rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c414e7Mbx3buknMV3ma1Eoda5V5xHQId { display:block; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsIx0Q5lOcIi6XdQPgD27sfaOKXhSmNE { width:26.875rem;height:1.0625rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRZBhbPO5Mp1g5Tyibp29hcDJZIPGA3 { width:8.8125rem;height:1.5625rem;top:0.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8CAcGCquy4fTpZUZceqLMMJn4GiS2Dd { display:block; }
 }@media only screen and (max-width: 763px) { #y9VeRpf4GcxLNwb7Db6U9B0vLxcBMnpI { width:4.0625rem;height:1.5625rem;top:0.3125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhJN20mcPKEQrMrZbxkfmi2Kmtq7nBEQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cxKxk3FTpocspLR2U2XueyayoyKwrhr0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/im05Myt8/V0j6Lza318t3qLWKFdOt1648574558.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0.adaptive-delivery-prevent-bg, #cxKxk3FTpocspLR2U2XueyayoyKwrhr0.lazyload, #cxKxk3FTpocspLR2U2XueyayoyKwrhr0.lazyloading { background-image: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { background-color: transparent; background-image: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container > .video-iframe-container { display: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row > .video-iframe-container { display: none; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .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); }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { border-width: 0; border-radius: 0; }#cxKxk3FTpocspLR2U2XueyayoyKwrhr0 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkyUdiC6B4FzG5SJN1uTAD1E7pZklNsD { width:20rem;height:8.44925rem;top:12.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oJbZpJON2TxTKOxqZH45buVGclg48Tww { width:12.25rem;height:2.92480625rem;top:1.0625rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnab05lkmMM1l5QW3MZWKSgn3UssNhJX { width:3.125rem;height:3.125rem;top:0.9375rem;left:2.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th0qX5lP1JIUCOhsCJAHFWJlzoJK4eXB { width:20rem;height:3.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9d756i8Pier9RyA8MT0TwvWIcaqJAft { width:17.5625rem;height:1.94970625rem;top:36.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #laLOIaQLyi4TPPfnEE87GMgO01VvOqAx { width:20rem;height:8.8125rem;top:36.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-number { padding-top:0.43rem;padding-right:0.38125rem;padding-bottom:0.43rem;padding-left:0.38125rem;width:2.285625rem;min-width:2.285625rem;height:2.310625rem;font-size:1.719375rem;line-height:36.97px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #387c54;border-right:0.0625rem solid #387c54;border-bottom:0.0625rem solid #387c54;border-left:0.0625rem solid #387c54; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0475rem;height:0.91375rem;font-size:0.645rem;line-height:14.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE { width:16.6875rem;height:4.478125rem;display:flex;top:38.82421875rem;left:1.25244140625rem;z-index:100008;padding-top:0.645rem;padding-right:0.653125rem;padding-bottom:0.645rem;padding-left:0.653125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #J28K5P8SlsrQ3F7sKmVzW48LwNNMSgkI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #g1MXUoGbT8QdIhAq65KCs27BHVKWuryH {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hsz9Orq2ff9cxLT8OPmTHfJdigV8h7Uf {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #FpIw4AUowmHEv3NKK4rE7SRtu06vuZDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #IrCSP2WJymaXoO1sNtPJT6tmsIrp3fL8 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #HpcxhuuN25Isn7lrTyGStMPNHanbbv98 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #ftTVd1G1k3IJVQvOMCSAvPZ22FBbiL7n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wK8IJRZILVWqfA8TaWrQrhqd4BHucgMB {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #OotBwRuMqiyS7Z2mmNdinhZcnaefILLf {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #wTKByoJOx9haPWhyWueHSBqoxS7hoRne { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #pgdb88WxBTGLkt3Gfy6vG1vQ3gOQe9U3 {  }
 }@media only screen and (max-width: 763px) { #wwEc3XrNTOhnO0kxG1TM9vTUzyHHoiEE #hWuHgTGhDTKiriLTK42Um1eAe8T5C8d8 {  }
 }@media only screen and (max-width: 763px) { #F7EIDx1CIMeGMqKTTeM35dXmGIvCrCqG { width:20rem;height:4.38671875rem;top:5.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kWKda3TbWKGG9XluqfRSiS1mQ6VGQ7Qs { width:13.5625rem;height:3.8125rem;top:30.3125rem;left:3.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THl21ZWfTTbXgIUB3wgVb1zVRJQ2qqa4 { display:block; }
 }@media only screen and (max-width: 763px) { #M0P0bHLtSX8zPBXreA7PTibAROeiA9vA { display:block; }#M0P0bHLtSX8zPBXreA7PTibAROeiA9vA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFwL2X459nikCFQ813dqhq7282y4xx7 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ewftZW32BZCouprAuMdavvhq4OSJwoKA { width:20rem;height:21.9360625rem;top:6.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;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-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pv9sNgoVfcib8hPKb05sio93dvCWRz4b { display:block; }#pv9sNgoVfcib8hPKb05sio93dvCWRz4b > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPldnguzgZA3TwbfLC3tWO35zUbgtyQ5 { width:12rem;height:2.5996125rem;top:2.79345703125rem;left:7.1875rem;font-size:2rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #e4rJWfn0OMOqPZtdZlSqaMFdFmG0BOmy { width:20rem;height:4.875rem;top:7.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tsBF55KbEPAbN6G8nUZIN8ZTJyG7MCOh { width:4.6875rem;height:4.6875rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsRaw8IXZ4f2J0W7vfeGE00TazUcGHnt { width:12.5rem;height:2.5996125rem;top:16.0625rem;left:7.5rem;font-size:2rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #suEdvTGkfTy8naSJmPUTkql3HSc3SSI9 { width:20rem;height:4.875rem;top:19.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yN9P9mLszurwvDUHt5Nv13TtO94bOxrt { width:10.1875rem;height:2.5996125rem;top:28.6875rem;left:8.25rem;font-size:2rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #kq0Or12FLJpaIst9EeldwyAG3MR8kxpa { width:20rem;height:4.875rem;top:32.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #B4xTT6Bz5ZMTKhSrlx8uA9vQsmGHJToT { width:3.9375rem;height:3.9375rem;top:15.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSRr1yQ7NNpJ9S5dS3VkNTovMKc7gH2 { width:4.875rem;height:4.875rem;top:27.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD { display:block; }#F3bOnE3qaQlTq3Z6bVlwthyop0toQpfD > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy6h4nlnJZ4zRJhmrtdJOfyEtNU7ObJC { width:20rem;height:4.55rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd { display:block; }#mvuzdnGL0QmTI19Ue4PruBVmZsXr4KFd > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9Dg8Ns2bOXXNlEI5VI5IftqF6Rak2iX { width:5.0625rem;height:5.0625rem;top:2rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBWTz7fSVXIgrQTw6Dzo1D6OovGL8Hye { width:13.375rem;height:3.25rem;top:2.9375rem;left:6.5rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #oTlPEsKBpMvUALtSyWvh4Q6wAJso9gOm { width:13.25rem;height:4.875rem;top:8.7841796875rem;left:6.625rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #M84XlvzxiUA6VpmN44bskXCT2VzL6iQv { width:13.25rem;height:4.875rem;top:16.3935546875rem;left:6.75rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #dUTmCPgufpMPuA6zKa7xzfL2fHPLshbq { width:4.75rem;height:4.75rem;top:16.4560546875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtifnIi09fwXKNJeFfHnvbwm6PKp7GI7 { width:4.875rem;height:4.875rem;top:8.7216796875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68Z88XnZum4FmI3r1qecdZln06ul9Np { display:block; }#K68Z88XnZum4FmI3r1qecdZln06ul9Np > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJTzvPHc1HaRDnsgFA9LzNHoiTFb4Alb { width:12.4375rem;height:4.875rem;top:1.796875rem;left:6.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #bgLTJMaaQJWwMUKVyu99evdMIi8yDGeS { width:12rem;height:6.5rem;top:16.4873046875rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #L24W1nwhy2BSx25ZrHxFvz7owJlH1nrV { width:4.5625rem;height:4.125rem;top:9.53564453125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvve7DXQ1WUUTugxIhNhWT3bP8rV1BPm { width:13rem;height:4.875rem;top:9.16064453125rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #e4hzxTJX1UyA120l9CweTTNnPtLxmTKg { width:4.625rem;height:4.625rem;top:17.4248046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhlm11cmyhINXTv7cTQ6KZHAV8aLxmOd { width:4.375rem;height:4.375rem;top:1.796875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3CmxmeUC05FftTTM6bViEECc4P9oPe { display:block; }#Ss3CmxmeUC05FftTTM6bViEECc4P9oPe > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgzDldlF45bQUPXvIPZJq7aWgtyKUxOi { width:18.9975625rem;height:4.0625rem;top:3.25rem;left:0.5009765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfRduhCMppE93ConkhLs8B0hFzhEbgw { display:block; }
 }@media only screen and (max-width: 763px) { #aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x { display:block; }#aPEH5W5Sy7pMbrsFOmosePT5pJwcPK8x > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2ax1GDefyUJadrldev7A8aGnIoDhMQc { width:20rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.875rem;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; }
 }@media only screen and (max-width: 763px) { #RtnTTyPqdR893Dg103swJl3vUOhol2ru { width:16.625rem;height:2.5996125rem;top:10.73671913147rem;left:1.6875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQdivI7D8B7JMnEufwEC8f6F6EJtNTl2 { width:18.3125rem;height:3.8994125rem;top:5.5867195129394rem;left:0.84375rem;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #nAItrv6Su6szI4wXifVGLcHmEPrGm4m9 { width:12.1875rem;height:2.5996125rem;top:15.0234375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ { display:block; }#HJsXoe4dxmgvglIW4hxKNEWucBR4TiBZ > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIMv4q4KOuKtru49ltnNeZW1iAEhF8uQ { width:8rem;height:8rem;top:5.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbJZ9EFW3RGmb9ChNQpPy3btFTp32hd5 { width:18.75rem;height:1.94970625rem;top:14.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqJE3sCMhtFtFmQViyJZXExUqRFJ5wCk { top:16.9375rem;left:6rem;width:7.9984375rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sov2htbfDW84es0beqVaErEwSyr7lDrX { display:block; }
 }@media only screen and (max-width: 763px) { #o8dLM7TU0TTugPquxkqaHP147Nmz7oJp { width:3.125rem;height:3.125rem;top:1rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTXwDTN3yhnzfTgdldBOXEmiBaqO5AU { width:12.625rem;height:1.29980625rem;top:2.099609375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqbNPsOpmhuVl30OvT2pRFue94c9Mg9 { width:20rem;height:8.125rem;top:21.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHAOh8flzGO1PhOOqTW7foGWfJ81J177 { width:20rem;height:5.5234375rem;top:33.1875rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT { width:20rem;height:20.1220625rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }#Ofcs2PgA3DPGzAePf2EK28FN1TLF8zKT li:before{  }
 }@media only screen and (max-width: 763px) { #TW2KPanr6ziT7J7ur11WSz9wSHgynz1i { width:3.125rem;height:3.125rem;top:1.1875rem;left:14rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGd5THQ6RpsKfB6eE5VukKUE5haDLwp { width:2.8125rem;height:1.29980625rem;top:2.037109375rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 { display:block; }#HDdBGRKSr9hTIaplSzX5NWKCe6U9n4k4 > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvFThTB4Mu3KilDMd0soUonKu8srBpL7 { width:8.25rem;height:8.25rem;top:5.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfz0bfgkZOb6VIkkEqizXOWBHPAtBpzo { width:18.75rem;height:1.94970625rem;top:13.8125rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwJhT5Zai6AphMBZCxQ58aciy85x6AEM { top:16.375rem;left:6rem;width:8.06175rem;height:2.12421875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXK2HPNmaNF6l9PpKDx6I2LByc3Eq0ig { display:block; }
 }@media only screen and (max-width: 763px) { #CNR8uESOizRiQ0ctTGmErTyTo35wlqm6 { width:20rem;height:8.44925rem;top:21.69384765625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpXxcqe0dQHp0qhitPGLZFqSC24MiHwq { width:19.6875rem;height:1.4624rem;top:33.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqvSXx3N00y9t6XS6PT5RSJf5UuxLfME { width:2.8125rem;height:1.29980625rem;top:1.849609375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuORw9Bo050kNZTn3TT6P2qpNQkqZCPy { width:3.125rem;height:3.125rem;top:0.9375rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlaZk4TXFXnNgk4FakG1ek6zXXxhiiH { width:8.6875rem;height:1.29980625rem;top:1.875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTk1exgzsffWOioVMO98HkeZH83mfBf { width:3.125rem;height:3.125rem;top:0.75rem;left:1.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL { width:20rem;height:13.9355625rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }#hVQpWvsTEQiVXtE2EtNuxLGlt4fuKBkL li:before{  }
 }@media only screen and (max-width: 763px) { #DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN { display:block; }#DmIKGKPTu9tIlIDL49UehsTLJMTm8JKN > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3Ti4WTMgcdcwvTSn5aEypW1xqAi8oFI { width:8rem;height:8rem;top:5.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5A7VX9oev1AhAVGbXV5Z9wXzbFoZFam { width:12.5rem;height:1.94970625rem;top:13.9375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpoNPIXspma6rREaUoR9kivU1w8vqX9T { top:16.5rem;left:4.8125rem;width:10.375rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW9VA4rdDT7pS74T5y0o0QX91xpNdy5N { display:block; }
 }@media only screen and (max-width: 763px) { #bLt4TeEiQ8WkAD9UBTIA7oBI3nlUv1CN { width:3.125rem;height:3.125rem;top:0.875rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgR6SAh8EgcWMUTIduhls2AR4HSAxvn7 { width:8.0625rem;height:1.29980625rem;top:1.9375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HioUO6nrmFuQqgMPGGibrU4hPVNCfiTJ { width:20rem;height:8.44925rem;top:21.24365234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTUUZmRTNvqHnGRqS9CJCIKudtWd6qwB { width:20rem;height:4.38720625rem;top:32.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg { width:20rem;height:7.124rem;top:38.3125rem;left:0rem;font-size:1rem;display:block; }#EN7ES3XWWR2k94VGcZkaUZJWLXgM9vRg li:before{  }
 }@media only screen and (max-width: 763px) { #nS4FMEa982CA3UdpKHXmPTFysDVXZuhb { width:2.75rem;height:1.29980625rem;top:1.9375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytN8yV3KcK5bQHFnMIIpUa5r51iJddAC { width:3.125rem;height:3.125rem;top:1.0625rem;left:12.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf { display:block; }#NG3seVSTlQqzAtq2pHmyiu3Lcsnh0cUf > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz3LOpPw9nB9ePThFbbpWk83LtdlP6Ur { width:8rem;height:8rem;top:6.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI6JcxO139fI5VUuZXPmhaDpAJKKO4i { width:20rem;height:1.94970625rem;top:14.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhpFesJFqf619ZTCGWnCgFb5m3wds2a8 { top:17.3125rem;left:5.625rem;width:8.8125rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4etSVxF6aDNyPSrCboXgqvM6QS1BR3 { display:block; }
 }@media only screen and (max-width: 763px) { #R8L0caBWdFKB4uSmm8lCpGqGudN8C59d { width:3.125rem;height:3.125rem;top:1.375rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3mbi8t0THGmSuDu1MLMDXTZCq7fde8 { width:9.5rem;height:1.29980625rem;top:2.5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFfhV8Up2dArkAbUDM2xOcLQZmVDTBd { width:20rem;height:8.44925rem;top:22.1689453125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xP9zpUStrzvRzM0tpqU1CfgsUsbNPASr { width:20rem;height:1.4624rem;top:33.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKCw7aSyXb04Hl5CJLT7ay3e5htI5EyC { width:2.75rem;height:1.29980625rem;top:2.5625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxPCMemkbGUFCbz3JVSEaPeCMxTV9DL { width:3.125rem;height:3.125rem;top:1.625rem;left:13.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 { width:20rem;height:12.63575rem;top:36.4375rem;left:0rem;font-size:1rem;display:block; }#qPBO56VUl0cbCJpVsZmoNmTKp5NRbxl4 li:before{  }
 }@media only screen and (max-width: 763px) { #yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty { display:block; }#yac7oBKLBMCosIgl8o2ThDGnN8TdB5ty > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH0QxuMdeW2iRvuXukTOHFMifP2Tu7dz { width:8rem;height:8rem;top:1.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTI9OzBbJXLTlQyiA6ngCBpEVbW3Bh9 { width:14.25rem;height:1.95rem;top:10.5rem;left:2.8750001192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBAQxQLGD1QASILI37vhDU3zhINC0pbK { top:13.0625rem;left:6.000781416893rem;width:7.9984375rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVUTHxFxyWVNUp8SSlFd4VJB8J4eBkP { display:block; }
 }@media only screen and (max-width: 763px) { #l4PhvrCFT6fW9aghuG969XsfCr3DJSU7 { width:19.25rem;height:1.94970625rem;top:16.6875rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDbnsZVPQ7b9NiCGhka2TUAvuRd7PKTm { width:19.375rem;height:10.3984375rem;top:20.32470703125rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW { display:block; }#LJkqtZvMiUbmgyU4q2Ikl9espl7oUhtW > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mq6mKriGNJHgaNEp1Tc1ws4tXN2eLpkm { width:17.1875rem;height:1.625rem;top:48.91250038147rem;left:1.4062501192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBROivbvgAJZQvn7KR0cDwyMkZu0SAi { width:19rem;height:1.625rem;top:48.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIgNdITJA0uGu7eGr6vsH4NZkrqm0mly { display:block; }
 }@media only screen and (max-width: 763px) { #T94WTNdKlqpAhIAELvu1mzJLbdov9eJy { width:0.9375rem;height:0.9375rem;top:48.75rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUaOxlqcUS44Lthibc26UXStIVt3eINb { width:20rem;height:1.62421875rem;top:50.53750038147rem;left:0rem;z-index:100008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #knsSiVfhyZy18vooWqN51AWS7siOKQd9 { display:block; }
 }@media only screen and (max-width: 763px) { #BEOSPSOtkBftL7U1CZu6uTKBHgXRlybM { width:20rem;height:27.8125rem;top:19.22500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADr3shpiTMIGQ7WE7FWE2RFJSJl2onF5 { width:20rem;height:4.875rem;top:5.7250003814697rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKJuU9OZySEGV2PS3ZgmVNvtZRAJE1h { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fdtLuD9BWSZFAdNx4bZEM3h8nmXWOTy5 { width:20rem;height:4.875rem;top:12.47500038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA { display:block; }#WupfcxJVMekUTsxoOwFPeMMVnxRzNcOA > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zheqH0vGS5e2ntIvTzZJD6GdN9BhcUHJ { width:20rem;height:40.48825rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c414e7Mbx3buknMV3ma1Eoda5V5xHQId { display:block; }#c414e7Mbx3buknMV3ma1Eoda5V5xHQId > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsIx0Q5lOcIi6XdQPgD27sfaOKXhSmNE { width:20rem;height:1.16845625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRRZBhbPO5Mp1g5Tyibp29hcDJZIPGA3 { width:8.8733125rem;height:1.62475625rem;top:3.71826171875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8CAcGCquy4fTpZUZceqLMMJn4GiS2Dd { display:block; }
 }@media only screen and (max-width: 763px) { #y9VeRpf4GcxLNwb7Db6U9B0vLxcBMnpI { width:4.12475625rem;height:1.62475625rem;top:3.71826171875rem;left:15.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhJN20mcPKEQrMrZbxkfmi2Kmtq7nBEQ { display:block; }
 }