.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;
  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;
}
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); }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk { position:relative;display:block; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk { background-color: transparent; background-image: none; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row .container > .video-iframe-container { display: none; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row > .video-iframe-container { display: none; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .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); }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk { border-width: 0; border-radius: 0; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .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:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#peNcWNQb8pIHbkH58maUglhdOsJEnM8G { z-index:15004;top:3.9375rem;left:62.625rem;background-color:#00ae32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.19) ;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:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ueM84lX6DVeWuS1BNnRk0TIS7FSFEB06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXmc7zBodEp9wzkOJz4UP8alnFHsu5yR { color:#115d00;display:block;width:37.5625rem;position:absolute;font-family:"bebas neue";font-size:3.8125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:4.19385rem;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#115d00;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#AhtNhFdWgsE8lpV7Iy1iAFvicDMiOUI1 { color:#ffffff;display:block;width:39.3105625rem;position:absolute;font-family:"source sans pro";font-size:4.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.8740234375rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#BSskDIkh7Ue18daEMHQn54xht9bc9kCk { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.123046875rem;left:0rem;height:6.09375rem;font-style:normal;display:block; }
#fctByxLHRw3wCNX6mVxJJEquqErtvkVq { z-index:15003;top:29.5498046875rem;left:0rem;background-color:#ff7f00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #c85413;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"source sans pro";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZyxGWteTxBsE9uA3Am1Qps1IzNaxpCEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:24.25rem;left:0rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
#MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:24.25rem;left:11.5rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
#iyerlQJSzMthN7kPogtWGcGbX11cqhIE { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:24.25rem;left:23.9375rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iyerlQJSzMthN7kPogtWGcGbX11cqhIE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iyerlQJSzMthN7kPogtWGcGbX11cqhIE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
#sR2goTunLhHi17tpyxFVa6Z970fLQfe6 { box-sizing:content-box;height:11.8125rem;width:34.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a102ae8a-c0f1-4417-9e60-d66e1727b9a5/downloadbq.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:41.46875rem;display:block; }#sR2goTunLhHi17tpyxFVa6Z970fLQfe6.adaptive-delivery-prevent-bg, #sR2goTunLhHi17tpyxFVa6Z970fLQfe6.lazyload, #sR2goTunLhHi17tpyxFVa6Z970fLQfe6.lazyloading { background-image: none; }
#TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC { box-sizing:content-box;height:16rem;width:34.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/47b51899-1767-458c-91d1-5c74b3cca5fc/generatedimageseptember2920251107am168da92ef6111e.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.9375rem;left:41.4375rem;display:block; }#TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC.adaptive-delivery-prevent-bg, #TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC.lazyload, #TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC.lazyloading { background-image: none; }
#reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW { box-sizing:content-box;height:14.75rem;width:34.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2c85159b-3229-4a39-8bf7-ff83cea0c859/download20250929T102856092.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:41.4375rem;display:block; }#reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW.adaptive-delivery-prevent-bg, #reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW.lazyload, #reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW.lazyloading { background-image: none; }
#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2276258f-f28a-4ce6-9a3b-a69c60f5eecc/eggshell.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp.adaptive-delivery-prevent-bg, #As8qip5Sup7VDoUho0z3qAl4Tab5GeJp.lazyload, #As8qip5Sup7VDoUho0z3qAl4Tab5GeJp.lazyloading { background-image: none; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container { background-color: transparent; background-image: none; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container > .video-iframe-container { display: none; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row > .video-iframe-container { display: none; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .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); }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container { border-width: 0; border-radius: 0; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#NfPicN4s3E5yF0eaAS91qmpzwiahScbu { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f94f0677-0123-4581-90cf-8386d44583e5/download20250117T101347406.webp");background-position:center left !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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:39rem;display:block; }#NfPicN4s3E5yF0eaAS91qmpzwiahScbu.adaptive-delivery-prevent-bg, #NfPicN4s3E5yF0eaAS91qmpzwiahScbu.lazyload, #NfPicN4s3E5yF0eaAS91qmpzwiahScbu.lazyloading { background-image: none; }
#NfPicN4s3E5yF0eaAS91qmpzwiahScbu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NfPicN4s3E5yF0eaAS91qmpzwiahScbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#USLZU5Fdf8H8JhrNSHmTpZIqpT5fv5uH { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:41rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c4993d8-ba76-45a1-aa0a-fcbe9b949fd2/download20250117T101251616.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:58.125rem;display:block; }#wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49.adaptive-delivery-prevent-bg, #wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49.lazyload, #wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49.lazyloading { background-image: none; }
#wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#ko6tVwy6SfU8XX1Kz7FHvihuEZfV8bzB { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:12.125rem;left:60.1875rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PH1Mobn34swrLmu751uwFZEQ23M3K1e9 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e5114c6-6503-4592-b043-acb9726f4561/download20250117T122700949.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:19.375rem;display:block; }#PH1Mobn34swrLmu751uwFZEQ23M3K1e9.adaptive-delivery-prevent-bg, #PH1Mobn34swrLmu751uwFZEQ23M3K1e9.lazyload, #PH1Mobn34swrLmu751uwFZEQ23M3K1e9.lazyloading { background-image: none; }
#PH1Mobn34swrLmu751uwFZEQ23M3K1e9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PH1Mobn34swrLmu751uwFZEQ23M3K1e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6de78f1b-d92d-432f-ae59-41d75cb4d2a7/download20250117T122528556.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:0rem;display:block; }#XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh.adaptive-delivery-prevent-bg, #XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh.lazyload, #XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh.lazyloading { background-image: none; }
#XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#D5QQb2WpWQ3ZF5v7uGKTZkV9dcCyueW8 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:2rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kS2Wrc0bMidoaFye730hZVAWbkW0y6Xe { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:21.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2276258f-f28a-4ce6-9a3b-a69c60f5eecc/eggshell.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425.adaptive-delivery-prevent-bg, #leTFu0HC8hNVv7SFJKWonBsyIbNBt425.lazyload, #leTFu0HC8hNVv7SFJKWonBsyIbNBt425.lazyloading { background-image: none; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container { background-color: transparent; background-image: none; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container > .video-iframe-container { display: none; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row > .video-iframe-container { display: none; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .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); }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container { border-width: 0; border-radius: 0; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c4f6e6c-ad67-4a24-8011-cbda1883cc9d/download20250117T122744432.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:38.75rem;display:block; }#pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm.adaptive-delivery-prevent-bg, #pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm.lazyload, #pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm.lazyloading { background-image: none; }
#pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#le2WWf8HDP13G213VcC88Q1GGHJlhCqd { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.90625rem;left:40.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDFsc0r0kzlUlT03zA0foZm37Bbf9tGf { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:6.25rem;left:58.9375rem;height:5.25rem;font-style:normal;display:block; }
#c1MhpTHsv2PzyaT1D3qyA2nLL9TTIHiE { z-index:15005;top:13.3125rem;left:59.03125rem;background-color:#00ae32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.19) ;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:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rnpEEB31fmXEgucaiQQvOhnEt5DudUgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkbvLAucW21ISPlZyxToThtNz6H1o81M { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/107327ea-67a1-4c54-95d7-390c3adac091/download20250117T101203137.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:19.375rem;display:block; }#fkbvLAucW21ISPlZyxToThtNz6H1o81M.adaptive-delivery-prevent-bg, #fkbvLAucW21ISPlZyxToThtNz6H1o81M.lazyload, #fkbvLAucW21ISPlZyxToThtNz6H1o81M.lazyloading { background-image: none; }
#fkbvLAucW21ISPlZyxToThtNz6H1o81M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#fkbvLAucW21ISPlZyxToThtNz6H1o81M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b20558d5-8786-4116-bfa0-585c4eb9d31a/download20250117T094612357.webp");background-position: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;height:16.875rem;width:16.875rem;top:3.0625rem;left:0rem;display:block; }#k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6.adaptive-delivery-prevent-bg, #k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6.lazyload, #k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6.lazyloading { background-image: none; }
#k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#ExH7bAifPfzP0PxQgf55XZcQWnBb59Cw { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:2rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLFsw2zFvKZDTteLRmC9h45e5vfsfAy7 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:21.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3dce3;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; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container { background-color: transparent; background-image: none; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container > .video-iframe-container { display: none; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row > .video-iframe-container { display: none; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .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); }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container { border-width: 0; border-radius: 0; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#a35hse0fcRNEApw9vIa2cMNUpUdI5RZH { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:14.755859375rem;left:0rem;height:5.0996125rem;font-style:normal;display:block; }
#Ouzu9fkhuxsEUxlRTzGDHtA6CU4ATvSK { color:#007c26;display:block;width:33.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:10rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#MWxyDM7bmyboKLCEuColiZSECX83wwMN { box-sizing:content-box;height:34.375rem;width:57.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0d86aedb-27bd-4364-8d41-8c5e8a0b9a49/whatsappimage20250521at110423682f1f16c136a.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:40.6875rem;display:block; }#MWxyDM7bmyboKLCEuColiZSECX83wwMN.adaptive-delivery-prevent-bg, #MWxyDM7bmyboKLCEuColiZSECX83wwMN.lazyload, #MWxyDM7bmyboKLCEuColiZSECX83wwMN.lazyloading { background-image: none; }
#NJr7FTv9zCpGZ3oZgEfJyZOX76fqNVfm { color:#115d00;display:block;width:31.8125rem;position:absolute;font-family:"bebas neue";font-size:6rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.8369140625rem;left:0rem;height:6.599625rem;font-style:normal;display:block; }
#MenD1KRlhfPghTgMkbAToVotzqkI59Jb { z-index:15006;top:22.3125rem;left:0rem;background-color:#00ae32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.19) ;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:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tSWa6ayR9FQGEz6i3KSpTkSneV0cae1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM { position:relative;display:none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM { border-width: 0; border-radius: 0; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007c26;background-image:url("https://images.assets-landingi.com/uc/2276258f-f28a-4ce6-9a3b-a69c60f5eecc/eggshell.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K.adaptive-delivery-prevent-bg, #y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K.lazyload, #y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K.lazyloading { background-image: none; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container { background-color: transparent; background-image: none; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container > .video-iframe-container { display: none; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row > .video-iframe-container { display: none; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .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); }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container { border-width: 0; border-radius: 0; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.1875rem;left:35.6875rem;height:17.8125rem;font-style:normal;display:block; }#ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efdeea5454edf3af98d309745fdd7ad0e154a79d.svg); }
#Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ { box-sizing:content-box;height:34.9375rem;width:53.8125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d951ac1b-140e-473c-acab-118391d4fc8a/Come_disinfettare_la_casa_in_modo_naturale_tea_tree_oil.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-23.25rem;display:block; }#Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ.adaptive-delivery-prevent-bg, #Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ.lazyload, #Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ.lazyloading { background-image: none; }
#PNymO805HkaUKMEeGZBuVT7Ox0GI2lKC { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.3125rem;left:35.6875rem;height:3.4375rem;font-style:normal;display:block; }
#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container { background-color: transparent; background-image: none; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container > .video-iframe-container { display: none; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row > .video-iframe-container { display: none; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .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); }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container { border-width: 0; border-radius: 0; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f1061f1-c188-4725-ada9-7ec770ad6212/GOPR7347.jpg");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:38.1875rem;top:6.625rem;left:36.8125rem;display:block; }#ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF.adaptive-delivery-prevent-bg, #ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF.lazyload, #ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF.lazyloading { background-image: none; }
#aTkw1FTfOTQoKaiTPg7qdBs9mXfpRLaI { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:10.125rem;left:0rem;height:21.667975rem;font-style:normal;display:block; }
#dOkasXLpwpPITybzBuo4wwCaiPG0HA48 { color:#007c26;display:block;width:28.8125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:7.0625rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#R7GdaBihyGScA8mRQdINKWSANlArEKzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ed951bd-0290-443c-a3e7-23d70a75e1cf/aprilpethybridgefYO0sHDF9Dwunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK.adaptive-delivery-prevent-bg, #R7GdaBihyGScA8mRQdINKWSANlArEKzK.lazyload, #R7GdaBihyGScA8mRQdINKWSANlArEKzK.lazyloading { background-image: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { background-color: transparent; background-image: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,16,10,0.81); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container > .video-iframe-container { display: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,16,10,0.81); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row > .video-iframe-container { display: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .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); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { border-width: 0; border-radius: 0; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#vRWJnTJ3KD3pFe6HPdn8zvEHD85POXkE { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:8.75rem;left:9.34375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACllbeHRfWGfKcwKrx2nNNxZZ4FicQTd { z-index:15004;top:17.375rem;left:27.78125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff4f;border-left:0.0625rem solid #00ff4f;border-right:0.0625rem solid #00ff4f;border-bottom:0.0625rem solid #00ff4f;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#00ff4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iDr3oJeaCwUKa1Q32Qxo8SOyH6SeI7h4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2276258f-f28a-4ce6-9a3b-a69c60f5eecc/eggshell.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de.adaptive-delivery-prevent-bg, #vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de.lazyload, #vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de.lazyloading { background-image: none; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container { background-color: transparent; background-image: none; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container > .video-iframe-container { display: none; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row > .video-iframe-container { display: none; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .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); }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container { border-width: 0; border-radius: 0; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28812ff6-db4f-4821-ad7c-ee0450026caa/DSC03821.jpg");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:59.875rem;top:3.875rem;left:-22.3125rem;display:block; }#N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm.adaptive-delivery-prevent-bg, #N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm.lazyload, #N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm.lazyloading { background-image: none; }
#nJfXJMRkpiyE3n5WayAul9mTVtJNTpmo { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8.125rem;left:43.5rem;height:21.667925rem;font-style:normal;display:block; }
#u1q6NeV1UevdXgdA0U10n2lNipuQzW41 { color:#007c26;display:block;width:28.8125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:43.5rem;height:3.1875rem;font-style:normal;display:block; }
#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007c26;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; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container { background-color: transparent; background-image: none; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container > .video-iframe-container { display: none; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row > .video-iframe-container { display: none; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .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); }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container { border-width: 0; border-radius: 0; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#DvCa95tnGViHI4a2MV9Fog5vCeFJGBvr { color:#ffffff;display:block;width:28.0603125rem;position:absolute;font-family:"source sans pro";font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3.32275390625rem;left:22.781982421875rem;height:2.95605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAbghUqeeJO1WiEUHv4xn5lL374KFIro { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7rem;left:0rem;height:0;font-style:normal;display:none; }
#b0FatmDLJoL20Ulo6ka2Slwu9OrRbMNv { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.9375rem;left:0rem;height:0;font-style:normal;display:none; }
#NW9x44bbMk2heNxodB5nFgN5Mupa2oDD { z-index:15004;top:17.375rem;left:27.78125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff4f;border-left:0.0625rem solid #00ff4f;border-right:0.0625rem solid #00ff4f;border-bottom:0.0625rem solid #00ff4f;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#00ff4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tJiHeTb328uWAtmf1PxNSIMZ87qpEEZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2g7VoaUw4p0k5hqvfpzKvQ4iGZkq7mu { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.125rem 0.8125rem rgba(0,0,0,0.15) ;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:none; }
#A2P0RoA8wuKeqkxTmncFMq5TZL3k0a3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UK7s35501rMGW2TZNRq06ZXxwpwFs9zw { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#vTHUMwT1tTUBBlqIqI9Z5XDnoPgTPvfQ { color:#ffffff;display:block;width:37.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:9.271728515625rem;left:18.75rem;height:1.6875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sgn31Cgu0aAmUgbAusVVH4vDdmpVzuPq { color:#f59a30;display:block;width:48.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.029296875rem;left:13.779296875rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yofrurrsk1F26cs8kH4zyKEO2TRwHI7V { z-index:15005;top:14.41845703125rem;left:23.77880859375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"source sans pro";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.2495rem;height:4.5620125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PBff30mLP66RLd6e1hNgKSlwS8UGt9Tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX { background-color: transparent; background-image: none; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container > .video-iframe-container { display: none; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row > .video-iframe-container { display: none; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .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); }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX { border-width: 0; border-radius: 0; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e23XkDQhkzDEEFFtgGQAQc7qK1EGI9IV { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#A7iTquTPke7erSMhGMHzA7WnTMLHmOn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk { display:block; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peNcWNQb8pIHbkH58maUglhdOsJEnM8G { top:3.9375rem;left:35.375rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueM84lX6DVeWuS1BNnRk0TIS7FSFEB06 { display:block; }
 }@media only screen and (max-width: 763px) { #WXmc7zBodEp9wzkOJz4UP8alnFHsu5yR { width:37.5625rem;height:4.1875rem;top:3.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhtNhFdWgsE8lpV7Iy1iAFvicDMiOUI1 { width:39.25rem;height:8.25rem;top:5.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSskDIkh7Ue18daEMHQn54xht9bc9kCk { width:38.0625rem;height:6.0625rem;top:15.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fctByxLHRw3wCNX6mVxJJEquqErtvkVq { top:29.5rem;left:0rem;width:19.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxGWteTxBsE9uA3Am1Qps1IzNaxpCEa { display:block; }
 }@media only screen and (max-width: 763px) { #IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd { width:11.5rem;height:2.375rem;top:24.25rem;left:0rem;font-size:0.875rem;display:block; }#IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w { width:11.25rem;height:2.375rem;top:24.25rem;left:0rem;font-size:0.875rem;display:block; }#MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #iyerlQJSzMthN7kPogtWGcGbX11cqhIE { width:8.25rem;height:2.375rem;top:24.25rem;left:10.3125rem;font-size:0.875rem;display:block; }#iyerlQJSzMthN7kPogtWGcGbX11cqhIE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #sR2goTunLhHi17tpyxFVa6Z970fLQfe6 { width:34.6875rem;height:11.8125rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC { width:34.6875rem;height:16rem;top:9.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW { width:34.6875rem;height:14.75rem;top:24rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8qip5Sup7VDoUho0z3qAl4Tab5GeJp { display:block; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfPicN4s3E5yF0eaAS91qmpzwiahScbu { width:16.875rem;height:16.875rem;top:3.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLZU5Fdf8H8JhrNSHmTpZIqpT5fv5uH { width:12.25rem;height:3.75rem;top:13.9375rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49 { width:16.875rem;height:16.875rem;top:3.0625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko6tVwy6SfU8XX1Kz7FHvihuEZfV8bzB { width:11.1875rem;height:5.625rem;top:12.125rem;left:36.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH1Mobn34swrLmu751uwFZEQ23M3K1e9 { width:16.875rem;height:16.875rem;top:3.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh { width:16.875rem;height:16.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QQb2WpWQ3ZF5v7uGKTZkV9dcCyueW8 { width:13.75rem;height:3.75rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2Wrc0bMidoaFye730hZVAWbkW0y6Xe { width:13.75rem;height:3.75rem;top:13.9375rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTFu0HC8hNVv7SFJKWonBsyIbNBt425 { display:block; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm { width:16.875rem;height:16.875rem;top:3.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2WWf8HDP13G213VcC88Q1GGHJlhCqd { width:9.0625rem;height:3.75rem;top:13.875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDFsc0r0kzlUlT03zA0foZm37Bbf9tGf { width:12.5625rem;height:5.25rem;top:6.25rem;left:35.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MhpTHsv2PzyaT1D3qyA2nLL9TTIHiE { top:13.3125rem;left:37.1875rem;width:10.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpEEB31fmXEgucaiQQvOhnEt5DudUgr { display:block; }
 }@media only screen and (max-width: 763px) { #fkbvLAucW21ISPlZyxToThtNz6H1o81M { width:16.875rem;height:16.875rem;top:3.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6 { width:16.875rem;height:16.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExH7bAifPfzP0PxQgf55XZcQWnBb59Cw { width:13.75rem;height:3.75rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLFsw2zFvKZDTteLRmC9h45e5vfsfAy7 { width:13.75rem;height:3.75rem;top:13.9375rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND { display:block; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a35hse0fcRNEApw9vIa2cMNUpUdI5RZH { width:30.875rem;height:5.125rem;top:14.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouzu9fkhuxsEUxlRTzGDHtA6CU4ATvSK { width:33.375rem;height:3.1875rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxyDM7bmyboKLCEuColiZSECX83wwMN { width:47.75rem;height:34.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJr7FTv9zCpGZ3oZgEfJyZOX76fqNVfm { width:31.8125rem;height:6.5625rem;top:4.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MenD1KRlhfPghTgMkbAToVotzqkI59Jb { top:22.3125rem;left:0rem;width:11.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWa6ayR9FQGEz6i3KSpTkSneV0cae1c { display:block; }
 }@media only screen and (max-width: 763px) { #b4u06pTGIrXoCetAk47D0iWIbJE6BEXM { display:none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K { display:block; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo { width:34.625rem;height:17.8125rem;top:8.1875rem;left:13.125rem;font-size:1.25rem;display:block; }#ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efdeea5454edf3af98d309745fdd7ad0e154a79d.svg); }
 }@media only screen and (max-width: 763px) { #Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ { width:47.75rem;height:34.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNymO805HkaUKMEeGZBuVT7Ox0GI2lKC { width:39.3125rem;height:3.4375rem;top:3.3125rem;left:8.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbvc1QcdbEqXfQeOnCxQkJimVycvs208 { display:block; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF { width:38.1875rem;height:25.625rem;top:6.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkw1FTfOTQoKaiTPg7qdBs9mXfpRLaI { width:31.5rem;height:21.625rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkasXLpwpPITybzBuo4wwCaiPG0HA48 { width:28.8125rem;height:3.1875rem;top:7.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7GdaBihyGScA8mRQdINKWSANlArEKzK { display:block; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRWJnTJ3KD3pFe6HPdn8zvEHD85POXkE { width:47.75rem;height:6.75rem;top:8.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACllbeHRfWGfKcwKrx2nNNxZZ4FicQTd { top:17.375rem;left:14.15625rem;width:19.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDr3oJeaCwUKa1Q32Qxo8SOyH6SeI7h4 { display:block; }
 }@media only screen and (max-width: 763px) { #vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de { display:block; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm { width:47.75rem;height:28.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfXJMRkpiyE3n5WayAul9mTVtJNTpmo { width:31.5rem;height:21.625rem;top:8.125rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1q6NeV1UevdXgdA0U10n2lNipuQzW41 { width:28.8125rem;height:3.1875rem;top:5.125rem;left:18.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 { display:block; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvCa95tnGViHI4a2MV9Fog5vCeFJGBvr { width:28rem;height:2.9375rem;top:3.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbghUqeeJO1WiEUHv4xn5lL374KFIro { width:20.375rem;height:2.3125rem;top:7rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0FatmDLJoL20Ulo6ka2Slwu9OrRbMNv { width:20.375rem;height:7rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW9x44bbMk2heNxodB5nFgN5Mupa2oDD { top:17.375rem;left:14.15625rem;width:19.4375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJiHeTb328uWAtmf1PxNSIMZ87qpEEZo { display:block; }
 }@media only screen and (max-width: 763px) { #S2g7VoaUw4p0k5hqvfpzKvQ4iGZkq7mu { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2P0RoA8wuKeqkxTmncFMq5TZL3k0a3i { display:block; }
 }@media only screen and (max-width: 763px) { #UK7s35501rMGW2TZNRq06ZXxwpwFs9zw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTHUMwT1tTUBBlqIqI9Z5XDnoPgTPvfQ { top:9.25rem;left:0rem;width:37.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgn31Cgu0aAmUgbAusVVH4vDdmpVzuPq { top:7rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofrurrsk1F26cs8kH4zyKEO2TRwHI7V { top:14.375rem;left:0rem;width:27.1875rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBff30mLP66RLd6e1hNgKSlwS8UGt9Tx { display:block; }
 }@media only screen and (max-width: 763px) { #m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX { display:block; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e23XkDQhkzDEEFFtgGQAQc7qK1EGI9IV { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7iTquTPke7erSMhGMHzA7WnTMLHmOn4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk { display:block; }#ObuFuBHk6xfwlyNrfddVz6fTH1JLMDLk > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peNcWNQb8pIHbkH58maUglhdOsJEnM8G { top:8.359375rem;left:3.09375rem;width:13.8125rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueM84lX6DVeWuS1BNnRk0TIS7FSFEB06 { display:block; }
 }@media only screen and (max-width: 763px) { #WXmc7zBodEp9wzkOJz4UP8alnFHsu5yR { width:13.0625rem;height:2.54296875rem;top:1.541015625rem;left:3.46875rem;font-size:2.3125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#115d00;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhtNhFdWgsE8lpV7Iy1iAFvicDMiOUI1 { width:19.9995rem;height:4.5rem;top:2.12451171875rem;left:0rem;font-size:2.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSskDIkh7Ue18daEMHQn54xht9bc9kCk { width:18.4980625rem;height:6.796875rem;top:7.4990234375rem;left:0.75rem;font-size:1.0625rem;line-height:1.6;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fctByxLHRw3wCNX6mVxJJEquqErtvkVq { top:20.265625rem;left:2.125rem;width:15.75rem;height:3.375rem;font-size:1rem;background-color:#f87100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxGWteTxBsE9uA3Am1Qps1IzNaxpCEa { display:block; }
 }@media only screen and (max-width: 763px) { #IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd { width:8.25rem;height:1.75rem;top:16.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }#IQSzP9ZTtKA5UoK3uT2NJZR7l8KcsGPd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w { width:6.5625rem;height:1.75rem;top:16.5625rem;left:7.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }#MKWqV8TyyUBTOp0qa4Pibb1t5PSqec6w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #iyerlQJSzMthN7kPogtWGcGbX11cqhIE { width:5.3125rem;height:1.75rem;top:16.625rem;left:14.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }#iyerlQJSzMthN7kPogtWGcGbX11cqhIE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a35f58a8362063561cb26e9da1670b8b7667cfb5.svg); }
 }@media only screen and (max-width: 763px) { #sR2goTunLhHi17tpyxFVa6Z970fLQfe6 { width:20rem;height:7.375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKBZrs2PBPqP5G96NNSmpLkwNfWVTAC { width:20rem;height:9.75rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reCD52vx2EfTMlNN7Ob2TvbM5fZcRxwW { width:20rem;height:8.375rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8qip5Sup7VDoUho0z3qAl4Tab5GeJp { display:block; }#As8qip5Sup7VDoUho0z3qAl4Tab5GeJp > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfPicN4s3E5yF0eaAS91qmpzwiahScbu { width:9.375rem;height:11rem;top:15.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLZU5Fdf8H8JhrNSHmTpZIqpT5fv5uH { width:6.875rem;height:2.5rem;top:22.5rem;left:11.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wR2W9qUUm1f5eVlhv7bTzGi3pzVReX49 { width:9.375rem;height:11rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko6tVwy6SfU8XX1Kz7FHvihuEZfV8bzB { width:6.875rem;height:3.75rem;top:21.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PH1Mobn34swrLmu751uwFZEQ23M3K1e9 { width:9.375rem;height:11rem;top:1.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkQeHRHeIWuI11r4wzcqLXBKlW7pouh { width:9.375rem;height:11rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QQb2WpWQ3ZF5v7uGKTZkV9dcCyueW8 { width:6.875rem;height:2.5rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kS2Wrc0bMidoaFye730hZVAWbkW0y6Xe { width:6.875rem;height:2.5rem;top:8.5625rem;left:11.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #leTFu0HC8hNVv7SFJKWonBsyIbNBt425 { display:block; }#leTFu0HC8hNVv7SFJKWonBsyIbNBt425 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkJQ0s2TUfT9UgHq1tds2Ua7NHLoeBTm { width:9.375rem;height:11rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #le2WWf8HDP13G213VcC88Q1GGHJlhCqd { width:6.875rem;height:2.5rem;top:22.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDFsc0r0kzlUlT03zA0foZm37Bbf9tGf { width:7.5625rem;height:3.673825rem;top:16.6875rem;left:11.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1MhpTHsv2PzyaT1D3qyA2nLL9TTIHiE { top:21.1875rem;left:11.125rem;width:8.375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpEEB31fmXEgucaiQQvOhnEt5DudUgr { display:block; }
 }@media only screen and (max-width: 763px) { #fkbvLAucW21ISPlZyxToThtNz6H1o81M { width:9.375rem;height:11rem;top:2.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3RkyUquWeyaBQKSzdX6UVRVsUBsndP6 { width:9.375rem;height:11rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExH7bAifPfzP0PxQgf55XZcQWnBb59Cw { width:6.875rem;height:2.5rem;top:10.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oLFsw2zFvKZDTteLRmC9h45e5vfsfAy7 { width:6.875rem;height:2.5rem;top:10.25rem;left:11.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND { display:block; }#tZQFT02oT3omrQrmNPJNdpfCtGZ0VyND > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a35hse0fcRNEApw9vIa2cMNUpUdI5RZH { width:20rem;height:2.9746125rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouzu9fkhuxsEUxlRTzGDHtA6CU4ATvSK { width:20rem;height:4.5rem;top:8rem;left:0rem;font-size:1.875rem;color:#000000;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWxyDM7bmyboKLCEuColiZSECX83wwMN { width:16.875rem;height:16.4375rem;top:18.4375rem;left:7.85546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJr7FTv9zCpGZ3oZgEfJyZOX76fqNVfm { width:20rem;height:4.8125rem;top:3.125rem;left:0rem;font-size:4.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MenD1KRlhfPghTgMkbAToVotzqkI59Jb { top:19.234375rem;left:0rem;width:11.5rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWa6ayR9FQGEz6i3KSpTkSneV0cae1c { display:block; }
 }@media only screen and (max-width: 763px) { #b4u06pTGIrXoCetAk47D0iWIbJE6BEXM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d86aedb-27bd-4364-8d41-8c5e8a0b9a49/whatsappimage20250521at110423682f1f16c136a.webp");background-position: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; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM.adaptive-delivery-prevent-bg, #b4u06pTGIrXoCetAk47D0iWIbJE6BEXM.lazyload, #b4u06pTGIrXoCetAk47D0iWIbJE6BEXM.lazyloading { background-image: none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container { background-color: transparent; background-image: none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container > .video-iframe-container { display: none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row > .video-iframe-container { display: none; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .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); }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container { border-width: 0; border-radius: 0; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4u06pTGIrXoCetAk47D0iWIbJE6BEXM > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K { display:block; }#y35hvPaUQSK2JzUwoTHfTcq40Lslfg1K > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo { width:19.8125rem;height:12.1875rem;top:9.25rem;left:0.1875rem;font-size:1.25rem;display:block; }#ew0ZQZXMuGip66gu8ofnPyLsN4U7L0xo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efdeea5454edf3af98d309745fdd7ad0e154a79d.svg); }
 }@media only screen and (max-width: 763px) { #Vf9Ax1AON1zAnb5ZbON8hX0it7Kt1xEQ { width:20rem;height:34.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNymO805HkaUKMEeGZBuVT7Ox0GI2lKC { width:20rem;height:4.3984375rem;top:3.6875rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kbvc1QcdbEqXfQeOnCxQkJimVycvs208 { display:block; }#kbvc1QcdbEqXfQeOnCxQkJimVycvs208 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckVTPoznwyMJEiNx39K2HpVh0ZosAHZF { width:20rem;height:13.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkw1FTfOTQoKaiTPg7qdBs9mXfpRLaI { width:20rem;height:23.79686875rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkasXLpwpPITybzBuo4wwCaiPG0HA48 { width:20rem;height:3.1875rem;top:3.0625rem;left:0rem;font-size:1.875rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R7GdaBihyGScA8mRQdINKWSANlArEKzK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ed951bd-0290-443c-a3e7-23d70a75e1cf/aprilpethybridgefYO0sHDF9Dwunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK.adaptive-delivery-prevent-bg, #R7GdaBihyGScA8mRQdINKWSANlArEKzK.lazyload, #R7GdaBihyGScA8mRQdINKWSANlArEKzK.lazyloading { background-image: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { background-color: transparent; background-image: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,16,10,0.81); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container > .video-iframe-container { display: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,16,10,0.81); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row > .video-iframe-container { display: none; }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .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); }#R7GdaBihyGScA8mRQdINKWSANlArEKzK > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRWJnTJ3KD3pFe6HPdn8zvEHD85POXkE { width:20rem;height:6rem;top:3.8125rem;left:0rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ACllbeHRfWGfKcwKrx2nNNxZZ4FicQTd { top:10.9716796875rem;left:2.34375rem;width:15.3125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDr3oJeaCwUKa1Q32Qxo8SOyH6SeI7h4 { display:block; }
 }@media only screen and (max-width: 763px) { #vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de { display:block; }#vLF2ybTbu0TOJ0zLOpiWWf2JMXsSZ5de > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N88ZfWzNLFuU9KWHeGl4g8LICxin1rJm { width:20rem;height:13.25rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfXJMRkpiyE3n5WayAul9mTVtJNTpmo { width:20rem;height:20.82223125rem;top:18.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1q6NeV1UevdXgdA0U10n2lNipuQzW41 { width:20rem;height:3.1875rem;top:16.375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 { display:block; }#wR2gpTQSZS22TLrXTXJ2sQ6ITa60dgG1 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvCa95tnGViHI4a2MV9Fog5vCeFJGBvr { width:17.5rem;height:0;top:16.7578125rem;left:1.84375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NAbghUqeeJO1WiEUHv4xn5lL374KFIro { width:20rem;height:2.8125rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b0FatmDLJoL20Ulo6ka2Slwu9OrRbMNv { width:16.499rem;height:0;top:21.1865234375rem;left:1.749267578125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NW9x44bbMk2heNxodB5nFgN5Mupa2oDD { top:14.625rem;left:2.3125rem;width:15.3125rem;height:3.49975625rem;font-size:1.0625rem;z-index:15005;color:#ffffff;border-top:0rem solid #f47934;border-left:2.8125rem solid #f47934;border-right:0rem solid #f47934;border-bottom:0rem solid #f47934;background-color:#f47934;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJiHeTb328uWAtmf1PxNSIMZ87qpEEZo { display:block; }
 }@media only screen and (max-width: 763px) { #S2g7VoaUw4p0k5hqvfpzKvQ4iGZkq7mu { width:2.8125rem;height:2.8125rem;top:15rem;left:3rem;font-size:1.3125rem;z-index:15016;box-shadow: 0rem 0.125rem 0.8125rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #A2P0RoA8wuKeqkxTmncFMq5TZL3k0a3i { display:block; }
 }@media only screen and (max-width: 763px) { #UK7s35501rMGW2TZNRq06ZXxwpwFs9zw { top:19.4990234375rem;left:9.125rem;width:1.75rem;height:1.75rem;z-index:15017;color:#ffffff;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTHUMwT1tTUBBlqIqI9Z5XDnoPgTPvfQ { width:20rem;height:1.4003875rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Sgn31Cgu0aAmUgbAusVVH4vDdmpVzuPq { width:20rem;height:3.32519375rem;top:9.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yofrurrsk1F26cs8kH4zyKEO2TRwHI7V { top:28.05664140625rem;left:0.5625rem;width:18.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBff30mLP66RLd6e1hNgKSlwS8UGt9Tx { display:block; }
 }@media only screen and (max-width: 763px) { #m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m6TFBLGmQAgHqyZbZtB4FDCskMEtD9ZX > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e23XkDQhkzDEEFFtgGQAQc7qK1EGI9IV { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7iTquTPke7erSMhGMHzA7WnTMLHmOn4 { display:block; }
 }