.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;
}
:root { --color-primary-0:227,245,236;--color-primary-1:163,223,193;--color-primary-2:70,190,131;--color-primary-3:35,95,66;--color-primary-4:11,29,20;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:153,152,152;--color-tertiary-3:92,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/df80e197-d243-46c2-8883-ea6b3d9bc9da/Afeto1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;overflow:visible;position:relative;display:block; }#wWA9bDCiCy4aisH7IVabbil0Td6iaZT5 { color:#ce7f7f;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.75rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lb27SIyfvJIt8fttTMtbSeb2bpSPCbf3 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:36.6875rem;left:3.75rem;height:2.88671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QrRtId4TDLzlXhDkOmrwzpI484FAfwq9 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.8125rem;height:4.38574375rem;display:block; }
#vTeziQD1vT6hRyB5zwZpBAMO1DO93yr1 { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.6875rem;left:3.59375rem;display:block; }
#ko1lJUMl2frRx21qcMKsv290aNt1Lqpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgVQMydZ8VtxSXATP0bTcEarVR9gcX5O { color:#eeeeee;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:4.1875rem;left:3.75rem;height:7.19825rem;text-align:left;text-align-last:left;display:block; }
#mJNndKU5wdXUArNV0WyVbQDcmxirX4To { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:27.5625rem;top:18.130859375rem;left:1.3125rem;overflow:hidden;display:block; }
#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce7f7f;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; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container { background-color: transparent; background-image: none; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container > .video-iframe-container { display: none; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row > .video-iframe-container { display: none; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .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); }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container { border-width: 0; border-radius: 0; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .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; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#eeeeee;padding-top:0.930625rem;padding-right:0.830625rem;padding-bottom:0.930625rem;padding-left:0.830625rem;display:block;align-items:center;width:4.981875rem;min-width:4.981875rem;height:5rem;position:relative;font-family:arial;font-size:3.7225rem;font-weight:700;line-height:80px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.581875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.643125rem;height:1.97625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.395625rem;font-weight:400;line-height:31.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:30.5625rem;height:9.419375rem;padding-top:1.163125rem;padding-right:1.18625rem;padding-bottom:1.163125rem;padding-left:1.18625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:13.53125rem;z-index:5001; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #ZOm62cT76GXVizINJRm2LJlouXSlmKHP { display:flex;position:relative;top:0rem;left:0rem; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #SzI3aNstzT8JQJkGsphTmE3iedk5ysIi { width:auto; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hik5UvQeF2wBihxKEphFK2UNWhbPFesd {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #mdyH17HDoWU7MwZcJF7hSaSpTgNDsNl2 { display:flex;position:relative;top:0rem;left:0rem; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #gAwVQBTP5g6EBSg8bwFPOK3f4UscZ3AK {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #a4K3a9LED46v2skpTLfslbcpBrCfBZ6x {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hP6hBWGT3AAUGS9wNcQ4qfW1Z81IeWcC { display:flex;position:relative;top:0rem;left:0rem; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #IChBiwJnbzsPBbzKvHM8LZoatGw4hZfe {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hrEDuixkXO5SCuNWbS1Ku0t8AJuK1AnH {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hzNV8dwGX21r0f5tiRu6rXAxrATNPavJ { display:flex;position:relative;top:0rem;left:0rem; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #xWlvvVDWnwM35y3yqpX6XC30P5p8DlT9 {  }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #Q5zcrxTyKw3nSMB0gPNRfT1R7Uen8fPk {  }
#SItvS3CixziWcazzl8MbqUB16iki3Tsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp.adaptive-delivery-prevent-bg, #SItvS3CixziWcazzl8MbqUB16iki3Tsp.lazyload, #SItvS3CixziWcazzl8MbqUB16iki3Tsp.lazyloading { background-image: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { background-color: transparent; background-image: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container > .video-iframe-container { display: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container { display: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .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); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { border-width: 0; border-radius: 0; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#XStwk4R58CvobeOMUfoKSmbVy79c1P5w { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.1875rem;left:16.3125rem;display:block; }
#nvehaOXWsEF4DUOvdJyDVettmWQzRbxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGpQmP24HrHOvAOOCHcqSU8udsab779p { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.59375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#htcaIz8pnFI2ynve1W3gfvGHtCmyS23q { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#C0rSmnvR4r5cTAOzKhUZ2gp4MlA7l2yE { color:#eeeeee;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:4.125rem;left:10.3125rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#QFDgE1wmC1EVkJHJiEazvS4Peo4TeNb5 { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.8125rem;left:17.4375rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#xC2expZwO09kTKsr4BJAn25kdF3yHPWr { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:19.125rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#Udcuv0L98UKoly5dezeShoPy5xsW82ot { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:26.3125rem;left:17.59375rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/78f38b46-b57d-457d-a633-ab698740abbb/Afeto2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.adaptive-delivery-prevent-bg, #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.lazyload, #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.lazyloading { background-image: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { background-color: transparent; background-image: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container > .video-iframe-container { display: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row > .video-iframe-container { display: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .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); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { border-width: 0; border-radius: 0; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#q7veECEini75zNsNkoMdFe66loqXMnT2 { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.875rem;left:3.75rem;display:block; }
#e8FZW5HCP7qbELVtDvvBd2UM8aDBq4nW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rphinQeHnwMf5Eov7takDGcCQfenI2Ml { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.189453125rem;left:3.75rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#AIFZQ1bCpifQM2Fd41OTliB5QwnUANay { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.189453125rem;left:5.4375rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#rRkRNr7wHB7tOG21xp51SCNvyUms01c2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.814453125rem;left:3.75rem;height:2.923825rem;display:block; }
#MUoiB1d9Do2N8VHZzGbXHUNdh9UimLOW { color:#eeeeee;display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3.4375rem;left:3.75rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RX1mDKg6pgNTT8DcrIKwMyc6fQAQg8O5 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.625rem;left:3.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#TTmxHNVdx97IfRVVMoi7T3nBFtUVUh8D { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.75rem;height:1.4619125rem;display:block; }
#p3MIT7G1udHL4KKUuF50NkKnPBLcPadD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.625rem;left:5.375rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#saZqOMNPBEMTkmZWrKTCoVaDAQlCKE2c { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.625rem;left:3.75rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#EoPE5DfUlKZNTaDyOz0Wf17ZPoMUckNs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.689453125rem;left:3.75rem;height:5.84765rem;display:block; }
#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.adaptive-delivery-prevent-bg, #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.lazyload, #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.lazyloading { background-image: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { background-color: transparent; background-image: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container > .video-iframe-container { display: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container { display: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .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); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { border-width: 0; border-radius: 0; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:60rem;position:relative;display:block; }#VcQ1BPJc59rElIsqHZr773IUzNPZboz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nrgwCWShrGWCiAJzXQ4iAk9qA446IFRw { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:4.0625rem;left:14.5rem;height:4.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJb0sZEkhAJCmTzS5zBVcQxIkxno1hOL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.3125rem;left:24rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#W0SlfzmXQcP2s1n5Ae0wqCVqAibpVTuB { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.3125rem;left:22.3125rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#x61rcuQr1OStdMB4eeXrRRT9y4nLWHFR { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38rem;left:15.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bXreun6XLgH4vmm4K5ShaVlA1AOR95gV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.1875rem;left:22.9375rem;height:5.84765rem;text-align:left;text-align-last:left;display:block; }
#iTZWc3Z4T39DiU5HcnosHLQ22CZcdiKv { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.1875rem;left:21.3125rem;height:5.84765rem;text-align:left;text-align-last:left;display:block; }
#QwutA2SIfb6V8sHeST5vmHN1C99fcC71 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:17.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZNO57VHV33kAuO1Go0TzbXHxJprS4ZQB { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:66.4375rem;left:15.75rem;display:block; }
#xrJUd7dIF36h6hVvNik1VRfVT0OWIIhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goGJtuh13dScF3WDhLzG86Todkoz9Tll { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:16.875rem;height:5.84765rem;text-align:left;text-align-last:left;display:block; }
#iUe1eKq9Zl1ctAuOCLBpJCisWdvnyED5 { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:15.1875rem;height:5.84765rem;text-align:left;text-align-last:left;display:block; }
#VZUe7HlVNhg2WGSiUZ3b2eu5ZTuR07QN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.6875rem;left:17.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iTg08JFUTxeraTxAf8lzZA8hfTTlvzqu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:59.4375rem;left:20.1875rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#UpGGiLKLidfWQ6E7c1KJW99M2ZAhlJlR { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:59.4375rem;left:18.5rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#K85vy34Er2TQ6SrnVko2w90rWIwLHBa4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:49.3125rem;left:16.4375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce7f7f;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; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container { background-color: transparent; background-image: none; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container > .video-iframe-container { display: none; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row > .video-iframe-container { display: none; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .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); }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container { border-width: 0; border-radius: 0; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .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; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#eeeeee;padding-top:0.930625rem;padding-right:0.830625rem;padding-bottom:0.930625rem;padding-left:0.830625rem;display:block;align-items:center;width:4.981875rem;min-width:4.981875rem;height:5rem;position:relative;font-family:arial;font-size:3.7225rem;font-weight:700;line-height:80px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.581875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.643125rem;height:1.97625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.395625rem;font-weight:400;line-height:31.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:30.5625rem;height:9.419375rem;padding-top:1.163125rem;padding-right:1.18625rem;padding-bottom:1.163125rem;padding-left:1.18625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:13.53125rem;z-index:5001; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uQv9HPSIIsa14yCBgHG0O73UvT4ts0GA { display:flex;position:relative;top:0rem;left:0rem; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PGNGPb2nDEgmGky9EyAFhnB6kDUZpox5 { width:auto; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Fd1zXRQDp6kTZKGBBM5G3bDO5MGxoDM9 {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Pf5eC1Z4UlIEcxl2FGARekmq7DGtal8X { display:flex;position:relative;top:0rem;left:0rem; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #CSlrysTMdiz5f56M75XMyszCAa9QZKmS {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PT5EzRoxKuXI9ZxPPm8fONxvGqmr2Cxs {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #NhZVmmeHrGB5VbwpiRTNcmHOrvNTJgm7 { display:flex;position:relative;top:0rem;left:0rem; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uUxqLF2fSCihqOoCKIMyimoFkZyxZco2 {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #T8ymr2LhZvfQUDqqGeeNtKiynzmUDxp6 {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Eu1mltxWJktzw9aQXNOSQ5q4iLQ3fLGR { display:flex;position:relative;top:0rem;left:0rem; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #rQiSvmdhK549c4k3DmGGB6kqXKPfbXA9 {  }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #vAkMlRR5QyLOvlmJhegITO5qsq65Gqk2 {  }
#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.adaptive-delivery-prevent-bg, #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.lazyload, #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.lazyloading { background-image: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { background-color: transparent; background-image: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container > .video-iframe-container { display: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container { display: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .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); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { border-width: 0; border-radius: 0; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#FTFKy19yhSQebm3OVxC1ZzxodqhRgZbe { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:4rem;left:9.34375rem;height:7.4238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqAL3BPHAQClr3tNIKan7o01V96SFTVU { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.875rem;left:12.75rem;display:block; }
#c3R4bnFJZqoa30LbspN2pIRTV4eKBluQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hghknZ2O9GgsWM8X7tA7lKr9xcIT0gq9 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:17.875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1b0cd34d-846e-40ac-9b67-e94b4d88ec36/backgroundparalandingpage4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.adaptive-delivery-prevent-bg, #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.lazyload, #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.lazyloading { background-image: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { background-color: transparent; background-image: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container > .video-iframe-container { display: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container { display: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .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); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { border-width: 0; border-radius: 0; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#mcz7NOvCX3EIEitJ1sgBMBZJeU6TAint { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:21.3125rem;height:3.57421875rem;text-align:right;text-align-last:right;display:block; }
#dkoukvvnPLUAhPrhTncdneoDaQbtAGs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:4.3125rem;left:25rem;height:2.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xkqhJ7fpSZJRKTvSKKrZOVozSNUwOn8L { color:#ce7f7f;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.9375rem;left:27.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6u7VQf3ca2Xd0n7bfZOuhPy7VzvEbDI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.125rem;left:31.4375rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#dmPP2EfNLrnJ2zCdGkfXqebwPSh6MImg { color:#ce7f7f;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:29.8125rem;height:4.3857375rem;text-align:left;text-align-last:left;display:block; }
#gdTgODQEm5CCDHF7wp6t8lIin44H33Tq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:29rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fdIxvOTuHWZcTFN83nXkId8NEBVHlwfN { background-color:#00a84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:5.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.25rem;left:26.8125rem;display:block; }
#lZgxw4Cfz0GX24lIB24ffW6qqTlMMKoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NF1a79LbeMxaxZy52OmQoehrUdHbu8si { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:24.0625rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWA9bDCiCy4aisH7IVabbil0Td6iaZT5 { top:30.75rem;left:0rem;width:25.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb27SIyfvJIt8fttTMtbSeb2bpSPCbf3 { top:36.6875rem;left:0rem;width:24.8125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrRtId4TDLzlXhDkOmrwzpI484FAfwq9 { top:13.8125rem;left:0rem;width:26.5rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTeziQD1vT6hRyB5zwZpBAMO1DO93yr1 { width:26.125rem;height:3.4375rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1lJUMl2frRx21qcMKsv290aNt1Lqpr { display:block; }
 }@media only screen and (max-width: 763px) { #AgVQMydZ8VtxSXATP0bTcEarVR9gcX5O { top:4.1875rem;left:0rem;width:35.125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJNndKU5wdXUArNV0WyVbQDcmxirX4To { top:18.125rem;left:0rem;width:27.5625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAZJGiHng7I2R1zFbvvDXAycJv9V2iby { display:block; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .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; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .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; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto { display:flex;width:18rem;height:5.0625rem;top:5.6875rem;left:5.525390625rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #ZOm62cT76GXVizINJRm2LJlouXSlmKHP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #SzI3aNstzT8JQJkGsphTmE3iedk5ysIi {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hik5UvQeF2wBihxKEphFK2UNWhbPFesd {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #mdyH17HDoWU7MwZcJF7hSaSpTgNDsNl2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #gAwVQBTP5g6EBSg8bwFPOK3f4UscZ3AK {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #a4K3a9LED46v2skpTLfslbcpBrCfBZ6x {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hP6hBWGT3AAUGS9wNcQ4qfW1Z81IeWcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #IChBiwJnbzsPBbzKvHM8LZoatGw4hZfe {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hrEDuixkXO5SCuNWbS1Ku0t8AJuK1AnH {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hzNV8dwGX21r0f5tiRu6rXAxrATNPavJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #xWlvvVDWnwM35y3yqpX6XC30P5p8DlT9 {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #Q5zcrxTyKw3nSMB0gPNRfT1R7Uen8fPk {  }
 }@media only screen and (max-width: 763px) { #SItvS3CixziWcazzl8MbqUB16iki3Tsp { display:block; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XStwk4R58CvobeOMUfoKSmbVy79c1P5w { width:27.375rem;height:3.4375rem;top:31.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvehaOXWsEF4DUOvdJyDVettmWQzRbxI { display:block; }
 }@media only screen and (max-width: 763px) { #yGpQmP24HrHOvAOOCHcqSU8udsab779p { top:11.9375rem;left:13.46875rem;width:20.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htcaIz8pnFI2ynve1W3gfvGHtCmyS23q { top:22.5625rem;left:9.15625rem;width:29.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0rSmnvR4r5cTAOzKhUZ2gp4MlA7l2yE { top:4.125rem;left:4.1875rem;width:39.375rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFDgE1wmC1EVkJHJiEazvS4Peo4TeNb5 { top:15.8125rem;left:11.3125rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC2expZwO09kTKsr4BJAn25kdF3yHPWr { top:15.8125rem;left:13rem;width:23.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udcuv0L98UKoly5dezeShoPy5xsW82ot { top:26.3125rem;left:11.46875rem;width:24.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 { display:block; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7veECEini75zNsNkoMdFe66loqXMnT2 { width:29.3125rem;height:3.4375rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FZW5HCP7qbELVtDvvBd2UM8aDBq4nW { display:block; }
 }@media only screen and (max-width: 763px) { #rphinQeHnwMf5Eov7takDGcCQfenI2Ml { top:17.1875rem;left:0rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFZQ1bCpifQM2Fd41OTliB5QwnUANay { top:17.1875rem;left:0rem;width:27.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRkRNr7wHB7tOG21xp51SCNvyUms01c2 { top:28.8125rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUoiB1d9Do2N8VHZzGbXHUNdh9UimLOW { top:3.4375rem;left:0rem;width:43.8125rem;height:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX1mDKg6pgNTT8DcrIKwMyc6fQAQg8O5 { top:23.625rem;left:0rem;width:33.375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmxHNVdx97IfRVVMoi7T3nBFtUVUh8D { top:14.375rem;left:0rem;width:33.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MIT7G1udHL4KKUuF50NkKnPBLcPadD { top:33.625rem;left:0rem;width:11.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saZqOMNPBEMTkmZWrKTCoVaDAQlCKE2c { top:33.625rem;left:0rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPE5DfUlKZNTaDyOz0Wf17ZPoMUckNs { top:39.6875rem;left:0rem;width:18.875rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV { display:block; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcQ1BPJc59rElIsqHZr773IUzNPZboz1 { top:10.8125rem;left:11.75rem;width:24.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrgwCWShrGWCiAJzXQ4iAk9qA446IFRw { top:4.0625rem;left:8.375rem;width:31rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJb0sZEkhAJCmTzS5zBVcQxIkxno1hOL { top:30.3125rem;left:17.875rem;width:13.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0SlfzmXQcP2s1n5Ae0wqCVqAibpVTuB { top:30.3125rem;left:16.1875rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x61rcuQr1OStdMB4eeXrRRT9y4nLWHFR { top:38rem;left:9.1875rem;width:29.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXreun6XLgH4vmm4K5ShaVlA1AOR95gV { top:41.1875rem;left:16.8125rem;width:15.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZWc3Z4T39DiU5HcnosHLQ22CZcdiKv { top:41.1875rem;left:15.1875rem;width:1.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwutA2SIfb6V8sHeST5vmHN1C99fcC71 { top:14.625rem;left:11.75rem;width:24.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNO57VHV33kAuO1Go0TzbXHxJprS4ZQB { width:28.5rem;height:3.4375rem;top:66.4375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrJUd7dIF36h6hVvNik1VRfVT0OWIIhh { display:block; }
 }@media only screen and (max-width: 763px) { #goGJtuh13dScF3WDhLzG86Todkoz9Tll { top:17.8125rem;left:10.75rem;width:28rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUe1eKq9Zl1ctAuOCLBpJCisWdvnyED5 { top:17.8125rem;left:9.0625rem;width:1.6875rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUe7HlVNhg2WGSiUZ3b2eu5ZTuR07QN { top:26.6875rem;left:11.75rem;width:24.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTg08JFUTxeraTxAf8lzZA8hfTTlvzqu { top:59.4375rem;left:14.0625rem;width:23.0625rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGGiLKLidfWQ6E7c1KJW99M2ZAhlJlR { top:59.4375rem;left:12.375rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K85vy34Er2TQ6SrnVko2w90rWIwLHBa4 { top:49.3125rem;left:10.3125rem;width:27.125rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UbaopHgfGGPlUheC6TRvrUrdf4T03X { display:block; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .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; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .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; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye { display:flex;width:18rem;height:5.0625rem;top:5.6875rem;left:5.525390625rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uQv9HPSIIsa14yCBgHG0O73UvT4ts0GA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PGNGPb2nDEgmGky9EyAFhnB6kDUZpox5 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Fd1zXRQDp6kTZKGBBM5G3bDO5MGxoDM9 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Pf5eC1Z4UlIEcxl2FGARekmq7DGtal8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #CSlrysTMdiz5f56M75XMyszCAa9QZKmS {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PT5EzRoxKuXI9ZxPPm8fONxvGqmr2Cxs {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #NhZVmmeHrGB5VbwpiRTNcmHOrvNTJgm7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uUxqLF2fSCihqOoCKIMyimoFkZyxZco2 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #T8ymr2LhZvfQUDqqGeeNtKiynzmUDxp6 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Eu1mltxWJktzw9aQXNOSQ5q4iLQ3fLGR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #rQiSvmdhK549c4k3DmGGB6kqXKPfbXA9 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #vAkMlRR5QyLOvlmJhegITO5qsq65Gqk2 {  }
 }@media only screen and (max-width: 763px) { #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 { display:block; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTFKy19yhSQebm3OVxC1ZzxodqhRgZbe { top:4rem;left:3.21875rem;width:41.3125rem;height:7.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqAL3BPHAQClr3tNIKan7o01V96SFTVU { width:34.5rem;height:3.4375rem;top:23.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3R4bnFJZqoa30LbspN2pIRTV4eKBluQ { display:block; }
 }@media only screen and (max-width: 763px) { #hghknZ2O9GgsWM8X7tA7lKr9xcIT0gq9 { top:14.1875rem;left:11.75rem;width:24.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK { display:block; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcz7NOvCX3EIEitJ1sgBMBZJeU6TAint { top:10rem;left:14.125rem;width:33.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoukvvnPLUAhPrhTncdneoDaQbtAGs8 { top:4.3125rem;left:17.8125rem;width:29.9375rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqhJ7fpSZJRKTvSKKrZOVozSNUwOn8L { top:31.9375rem;left:20.25rem;width:27.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6u7VQf3ca2Xd0n7bfZOuhPy7VzvEbDI { top:25.125rem;left:24.5rem;width:23.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmPP2EfNLrnJ2zCdGkfXqebwPSh6MImg { top:25.125rem;left:23.6875rem;width:1.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTgODQEm5CCDHF7wp6t8lIin44H33Tq { top:22.1875rem;left:22.1875rem;width:25.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdIxvOTuHWZcTFN83nXkId8NEBVHlwfN { width:28.1875rem;height:5.0625rem;top:38.25rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgxw4Cfz0GX24lIB24ffW6qqTlMMKoi { display:block; }
 }@media only screen and (max-width: 763px) { #NF1a79LbeMxaxZy52OmQoehrUdHbu8si { top:15.875rem;left:16.75rem;width:31rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbfcf47-6214-42a7-9d83-b12bfab94289/Afeto12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWA9bDCiCy4aisH7IVabbil0Td6iaZT5 { width:20rem;height:2.923825rem;top:21.376953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lb27SIyfvJIt8fttTMtbSeb2bpSPCbf3 { width:17.375rem;height:1.923825rem;top:26.3125rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrRtId4TDLzlXhDkOmrwzpI484FAfwq9 { width:20rem;height:3.41015625rem;top:9.033203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTeziQD1vT6hRyB5zwZpBAMO1DO93yr1 { width:20rem;height:3.4375rem;top:30.5263671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1lJUMl2frRx21qcMKsv290aNt1Lqpr { display:block; }
 }@media only screen and (max-width: 763px) { #AgVQMydZ8VtxSXATP0bTcEarVR9gcX5O { width:20rem;height:4.048825rem;top:3.109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJNndKU5wdXUArNV0WyVbQDcmxirX4To { width:20rem;height:8.9342403628118rem;top:12.443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAZJGiHng7I2R1zFbvvDXAycJv9V2iby { display:block; }#MAZJGiHng7I2R1zFbvvDXAycJv9V2iby > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .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; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.430625rem;padding-bottom:0.48125rem;padding-left:0.430625rem;width:2.58375rem;min-width:2.58375rem;height:2.586875rem;font-size:1.925rem;line-height:41.39px;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; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.445625rem;height:1.0225rem;font-size:0.721875rem;line-height:16.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto { display:flex;width:17.8125rem;height:4.8725rem;top:0rem;left:0rem;padding-top:1.12rem;padding-right:1.168125rem;padding-bottom:1.12rem;padding-left:1.168125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #ZOm62cT76GXVizINJRm2LJlouXSlmKHP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #SzI3aNstzT8JQJkGsphTmE3iedk5ysIi {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hik5UvQeF2wBihxKEphFK2UNWhbPFesd {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #mdyH17HDoWU7MwZcJF7hSaSpTgNDsNl2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #gAwVQBTP5g6EBSg8bwFPOK3f4UscZ3AK {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #a4K3a9LED46v2skpTLfslbcpBrCfBZ6x {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hP6hBWGT3AAUGS9wNcQ4qfW1Z81IeWcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #IChBiwJnbzsPBbzKvHM8LZoatGw4hZfe {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hrEDuixkXO5SCuNWbS1Ku0t8AJuK1AnH {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #hzNV8dwGX21r0f5tiRu6rXAxrATNPavJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #xWlvvVDWnwM35y3yqpX6XC30P5p8DlT9 {  }
 }@media only screen and (max-width: 763px) { #VkT9KpXgF6v9VTAG2qKuayx5SM2vLEto #Q5zcrxTyKw3nSMB0gPNRfT1R7Uen8fPk {  }
 }@media only screen and (max-width: 763px) { #SItvS3CixziWcazzl8MbqUB16iki3Tsp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp.adaptive-delivery-prevent-bg, #SItvS3CixziWcazzl8MbqUB16iki3Tsp.lazyload, #SItvS3CixziWcazzl8MbqUB16iki3Tsp.lazyloading { background-image: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { background-color: transparent; background-image: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container > .video-iframe-container { display: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container { display: none; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .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); }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { border-width: 0; border-radius: 0; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SItvS3CixziWcazzl8MbqUB16iki3Tsp > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XStwk4R58CvobeOMUfoKSmbVy79c1P5w { width:20rem;height:3.4375rem;top:27.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvehaOXWsEF4DUOvdJyDVettmWQzRbxI { display:block; }
 }@media only screen and (max-width: 763px) { #yGpQmP24HrHOvAOOCHcqSU8udsab779p { width:15.625rem;height:1.13671875rem;top:12.1416015625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htcaIz8pnFI2ynve1W3gfvGHtCmyS23q { width:20rem;height:1.13671875rem;top:20.9150390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0rSmnvR4r5cTAOzKhUZ2gp4MlA7l2yE { width:20rem;height:7.19825rem;top:2.9423828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFDgE1wmC1EVkJHJiEazvS4Peo4TeNb5 { width:1.6875rem;height:3.41015625rem;top:15.0625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC2expZwO09kTKsr4BJAn25kdF3yHPWr { width:18.25rem;height:3.41015625rem;top:15.0625rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udcuv0L98UKoly5dezeShoPy5xsW82ot { width:20rem;height:2.199225rem;top:24.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3680576a-0986-411c-b116-486d3fa8a4b0/Afeto22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.adaptive-delivery-prevent-bg, #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.lazyload, #TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8.lazyloading { background-image: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { background-color: transparent; background-image: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container > .video-iframe-container { display: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row > .video-iframe-container { display: none; }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .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); }#TWdVpBvNLZmmTBPOfOiUvw9ac2P1uwG8 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7veECEini75zNsNkoMdFe66loqXMnT2 { width:20rem;height:3.4375rem;top:41.4296875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FZW5HCP7qbELVtDvvBd2UM8aDBq4nW { display:block; }
 }@media only screen and (max-width: 763px) { #rphinQeHnwMf5Eov7takDGcCQfenI2Ml { width:1.6875rem;height:3.41015625rem;top:14.6875rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFZQ1bCpifQM2Fd41OTliB5QwnUANay { width:18.0625rem;height:4.546875rem;top:14.6875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRkRNr7wHB7tOG21xp51SCNvyUms01c2 { width:17.25rem;height:2.2734375rem;top:26rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUoiB1d9Do2N8VHZzGbXHUNdh9UimLOW { width:18.875rem;height:6.597625rem;top:3.125rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RX1mDKg6pgNTT8DcrIKwMyc6fQAQg8O5 { width:16.375rem;height:3.41015625rem;top:21.23828125rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTmxHNVdx97IfRVVMoi7T3nBFtUVUh8D { width:20rem;height:1.13671875rem;top:12.4375rem;left:-0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3MIT7G1udHL4KKUuF50NkKnPBLcPadD { width:8rem;height:3.41015625rem;top:29.8125rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saZqOMNPBEMTkmZWrKTCoVaDAQlCKE2c { width:1.6875rem;height:3.41015625rem;top:29.8125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPE5DfUlKZNTaDyOz0Wf17ZPoMUckNs { width:15.875rem;height:4.546875rem;top:35.0078125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.adaptive-delivery-prevent-bg, #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.lazyload, #lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV.lazyloading { background-image: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { background-color: transparent; background-image: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container > .video-iframe-container { display: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container { display: none; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .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); }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { border-width: 0; border-radius: 0; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP9Wdw0bOba9QN9GP08OHKuL2snUB0AV > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcQ1BPJc59rElIsqHZr773IUzNPZboz1 { width:18.625rem;height:1.13671875rem;top:8.5rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrgwCWShrGWCiAJzXQ4iAk9qA446IFRw { width:20rem;height:3.298825rem;top:3.3564453125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJb0sZEkhAJCmTzS5zBVcQxIkxno1hOL { width:10.875rem;height:3.41015625rem;top:23.1875rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0SlfzmXQcP2s1n5Ae0wqCVqAibpVTuB { width:1.875rem;height:3.41015625rem;top:23.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x61rcuQr1OStdMB4eeXrRRT9y4nLWHFR { width:20rem;height:1.13671875rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXreun6XLgH4vmm4K5ShaVlA1AOR95gV { width:12.125rem;height:4.546875rem;top:31.125rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZWc3Z4T39DiU5HcnosHLQ22CZcdiKv { width:1.6875rem;height:4.546875rem;top:31.125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwutA2SIfb6V8sHeST5vmHN1C99fcC71 { width:20rem;height:1.13671875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNO57VHV33kAuO1Go0TzbXHxJprS4ZQB { width:20rem;height:3.4375rem;top:50.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrJUd7dIF36h6hVvNik1VRfVT0OWIIhh { display:block; }
 }@media only screen and (max-width: 763px) { #goGJtuh13dScF3WDhLzG86Todkoz9Tll { width:18.6875rem;height:3.89845rem;top:14.25rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUe1eKq9Zl1ctAuOCLBpJCisWdvnyED5 { width:1.6875rem;height:3.89845rem;top:14.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUe7HlVNhg2WGSiUZ3b2eu5ZTuR07QN { width:20rem;height:1.13671875rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTg08JFUTxeraTxAf8lzZA8hfTTlvzqu { width:18rem;height:3.41015625rem;top:45.5625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGGiLKLidfWQ6E7c1KJW99M2ZAhlJlR { width:1.6875rem;height:3.41015625rem;top:45.5625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K85vy34Er2TQ6SrnVko2w90rWIwLHBa4 { width:20rem;height:5.68359375rem;top:37.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UbaopHgfGGPlUheC6TRvrUrdf4T03X { display:block; }#x3UbaopHgfGGPlUheC6TRvrUrdf4T03X > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .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; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.430625rem;padding-bottom:0.48125rem;padding-left:0.430625rem;width:2.58375rem;min-width:2.58375rem;height:2.586875rem;font-size:1.925rem;line-height:41.39px;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; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.445625rem;height:1.0225rem;font-size:0.721875rem;line-height:16.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qfsJovF6W8Wn58fnXWZptbu6uc2mVqye { display:flex;width:17.8125rem;height:4.8725rem;top:0rem;left:0rem;padding-top:1.12rem;padding-right:1.168125rem;padding-bottom:1.12rem;padding-left:1.168125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uQv9HPSIIsa14yCBgHG0O73UvT4ts0GA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PGNGPb2nDEgmGky9EyAFhnB6kDUZpox5 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Fd1zXRQDp6kTZKGBBM5G3bDO5MGxoDM9 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Pf5eC1Z4UlIEcxl2FGARekmq7DGtal8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #CSlrysTMdiz5f56M75XMyszCAa9QZKmS {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #PT5EzRoxKuXI9ZxPPm8fONxvGqmr2Cxs {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #NhZVmmeHrGB5VbwpiRTNcmHOrvNTJgm7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #uUxqLF2fSCihqOoCKIMyimoFkZyxZco2 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #T8ymr2LhZvfQUDqqGeeNtKiynzmUDxp6 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #Eu1mltxWJktzw9aQXNOSQ5q4iLQ3fLGR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #rQiSvmdhK549c4k3DmGGB6kqXKPfbXA9 {  }
 }@media only screen and (max-width: 763px) { #qfsJovF6W8Wn58fnXWZptbu6uc2mVqye #vAkMlRR5QyLOvlmJhegITO5qsq65Gqk2 {  }
 }@media only screen and (max-width: 763px) { #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1761d61-a254-4b49-b07a-ff5c45022648/BackgroundSuperSale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.adaptive-delivery-prevent-bg, #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.lazyload, #V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68.lazyloading { background-image: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { background-color: transparent; background-image: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container > .video-iframe-container { display: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container { display: none; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .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); }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { border-width: 0; border-radius: 0; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4ehrR3PSQsXeuzmIDrcxdFfWV42SI68 > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTFKy19yhSQebm3OVxC1ZzxodqhRgZbe { width:20rem;height:6.32425rem;top:3.3564453125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqAL3BPHAQClr3tNIKan7o01V96SFTVU { width:20rem;height:3.4375rem;top:19.921875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3R4bnFJZqoa30LbspN2pIRTV4eKBluQ { display:block; }
 }@media only screen and (max-width: 763px) { #hghknZ2O9GgsWM8X7tA7lKr9xcIT0gq9 { width:20rem;height:5.199225rem;top:12.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/939050ce-c11b-4b99-a1a4-a570348d0b88/backgroundparalandingpage13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.adaptive-delivery-prevent-bg, #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.lazyload, #ppJaPFXSAokLWZQUc2seIUMn9wOWANWK.lazyloading { background-image: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { background-color: transparent; background-image: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container > .video-iframe-container { display: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container { display: none; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .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); }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { border-width: 0; border-radius: 0; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppJaPFXSAokLWZQUc2seIUMn9wOWANWK > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcz7NOvCX3EIEitJ1sgBMBZJeU6TAint { width:19.75rem;height:3.8994125rem;top:6.75rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkoukvvnPLUAhPrhTncdneoDaQbtAGs8 { width:20rem;height:1.7871125rem;top:2.9814453125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkqhJ7fpSZJRKTvSKKrZOVozSNUwOn8L { width:20rem;height:2.5996125rem;top:29.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6u7VQf3ca2Xd0n7bfZOuhPy7VzvEbDI { width:14.0625rem;height:5.68359375rem;top:21.5rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmPP2EfNLrnJ2zCdGkfXqebwPSh6MImg { width:1.6875rem;height:3.41015625rem;top:21.5rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTgODQEm5CCDHF7wp6t8lIin44H33Tq { width:16.3125rem;height:2.5996125rem;top:18.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fdIxvOTuHWZcTFN83nXkId8NEBVHlwfN { width:20rem;height:4.4375rem;top:33.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgxw4Cfz0GX24lIB24ffW6qqTlMMKoi { display:block; }
 }@media only screen and (max-width: 763px) { #NF1a79LbeMxaxZy52OmQoehrUdHbu8si { width:17.8125rem;height:3.8994125rem;top:12.25rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }