.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#dOuvtILtES44Ry7MHXAW21yu45oDV0cN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOuvtILtES44Ry7MHXAW21yu45oDV0cN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOuvtILtES44Ry7MHXAW21yu45oDV0cN > .row > .video-iframe-container { display: none; }#dOuvtILtES44Ry7MHXAW21yu45oDV0cN > .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); }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw.adaptive-delivery-prevent-bg, #hDiClAgMf7PhCCGvTKbskqbBU83BDcSw.lazyload, #hDiClAgMf7PhCCGvTKbskqbBU83BDcSw.lazyloading { background-image: none; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container { background-color: transparent; background-image: none; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container > .video-iframe-container { display: none; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row > .video-iframe-container { display: none; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .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); }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container { border-width: 0; border-radius: 0; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:75rem;position:relative;display:block; }#eFAGELE6AGQ92rgHaJ0ScJwafdfdZpoc { color:#b2554d;display:block;width:21.625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.6875rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xlBSLFCThuaIpupubONpLaqu6E3o2pDL { color:#5a442f;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DqAWVskPSxWWsbuc3uTgfpMhzCvyQ6q3 { position:absolute;display:block;z-index:15001;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:5.125rem;width:25.125rem;top:61.8125rem;left:24.9375rem;overflow:hidden;display:block; }
#XaUbb1qinUgf0ZqOoAgu2bzp22CQSPHr { color:#405b13;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bJBsxKF5ZPT3V4Z67wAkn6Ppv0OQC935 { color:#405b13;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EA15QZEIHwvvZsOeNBTyC0CmRI1G5G8w { position:absolute;display:block;z-index:15003;background-color:#f6d792;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:75rem;top:15.9375rem;left:0rem;display:block; }
#gd0zAnwdJ4i14hKpfqFnmBL6nlCXe7ci { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #d12828;border-left:0.125rem solid #d12828;border-right:0.125rem solid #d12828;border-bottom:0.125rem solid #d12828;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:73.875rem;top:16.4375rem;left:0.4375rem;display:block; }
#Czd26nJWzQTp4DnglWqMsHT20JaNobaL { color:#405b13;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eNl1Zuv7T7BeoBkB4fwFd4yp3ne0yAkO { color:#5f2105;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:23.9375rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bk4wdopX57PTM9zfDEpvFE764NcHJ5pg { color:#dc1452;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#r5zERnApsRCOaHmXsZVOERcHQTP9Z8OF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.34375rem;left:0rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGvDJbRDZNGi7zC4IhlIkVXTm2OfSFEu { position:absolute;display:block;z-index:14999;background-color:#6d0202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:69rem;top:34.5556640625rem;left:3rem;display:block; }
#EdiTAizaI2Gndm6tqb9Ngo24e4sDWQfr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #6d0202;border-left:0.0625rem solid #6d0202;border-right:0.0625rem solid #6d0202;border-bottom:0.0625rem solid #6d0202;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:22.5625rem;top:50.3720703125rem;left:26.21875rem;display:block; }
#sTLKdsLafN8dH0f2XWFUU61GctCayBVD { color:#dc1452;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uzm77y2KXkuXJiahdGPb5cxOH6pyBm9o { color:#5f2105;display:block;width:61.0625rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.625rem;left:6.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qO9TOaEaX8aNDmQ163llXfJHWIaSSPJz { color:#5f2105;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:44.9375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9e0000;background-image:none;color:#ffffff;padding-top:0.74625rem;padding-right:0.6625rem;padding-bottom:0.74625rem;padding-left:0.6625rem;display:block;align-items:center;width:3.973125rem;min-width:3.973125rem;height:4.00875rem;position:relative;font-family:arial;font-size:2.98375rem;font-weight:700;line-height:64.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-label { background-color:;background-image:none;color:#6d0202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.46625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.29875rem;height:1.58375rem;position:relative;font-family:"open sans";font-size:1.11875rem;font-weight:700;line-height:25.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:7.55125rem;padding-top:0.093125rem;padding-right:0.095rem;padding-bottom:0.093125rem;padding-left:0.095rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:51.7861328125rem;left:31.0908203125rem;z-index:15008; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #SoM4LZp9ad1TpsaIWDZUleRKplMHlcmT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #pbFkkwCQgm3kyVO3n3tqiqoha83ExXdT { width:auto; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #y0cqBz8PVqHTTUnE2a9X538axxk4snm4 {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ieFeIw5wyTTFws6q0G1ygfkaxp0vNdnM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vuH5I9W9grf4qMulcXo6OUThunTT7BWJ {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ePofN0AOkAXMpO0dgXVni1gM2nvKzztc {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vEB7TfrgmGnwIbflCNr9TL0AnqVc5pv9 { display:flex;position:relative;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #OONHJeaIt5aCa5TUI4TCQIcB5v3uvFRH {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #XT8zw9aKuQ9r8drV1L6yTQnmG98KpQtB {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #NR2WTvINDVvnlDfHEJsuuQeAEUHiDN4b { display:flex;position:relative;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #yra0eo2aEJ6PseUz8fsnu0wnVdlmPnqE {  }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #D6abhH4bsPallHsTDi3LaGKTriIhQTrQ {  }
#IilTozUmrcz59BzH9I0wwMKEqEv6xstV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV.adaptive-delivery-prevent-bg, #IilTozUmrcz59BzH9I0wwMKEqEv6xstV.lazyload, #IilTozUmrcz59BzH9I0wwMKEqEv6xstV.lazyloading { background-image: none; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container { background-color: transparent; background-image: none; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container > .video-iframe-container { display: none; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row > .video-iframe-container { display: none; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .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); }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container { border-width: 0; border-radius: 0; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH.adaptive-delivery-prevent-bg, #ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH.lazyload, #ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH.lazyloading { background-image: none; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container { background-color: transparent; background-image: none; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container > .video-iframe-container { display: none; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row > .video-iframe-container { display: none; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .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); }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container { border-width: 0; border-radius: 0; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#TMayJTqLBNTy61MaMZBLsnI0qeTbvSug { position:absolute;display:block;z-index:15007;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:2.5rem;left:35.0625rem;display:block; }
#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.0625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
#r5NCBty58erukRNgrv1Brd5S2cEKi9aB { color:#b2554d;display:block;width:21.625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.6875rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.4375rem;left:0rem;height:15rem;text-align:left;text-align-last:left;font-style:italic;display:none; }#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/i3M0VT0B/pngkit_ok_png_1920777.png); }
#PxJCpwOJr7ii5AHbeUfoTmDFaRxinrRc { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:21.125rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByvMMUBwtKH3layidTo7yWxNyIrDPs4D { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #e5a642;border-left:0.1875rem solid #e5a642;border-right:0.1875rem solid #e5a642;border-bottom:0.1875rem solid #e5a642;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:59.625rem;top:19rem;left:7.5625rem;display:block; }
#bQqfUfMFLgLpVJH1S7WMfcPylC1xm83m { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #e5a642;border-left:0.125rem solid #e5a642;border-right:0.125rem solid #e5a642;border-bottom:0.125rem solid #e5a642;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:59.625rem;top:19rem;left:7.5625rem;display:none; }
#J79oalTIKlUWahOJdJcKRL19WTTeMD1E { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:21.875rem;left:0.6875rem;display:none; }
#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2.adaptive-delivery-prevent-bg, #Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2.lazyload, #Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2.lazyloading { background-image: none; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container { background-color: transparent; background-image: none; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container > .video-iframe-container { display: none; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row > .video-iframe-container { display: none; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .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); }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container { border-width: 0; border-radius: 0; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container { background-color: transparent; background-image: none; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container > .video-iframe-container { display: none; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row > .video-iframe-container { display: none; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .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); }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container { border-width: 0; border-radius: 0; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container { font-size:0.875rem;font-family:arial;height:136.125rem;width:75rem;position:relative;display:block; }#SEsXV72GHwDMOW1QBohVz9UF9y3wTqwr { color:#3c3833;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3740234375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHL9sSB40RRaHHtS3RTR8fuv1iXLJZI6 { position:absolute;display:block;z-index:15000;background-color:#faebd0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:41.8125rem;width:21.25rem;top:15.5625rem;left:9.21875rem;display:block; }
#rVLMV7BI6gSBQpVsCIIXvR9GSJHNGKvm { color:#d12828;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:43.5rem;left:10.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxByZkRRdLnepb3BtFeJ1liMHLxhsfHe { position:absolute;display:block;z-index:15004;background-color:#f2efef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:41.8125rem;width:21.25rem;top:15.5625rem;left:43.6875rem;display:block; }
#s4INNdJCeTbxEDSDx3RuMSICxEW6aoKE { color:#d12828;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:43.5rem;left:44.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBdlQ5KNW9N0bnQWVO8PyQFN7qL4laD9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:16.5625rem;width:16.5625rem;top:24.6875rem;left:11.5625rem;overflow:hidden;display:block; }
#Pgf9oy2Jy0efxPtIE9iVBIpyrR15cnno { color:#d12828;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:45.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Of4OTkVRkO15e1KK1AgqTNTtCIkcFseZ { z-index:15020;top:56.0625rem;left:11.625rem;background-color:#25b304;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CTLmEvA31QVA0HoiFcchVHEpqyPTLeSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEQFmP1ZNO2HHTKk4Ae5J2NIHl7CNxxl { z-index:15021;top:56.0625rem;left:46.125rem;background-color:#25b304;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fPnkiSnVLMgTXglbMXe9aJ40pul5VsI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5VlCZDEVhy3ZmpnNs60878SvTFTAZuK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:16.5625rem;width:16.5625rem;top:24.6875rem;left:46.0625rem;overflow:hidden;display:block; }
#umCTm0F1dArbUZSuOk4vpDyxDNBWeDa8 { color:#d12828;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:45.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PV6EG6ofNblwm0MMz0aUwueCN0b03eGC { position:absolute;display:block;z-index:15026;background-color:#b2554d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.375rem;top:12.4365234375rem;left:31.3125rem;display:block; }
#cyo9MeHtE2MBx4JsznU7O8gh5OLkKdgy { color:#25b304;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48rem;left:11.40625rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRTJ165wxOWx9ubvmxbX3ypvbJQcoEb5 { color:#d12828;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6nhNGGkJqhmwRXGMsmNiN1EyLtqMGwD { color:#d12828;display:block;width:18.9375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.75rem;left:10.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1dbqqf6nzEAb1I7Bb8fcW74hS4TTCTA { color:#d12828;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:11.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dt9feTFBbIA9XKzdzmDQoUX30SsroVAf { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48rem;left:45.875rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd63Wr1ozp5fRmtOVnTZligCgCbZxQZZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #e5a642;border-left:0.125rem solid #e5a642;border-right:0.125rem solid #e5a642;border-bottom:0.125rem solid #e5a642;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:49.625rem;width:35.75rem;top:66.5rem;left:20.1875rem;display:block; }
#wcsmTx2AB7FBArTS8ShDTq5psJMV5KFl { background-color:#25b304;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:4.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:114.5625rem;left:24.65625rem;display:block; }
#g82iGDA87QNdRKBa23nrDJiim0pogePB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGTlzRorny18WdmiHqnSrsQ0LLGVITUf { color:#25b304;display:block;width:17.4375rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:109.75rem;left:29.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LoWZKNfXC8Hc2BO7xnmbORKw9Pym9q0k { color:rgba(37,179,4,0.51);display:block;width:11.5625rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:106.96875rem;left:32.1875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLhyq7EaC1D6eCrS297wQOdnwJn8l3yn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #000000 ;height:27.6875rem;width:27.6875rem;top:73rem;left:24.65625rem;overflow:hidden;display:block; }
#wNXFSXV2tdChLmEcOX9Elc1umC7M70zA { color:#e6596b;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:68.25rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXICfNpu0ixfqSgdlKsb5pRHpailvZvQ { color:#792804;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:53.25rem;left:10.4375rem;height:1.78125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZDJ38PbZqcJGHflVAheMzqgE1klxWcK1 { color:#792804;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:53.1875rem;left:44.9375rem;height:1.78125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p6ORzmfpaLIW1XfvmAvhIUFA2mskshSd { color:#3c3833;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3740234375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zUXe1w5tBoV16onfusZHd3D9c6MaMHVm { color:#d12828;display:block;width:18.9375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:44.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzcZ718mcR3OcXfKgInGisTHHpwDD0aT { color:#d12828;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:102.6875rem;left:27.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxFxn9BlH4rn0r6JQ0KGlJh3UTGnZQo4 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #6d0202;border-left:0.0625rem solid #6d0202;border-right:0.0625rem solid #6d0202;border-bottom:0.0625rem solid #6d0202;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:28.5rem;top:122.4375rem;left:23.9375rem;display:block; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9e0000;background-image:none;color:#ffffff;padding-top:0.74625rem;padding-right:0.6625rem;padding-bottom:0.74625rem;padding-left:0.6625rem;display:block;align-items:center;width:3.973125rem;min-width:3.973125rem;height:4.00875rem;position:relative;font-family:arial;font-size:2.98375rem;font-weight:700;line-height:64.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-label { background-color:;background-image:none;color:#6d0202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.46625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.29875rem;height:1.58375rem;position:relative;font-family:"open sans";font-size:1.11875rem;font-weight:700;line-height:25.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:7.55125rem;padding-top:0.093125rem;padding-right:0.095rem;padding-bottom:0.093125rem;padding-left:0.095rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:123.8125rem;left:31.9375rem;z-index:15007; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #mTb9FG1N71koBNCk5kTrtD5nUQtqacPO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #spHNvyREkMsoBkoVkxE7wFanlpznuNsT { width:auto; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #vSX1FLIJN2mxlCmn9zEo5enKuk6CTcaD {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #WUtk3pb9q1smS3WMxvTFy1ZpHwRobx2r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #M2M008T3ygKQiQD5PCoSM1d9HPEvC7F0 {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #SM69TdrDHZJqxEFy5HzDH8QdmpRwoPlp {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #FRmGRpTLA0fVxK17oUaoZuRS6TAmbG1T { display:flex;position:relative;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #GHAcpQmJB4MHb92BV3H8VWHweonAweIE {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #JggfNEQy12LopMic76csIPxBZhL2TseD {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #BI1lhaB1NUs7uqMraX6JFV8eJlypDqkT { display:flex;position:relative;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #AtGKXP4u55r2Uoq7ONcFakpBI3niZHmc {  }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #myQRxThDC3slHyTSJw1vwaaSfVW9IOPa {  }
#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz.adaptive-delivery-prevent-bg, #NmagR4J2KEtrd653SMpEX8lT5xpOJnwz.lazyload, #NmagR4J2KEtrd653SMpEX8lT5xpOJnwz.lazyloading { background-image: none; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container { background-color: transparent; background-image: none; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container > .video-iframe-container { display: none; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row > .video-iframe-container { display: none; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .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); }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container { border-width: 0; border-radius: 0; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP.adaptive-delivery-prevent-bg, #hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP.lazyload, #hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP.lazyloading { background-image: none; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container { background-color: transparent; background-image: none; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container > .video-iframe-container { display: none; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row > .video-iframe-container { display: none; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .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); }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container { border-width: 0; border-radius: 0; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#FfTAaGT7HIcnO0bg6nuVk84zswTLnLFR { position:absolute;display:block;z-index:15007;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:11rem;left:35.0625rem;display:block; }
#NP8vho9tnB0tJ4oXchd65acyVvqHs7wB { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rx54IxPT6OyXVCodgTTAtip3peWmTKuh { position:absolute;display:block;z-index:15008;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:34.6875rem;left:35.0625rem;display:block; }
#TWTMb8baoHBnlNCdrnq1FC8Z6VyGhuOH { color:#d12828;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csg2irglC7ppn7vf6rmfWTntW4Pi9HrT { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#me1X9kfevwTledrzZZQni4ZHkQaUmEx9 { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #6d0202;border-left:0.0625rem solid #6d0202;border-right:0.0625rem solid #6d0202;border-bottom:0.0625rem solid #6d0202;box-shadow: 0rem 0rem 0.3125rem #ffffff ;height:16.625rem;width:29.625rem;top:43.4375rem;left:22.6875rem;display:block; }
#mo5mdTfXTFeeIGMTAwPMDNuUMTA4sdrI { color:#790000;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:40rem;left:0rem;height:2.44375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF.adaptive-delivery-prevent-bg, #ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF.lazyload, #ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF.lazyloading { background-image: none; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container { background-color: transparent; background-image: none; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container > .video-iframe-container { display: none; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row > .video-iframe-container { display: none; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .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); }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container { border-width: 0; border-radius: 0; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#nCt0zMou19VTZJE2cNON4BtsXFLWRExS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:10.8125rem;top:0rem;left:61.8125rem;overflow:hidden;display:block; }
#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF.adaptive-delivery-prevent-bg, #TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF.lazyload, #TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF.lazyloading { background-image: none; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container { background-color: transparent; background-image: none; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container > .video-iframe-container { display: none; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row > .video-iframe-container { display: none; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .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); }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container { border-width: 0; border-radius: 0; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:block; }#IRU6OHlPT1hSx14AZCfCBuyIiI7v6CTd { position:absolute;display:block;z-index:15007;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:9.5625rem;left:35.0625rem;display:block; }
#a68QwPnpCOCyoUHvRK9wJTf2nxGe6zX2 { position:absolute;display:block;z-index:15008;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:35.375rem;left:35.0625rem;display:block; }
#KTbbMJRMRrs477Rl5qP3PAbTkfNI5FLz { color:#7f3412;display:block;width:27.0625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.9375rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:42.6875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
#JSrzVCb0nDRpTp6sS670v4m8KXU8vTka { color:#b2554d;display:block;width:21.625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.6875rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.8125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
#hD4yLM99lVly5rkVZqXdnd6WDtmd61zK { color:#d12828;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.171875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3.adaptive-delivery-prevent-bg, #XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3.lazyload, #XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3.lazyloading { background-image: none; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container { background-color: transparent; background-image: none; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container > .video-iframe-container { display: none; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row > .video-iframe-container { display: none; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .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); }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container { border-width: 0; border-radius: 0; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B.adaptive-delivery-prevent-bg, #AV8B3tieThPd3hQL3ySHWIBMB0w51S9B.lazyload, #AV8B3tieThPd3hQL3ySHWIBMB0w51S9B.lazyloading { background-image: none; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container { background-color: transparent; background-image: none; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container > .video-iframe-container { display: none; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row > .video-iframe-container { display: none; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .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); }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container { border-width: 0; border-radius: 0; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#vIX2WFv3ZCdfD1ViF980bh4U83OvBZhA { color:#411400;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.15625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeLHFU2RCvh1noVTD5WwM0Ob2F7tBnra { color:#b2554d;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:18.3125rem;left:0rem;height:26.5625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DQJZ9mrCQUt5UTdSabfcGXOBtNMSOKrP { position:absolute;display:block;z-index:15006;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:16rem;left:35.0625rem;display:block; }
#RJrxEwaFbTvGV1gWuCWpXl9x2CZFnpRE { color:#d12828;display:block;width:75rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.234375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sw89f3UDyk0MdlTcppJ0PvxoPKe4RlOV { z-index:15021;top:46.875rem;left:21.875rem;background-color:#25b304;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#REbvu6KISzBpBBRh7eSLIPIn5es9rkKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9.adaptive-delivery-prevent-bg, #qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9.lazyload, #qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9.lazyloading { background-image: none; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container { background-color: transparent; background-image: none; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container > .video-iframe-container { display: none; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row > .video-iframe-container { display: none; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .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); }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container { border-width: 0; border-radius: 0; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat: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; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA.adaptive-delivery-prevent-bg, #HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA.lazyload, #HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA.lazyloading { background-image: none; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container { background-color: transparent; background-image: none; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container > .video-iframe-container { display: none; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row > .video-iframe-container { display: none; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .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); }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container { border-width: 0; border-radius: 0; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#H32iQFsaRfCONuovadDy422ZoTn7qsm8 { color:#b2554d;display:block;width:25.25rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:16.875rem;left:26.4375rem;height:31.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMra3sfbRyVo3axU69pkSeoe9IwOCm2E { color:#411400;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HSMwAfzu6ledOcONcTnpgsieVrwBaHqN { position:absolute;display:block;z-index:15007;background-color:#dd9c10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.875rem;top:15.1875rem;left:36.625rem;display:block; }
#VRGFP38m3Af1fGPcpOGREoHtkHgnk9hX { color:#d12828;display:block;width:75rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLx3TnlCNyQf0FPtypJVST3IQATftIZH { z-index:15022;top:50.8125rem;left:23.4375rem;background-color:#25b304;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i8HeGZqUdHuNu4L3RffBd6KU8HQalvsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik.adaptive-delivery-prevent-bg, #DdM5rOiW1gFLULBLXZDcidXc3cFzxEik.lazyload, #DdM5rOiW1gFLULBLXZDcidXc3cFzxEik.lazyloading { background-image: none; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container { background-color: transparent; background-image: none; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container > .video-iframe-container { display: none; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row > .video-iframe-container { display: none; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .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); }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container { border-width: 0; border-radius: 0; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:url("https://images.assets-landingi.com/xeucikNG/12_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA.adaptive-delivery-prevent-bg, #ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA.lazyload, #ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA.lazyloading { background-image: none; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container { background-color: transparent; background-image: none; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container > .video-iframe-container { display: none; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row > .video-iframe-container { display: none; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .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); }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container { border-width: 0; border-radius: 0; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#T3yEFgncA0aLuVSkP6LG6o5uV8c4as7n { color:#b2554d;display:block;width:21.625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.6875rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AU5c3vk2mOJfIECqciHLcqSaolQaL4JK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.875rem;top:25rem;left:18.25rem;overflow:hidden;display:block; }
#bXSbBuBkDP3vQaNWz2hUVa1g8gup1cxv { position:absolute;display:block;z-index:15001;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:15.4375rem;width:13.125rem;top:15.6875rem;left:0rem;overflow:hidden;display:block; }
#TyagfXNLBKpzEzhKQLfTJoh7GxtM8nCl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:26.25rem;top:4rem;left:1.8125rem;overflow:hidden;display:block; }
#mF0cZzcVUQZPL7vn6TGxcWJ7PDaT70Nm { color:#760b0b;display:block;width:43.3125rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:30.09375rem;height:14.21875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fo1iSmX521oeq03BUuHTFnPCU26HOu6t { background-color:#25b304;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:63.9375rem;height:5.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.5rem;left:5.53125rem;display:block; }
#GfJhlUdXIPZt3f1KgD18oC82KTQLwBGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKL2F0LcIkZUFuZFikgGG9fsZ5GODizt { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #6d0202;border-left:0.0625rem solid #6d0202;border-right:0.0625rem solid #6d0202;border-bottom:0.0625rem solid #6d0202;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:21.125rem;top:25rem;left:41.125rem;display:block; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b51b1b;background-image:none;color:#ffffff;padding-top:0.74625rem;padding-right:0.6625rem;padding-bottom:0.74625rem;padding-left:0.6625rem;display:block;align-items:center;width:3.973125rem;min-width:3.973125rem;height:4.00875rem;position:relative;font-family:arial;font-size:2.98375rem;font-weight:700;line-height:64.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-label { background-color:;background-image:none;color:#6d0202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.46625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.29875rem;height:1.58375rem;position:relative;font-family:"open sans";font-size:1.11875rem;font-weight:700;line-height:25.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:7.55125rem;padding-top:0.093125rem;padding-right:0.095rem;padding-bottom:0.093125rem;padding-left:0.095rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.375rem;left:45.4375rem;z-index:15008; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #Kwa4kHEhMBNk25igopT1RwAC4KSV7fWV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #PK8qAZWbO4xvboUPZIL9yF3FMUTiDbac { width:auto; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #XsEi9OxUl8si07VrZ4k6FzESQzGf3Rcf {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #TuOOTJ3fLU1TPuOVVsGXCUr4SEXOiyxI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #qJ1PqAA8WgTIQU0JqPBTnvBSk42vdggV {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #RR9BeEvT2ZeBm9za5MAPZ1Kd7DzI5r9I {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #ySHBQIVS7JCThhbEMJcnJUCmIZeCdwdZ { display:flex;position:relative;top:0rem;left:0rem; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #WN0wV1uXubSoyIcrZSdxbrPqTkkNAcB0 {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #DUZhvTFOFmEnuRZRoJMo04isvsZoI46V {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #zbZbKr4lc08k6yttgWOQyAeLxWlUKoGc { display:flex;position:relative;top:0rem;left:0rem; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #duFb6Rn3m16DB3KWUXu3BXmTbuyTbBVH {  }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #QaDNeEJCTO9yugoWFFQ8sLZoCMzyO5vs {  }
#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM.adaptive-delivery-prevent-bg, #IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM.lazyload, #IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM.lazyloading { background-image: none; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container { background-color: transparent; background-image: none; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container > .video-iframe-container { display: none; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row > .video-iframe-container { display: none; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .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); }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container { border-width: 0; border-radius: 0; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#565454;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; } #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection *:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="text"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="email"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="tel"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection textarea:focus-visible { outline: none; } #Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container { background-color: transparent; background-image: none; }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container > .video-iframe-container { display: none; }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row > .video-iframe-container { display: none; }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .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); }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container { border-width: 0; border-radius: 0; }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !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; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL.adaptive-delivery-prevent-bg, #pZqalM44pzQFPeVTDT1IqZiTvofMMMVL.lazyload, #pZqalM44pzQFPeVTDT1IqZiTvofMMMVL.lazyloading { background-image: none; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container { background-color: transparent; background-image: none; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container > .video-iframe-container { display: none; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row > .video-iframe-container { display: none; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .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); }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container { border-width: 0; border-radius: 0; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2f02ff;background-color:#411400;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; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container { background-color: transparent; background-image: none; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container > .video-iframe-container { display: none; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row > .video-iframe-container { display: none; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .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); }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container { border-width: 0; border-radius: 0; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#x2H2TGeJMlVVEzETTo3gQ5O3TP8mTktB { color:#edeae2;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.59375rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1819;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; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container { background-color: transparent; background-image: none; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container > .video-iframe-container { display: none; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row > .video-iframe-container { display: none; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .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); }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container { border-width: 0; border-radius: 0; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#bhMKVUz502fHw7UJTqJ7aIVeC7Nm5mzk { color:#dccdad;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.80078125rem;left:27.21875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#GOAwtFlpu9dhh4iiiskT5hloUkXfJMrh { color:#e6d09f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:11.125rem;height:0.975rem;display:block; }
#Df7JIaFXiqrywtc0Gr6cFppu1JDKQsMU { color:#e6d09f;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:57.0625rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hDiClAgMf7PhCCGvTKbskqbBU83BDcSw { display:block; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFAGELE6AGQ92rgHaJ0ScJwafdfdZpoc { width:20rem;height:;top:2.125rem;left:13.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlBSLFCThuaIpupubONpLaqu6E3o2pDL { top:4.9375rem;left:0rem;width:20rem;height:5.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqAWVskPSxWWsbuc3uTgfpMhzCvyQ6q3 { top:61.8125rem;left:11.3125rem;width:25.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaUbb1qinUgf0ZqOoAgu2bzp22CQSPHr { top:19.875rem;left:0rem;width:13.6875rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJBsxKF5ZPT3V4Z67wAkn6Ppv0OQC935 { top:1.9375rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EA15QZEIHwvvZsOeNBTyC0CmRI1G5G8w { top:15.9375rem;left:0rem;width:47.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0zAnwdJ4i14hKpfqFnmBL6nlCXe7ci { top:16.4375rem;left:0rem;width:47.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czd26nJWzQTp4DnglWqMsHT20JaNobaL { top:17.8125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNl1Zuv7T7BeoBkB4fwFd4yp3ne0yAkO { top:23.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk4wdopX57PTM9zfDEpvFE764NcHJ5pg { top:13.125rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5zERnApsRCOaHmXsZVOERcHQTP9Z8OF { top:36.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvDJbRDZNGi7zC4IhlIkVXTm2OfSFEu { top:34.5rem;left:0rem;width:47.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdiTAizaI2Gndm6tqb9Ngo24e4sDWQfr { top:50.3125rem;left:12.59375rem;width:22.5625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTLKdsLafN8dH0f2XWFUU61GctCayBVD { top:1.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm77y2KXkuXJiahdGPb5cxOH6pyBm9o { top:7.625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9TOaEaX8aNDmQ163llXfJHWIaSSPJz { top:44.9375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d { width:9rem;height:5.0625rem;display:flex;top:10.3125rem;left:23.34375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #SoM4LZp9ad1TpsaIWDZUleRKplMHlcmT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #pbFkkwCQgm3kyVO3n3tqiqoha83ExXdT {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #y0cqBz8PVqHTTUnE2a9X538axxk4snm4 {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ieFeIw5wyTTFws6q0G1ygfkaxp0vNdnM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vuH5I9W9grf4qMulcXo6OUThunTT7BWJ {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ePofN0AOkAXMpO0dgXVni1gM2nvKzztc {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vEB7TfrgmGnwIbflCNr9TL0AnqVc5pv9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #OONHJeaIt5aCa5TUI4TCQIcB5v3uvFRH {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #XT8zw9aKuQ9r8drV1L6yTQnmG98KpQtB {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #NR2WTvINDVvnlDfHEJsuuQeAEUHiDN4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #yra0eo2aEJ6PseUz8fsnu0wnVdlmPnqE {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #D6abhH4bsPallHsTDi3LaGKTriIhQTrQ {  }
 }@media only screen and (max-width: 763px) { #IilTozUmrcz59BzH9I0wwMKEqEv6xstV { display:block; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH { display:block; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMayJTqLBNTy61MaMZBLsnI0qeTbvSug { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1rem;display:block; }#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #r5NCBty58erukRNgrv1Brd5S2cEKi9aB { width:20rem;height:;top:2.125rem;left:13.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 { width:20rem;height:;top:4.4375rem;left:0rem;font-size:1rem;display:none; }#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/i3M0VT0B/pngkit_ok_png_1920777.png); }
 }@media only screen and (max-width: 763px) { #PxJCpwOJr7ii5AHbeUfoTmDFaRxinrRc { width:47.75rem;height:8.4375rem;top:21.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByvMMUBwtKH3layidTo7yWxNyIrDPs4D { top:19rem;left:0rem;width:47.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQqfUfMFLgLpVJH1S7WMfcPylC1xm83m { top:19rem;left:0rem;width:47.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J79oalTIKlUWahOJdJcKRL19WTTeMD1E { top:21.875rem;left:0rem;width:18.625rem;height:8.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 { display:block; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfGeo2yvbydowiQx8NyE15NzHWz77abh { display:block; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEsXV72GHwDMOW1QBohVz9UF9y3wTqwr { width:47.75rem;height:4.0625rem;top:4.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHL9sSB40RRaHHtS3RTR8fuv1iXLJZI6 { width:21.25rem;height:41.8125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVLMV7BI6gSBQpVsCIIXvR9GSJHNGKvm { width:18.8125rem;height:3.375rem;top:43.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxByZkRRdLnepb3BtFeJ1liMHLxhsfHe { width:21.25rem;height:41.8125rem;top:15.5625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4INNdJCeTbxEDSDx3RuMSICxEW6aoKE { width:19.5625rem;height:3.375rem;top:43.5rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBdlQ5KNW9N0bnQWVO8PyQFN7qL4laD9 { top:24.6875rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgf9oy2Jy0efxPtIE9iVBIpyrR15cnno { width:16.875rem;height:2.4375rem;top:19.3125rem;left:30.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of4OTkVRkO15e1KK1AgqTNTtCIkcFseZ { top:56.0625rem;left:0rem;width:16.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLmEvA31QVA0HoiFcchVHEpqyPTLeSW { display:block; }
 }@media only screen and (max-width: 763px) { #KEQFmP1ZNO2HHTKk4Ae5J2NIHl7CNxxl { top:56.0625rem;left:31.3125rem;width:16.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPnkiSnVLMgTXglbMXe9aJ40pul5VsI3 { display:block; }
 }@media only screen and (max-width: 763px) { #M5VlCZDEVhy3ZmpnNs60878SvTFTAZuK { top:24.6875rem;left:31.1875rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umCTm0F1dArbUZSuOk4vpDyxDNBWeDa8 { width:16.875rem;height:1.625rem;top:21.625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV6EG6ofNblwm0MMz0aUwueCN0b03eGC { top:12.375rem;left:17.6875rem;width:12.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyo9MeHtE2MBx4JsznU7O8gh5OLkKdgy { width:16.875rem;height:3.4375rem;top:48rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTJ165wxOWx9ubvmxbX3ypvbJQcoEb5 { width:16.875rem;height:2.4375rem;top:19.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6nhNGGkJqhmwRXGMsmNiN1EyLtqMGwD { width:18.9375rem;height:2.4375rem;top:16.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1dbqqf6nzEAb1I7Bb8fcW74hS4TTCTA { width:16.875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt9feTFBbIA9XKzdzmDQoUX30SsroVAf { width:16.875rem;height:3.4375rem;top:48rem;left:30.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd63Wr1ozp5fRmtOVnTZligCgCbZxQZZ { top:66.5rem;left:6.5625rem;width:35.75rem;height:49.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcsmTx2AB7FBArTS8ShDTq5psJMV5KFl { width:27.0625rem;height:4.3125rem;top:114.5625rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82iGDA87QNdRKBa23nrDJiim0pogePB { display:block; }
 }@media only screen and (max-width: 763px) { #wGTlzRorny18WdmiHqnSrsQ0LLGVITUf { top:109.75rem;left:15.625001907349rem;width:17.4375rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWZKNfXC8Hc2BO7xnmbORKw9Pym9q0k { top:106.9375rem;left:18.562501907349rem;width:11.5625rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLhyq7EaC1D6eCrS297wQOdnwJn8l3yn { top:73rem;left:11.03125rem;width:27.6875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNXFSXV2tdChLmEcOX9Elc1umC7M70zA { top:68.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXICfNpu0ixfqSgdlKsb5pRHpailvZvQ { width:18.8125rem;height:1.75rem;top:53.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJ38PbZqcJGHflVAheMzqgE1klxWcK1 { width:18.8125rem;height:1.75rem;top:53.1875rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ORzmfpaLIW1XfvmAvhIUFA2mskshSd { width:20rem;height:3.8125rem;top:1.3125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUXe1w5tBoV16onfusZHd3D9c6MaMHVm { width:18.9375rem;height:2.4375rem;top:16.75rem;left:28.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcZ718mcR3OcXfKgInGisTHHpwDD0aT { width:22.125rem;height:3.375rem;top:102.6875rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFxn9BlH4rn0r6JQ0KGlJh3UTGnZQo4 { top:122.4375rem;left:10.3125rem;width:28.5rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 { width:9rem;height:5.0625rem;display:flex;top:10.3125rem;left:23.34375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #mTb9FG1N71koBNCk5kTrtD5nUQtqacPO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #spHNvyREkMsoBkoVkxE7wFanlpznuNsT {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #vSX1FLIJN2mxlCmn9zEo5enKuk6CTcaD {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #WUtk3pb9q1smS3WMxvTFy1ZpHwRobx2r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #M2M008T3ygKQiQD5PCoSM1d9HPEvC7F0 {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #SM69TdrDHZJqxEFy5HzDH8QdmpRwoPlp {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #FRmGRpTLA0fVxK17oUaoZuRS6TAmbG1T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #GHAcpQmJB4MHb92BV3H8VWHweonAweIE {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #JggfNEQy12LopMic76csIPxBZhL2TseD {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #BI1lhaB1NUs7uqMraX6JFV8eJlypDqkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #AtGKXP4u55r2Uoq7ONcFakpBI3niZHmc {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #myQRxThDC3slHyTSJw1vwaaSfVW9IOPa {  }
 }@media only screen and (max-width: 763px) { #NmagR4J2KEtrd653SMpEX8lT5xpOJnwz { display:block; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP { display:block; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfTAaGT7HIcnO0bg6nuVk84zswTLnLFR { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8vho9tnB0tJ4oXchd65acyVvqHs7wB { width:47.75rem;height:;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx54IxPT6OyXVCodgTTAtip3peWmTKuh { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTMb8baoHBnlNCdrnq1FC8Z6VyGhuOH { width:47.75rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csg2irglC7ppn7vf6rmfWTntW4Pi9HrT { width:19.5625rem;height:;top:5.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #me1X9kfevwTledrzZZQni4ZHkQaUmEx9 { top:43.4375rem;left:9.0625rem;width:29.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5mdTfXTFeeIGMTAwPMDNuUMTA4sdrI { width:47.75rem;height:2.4375rem;top:40rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF { display:block; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCt0zMou19VTZJE2cNON4BtsXFLWRExS { top:0rem;left:36.9375rem;width:10.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF { display:block; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRU6OHlPT1hSx14AZCfCBuyIiI7v6CTd { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #a68QwPnpCOCyoUHvRK9wJTf2nxGe6zX2 { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTbbMJRMRrs477Rl5qP3PAbTkfNI5FLz { width:27.0625rem;height:;top:37.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGWnFIl7TdTiATctEcs0wmhoDnx69MTd { width:47.75rem;height:;top:42.6875rem;left:0rem;font-size:1.0625rem;display:block; }#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #JSrzVCb0nDRpTp6sS670v4m8KXU8vTka { width:20rem;height:;top:42.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 { width:47.75rem;height:;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #hD4yLM99lVly5rkVZqXdnd6WDtmd61zK { width:47.75rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 { display:block; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV8B3tieThPd3hQL3ySHWIBMB0w51S9B { display:block; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIX2WFv3ZCdfD1ViF980bh4U83OvBZhA { width:47.75rem;height:;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLHFU2RCvh1noVTD5WwM0Ob2F7tBnra { width:47.75rem;height:26.5625rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJZ9mrCQUt5UTdSabfcGXOBtNMSOKrP { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrxEwaFbTvGV1gWuCWpXl9x2CZFnpRE { width:47.75rem;height:;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw89f3UDyk0MdlTcppJ0PvxoPKe4RlOV { top:46.875rem;left:8.25rem;width:31.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REbvu6KISzBpBBRh7eSLIPIn5es9rkKy { display:block; }
 }@media only screen and (max-width: 763px) { #qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 { display:block; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA { display:block; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H32iQFsaRfCONuovadDy422ZoTn7qsm8 { width:25.25rem;height:31.875rem;top:16.875rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMra3sfbRyVo3axU69pkSeoe9IwOCm2E { width:47.75rem;height:;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSMwAfzu6ledOcONcTnpgsieVrwBaHqN { width:3.75rem;height:0.125rem;top:9rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGFP38m3Af1fGPcpOGREoHtkHgnk9hX { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLx3TnlCNyQf0FPtypJVST3IQATftIZH { top:50.8125rem;left:9.8125rem;width:31.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8HeGZqUdHuNu4L3RffBd6KU8HQalvsV { display:block; }
 }@media only screen and (max-width: 763px) { #DdM5rOiW1gFLULBLXZDcidXc3cFzxEik { display:block; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA { display:block; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3yEFgncA0aLuVSkP6LG6o5uV8c4as7n { width:20rem;height:;top:2.125rem;left:13.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU5c3vk2mOJfIECqciHLcqSaolQaL4JK { top:25rem;left:4.625rem;width:9.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSbBuBkDP3vQaNWz2hUVa1g8gup1cxv { top:15.6875rem;left:0rem;width:13.125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyagfXNLBKpzEzhKQLfTJoh7GxtM8nCl { top:4rem;left:0rem;width:26.25rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0cZzcVUQZPL7vn6TGxcWJ7PDaT70Nm { width:43.3125rem;height:14.1875rem;top:6rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo1iSmX521oeq03BUuHTFnPCU26HOu6t { width:46.5rem;height:5.5625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJhlUdXIPZt3f1KgD18oC82KTQLwBGv { display:block; }
 }@media only screen and (max-width: 763px) { #gKL2F0LcIkZUFuZFikgGG9fsZ5GODizt { top:25rem;left:26.625rem;width:21.125rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL { width:9rem;height:5.0625rem;display:flex;top:10.3125rem;left:23.34375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #Kwa4kHEhMBNk25igopT1RwAC4KSV7fWV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #PK8qAZWbO4xvboUPZIL9yF3FMUTiDbac {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #XsEi9OxUl8si07VrZ4k6FzESQzGf3Rcf {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #TuOOTJ3fLU1TPuOVVsGXCUr4SEXOiyxI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #qJ1PqAA8WgTIQU0JqPBTnvBSk42vdggV {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #RR9BeEvT2ZeBm9za5MAPZ1Kd7DzI5r9I {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #ySHBQIVS7JCThhbEMJcnJUCmIZeCdwdZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #WN0wV1uXubSoyIcrZSdxbrPqTkkNAcB0 {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #DUZhvTFOFmEnuRZRoJMo04isvsZoI46V {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #zbZbKr4lc08k6yttgWOQyAeLxWlUKoGc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #duFb6Rn3m16DB3KWUXu3BXmTbuyTbBVH {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #QaDNeEJCTO9yugoWFFQ8sLZoCMzyO5vs {  }
 }@media only screen and (max-width: 763px) { #IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM { display:block; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection { display:block; } #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection *:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="text"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="email"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="tel"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection textarea:focus-visible { outline: none; } #Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZqalM44pzQFPeVTDT1IqZiTvofMMMVL { display:block; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLuZu69vewqTimikUT3BxX6T120oNKsQ { display:block; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2H2TGeJMlVVEzETTo3gQ5O3TP8mTktB { top:0.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 { display:block; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhMKVUz502fHw7UJTqJ7aIVeC7Nm5mzk { top:0.75rem;left:13.593751907349rem;width:20.5625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAwtFlpu9dhh4iiiskT5hloUkXfJMrh { top:1.0625rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7JIaFXiqrywtc0Gr6cFppu1JDKQsMU { top:1.0625rem;left:43.25rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hDiClAgMf7PhCCGvTKbskqbBU83BDcSw { position:relative;z-index:auto;display:block; }#hDiClAgMf7PhCCGvTKbskqbBU83BDcSw > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFAGELE6AGQ92rgHaJ0ScJwafdfdZpoc { width:20rem;height:0;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15004;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #xlBSLFCThuaIpupubONpLaqu6E3o2pDL { width:20rem;height:0;top:2.03125rem;left:0rem;font-size:1.875rem;z-index:15001;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #DqAWVskPSxWWsbuc3uTgfpMhzCvyQ6q3 { width:12.125rem;height:2.3125rem;top:34.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaUbb1qinUgf0ZqOoAgu2bzp22CQSPHr { width:13.6875rem;height:0;top:18.208984375rem;left:3.15625rem;font-size:1.4375rem;color:#405b13;z-index:15002;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #bJBsxKF5ZPT3V4Z67wAkn6Ppv0OQC935 { width:20rem;height:3.736325rem;top:13rem;left:0rem;font-size:1.4375rem;color:#405b13;z-index:15020;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EA15QZEIHwvvZsOeNBTyC0CmRI1G5G8w { width:20rem;height:10rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0zAnwdJ4i14hKpfqFnmBL6nlCXe7ci { width:19.1875rem;height:8.5625rem;top:12.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czd26nJWzQTp4DnglWqMsHT20JaNobaL { width:20rem;height:0;top:37.28693230896rem;left:0rem;font-size:1.4375rem;color:#d12828;display:none; }
 }@media only screen and (max-width: 763px) { #eNl1Zuv7T7BeoBkB4fwFd4yp3ne0yAkO { width:17.1875rem;height:3.59765625rem;top:17.125rem;left:1.4375rem;font-size:1rem;color:#6a2a0d;display:block; }
 }@media only screen and (max-width: 763px) { #bk4wdopX57PTM9zfDEpvFE764NcHJ5pg { width:20rem;height:4.0625rem;top:23.09375rem;left:0rem;font-size:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r5zERnApsRCOaHmXsZVOERcHQTP9Z8OF { width:20rem;height:3.736325rem;top:28.943359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvDJbRDZNGi7zC4IhlIkVXTm2OfSFEu { width:20rem;height:5.5rem;top:28.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EdiTAizaI2Gndm6tqb9Ngo24e4sDWQfr { width:15.6875rem;height:6.375rem;top:41.9990234375rem;left:2.09375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sTLKdsLafN8dH0f2XWFUU61GctCayBVD { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm77y2KXkuXJiahdGPb5cxOH6pyBm9o { width:18.5625rem;height:4.5rem;top:6.0234375rem;left:0.71875rem;font-size:1.25rem;color:#6a2a0d;display:block; }
 }@media only screen and (max-width: 763px) { #qO9TOaEaX8aNDmQ163llXfJHWIaSSPJz { width:15.0625rem;height:3rem;top:38.4375rem;left:2.46875rem;font-size:1.25rem;color:#6a2a0d;display:block; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d { width:9rem;height:5.0625rem;display:flex;top:42.625rem;left:5.375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #SoM4LZp9ad1TpsaIWDZUleRKplMHlcmT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #pbFkkwCQgm3kyVO3n3tqiqoha83ExXdT {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #y0cqBz8PVqHTTUnE2a9X538axxk4snm4 {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ieFeIw5wyTTFws6q0G1ygfkaxp0vNdnM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vuH5I9W9grf4qMulcXo6OUThunTT7BWJ {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #ePofN0AOkAXMpO0dgXVni1gM2nvKzztc {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #vEB7TfrgmGnwIbflCNr9TL0AnqVc5pv9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #OONHJeaIt5aCa5TUI4TCQIcB5v3uvFRH {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #XT8zw9aKuQ9r8drV1L6yTQnmG98KpQtB {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #NR2WTvINDVvnlDfHEJsuuQeAEUHiDN4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #yra0eo2aEJ6PseUz8fsnu0wnVdlmPnqE {  }
 }@media only screen and (max-width: 763px) { #sxhkUE1Is9J1NeN5IfxTn347SvOwsn2d #D6abhH4bsPallHsTDi3LaGKTriIhQTrQ {  }
 }@media only screen and (max-width: 763px) { #IilTozUmrcz59BzH9I0wwMKEqEv6xstV { display:block; }#IilTozUmrcz59BzH9I0wwMKEqEv6xstV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH { display:block; }#ZGxA3XccoTHmRxMFN4Z5SHwBEaZVo3OH > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMayJTqLBNTy61MaMZBLsnI0qeTbvSug { width:4.875rem;height:0.125rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq { width:19.5rem;height:15.170875rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#b2554d;line-height:1.9;display:block; }#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ENfIFQgTn26Fq5PckQ2Sp97ut3rQ61oq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #r5NCBty58erukRNgrv1Brd5S2cEKi9aB { width:20rem;height:0;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15004;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 { width:20rem;height:0;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#b2554d;line-height:1.9;z-index:15007;display:none; }#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpO2PFXAbzriB937ocuBsnb1HIvzvLt3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/i3M0VT0B/pngkit_ok_png_1920777.png); }
 }@media only screen and (max-width: 763px) { #PxJCpwOJr7ii5AHbeUfoTmDFaRxinrRc { width:19.4375rem;height:0;top:22.75rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#c58907;padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #ByvMMUBwtKH3layidTo7yWxNyIrDPs4D { width:19.75rem;height:11.5625rem;top:20.169921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQqfUfMFLgLpVJH1S7WMfcPylC1xm83m { width:19.75rem;height:11.5625rem;top:20.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #J79oalTIKlUWahOJdJcKRL19WTTeMD1E { top:21.9072265625rem;left:0.6875rem;width:18.625rem;height:8.49609375rem;z-index:15011;text-align:center;text-align-last:center;line-height:1.7;color:#d1770e;display:block; }
 }@media only screen and (max-width: 763px) { #Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 { display:block; }#Ut7gB6hPn4ERTHURaPpgDQeJFF2RR3y2 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfGeo2yvbydowiQx8NyE15NzHWz77abh { display:block; }#RfGeo2yvbydowiQx8NyE15NzHWz77abh > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEsXV72GHwDMOW1QBohVz9UF9y3wTqwr { width:20rem;height:0;top:1.3427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #FHL9sSB40RRaHHtS3RTR8fuv1iXLJZI6 { width:20rem;height:32.5rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVLMV7BI6gSBQpVsCIIXvR9GSJHNGKvm { width:17.3125rem;height:2.8125rem;top:30.3125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FxByZkRRdLnepb3BtFeJ1liMHLxhsfHe { width:20rem;height:32.5rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4INNdJCeTbxEDSDx3RuMSICxEW6aoKE { width:16.875rem;height:2.8125rem;top:67.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yBdlQ5KNW9N0bnQWVO8PyQFN7qL4laD9 { width:13.75rem;height:13.75rem;top:15.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgf9oy2Jy0efxPtIE9iVBIpyrR15cnno { width:20rem;height:1.86875rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of4OTkVRkO15e1KK1AgqTNTtCIkcFseZ { top:38.375rem;left:3.09375rem;width:14.0625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLmEvA31QVA0HoiFcchVHEpqyPTLeSW { display:block; }
 }@media only screen and (max-width: 763px) { #KEQFmP1ZNO2HHTKk4Ae5J2NIHl7CNxxl { top:75.75rem;left:2.96875rem;width:14.0625rem;height:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPnkiSnVLMgTXglbMXe9aJ40pul5VsI3 { display:block; }
 }@media only screen and (max-width: 763px) { #M5VlCZDEVhy3ZmpnNs60878SvTFTAZuK { width:13.75rem;height:13.75rem;top:52.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umCTm0F1dArbUZSuOk4vpDyxDNBWeDa8 { width:16.875rem;height:1.3rem;top:49.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV6EG6ofNblwm0MMz0aUwueCN0b03eGC { width:12.375rem;height:0.1875rem;top:9.4052734375rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyo9MeHtE2MBx4JsznU7O8gh5OLkKdgy { width:20rem;height:2.4375rem;top:33.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTJ165wxOWx9ubvmxbX3ypvbJQcoEb5 { width:20rem;height:1.86875rem;top:47.6318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6nhNGGkJqhmwRXGMsmNiN1EyLtqMGwD { width:20rem;height:1.86875rem;top:8.2568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1dbqqf6nzEAb1I7Bb8fcW74hS4TTCTA { width:20rem;height:1.3rem;top:12.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt9feTFBbIA9XKzdzmDQoUX30SsroVAf { width:20rem;height:2.4375rem;top:70.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd63Wr1ozp5fRmtOVnTZligCgCbZxQZZ { width:19.75rem;height:30.1875rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcsmTx2AB7FBArTS8ShDTq5psJMV5KFl { width:15.75rem;height:3.8125rem;top:109.6875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82iGDA87QNdRKBa23nrDJiim0pogePB { display:block; }
 }@media only screen and (max-width: 763px) { #wGTlzRorny18WdmiHqnSrsQ0LLGVITUf { width:20rem;height:2.6rem;top:106.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWZKNfXC8Hc2BO7xnmbORKw9Pym9q0k { width:20rem;height:1.4625rem;top:105.1640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLhyq7EaC1D6eCrS297wQOdnwJn8l3yn { width:13.75rem;height:13.75rem;top:86.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNXFSXV2tdChLmEcOX9Elc1umC7M70zA { width:20rem;height:2.1125rem;top:83.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXICfNpu0ixfqSgdlKsb5pRHpailvZvQ { width:18.8125rem;height:1.5rem;top:36.15625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJ38PbZqcJGHflVAheMzqgE1klxWcK1 { width:18.8125rem;height:1.5rem;top:73.625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p6ORzmfpaLIW1XfvmAvhIUFA2mskshSd { width:20rem;height:4.0234375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zUXe1w5tBoV16onfusZHd3D9c6MaMHVm { width:18.9375rem;height:1.86875rem;top:45.5771484375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcZ718mcR3OcXfKgInGisTHHpwDD0aT { width:18.6875rem;height:2.8125rem;top:101.6875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BxFxn9BlH4rn0r6JQ0KGlJh3UTGnZQo4 { width:14.9375rem;height:6.625rem;top:115.904296875rem;left:2.53125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 { width:9rem;height:5.0625rem;display:flex;top:116.5927734375rem;left:5.4033203125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #mTb9FG1N71koBNCk5kTrtD5nUQtqacPO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #spHNvyREkMsoBkoVkxE7wFanlpznuNsT {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #vSX1FLIJN2mxlCmn9zEo5enKuk6CTcaD {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #WUtk3pb9q1smS3WMxvTFy1ZpHwRobx2r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #M2M008T3ygKQiQD5PCoSM1d9HPEvC7F0 {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #SM69TdrDHZJqxEFy5HzDH8QdmpRwoPlp {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #FRmGRpTLA0fVxK17oUaoZuRS6TAmbG1T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #GHAcpQmJB4MHb92BV3H8VWHweonAweIE {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #JggfNEQy12LopMic76csIPxBZhL2TseD {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #BI1lhaB1NUs7uqMraX6JFV8eJlypDqkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #AtGKXP4u55r2Uoq7ONcFakpBI3niZHmc {  }
 }@media only screen and (max-width: 763px) { #Qf41NLxdnTFkiIW9SgZKueAswNcf7cn0 #myQRxThDC3slHyTSJw1vwaaSfVW9IOPa {  }
 }@media only screen and (max-width: 763px) { #NmagR4J2KEtrd653SMpEX8lT5xpOJnwz { display:block; }#NmagR4J2KEtrd653SMpEX8lT5xpOJnwz > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP { display:block; }#hRIc1dOtk4wrtDkxunZe6nDmpvnCHEDP > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfTAaGT7HIcnO0bg6nuVk84zswTLnLFR { width:4.875rem;height:0.125rem;top:4.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8vho9tnB0tJ4oXchd65acyVvqHs7wB { width:20rem;height:0;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#c58907;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #rx54IxPT6OyXVCodgTTAtip3peWmTKuh { width:4.875rem;height:0.125rem;top:34.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTMb8baoHBnlNCdrnq1FC8Z6VyGhuOH { width:20rem;height:1.625rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csg2irglC7ppn7vf6rmfWTntW4Pi9HrT { width:19.5625rem;height:;top:5.375rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#c58907;line-height:1.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #me1X9kfevwTledrzZZQni4ZHkQaUmEx9 { height:9.75rem;width:17.5rem;top:40.1748046875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5mdTfXTFeeIGMTAwPMDNuUMTA4sdrI { width:15.625rem;height:2.9746125rem;top:35.82421875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#b2554d;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF { display:block; }#ahv59NyRaMwX5EXFWpf5wtDDWkwsgvEF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCt0zMou19VTZJE2cNON4BtsXFLWRExS { width:6.0625rem;height:6.8125rem;top:6.4375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF { display:block; }#TB8SK2GfGFHHuzS88hf4XS3zW8iRz8BF > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRU6OHlPT1hSx14AZCfCBuyIiI7v6CTd { width:4.875rem;height:0.125rem;top:5.34375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a68QwPnpCOCyoUHvRK9wJTf2nxGe6zX2 { width:4.875rem;height:0.125rem;top:64.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTbbMJRMRrs477Rl5qP3PAbTkfNI5FLz { width:20rem;height:auto;top:37.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGWnFIl7TdTiATctEcs0wmhoDnx69MTd { width:20rem;height:15.25975rem;top:46.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#c58907;line-height:1.8;display:block; }#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PGWnFIl7TdTiATctEcs0wmhoDnx69MTd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #JSrzVCb0nDRpTp6sS670v4m8KXU8vTka { width:20rem;height:;top:42.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15004;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 { width:20rem;height:33.369125rem;top:5.943359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#c58907;line-height:1.8;display:block; }#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BPacmZuZAdfxFUosgVAvnTfkNq6Leic4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #hD4yLM99lVly5rkVZqXdnd6WDtmd61zK { width:20rem;height:3.736325rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 { display:block; }#XmpaHDpRTPOJAdgTvO4K2X9nJpx2CJT3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV8B3tieThPd3hQL3ySHWIBMB0w51S9B { display:block; }#AV8B3tieThPd3hQL3ySHWIBMB0w51S9B > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIX2WFv3ZCdfD1ViF980bh4U83OvBZhA { width:20rem;height:1.4625rem;top:4.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLHFU2RCvh1noVTD5WwM0Ob2F7tBnra { width:20rem;height:18.994125rem;top:9.9716796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.9;color:#c58907;display:block; }
 }@media only screen and (max-width: 763px) { #DQJZ9mrCQUt5UTdSabfcGXOBtNMSOKrP { width:4.875rem;height:0.125rem;top:8.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrxEwaFbTvGV1gWuCWpXl9x2CZFnpRE { width:20rem;height:1.4625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #sw89f3UDyk0MdlTcppJ0PvxoPKe4RlOV { top:30.27734375rem;left:0.5rem;width:19rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REbvu6KISzBpBBRh7eSLIPIn5es9rkKy { display:block; }
 }@media only screen and (max-width: 763px) { #qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 { display:block; }#qa4xBkdCN3TfpNrS0fg5ru8Bi7B2sLN9 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA { display:block; }#HQTqCTxED9hPSTHZFCfHuq9Z7ueabWPA > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H32iQFsaRfCONuovadDy422ZoTn7qsm8 { width:20rem;height:22.79295rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.9;color:#c58907;display:block; }
 }@media only screen and (max-width: 763px) { #GMra3sfbRyVo3axU69pkSeoe9IwOCm2E { width:20rem;height:1.4625rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSMwAfzu6ledOcONcTnpgsieVrwBaHqN { width:4.875rem;height:0.125rem;top:8.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGFP38m3Af1fGPcpOGREoHtkHgnk9hX { width:20rem;height:1.4625rem;top:1.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bLx3TnlCNyQf0FPtypJVST3IQATftIZH { top:34.25rem;left:0.46875rem;width:19.0625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8HeGZqUdHuNu4L3RffBd6KU8HQalvsV { display:block; }
 }@media only screen and (max-width: 763px) { #DdM5rOiW1gFLULBLXZDcidXc3cFzxEik { display:block; }#DdM5rOiW1gFLULBLXZDcidXc3cFzxEik > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA { display:block; }#ah9TG2KCLWm8ziZGLAOSPmTd8uVUv2zA > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3yEFgncA0aLuVSkP6LG6o5uV8c4as7n { width:20rem;height:0;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15004;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #AU5c3vk2mOJfIECqciHLcqSaolQaL4JK { width:3.125rem;height:2.1875rem;top:20rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSbBuBkDP3vQaNWz2hUVa1g8gup1cxv { width:5.8125rem;height:6.8125rem;top:15.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyagfXNLBKpzEzhKQLfTJoh7GxtM8nCl { width:8.3125rem;height:8.875rem;top:13.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0cZzcVUQZPL7vn6TGxcWJ7PDaT70Nm { width:19.1875rem;height:10.834rem;top:0.7265625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fo1iSmX521oeq03BUuHTFnPCU26HOu6t { width:20rem;height:3.4375rem;top:31.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJhlUdXIPZt3f1KgD18oC82KTQLwBGv { display:block; }
 }@media only screen and (max-width: 763px) { #gKL2F0LcIkZUFuZFikgGG9fsZ5GODizt { width:12.5rem;height:5.25rem;top:24.875rem;left:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-number { padding-top:0.415625rem;padding-right:0.363125rem;padding-bottom:0.415625rem;padding-left:0.363125rem;width:2.18rem;min-width:2.18rem;height:2.234375rem;font-size:1.6625rem;line-height:35.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.906875rem;height:0.883125rem;font-size:0.62375rem;line-height:14.13px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL { width:7.8125rem;height:4.20875rem;display:flex;top:25.375rem;left:6.25rem;z-index:15002;padding-top:0.0775rem;padding-right:0.07875rem;padding-bottom:0.0775rem;padding-left:0.07875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #Kwa4kHEhMBNk25igopT1RwAC4KSV7fWV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #PK8qAZWbO4xvboUPZIL9yF3FMUTiDbac {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #XsEi9OxUl8si07VrZ4k6FzESQzGf3Rcf {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #TuOOTJ3fLU1TPuOVVsGXCUr4SEXOiyxI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #qJ1PqAA8WgTIQU0JqPBTnvBSk42vdggV {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #RR9BeEvT2ZeBm9za5MAPZ1Kd7DzI5r9I {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #ySHBQIVS7JCThhbEMJcnJUCmIZeCdwdZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #WN0wV1uXubSoyIcrZSdxbrPqTkkNAcB0 {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #DUZhvTFOFmEnuRZRoJMo04isvsZoI46V {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #zbZbKr4lc08k6yttgWOQyAeLxWlUKoGc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #duFb6Rn3m16DB3KWUXu3BXmTbuyTbBVH {  }
 }@media only screen and (max-width: 763px) { #PtlLzOwDTG6Qdis9EOUlqiF1oNp5h2uL #QaDNeEJCTO9yugoWFFQ8sLZoCMzyO5vs {  }
 }@media only screen and (max-width: 763px) { #IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM { display:block; }#IP3BdxtyankZvGxQpPNxmFALEWZ0iRpM > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection { display:block; } #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection *:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="text"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="email"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection input[type="tel"]:focus-visible, #Jbd9807ecfe6933c47eaa2f8b2b7d72db8c514eb.widget-smartsection textarea:focus-visible { outline: none; } #Ku0OyTfiFnB10heQeBSGlgONsmRTmJpF > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZqalM44pzQFPeVTDT1IqZiTvofMMMVL { display:block; }#pZqalM44pzQFPeVTDT1IqZiTvofMMMVL > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLuZu69vewqTimikUT3BxX6T120oNKsQ { display:block; }#GLuZu69vewqTimikUT3BxX6T120oNKsQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2H2TGeJMlVVEzETTo3gQ5O3TP8mTktB { width:20rem;height:3.9375rem;top:0.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 { display:block; }#iT9Ocpri8niO6KhzZ6CzREAqLrBhiu82 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhMKVUz502fHw7UJTqJ7aIVeC7Nm5mzk { width:20rem;height:0.975rem;top:0.59375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOAwtFlpu9dhh4iiiskT5hloUkXfJMrh { width:7.6875rem;height:0.975rem;top:1.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7JIaFXiqrywtc0Gr6cFppu1JDKQsMU { width:4.5rem;height:0.975rem;top:1.875rem;left:15.5rem;font-size:0.75rem;display:block; }
 }