.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#abded4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#S46G3zfSTrGDDpCQlsf5r1Ad6I6Hk8oz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:8.8125rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#GXy3d4CLD2opzKeukWhobU8lu1BKhsF2 { color:#1f7c5f;display:block;width:54.8125rem;position:absolute;font-family:"min montserrat";font-size:8.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.75rem;left:10.125rem;height:8.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LnTwbegE0P6IWlG20848gAo9BRb6ubwT { color:#1f7c5f;display:block;width:35.75rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.1875rem;left:19.625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48b73fa6-be27-41bf-b6d3-00ba8cc8e43b/ricechocolatelogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:57.625rem;display:block; }#v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.adaptive-delivery-prevent-bg, #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.lazyload, #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.lazyloading { background-image: none; }
#GvCPeOkSgbTAKgeoXviMGgRCH1TNBPbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpZNTNEoRN2s7meODVuLmMkkwcNmDCq7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.5625rem;top:16.125rem;left:56.4375rem;overflow:hidden;display:block; }
#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccc457a9-319f-4df5-9745-bae17d56b9be/treesdesktop.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.adaptive-delivery-prevent-bg, #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.lazyload, #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.lazyloading { background-image: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { background-color: transparent; background-image: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container > .video-iframe-container { display: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container { display: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .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); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { border-width: 0; border-radius: 0; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#XuuBNd0aCtBz2KKiJT93N7wxRnFx1olk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.5625rem;top:29.0625rem;left:64.25rem;overflow:hidden;display:none; }
#lqiuFFq8gQFGLGumQNUKoU4GqQbAaC4C { color:#ffb3e1;display:block;width:33.375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.0625rem;left:20.8125rem;height:12.1848125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f7c5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container { background-color: transparent; background-image: none; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container > .video-iframe-container { display: none; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row > .video-iframe-container { display: none; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .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); }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container { border-width: 0; border-radius: 0; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#HTTzIrcMhH47X40nhsE5CBr8Zd2kMmgK { color:#ffb3e1;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1181640625rem;left:5.6875rem;height:5.44389375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oy2iTawp9FyvKCDrRXAzllg9BCXXiroJ { color:#ffb3e1;display:block;width:31.125rem;position:absolute;font-family:archer;font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:36.8125rem;height:27.294rem;font-style:normal;display:block; }
#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f7c5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container { background-color: transparent; background-image: none; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container > .video-iframe-container { display: none; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row > .video-iframe-container { display: none; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .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); }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container { border-width: 0; border-radius: 0; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#X5nNoV3VI4IdWEB4ntni6dNJa23KOVH6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:6.1875rem;left:22.40625rem;overflow:hidden;display:none; }
#TsswvPgCan97IrH6VEL8ZINStWm70o3v { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:60.125rem;top:7.625rem;left:5.3125rem;overflow:hidden;display:block; }
#uRdhxopIPX9D0vaf9WKsaaaqdhLzHdhX { color:#ffb3e1;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:5.3125rem;height:1.54385625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f7c5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container { background-color: transparent; background-image: none; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container > .video-iframe-container { display: none; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row > .video-iframe-container { display: none; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .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); }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container { border-width: 0; border-radius: 0; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#V6GqAgXKUB4x0gc2OTU2vXibZJFVtBrU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:6.25rem;left:16.5rem;overflow:hidden;display:block; }
#c23XkR0yrbIaVaWquZwiT2C0CNCP4ImG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:10.25rem;left:16.5rem;overflow:hidden;display:block; }
#srJB4x7TT2c1AA6cRQqOrVCcmouDv3mA { color:#abded4;display:block;width:36.4375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:19.4375rem;height:2.4375rem;font-style:normal;display:block; }
#TigVuTWP6Ht6rNQ2Aeqp9WMU11ICe6G2 { color:#abded4;display:block;width:36.4375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.4375rem;height:2.4375rem;font-style:normal;display:block; }
#bvffQ2MuwLif6CFVPLSxrsGPEHU8Wz1b { color:#abded4;display:block;width:36.4375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:19.4375rem;height:2.4375rem;font-style:normal;display:block; }
#IeGEIzXLE39NyMeoegBtmKXo8TKoy9Ck { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:14.1875rem;left:16.5rem;overflow:hidden;display:block; }
#tGaknIONJ7qabgvgDNay51vs9TVCKPOZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:18.1875rem;left:16.5rem;overflow:hidden;display:block; }
#wONed86IA3Fxhqwu6yfG97L2e7W1rhgh { color:#abded4;display:block;width:47.9375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.9375rem;left:19.4375rem;height:2.4375rem;font-style:normal;display:block; }
#BCzRmX4AvqAKmOh7w0A1w0C44bG1hOOO { color:#abded4;display:block;width:55.4375rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:19.4375rem;height:4.8739375rem;font-style:normal;display:block; }
#gSF2W5IWnMWvk121840qW2L96wUNNr8Q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:22.1875rem;left:16.5rem;overflow:hidden;display:block; }
#pgFJT6Zo0HDzRGUFhTR75CbTL1N7r5Ki { color:#abded4;display:block;width:52.5rem;position:absolute;font-family:archer;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:19.4375rem;height:2.4375rem;font-style:normal;display:block; }
#MewD1CWTtD6EW0vpCL6oRIrfst1QzMER { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:28.1875rem;left:16.5rem;overflow:hidden;display:block; }
#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec2df026-4bbd-4803-bcde-ae5f730f9d80/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0.adaptive-delivery-prevent-bg, #iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0.lazyload, #iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0.lazyloading { background-image: none; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container { background-color: transparent; background-image: none; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container > .video-iframe-container { display: none; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row > .video-iframe-container { display: none; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .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); }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container { border-width: 0; border-radius: 0; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#abded4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container { background-color: transparent; background-image: none; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container > .video-iframe-container { display: none; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row > .video-iframe-container { display: none; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .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); }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container { border-width: 0; border-radius: 0; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#SPHBQkmzWUVZe176n6KxWqT7yCQ7de9H { color:#1f7c5f;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:14.9375rem;height:5.11865rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#draqOM9pEw2qg3DgXAsvE2XezkvPklTs { color:#1f7c5f;display:block;width:36.0625rem;position:absolute;font-family:archer;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.505859375rem;left:19.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRSZ2UT8xZExGwzXWK6CU8lWRN9KLAph { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:12.6494140625rem;left:41.96875rem;overflow:hidden;display:block; }
#qqZqZNECuGWC4saaVcqns6OeHl1DcgID { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:12.6494140625rem;left:7.65625rem;overflow:hidden;display:block; }
#vbwDHlT34QiJBc9h6ZflHz21eiMAQcnJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:28.3369140625rem;left:7.65625rem;overflow:hidden;display:block; }
#wmi3FlJWWxZQnWTMecWxwT1uwedVLSeD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:28.3369140625rem;left:41.96875rem;overflow:hidden;display:block; }
#DIVrVgJPSIr6fLNMshTSJ2dFLPPF8Jca { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:archer;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.57470703125rem;left:20.28125rem;height:6.3334375rem;display:block; }
#VVInyaaem6c7vIUpeTtQpHsNhMXD6rci { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:archer;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.46630859375rem;left:20.28125rem;height:5.277875rem;display:block; }
#D9O490q4ZaznpviKHVSEWuv7Sys1lx78 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:archer;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.11474609375rem;left:54.40625rem;height:7.389rem;display:block; }
#HaWAqTzhNCMzwSNilTIbaHi3u97mQXiX { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:archer;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.46630859375rem;left:54.40625rem;height:8.444625rem;display:block; }
#ev89AslxLBqGAI1dbxaHfCoZZzhJccJg { color:#1f7c5f;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.71142578125rem;left:20.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hnIVREwht0qsGi7mzWED217x9kolPoP3 { color:#1f7c5f;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6494140625rem;left:54.40625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#myGc6wZN71HcoG4w7ee2va1fnRgkIVEl { color:#1f7c5f;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.3369140625rem;left:20.28125rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uZTT5dXSQiWmTrtB2zkCM0ohFcZCU2rM { color:#1f7c5f;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.3369140625rem;left:54.40625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cd1155ae-27d1-4c24-9cb0-2a942e4604da/bg3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8.adaptive-delivery-prevent-bg, #k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8.lazyload, #k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8.lazyloading { background-image: none; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container { background-color: transparent; background-image: none; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container > .video-iframe-container { display: none; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row > .video-iframe-container { display: none; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .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); }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container { border-width: 0; border-radius: 0; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f7c5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container { background-color: transparent; background-image: none; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container > .video-iframe-container { display: none; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row > .video-iframe-container { display: none; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .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); }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container { border-width: 0; border-radius: 0; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#gbVFSefASvoGOtcbLyzE6rhLkygHghhL { color:#abded4;display:block;width:48.9375rem;position:absolute;font-family:archer;font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.255859375rem;left:13.03125rem;height:20.4705rem;font-style:normal;display:block; }
#Aq2xJrNHPHhF8peV7VaWB3cSUP4RH8xL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15rem;top:2.75rem;left:1.46875rem;overflow:hidden;display:block; }
#WIM74l2LmmTQdmsz5zcJnb4UVh5ZO9y9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.255859375rem;left:57.15625rem;overflow:hidden;display:block; }
#TwDGgCbwEImzTt3NqnyW8aqqKqpbHx4M { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:10rem;left:65.78125rem;overflow:hidden;display:block; }
#qCt09VAzvpTEFBgAxEU9BaTJwWfBSlyf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.8125rem;top:30.068359375rem;left:2.15625rem;overflow:hidden;display:block; }
#o8lQCENcM567sEdfNrnG4tnQlwVSbVJS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:40.193359375rem;left:9.28125rem;overflow:hidden;display:block; }
#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb3e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container { background-color: transparent; background-image: none; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container > .video-iframe-container { display: none; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row > .video-iframe-container { display: none; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .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); }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container { border-width: 0; border-radius: 0; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#pb3pei8Uma9DyPPuGGn38yiNvhPyr7rf { color:#1f7c5f;display:block;width:42.375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:10.375rem;left:16.3125rem;height:7.750375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJFXqu4Dzm1zX9pDf4nGOCgT8lBunbUS { color:#1f7c5f;display:block;width:35.5625rem;position:absolute;font-family:archer;font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5rem;left:19.71875rem;height:4.54900625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOePszLCKQy0ScchVIT73SKIa9SMOqO4 { background-color:#1f7c5f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:archer;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29rem;left:28.75rem;display:block; }
#lRBl8kvdNCML2O01yhZFkOXKgrw4ZUps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f7c5f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container { background-color: transparent; background-image: none; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container > .video-iframe-container { display: none; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row > .video-iframe-container { display: none; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .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); }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container { border-width: 0; border-radius: 0; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#yc5UtNcmNLbpIKQszHyGmZHbZa0iGFQ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:12.8125rem;top:9.84375rem;left:31.09375rem;overflow:hidden;display:block; }
#lT8DGqp79TEa7ku4aoLALR3oNlqGTZda { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#TsPi9X1wOqoTVVlxM1yiaagWSu9VA5ne { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:16.28125rem;left:0rem;overflow:hidden;display:block; }
#JDDtXThBNEBxk8MoTrGuPgso9g2951go { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:19.90625rem;left:0rem;overflow:hidden;display:block; }
#ABl1lE2sLpTmsxcTAAI3odOJVSorlxUk { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.13671875rem;left:2.75rem;height:1.7871125rem;font-style:normal;display:block; }
#DJerFMITqq1vTWSZiFlKCMhLPrwNLZNB { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.60546875rem;left:2.75rem;height:1.7871125rem;font-style:normal;display:block; }
#SnW7L9RdeSza8p0GwEq2maMOBr7b0Q53 { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.3125rem;left:62.5rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KHiGSPU3oM26ZRMQrBPdAb5P9kHtXbT1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:16.0625rem;left:70.125rem;overflow:hidden;display:block; }
#t5G5RssAfsEAF4Mo4SAlzvXeFAi8SsdL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.125rem;top:16rem;left:73.375rem;overflow:hidden;display:block; }
#WK5cV6Zckmn5JOiuO9vOoWeU11Swnl6o { color:#abded4;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.09375rem;left:56.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZqqNIsvhRz5AqoqeOavfSD6ywTswICQ { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.13671875rem;left:2.75rem;height:1.7871125rem;font-style:normal;display:none; }
#lsN75icbCq50F511UTrK4DvkVu4oUQoD { color:#abded4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.13671875rem;left:2.75rem;height:1.7871125rem;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S46G3zfSTrGDDpCQlsf5r1Ad6I6Hk8oz { top:1.375rem;left:0rem;width:8.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXy3d4CLD2opzKeukWhobU8lu1BKhsF2 { top:12.75rem;left:0rem;width:47.75rem;height:8.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTwbegE0P6IWlG20848gAo9BRb6ubwT { top:23.1875rem;left:6rem;width:35.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3 { width:15.625rem;height:3.4375rem;top:1.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvCPeOkSgbTAKgeoXviMGgRCH1TNBPbp { display:block; }
 }@media only screen and (max-width: 763px) { #IpZNTNEoRN2s7meODVuLmMkkwcNmDCq7 { top:16.125rem;left:39.1875rem;width:8.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff { display:none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XuuBNd0aCtBz2KKiJT93N7wxRnFx1olk { top:29.0625rem;left:39.1875rem;width:8.5625rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqiuFFq8gQFGLGumQNUKoU4GqQbAaC4C { top:20.0625rem;left:7.1875rem;width:33.375rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX { display:block; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTTzIrcMhH47X40nhsE5CBr8Zd2kMmgK { top:6.0625rem;left:0rem;width:28.3125rem;height:5.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy2iTawp9FyvKCDrRXAzllg9BCXXiroJ { top:7.1875rem;left:16.625rem;width:31.125rem;height:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lER5R1RoLvsxXh4dukd6saTUC5BNA5GL { display:block; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5nNoV3VI4IdWEB4ntni6dNJa23KOVH6 { top:6.1875rem;left:8.78125rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsswvPgCan97IrH6VEL8ZINStWm70o3v { top:7.625rem;left:0rem;width:47.75rem;height:5.4103430353431rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdhxopIPX9D0vaf9WKsaaaqdhLzHdhX { top:6.125rem;left:0rem;width:35rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 { display:block; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6GqAgXKUB4x0gc2OTU2vXibZJFVtBrU { top:6.25rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23XkR0yrbIaVaWquZwiT2C0CNCP4ImG { top:10.25rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJB4x7TT2c1AA6cRQqOrVCcmouDv3mA { top:5.875rem;left:0rem;width:36.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TigVuTWP6Ht6rNQ2Aeqp9WMU11ICe6G2 { top:9.875rem;left:0rem;width:36.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvffQ2MuwLif6CFVPLSxrsGPEHU8Wz1b { top:13.8125rem;left:0rem;width:36.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeGEIzXLE39NyMeoegBtmKXo8TKoy9Ck { top:14.1875rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGaknIONJ7qabgvgDNay51vs9TVCKPOZ { top:18.1875rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONed86IA3Fxhqwu6yfG97L2e7W1rhgh { top:17.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCzRmX4AvqAKmOh7w0A1w0C44bG1hOOO { top:21.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSF2W5IWnMWvk121840qW2L96wUNNr8Q { top:22.1875rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgFJT6Zo0HDzRGUFhTR75CbTL1N7r5Ki { top:27.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MewD1CWTtD6EW0vpCL6oRIrfst1QzMER { top:28.1875rem;left:9.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 { display:block; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA { display:block; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPHBQkmzWUVZe176n6KxWqT7yCQ7de9H { top:0rem;left:1.3125rem;width:45.125rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #draqOM9pEw2qg3DgXAsvE2XezkvPklTs { top:5.5rem;left:5.84375rem;width:36.0625rem;height:0;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSZ2UT8xZExGwzXWK6CU8lWRN9KLAph { top:12.625rem;left:28.34375rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZqZNECuGWC4saaVcqns6OeHl1DcgID { top:12.625rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwDHlT34QiJBc9h6ZflHz21eiMAQcnJ { top:28.3125rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmi3FlJWWxZQnWTMecWxwT1uwedVLSeD { top:28.3125rem;left:28.34375rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVrVgJPSIr6fLNMshTSJ2dFLPPF8Jca { top:16.5625rem;left:6.65553855896rem;width:19.0625rem;height:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVInyaaem6c7vIUpeTtQpHsNhMXD6rci { top:30.4375rem;left:6.65553855896rem;width:18.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9O490q4ZaznpviKHVSEWuv7Sys1lx78 { top:15.0625rem;left:29rem;width:18.75rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaWAqTzhNCMzwSNilTIbaHi3u97mQXiX { top:30.4375rem;left:28.5rem;width:19.25rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev89AslxLBqGAI1dbxaHfCoZZzhJccJg { top:12.6875rem;left:6.65625rem;width:22.3125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnIVREwht0qsGi7mzWED217x9kolPoP3 { top:12.625rem;left:33.875rem;width:13.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #myGc6wZN71HcoG4w7ee2va1fnRgkIVEl { top:28.3125rem;left:6.65625rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZTT5dXSQiWmTrtB2zkCM0ohFcZCU2rM { top:28.3125rem;left:34.9375rem;width:12.8125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 { display:block; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr { display:block; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbVFSefASvoGOtcbLyzE6rhLkygHghhL { top:13.25rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq2xJrNHPHhF8peV7VaWB3cSUP4RH8xL { top:2.75rem;left:0rem;width:15rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIM74l2LmmTQdmsz5zcJnb4UVh5ZO9y9 { top:4.25rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwDGgCbwEImzTt3NqnyW8aqqKqpbHx4M { top:10rem;left:42.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCt09VAzvpTEFBgAxEU9BaTJwWfBSlyf { top:30.0625rem;left:0rem;width:3.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lQCENcM567sEdfNrnG4tnQlwVSbVJS { top:40.1875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX { display:block; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb3pei8Uma9DyPPuGGn38yiNvhPyr7rf { top:10.375rem;left:2.6875rem;width:42.375rem;height:7.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFXqu4Dzm1zX9pDf4nGOCgT8lBunbUS { top:20.5rem;left:6.09375rem;width:35.5625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOePszLCKQy0ScchVIT73SKIa9SMOqO4 { width:17.5rem;height:3.4375rem;top:29rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRBl8kvdNCML2O01yhZFkOXKgrw4ZUps { display:block; }
 }@media only screen and (max-width: 763px) { #TF9NK04pkq35cgPs20nGCTEPwhCxdr87 { display:block; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yc5UtNcmNLbpIKQszHyGmZHbZa0iGFQ2 { top:9.8125rem;left:17.40625rem;width:12.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8DGqp79TEa7ku4aoLALR3oNlqGTZda { top:13.3125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPi9X1wOqoTVVlxM1yiaagWSu9VA5ne { top:16.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDDtXThBNEBxk8MoTrGuPgso9g2951go { top:19.875rem;left:0rem;width:1.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABl1lE2sLpTmsxcTAAI3odOJVSorlxUk { top:16.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJerFMITqq1vTWSZiFlKCMhLPrwNLZNB { top:19.5625rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnW7L9RdeSza8p0GwEq2maMOBr7b0Q53 { top:13.3125rem;left:35.125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHiGSPU3oM26ZRMQrBPdAb5P9kHtXbT1 { top:16.0625rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5G5RssAfsEAF4Mo4SAlzvXeFAi8SsdL { top:16rem;left:46.5rem;width:1.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5cV6Zckmn5JOiuO9vOoWeU11Swnl6o { top:21.0625rem;left:29.5625rem;width:18.0625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZqqNIsvhRz5AqoqeOavfSD6ywTswICQ { top:23.1875rem;left:0.25rem;width:10.375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsN75icbCq50F511UTrK4DvkVu4oUQoD { top:23.1875rem;left:0rem;width:10.375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S46G3zfSTrGDDpCQlsf5r1Ad6I6Hk8oz { width:4.1875rem;height:3.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXy3d4CLD2opzKeukWhobU8lu1BKhsF2 { width:17.375rem;height:8rem;top:7.875rem;left:1.3125rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnTwbegE0P6IWlG20848gAo9BRb6ubwT { width:18.125rem;height:3.25rem;top:16.9375rem;left:0.9375rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3 { width:9.4375rem;height:2.25rem;top:1.0625rem;left:10.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c91abe28-c1b7-4ace-ae24-2b12bf76b775/button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.adaptive-delivery-prevent-bg, #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.lazyload, #v3aHKTSSyOX2oI4I8tUz403tcxxUoZB3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GvCPeOkSgbTAKgeoXviMGgRCH1TNBPbp { display:block; }
 }@media only screen and (max-width: 763px) { #IpZNTNEoRN2s7meODVuLmMkkwcNmDCq7 { width:4.0625rem;height:5.6875rem;top:16.8125rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a28dd552-987d-4970-8f76-89e776fda1a6/trees.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.adaptive-delivery-prevent-bg, #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.lazyload, #g7gvIdTXHCcGkmwANbprswl3ag0Ixgff.lazyloading { background-image: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { background-color: transparent; background-image: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container > .video-iframe-container { display: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container { display: none; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .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); }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { border-width: 0; border-radius: 0; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7gvIdTXHCcGkmwANbprswl3ag0Ixgff > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuuBNd0aCtBz2KKiJT93N7wxRnFx1olk { width:4.0625rem;height:5.6875rem;top:3.75rem;left:13.59375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lqiuFFq8gQFGLGumQNUKoU4GqQbAaC4C { width:20rem;height:0;top:10.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX { display:block; }#syeZSVJ8Qw80TQdQQE76CBl5BDwA0dKX > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTTzIrcMhH47X40nhsE5CBr8Zd2kMmgK { width:17.875rem;height:2.76220625rem;top:1.375rem;left:1.0625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oy2iTawp9FyvKCDrRXAzllg9BCXXiroJ { width:20rem;height:11.3671875rem;top:5.01171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lER5R1RoLvsxXh4dukd6saTUC5BNA5GL { display:block; }#lER5R1RoLvsxXh4dukd6saTUC5BNA5GL > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5nNoV3VI4IdWEB4ntni6dNJa23KOVH6 { width:1.875rem;height:1.875rem;top:12.5rem;left:10.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TsswvPgCan97IrH6VEL8ZINStWm70o3v { width:20rem;height:2.2659510659685rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdhxopIPX9D0vaf9WKsaaaqdhLzHdhX { width:20rem;height:0;top:14.125534057618rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 { display:block; }#IBXGhvTZ8vRyUdU7o7C57BTtJFXnuci4 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6GqAgXKUB4x0gc2OTU2vXibZJFVtBrU { width:1.3125rem;height:1.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23XkR0yrbIaVaWquZwiT2C0CNCP4ImG { width:1.1875rem;height:1.1875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJB4x7TT2c1AA6cRQqOrVCcmouDv3mA { width:16.1875rem;height:1.13720625rem;top:2.50390625rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TigVuTWP6Ht6rNQ2Aeqp9WMU11ICe6G2 { width:17.4375rem;height:1.13720625rem;top:4.62890625rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvffQ2MuwLif6CFVPLSxrsGPEHU8Wz1b { width:16.625rem;height:1.13720625rem;top:6.9609375rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeGEIzXLE39NyMeoegBtmKXo8TKoy9Ck { width:1.1875rem;height:1.1875rem;top:6.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGaknIONJ7qabgvgDNay51vs9TVCKPOZ { width:1.1875rem;height:1.1875rem;top:9.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONed86IA3Fxhqwu6yfG97L2e7W1rhgh { width:18.0625rem;height:1.75rem;top:11.9375rem;left:1.84375rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BCzRmX4AvqAKmOh7w0A1w0C44bG1hOOO { width:17.1875rem;height:1.75rem;top:9.03125rem;left:1.90625rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gSF2W5IWnMWvk121840qW2L96wUNNr8Q { width:1.25rem;height:1.25rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgFJT6Zo0HDzRGUFhTR75CbTL1N7r5Ki { width:18.1875rem;height:1.75rem;top:14.671875rem;left:1.90625rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MewD1CWTtD6EW0vpCL6oRIrfst1QzMER { width:1.3125rem;height:1.3125rem;top:14.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 { display:block; }#iSZKSQUWPx5rgPIc1LlnaFdeL8urPPD0 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA { display:block; }#EEBW3h4dmHGZfX2Tgk0swnBDVhvmuKKA > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPHBQkmzWUVZe176n6KxWqT7yCQ7de9H { width:20rem;height:1.29980625rem;top:0.8603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #draqOM9pEw2qg3DgXAsvE2XezkvPklTs { width:20rem;height:3.0874rem;top:2.16015625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRSZ2UT8xZExGwzXWK6CU8lWRN9KLAph { width:2.375rem;height:2.375rem;top:21.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZqZNECuGWC4saaVcqns6OeHl1DcgID { width:2.5625rem;height:2.5625rem;top:6.9306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwDHlT34QiJBc9h6ZflHz21eiMAQcnJ { width:2.3125rem;height:2.3125rem;top:34.0400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmi3FlJWWxZQnWTMecWxwT1uwedVLSeD { width:2.375rem;height:2.375rem;top:44.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVrVgJPSIr6fLNMshTSJ2dFLPPF8Jca { width:17rem;height:9.09375rem;top:9.4931640625rem;left:3rem;font-size:0.875rem;font-family:archer;display:block; }
 }@media only screen and (max-width: 763px) { #VVInyaaem6c7vIUpeTtQpHsNhMXD6rci { width:17rem;height:6.8203125rem;top:35.4658203125rem;left:3rem;font-size:0.875rem;font-family:archer;display:block; }
 }@media only screen and (max-width: 763px) { #D9O490q4ZaznpviKHVSEWuv7Sys1lx78 { width:16.875rem;height:9.09375rem;top:22.609375rem;left:3.125rem;font-size:0.875rem;font-family:archer;display:block; }
 }@media only screen and (max-width: 763px) { #HaWAqTzhNCMzwSNilTIbaHi3u97mQXiX { width:16.625rem;height:11.3671875rem;top:46.125rem;left:3rem;font-size:0.875rem;font-family:archer;display:block; }
 }@media only screen and (max-width: 763px) { #ev89AslxLBqGAI1dbxaHfCoZZzhJccJg { width:16.625rem;height:2.2744125rem;top:6.9306640625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hnIVREwht0qsGi7mzWED217x9kolPoP3 { width:16.625rem;height:1.13720625rem;top:21.078125rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #myGc6wZN71HcoG4w7ee2va1fnRgkIVEl { width:16.625rem;height:1.13720625rem;top:34.0400390625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uZTT5dXSQiWmTrtB2zkCM0ohFcZCU2rM { width:16.625rem;height:1.13671875rem;top:44.67578125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 { display:block; }#k9eQAUpcCrgPKtuzla2bbPAmzzh3zGX8 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr { display:block; }#NMMFBTxLBfDqFNOzRt3uwPnPT3ROSvcr > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbVFSefASvoGOtcbLyzE6rhLkygHghhL { width:20rem;height:12.50390625rem;top:8.41015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq2xJrNHPHhF8peV7VaWB3cSUP4RH8xL { width:7.125rem;height:4.4375rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIM74l2LmmTQdmsz5zcJnb4UVh5ZO9y9 { width:1.875rem;height:1.875rem;top:24.5390625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwDGgCbwEImzTt3NqnyW8aqqKqpbHx4M { width:1.875rem;height:1.875rem;top:24.5390625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCt09VAzvpTEFBgAxEU9BaTJwWfBSlyf { width:1.875rem;height:1.875rem;top:24.5390625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lQCENcM567sEdfNrnG4tnQlwVSbVJS { width:1.875rem;height:1.875rem;top:24.5390625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX { display:block; }#rh2MKt6OIyXTHTOoukZ2T6wEaIPqPNsX > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pb3pei8Uma9DyPPuGGn38yiNvhPyr7rf { width:20rem;height:6rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFXqu4Dzm1zX9pDf4nGOCgT8lBunbUS { width:18.8125rem;height:4.62890625rem;top:11.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOePszLCKQy0ScchVIT73SKIa9SMOqO4 { width:17.5rem;height:3.4375rem;top:18.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRBl8kvdNCML2O01yhZFkOXKgrw4ZUps { display:block; }
 }@media only screen and (max-width: 763px) { #TF9NK04pkq35cgPs20nGCTEPwhCxdr87 { display:block; }#TF9NK04pkq35cgPs20nGCTEPwhCxdr87 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yc5UtNcmNLbpIKQszHyGmZHbZa0iGFQ2 { width:8.9375rem;height:7.0625rem;top:4.361328125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8DGqp79TEa7ku4aoLALR3oNlqGTZda { width:12.5rem;height:1.7871125rem;top:14.6875rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsPi9X1wOqoTVVlxM1yiaagWSu9VA5ne { width:1.5rem;height:1.5rem;top:17.65625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDDtXThBNEBxk8MoTrGuPgso9g2951go { width:1.5rem;height:1.1875rem;top:20.078125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABl1lE2sLpTmsxcTAAI3odOJVSorlxUk { width:10.375rem;height:1.21875rem;top:17.796875rem;left:7rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJerFMITqq1vTWSZiFlKCMhLPrwNLZNB { width:6.4375rem;height:0;top:20.76171875rem;left:5.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SnW7L9RdeSza8p0GwEq2maMOBr7b0Q53 { width:12.5rem;height:1.7871125rem;top:24.25rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHiGSPU3oM26ZRMQrBPdAb5P9kHtXbT1 { width:2rem;height:2rem;top:26.412109375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5G5RssAfsEAF4Mo4SAlzvXeFAi8SsdL { width:1.125rem;height:2rem;top:26.412109375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK5cV6Zckmn5JOiuO9vOoWeU11Swnl6o { width:18.0625rem;height:1.13720625rem;top:31.5rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZqqNIsvhRz5AqoqeOavfSD6ywTswICQ { width:10.375rem;height:;top:23.203125rem;left:4.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lsN75icbCq50F511UTrK4DvkVu4oUQoD { width:10.375rem;height:1.21875rem;top:20.0625rem;left:7rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }