.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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:#f9f8c0;background-image:none;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:none; }#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:46.75rem;width:75rem;overflow:visible;position:relative;display:none; }#nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { color:#1e1e1e;display:block;width:33rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.3125rem;left:0rem;height:8.660125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Iz50WeKlma0xupvHwJWU768t3ApMgt08 { color:#1e1e1e;display:block;width:39.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0rem;height:4.125rem;display:block; }
#W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.9375rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0rem #00b946 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.625rem;left:0rem;display:block; }
#b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:10.625rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#Kt7ocHtDO4zxiBfrAC4dJSPdrRbnMhFN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL { box-sizing:content-box;height:39.0625rem;width:15.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ddbbdc3d-92dd-4f50-8cc7-8e7c9cdc4b2e/Whisk_4be2694a54Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.3125rem;left:46.75rem;display:block; }#D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL.adaptive-delivery-prevent-bg, #D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL.lazyload, #D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL.lazyloading { background-image: none; }
#qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL { color:#1e1e1e;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.880859375rem;left:19.4375rem;height:1.29980625rem;display:block; }#qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
#KquOzA6v5rx7CHcvgTFxKRer6CnzN38E { box-sizing:content-box;height:46.75rem;width:43.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e24391e-633b-4255-8d76-a2612d6fdf1b/pattern.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;top:0rem;left:54.25rem;display:block; }#KquOzA6v5rx7CHcvgTFxKRer6CnzN38E.adaptive-delivery-prevent-bg, #KquOzA6v5rx7CHcvgTFxKRer6CnzN38E.lazyload, #KquOzA6v5rx7CHcvgTFxKRer6CnzN38E.lazyloading { background-image: none; }
#KquOzA6v5rx7CHcvgTFxKRer6CnzN38E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,247,178,0.15); }#OIdIJPoBaDVTFdz7KziTFUW8Wzmo1nBg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.3125rem;left:1.0625rem; }
#J6KZ1fHz7Z0ZgiKfDTuOhITHCaitnnn1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.375rem;left:0rem;display:block; }
#bsZqddnVCxkEumCob7OR6mXcsDB1IrKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXwgJT5oH9z3T2RyDHmrBe2kqsCKA3RF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:29.375rem;left:8.875rem;display:block; }
#hoN797coTSe7ldIgyl2E6iOFIsnco9TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yT7wnVXhsIXFc8oHMTv0GvLeuFHQ8owt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.375rem;left:18.8125rem;display:block; }
#bA6RIOFNH8cUfUBZtCzT3uvT8JvxRo5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TO98RxaAwkTDd3eUKL9vNshDJQcagev8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:29.375rem;left:25.75rem;display:block; }
#l4XiO5aFnhr4Diey6zJCkRO4IOTc7eZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tun9o8ydpATACyBvcGV0GGobfcFFWgXH { background-color:#f05d79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.375rem;left:34.25rem;display:block; }
#UbHkRX8e4TC3forCJ1wwCXyZJ3lCT8nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o699EmDLLns3XmhP8bvrP92PbkXwqONa { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08d5bfbc-fb21-420a-af05-49d06c080455/07IceCreamContainerMockUp03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:34.375rem;left:63.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o699EmDLLns3XmhP8bvrP92PbkXwqONa.adaptive-delivery-prevent-bg, #o699EmDLLns3XmhP8bvrP92PbkXwqONa.lazyload, #o699EmDLLns3XmhP8bvrP92PbkXwqONa.lazyloading { background-image: none; }
#guV41Bc0yFK79vAJROJ9SMvT2Pcx1Fdi { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:32.625rem;left:62.1875rem;overflow:hidden;display:block; }
#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD { background-color:#f9f8c0;background-image:none;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; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container { background-color: transparent; background-image: none; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container > .video-iframe-container { display: none; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row > .video-iframe-container { display: none; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .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); }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container { border-width: 0; border-radius: 0; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zFpEmLyWgdfG0vq0p0SDvqVAM2XSsmbf { color:#1e1e1e;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:16.6875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQm7nzgpshw7TvAp08SDhVA81HlXS46w { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.125rem;left:0rem;height:3.75rem;display:block; }
#Ogm25VLXucZ3HzXSQwg2G9hIaw6VvTkv { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.9375rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0rem #00b946 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.625rem;left:0rem;display:block; }
#IHnPv0UuAm7oCB6TWAXPP7J9wszt4xXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWVF3hoMgT8TJpkLSB17dZOM2NtlnfDe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.5rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#vMHBbiHTtoyn4sN5DZelTuEwKCrdR8Qm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq { color:#1e1e1e;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:38.875rem;left:19.6875rem;height:1.29980625rem;display:block; }#TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
#g7l7PeEInTr4PpAaaHHJLoqfmXe5ZuMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:38.3125rem;left:1.0625rem; }
#FXJ8KXzm3Az7RMsIrnOhCRfPbFTMNZPp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f05d79;border-left:0.0625rem solid #f05d79;border-right:0.0625rem solid #f05d79;border-bottom:0.0625rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.125rem;left:0rem;display:block; }
#VtXO2MfTuCeiNErTZwuPUky3v7pxWF0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#By5o6VzRkauedekgQKS5KyqxNHr1F9lk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f05d79;border-left:0.0625rem solid #f05d79;border-right:0.0625rem solid #f05d79;border-bottom:0.0625rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.125rem;left:6.875rem;display:block; }
#EHZevydgAZOlNQdRilgL4Q2vwkpp5WZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1sSxzp7TLSq0pUgCtrCu88SsiLqNhTQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f05d79;border-left:0.0625rem solid #f05d79;border-right:0.0625rem solid #f05d79;border-bottom:0.0625rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.125rem;left:14.75rem;display:block; }
#oV0bEfRUsLAR6wAyXcceqcK1xNCfebJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8qiO2heaiBay6oDqGISKiUBcvNPgBrv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f05d79;border-left:0.0625rem solid #f05d79;border-right:0.0625rem solid #f05d79;border-bottom:0.0625rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.125rem;left:19.6875rem;display:block; }
#sXbgUc5oDBPX0JXkQiPFxeOkycHObTrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHira0zQdfBhFx8R68CcQ8JOhNAmUeRB { background-color:#f05d79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f05d79;border-left:0.125rem solid #f05d79;border-right:0.125rem solid #f05d79;border-bottom:0.125rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:1.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.125rem;left:30.125rem;display:block; }
#wnUWgE8XIxOgRFw02CQGN52M8sGZ1ir4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOyT9RS87b47P4BhpyBz7spsCBclUFOO { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08d5bfbc-fb21-420a-af05-49d06c080455/07IceCreamContainerMockUp03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:31.1875rem;left:53.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bOyT9RS87b47P4BhpyBz7spsCBclUFOO.adaptive-delivery-prevent-bg, #bOyT9RS87b47P4BhpyBz7spsCBclUFOO.lazyload, #bOyT9RS87b47P4BhpyBz7spsCBclUFOO.lazyloading { background-image: none; }
#uRSKMKn7gE8LGmA23WNekOroOg0OXpTd { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:29.375rem;left:51.625rem;overflow:hidden;display:block; }
#czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv { box-sizing:content-box;height:46.875rem;width:9.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f870a18-0118-4ee3-97fa-83a631b25cb0/download20250925T092612725.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:39.5625rem;display:block; }#czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv.adaptive-delivery-prevent-bg, #czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv.lazyload, #czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv.lazyloading { background-image: none; }
#Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9 { box-sizing:content-box;height:46.875rem;width:9.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6ec8a1b2-d25e-4826-918e-1f1528fc5450/download20250925T092528152.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:48.9375rem;display:block; }#Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9.adaptive-delivery-prevent-bg, #Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9.lazyload, #Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9.lazyloading { background-image: none; }
#P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm { box-sizing:content-box;height:46.875rem;width:9.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e2d8cb7-207d-42bd-b2eb-18f5b2a94fa9/download20250925T092625984.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:58.3125rem;display:block; }#P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm.adaptive-delivery-prevent-bg, #P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm.lazyload, #P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm.lazyloading { background-image: none; }
#ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn { box-sizing:content-box;height:46.875rem;width:9.375rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9148c35c-96f8-4fe7-90bc-d7084f42f034/download20250925T092551392.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:67.625rem;display:block; }#ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn.adaptive-delivery-prevent-bg, #ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn.lazyload, #ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn.lazyloading { background-image: none; }
#ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8 { box-sizing:content-box;height:46.875rem;width:9.375rem;position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e52bf17-8066-490f-abee-a57d72c25b90/download20250925T092439819.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:77rem;display:block; }#ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8.adaptive-delivery-prevent-bg, #ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8.lazyload, #ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8.lazyloading { background-image: none; }
#D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru { box-sizing:content-box;height:46.875rem;width:11.875rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a424cdc-8388-40de-802e-e0f4ac7b1bfb/download20250925T092608426.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:86.1875rem;display:block; }#D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru.adaptive-delivery-prevent-bg, #D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru.lazyload, #D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru.lazyloading { background-image: none; }
#HwzP2b88hp8aTZfBLuwL3QRpzqbpkUp1 { box-sizing:content-box;height:15.6875rem;width:15.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(255,255,255,0.55);background-image:none;top:28.25rem;left:50.5rem;box-shadow: none;display:block; }
#Zcv24b17knD97BAL7ylSy5mWxolWScwi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f05d79;border-left:0.0625rem solid #f05d79;border-right:0.0625rem solid #f05d79;border-bottom:0.0625rem solid #f05d79;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f05d79;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.125rem;left:26.125rem;display:block; }
#pZZr5VJykLzDWnNvA0pSpp2hbwCI9I7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvT11OJS18lUuru2l1srTphwK9wINEhn { color:#f05d79;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.34375rem;left:28.5625rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#qAP9cmNy2i6aOKnAsdWM8HqBNS67UXJy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:9.09375rem;left:27.15625rem; }
#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ede99f;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:none; }#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im > .row .container { border-width: 0; border-radius: 0; }#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:none; }#erq2VUTSXa62Ve2lQA2BZGo8IcL6d02b { color:#1e1e1e;display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:7.4238125rem;font-style:normal;display:block; }
#P3tTAEfeeufFhZsle8lWxvwes3t4RyIN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.25rem;top:6.3046875rem;left:14.1875rem;overflow:hidden;display:block; }
#iNnLqvQpcKTS0udWgccFcXMBbqsce0u8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:5.71875rem;left:25.75rem;overflow:hidden;display:block; }
#NvvuWn66itK2xl3cuWlI2UQ4Pf8cOhN4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:5.75rem;left:46.5625rem;overflow:hidden;display:block; }
#AQAm564rewbhoTUvriOfPc9kDN07nzOE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.25rem;top:6.3125rem;left:35rem;overflow:hidden;display:block; }
#C6QssAF1NRz85Z3PoBswGglR0BSbG4r8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:5.75rem;left:68rem;overflow:hidden;display:block; }
#NN4p7tZvt3FbvqFnLrr13H4BWlN6iPtX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:9.25rem;top:6.3125rem;left:56.4375rem;overflow:hidden;display:block; }
#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f05d79;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; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { background-color: transparent; background-image: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container > .video-iframe-container { display: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container { display: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .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); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { border-width: 0; border-radius: 0; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:21.875rem;height:4.875rem;font-style:normal;display:block; }
#cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.4375rem;left:21.875rem; }
#HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.0625rem;height:4.875rem;font-style:normal;display:block; }
#LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.5rem;left:41.0625rem; }
#WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:63.6875rem;height:4.875rem;font-style:normal;display:block; }
#Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.4375rem;left:63.6875rem; }
#VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.24);background-image:none;top:2.375rem;left:37.375rem;display:block; }
#dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.24);background-image:none;top:2.375rem;left:59.75rem;display:block; }
#pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { box-sizing:content-box;height:14.625rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:#f9f8c0;background-image:none;top:1.90625rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { color:#1e1e1e;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:1.875rem;height:6.09375rem;font-style:normal;display:block; }
#uB1IoZJt5VczcWRXik5ondKkKPGlOene { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.03125rem;left:1.875rem;overflow:hidden;display:block; }
#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecccb;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; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { background-color: transparent; background-image: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .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); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { border-width: 0; border-radius: 0; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { color:#1e1e1e;display:block;width:38.625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:5.36230625rem;font-style:normal;display:block; }
#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { color:#1e1e1e;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:16.5625rem;left:0rem;height:14.125rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
#lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM { box-sizing:content-box;height:35.25rem;width:33.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/032d1c66-bed2-46fb-844b-e60e1af31669/download20250925T094809319.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.78125rem;left:41.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM.adaptive-delivery-prevent-bg, #lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM.lazyload, #lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM.lazyloading { background-image: none; }
#TaRlPMZ3mA9fvyEI1FlDiFRnrM96GN4P { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0rem #00b544 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:block; }
#GgV42LxJ3LZ1tzIRDWMXKZq6NOcn5TmC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlQIHZo6W0RUqPu8A5hC3t7hg3my41Kd { box-sizing:content-box;height:0.9375rem;width:16.0625rem;position:absolute;display:block;z-index:15000;background-color:#fff7b2;background-image:none;top:12.875rem;left:22.4375rem;display:block; }
#T281MnM35AGf6BJIAdQNB4RDS1IRJTZJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:34.8125rem;left:1rem; }
#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G { position:relative;display:none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G { border-width: 0; border-radius: 0; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e24391e-633b-4255-8d76-a2612d6fdf1b/pattern.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n.adaptive-delivery-prevent-bg, #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n.lazyload, #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n.lazyloading { background-image: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { background-color: transparent; background-image: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container > .video-iframe-container { display: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container { display: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .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); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { border-width: 0; border-radius: 0; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n::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; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:14.375rem;left:2.1875rem;height:37.77rem;font-style:normal;display:block; }#T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#Ehr6c89Bc2n1lSR304oplIDbLnttP3yd { color:#1e1e1e;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.13671875rem;left:29.21875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxh77VZNO8e0Qru9VCf1cIsE6K9zRpKB { box-sizing:content-box;height:43.0625rem;width:20.375rem;position:absolute;display:block;z-index:14999;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#adUFgi20AIXgVp8cKocxfraAOc7m9tks { box-sizing:content-box;height:43rem;width:20.375rem;position:absolute;display:block;z-index:15001;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:27.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#abBegqv6Oza2fV5urTUqEhyhA6FTWV1T { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:14.375rem;left:29.0625rem;height:37.77rem;font-style:normal;display:block; }#abBegqv6Oza2fV5urTUqEhyhA6FTWV1T li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#abBegqv6Oza2fV5urTUqEhyhA6FTWV1T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#c6ntREHg4CiVx5yUQlmXU37dNGs75KK8 { box-sizing:content-box;height:4.625rem;width:20.375rem;position:absolute;display:block;z-index:15000;background-color:#f9f8c0;background-image:none;top:5.125rem;left:27.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#cxbdSznUDIBa3QGzyWWMoSp89W7sJLVh { box-sizing:content-box;height:43rem;width:20.375rem;position:absolute;display:block;z-index:15003;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:54.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.375rem;left:56.375rem;height:;font-style:normal;display:block; }#gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e24391e-633b-4255-8d76-a2612d6fdf1b/pattern.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN.adaptive-delivery-prevent-bg, #mR6mz9FB0R6gVBFaFueHcrltuiimgyRN.lazyload, #mR6mz9FB0R6gVBFaFueHcrltuiimgyRN.lazyloading { background-image: none; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container { background-color: transparent; background-image: none; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container > .video-iframe-container { display: none; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row > .video-iframe-container { display: none; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .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); }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container { border-width: 0; border-radius: 0; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN::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; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:14.375rem;left:2.1875rem;height:;font-style:normal;display:block; }#Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#T0p2pyHnnFFJ1bNUlwnOtqeTo8cQQvUF { color:#1e1e1e;display:block;width:20rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.13671875rem;left:27.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSb0Hu2oaMbaRG8eBUlWpRs9GtWSWvJ6 { box-sizing:content-box;height:25.0625rem;width:20.375rem;position:absolute;display:block;z-index:14999;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#kGs7FpLE5CvC6SRbFl8sOUhOo3GpPQJ4 { box-sizing:content-box;height:25.1875rem;width:20.375rem;position:absolute;display:block;z-index:15001;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:27.3125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:14.375rem;left:29.0625rem;height:;font-style:normal;display:block; }#OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#T3Ld1ErA6xxisuRzlvuZyzUyTUBsUVU2 { box-sizing:content-box;height:4.625rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:#f9f8c0;background-image:none;top:5.125rem;left:26.5625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#ppywZDmFNsE683wHDdWXRKZLmIJQmxeD { box-sizing:content-box;height:25.25rem;width:20.375rem;position:absolute;display:block;z-index:15003;background-color:#f9f8c0;background-image:none;top:11.9375rem;left:54.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.375rem;left:56.375rem;height:;font-style:normal;display:block; }#dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#M35Bh9hEVwkUFBLmQFqirTy0EUIen6a6 { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.6875rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.3125rem 0rem #00bc47 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.8125rem;left:27.0625rem;display:block; }
#RPkIRKcoeFHqqsN930NMRo3ydX7TUVUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ib8wG0pPTUoihsO7l4csaa4UuZa9wVTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:43.4375rem;left:28.125rem; }
#tw605CpabzZLOJbquNOSmyyR2EyzoBhm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8c0;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; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container { background-color: transparent; background-image: none; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container > .video-iframe-container { display: none; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row > .video-iframe-container { display: none; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .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); }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container { border-width: 0; border-radius: 0; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#nqtppQRywzcLLfpQKGXsfkkekD0G2tXr { color:#1e1e1e;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:8.3246875rem;font-style:normal;display:block; }
#w4MZXMy7I1tl4QHXJ88uPgUlTouVMxc7 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.857421875rem;left:0rem;height:3.25rem;display:block; }
#AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:8.687rem;display:block; }#AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
#t0SdU1WwcyfEPPPJ3vWkf7WouwvTstCT { background-color:#24d366;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.3125rem solid #0aa946;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.875rem;left:0rem;display:block; }
#icBa0i0kz9tyDwbEriX3yBzmlnSybX0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5 { box-sizing:content-box;height:48.75rem;width:58.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f351a7d-2741-4d61-bfef-f78577acad63/Whisk_7a20a9a436Photoroomcopiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-3rem;left:43.750811610694rem;display:block; }#J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5.adaptive-delivery-prevent-bg, #J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5.lazyload, #J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5.lazyloading { background-image: none; }
#JR2HnTQRGG1u98t32IncZpiBbGT0fCmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.3125rem;left:0.8125rem; }
#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ede99f;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; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { background-color: transparent; background-image: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container > .video-iframe-container { display: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container { display: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .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); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { border-width: 0; border-radius: 0; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { color:#f05d79;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { color:#f05d79;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18.75rem;height:3.57421875rem;font-style:normal;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#cXwcddm8FQBbcJApZLMmK06opQmO2E2M { color:#f05d79;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.3125rem;left:36.25rem;height:3.57421875rem;font-style:normal;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#MBdXtGg9mpFtdlX2JpO71SaUf3cCNA0L { color:#0e384c;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.625rem;left:20.5625rem;height:4.38720625rem;display:block; }
#eIhitHChA9klOkSrHtLBA8MK8I9Ta5yW { color:#0e384c;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.875rem;height:2.92480625rem;display:block; }
#e2W1bDPoxSxRtNpdTtSmBMXZJVueegn1 { color:#0e384c;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.625rem;left:38.25rem;height:5.8496125rem;display:block; }
#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { color:#f05d79;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.3125rem;left:56.25rem;height:;font-style:normal;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#EETqiIsQgHUZxhXATaI27g90DiWvrTT4 { color:#0e384c;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.625rem;left:58.25rem;height:5.8496125rem;display:block; }
#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6bec619-c599-419a-b8a2-87c3786ec384/Whisk_7c298096d4.webp");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; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq.adaptive-delivery-prevent-bg, #aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq.lazyload, #aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq.lazyloading { background-image: none; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container { background-color: transparent; background-image: none; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container > .video-iframe-container { display: none; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row > .video-iframe-container { display: none; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .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); }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container { border-width: 0; border-radius: 0; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq::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; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#Wxb4p5Hz9dqSRtlXl3d5w7tEOFh6ThTl { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.9375rem;left:16.96875rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#zTMspcJMCgMX2TOprW8swswXXwcLC3TA { box-sizing:content-box;height:0.9375rem;width:10rem;position:absolute;display:block;z-index:14999;background-color:#f6a622;background-image:none;top:11.375rem;left:46.0625rem;display:block; }
#C6BZ4RGbcZvHuGh4CLiFRhQa3r2ktHOh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:20.5rem;left:27.6875rem;overflow:hidden;display:block; }
#b360dP2uPOtq3Q8uCLACugTALSb9yOJi { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#f6a622;background-image:none;top:22.375rem;left:28.125rem;display:block; }
#tJRWClKlC2yNgFEbow5pu21FMPSpLFON { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:20.5rem;left:27.6875rem;overflow:hidden;display:none; }
#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6a622;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; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container { background-color: transparent; background-image: none; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container > .video-iframe-container { display: none; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row > .video-iframe-container { display: none; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .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); }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container { border-width: 0; border-radius: 0; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#RGyBJU9srd0oRvn2BWrHSS5qlIetTOrp { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.375rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.3125rem 0rem #00b544 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.0625rem;left:26.8125rem;display:block; }
#EKF7c4TANTbP4kV8drTnTsFuZaiuoDuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.8125rem;left:31.25rem;height:1.4624rem;display:block; }#sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
#refzzZgkyuPcOlUOngfO879IiVZxXPfV { color:#ffffff;display:block;width:33rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8rem;left:21rem;height:7.0121875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oRdIPWGecRZmQRexUbIEKe0ezaeTbfMF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#nfy2XKeIwv7mEemVlOFH0zTns5mk7OXg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.625rem;left:28rem; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container { background-color: transparent; background-image: none; }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container > .video-iframe-container { display: none; }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row > .video-iframe-container { display: none; }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .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); }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container { border-width: 0; border-radius: 0; }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { background-color: transparent; background-image: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { border-width: 0; border-radius: 0; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oskFL9qp24TlbT0TBLPbFkw61AVcngsd { background-color:#f05d79;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:61.6875rem;display:block; }
#nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#racAECJSZuXOxiUUPmWNyugeisTTsTCb { box-sizing:content-box;color:#f05d79;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#ywzfpzZqE833o3UEAfBAQLzPloRapE3K { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:33rem;height:8.625rem;top:13.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:39.375rem;height:4.125rem;top:23.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:18rem;height:3.8125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:10.625rem;height:8.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7ocHtDO4zxiBfrAC4dJSPdrRbnMhFN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL { width:15.5rem;height:39.0625rem;top:2.3125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL { width:14.4375rem;height:1.25rem;top:37.875rem;left:5.8125rem;font-size:1rem;display:block; }#qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
 }@media only screen and (max-width: 763px) { #KquOzA6v5rx7CHcvgTFxKRer6CnzN38E { width:43.1875rem;height:46.75rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIdIJPoBaDVTFdz7KziTFUW8Wzmo1nBg { width:2.0625rem;height:2.0625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KZ1fHz7Z0ZgiKfDTuOhITHCaitnnn1 { width:8.125rem;height:2.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZqddnVCxkEumCob7OR6mXcsDB1IrKz { display:block; }
 }@media only screen and (max-width: 763px) { #HXwgJT5oH9z3T2RyDHmrBe2kqsCKA3RF { width:9.0625rem;height:2.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoN797coTSe7ldIgyl2E6iOFIsnco9TC { display:block; }
 }@media only screen and (max-width: 763px) { #yT7wnVXhsIXFc8oHMTv0GvLeuFHQ8owt { width:6.1875rem;height:2.6875rem;top:29.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA6RIOFNH8cUfUBZtCzT3uvT8JvxRo5F { display:block; }
 }@media only screen and (max-width: 763px) { #TO98RxaAwkTDd3eUKL9vNshDJQcagev8 { width:7.875rem;height:2.6875rem;top:29.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4XiO5aFnhr4Diey6zJCkRO4IOTc7eZO { display:block; }
 }@media only screen and (max-width: 763px) { #tun9o8ydpATACyBvcGV0GGobfcFFWgXH { width:4.8125rem;height:2.6875rem;top:29.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbHkRX8e4TC3forCJ1wwCXyZJ3lCT8nr { display:block; }
 }@media only screen and (max-width: 763px) { #o699EmDLLns3XmhP8bvrP92PbkXwqONa { width:9.875rem;height:9.875rem;top:34.375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guV41Bc0yFK79vAJROJ9SMvT2Pcx1Fdi { width:12.6875rem;height:12.6875rem;top:32.625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD { display:block; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFpEmLyWgdfG0vq0p0SDvqVAM2XSsmbf { width:36.125rem;height:;top:16.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQm7nzgpshw7TvAp08SDhVA81HlXS46w { width:30.625rem;height:3.75rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogm25VLXucZ3HzXSQwg2G9hIaw6VvTkv { width:18rem;height:3.8125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHnPv0UuAm7oCB6TWAXPP7J9wszt4xXb { display:block; }
 }@media only screen and (max-width: 763px) { #tWVF3hoMgT8TJpkLSB17dZOM2NtlnfDe { width:14.5rem;height:12.1875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMHBbiHTtoyn4sN5DZelTuEwKCrdR8Qm { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq { width:14.4375rem;height:1.25rem;top:38.875rem;left:6.0625rem;font-size:0.6875rem;display:block; }#TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
 }@media only screen and (max-width: 763px) { #g7l7PeEInTr4PpAaaHHJLoqfmXe5ZuMq { width:2.0625rem;height:2.0625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJ8KXzm3Az7RMsIrnOhCRfPbFTMNZPp { width:6.25rem;height:1.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXO2MfTuCeiNErTZwuPUky3v7pxWF0g { display:block; }
 }@media only screen and (max-width: 763px) { #By5o6VzRkauedekgQKS5KyqxNHr1F9lk { width:7.25rem;height:1.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHZevydgAZOlNQdRilgL4Q2vwkpp5WZn { display:block; }
 }@media only screen and (max-width: 763px) { #w1sSxzp7TLSq0pUgCtrCu88SsiLqNhTQ { width:4.3125rem;height:1.875rem;top:32.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV0bEfRUsLAR6wAyXcceqcK1xNCfebJk { display:block; }
 }@media only screen and (max-width: 763px) { #r8qiO2heaiBay6oDqGISKiUBcvNPgBrv { width:5.8125rem;height:1.875rem;top:32.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXbgUc5oDBPX0JXkQiPFxeOkycHObTrx { display:block; }
 }@media only screen and (max-width: 763px) { #bHira0zQdfBhFx8R68CcQ8JOhNAmUeRB { width:3.6875rem;height:1.875rem;top:32.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnUWgE8XIxOgRFw02CQGN52M8sGZ1ir4 { display:block; }
 }@media only screen and (max-width: 763px) { #bOyT9RS87b47P4BhpyBz7spsCBclUFOO { width:9.875rem;height:9.875rem;top:31.1875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSKMKn7gE8LGmA23WNekOroOg0OXpTd { width:13.4375rem;height:13.4375rem;top:29.375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv { width:9.375rem;height:46.875rem;top:0rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9 { width:9.375rem;height:46.875rem;top:0rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm { width:9.375rem;height:46.875rem;top:0rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn { width:9.375rem;height:46.875rem;top:0rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8 { width:9.375rem;height:46.875rem;top:0rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru { width:11.875rem;height:46.875rem;top:0rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzP2b88hp8aTZfBLuwL3QRpzqbpkUp1 { width:15.6875rem;height:15.6875rem;top:28.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcv24b17knD97BAL7ylSy5mWxolWScwi { width:3.375rem;height:1.875rem;top:32.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZZr5VJykLzDWnNvA0pSpp2hbwCI9I7C { display:block; }
 }@media only screen and (max-width: 763px) { #LvT11OJS18lUuru2l1srTphwK9wINEhn { width:8.375rem;height:1.125rem;top:9.3125rem;left:14.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAP9cmNy2i6aOKnAsdWM8HqBNS67UXJy { width:1.4375rem;height:1.4375rem;top:9.0625rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im { display:none; }#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #erq2VUTSXa62Ve2lQA2BZGo8IcL6d02b { width:7.75rem;height:7.375rem;top:5.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3tTAEfeeufFhZsle8lWxvwes3t4RyIN { width:9.25rem;height:5.0625rem;top:6.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnLqvQpcKTS0udWgccFcXMBbqsce0u8 { width:7rem;height:7rem;top:5.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvvuWn66itK2xl3cuWlI2UQ4Pf8cOhN4 { width:7rem;height:7rem;top:5.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQAm564rewbhoTUvriOfPc9kDN07nzOE { width:9.25rem;height:5.0625rem;top:6.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6QssAF1NRz85Z3PoBswGglR0BSbG4r8 { width:7rem;height:7rem;top:5.75rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4p7tZvt3FbvqFnLrr13H4BWlN6iPtX { width:9.25rem;height:5.0625rem;top:6.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { display:block; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:12.375rem;height:4.875rem;top:7.8125rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { width:3.125rem;height:3.125rem;top:3.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { width:14.25rem;height:4.875rem;top:7.875rem;left:27.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { width:3.125rem;height:3.125rem;top:3.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { width:11.3125rem;height:4.875rem;top:7.8125rem;left:36.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { width:3.125rem;height:3.125rem;top:3.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { width:0.0625rem;height:12.5rem;top:2.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { width:0.0625rem;height:12.5rem;top:2.375rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { width:18.1875rem;height:14.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { width:12.0625rem;height:6.0625rem;top:7.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB1IoZJt5VczcWRXik5ondKkKPGlOene { width:3.9375rem;height:3.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:38.625rem;height:5.375rem;top:8.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:35.6875rem;height:;top:16.5625rem;left:0rem;font-size:1.25rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
 }@media only screen and (max-width: 763px) { #lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM { width:33.9375rem;height:35.25rem;top:5.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRlPMZ3mA9fvyEI1FlDiFRnrM96GN4P { width:19.125rem;height:3.8125rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgV42LxJ3LZ1tzIRDWMXKZq6NOcn5TmC { display:block; }
 }@media only screen and (max-width: 763px) { #DlQIHZo6W0RUqPu8A5hC3t7hg3my41Kd { width:16.0625rem;height:0.9375rem;top:12.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T281MnM35AGf6BJIAdQNB4RDS1IRJTZJ { width:2.4375rem;height:2.4375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G { display:none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { display:block; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr { width:16.875rem;height:37.75rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }#T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #Ehr6c89Bc2n1lSR304oplIDbLnttP3yd { width:16.5625rem;height:2.5625rem;top:6.125rem;left:15.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxh77VZNO8e0Qru9VCf1cIsE6K9zRpKB { width:20.375rem;height:43.0625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUFgi20AIXgVp8cKocxfraAOc7m9tks { width:20.375rem;height:43rem;top:11.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abBegqv6Oza2fV5urTUqEhyhA6FTWV1T { width:16.875rem;height:;top:14.375rem;left:15.4375rem;font-size:1.125rem;display:block; }#abBegqv6Oza2fV5urTUqEhyhA6FTWV1T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #c6ntREHg4CiVx5yUQlmXU37dNGs75KK8 { width:20.375rem;height:4.625rem;top:5.125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxbdSznUDIBa3QGzyWWMoSp89W7sJLVh { width:20.375rem;height:43rem;top:11.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx { width:16.875rem;height:;top:14.375rem;left:30.875rem;font-size:1.125rem;display:block; }#gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #mR6mz9FB0R6gVBFaFueHcrltuiimgyRN { display:block; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ { width:16.0625rem;height:;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }#Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #T0p2pyHnnFFJ1bNUlwnOtqeTo8cQQvUF { width:20rem;height:2.625rem;top:6.125rem;left:13.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSb0Hu2oaMbaRG8eBUlWpRs9GtWSWvJ6 { width:20.375rem;height:25.0625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGs7FpLE5CvC6SRbFl8sOUhOo3GpPQJ4 { width:20.375rem;height:25.1875rem;top:11.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq { width:16.875rem;height:;top:14.375rem;left:15.4375rem;font-size:1.125rem;display:block; }#OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #T3Ld1ErA6xxisuRzlvuZyzUyTUBsUVU2 { width:21.875rem;height:4.625rem;top:5.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppywZDmFNsE683wHDdWXRKZLmIJQmxeD { width:20.375rem;height:25.25rem;top:11.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV { width:16.875rem;height:;top:14.375rem;left:30.875rem;font-size:1.125rem;display:block; }#dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #M35Bh9hEVwkUFBLmQFqirTy0EUIen6a6 { width:20.9375rem;height:3.8125rem;top:42.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkIRKcoeFHqqsN930NMRo3ydX7TUVUC { display:block; }
 }@media only screen and (max-width: 763px) { #Ib8wG0pPTUoihsO7l4csaa4UuZa9wVTC { width:2.125rem;height:2.125rem;top:43.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw605CpabzZLOJbquNOSmyyR2EyzoBhm { display:block; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqtppQRywzcLLfpQKGXsfkkekD0G2tXr { width:21.3125rem;height:8.3125rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MZXMy7I1tl4QHXJ88uPgUlTouVMxc7 { width:25.625rem;height:3.25rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq { width:29.1875rem;height:8.6875rem;top:22.5625rem;left:0rem;font-size:1.0625rem;display:block; }#AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
 }@media only screen and (max-width: 763px) { #t0SdU1WwcyfEPPPJ3vWkf7WouwvTstCT { width:21.0625rem;height:3.8125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBa0i0kz9tyDwbEriX3yBzmlnSybX0a { display:block; }
 }@media only screen and (max-width: 763px) { #J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5 { width:47.75rem;height:48.75rem;top:-3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2HnTQRGG1u98t32IncZpiBbGT0fCmF { width:2.375rem;height:2.375rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { display:block; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { width:14.25rem;height:3.5625rem;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { width:12.625rem;height:3.5625rem;top:5.3125rem;left:9.0625rem;font-size:1.375rem;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #cXwcddm8FQBbcJApZLMmK06opQmO2E2M { width:17.625rem;height:;top:5.3125rem;left:6.25rem;font-size:1.375rem;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #MBdXtGg9mpFtdlX2JpO71SaUf3cCNA0L { width:14.25rem;height:4.375rem;top:9.625rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhitHChA9klOkSrHtLBA8MK8I9Ta5yW { width:12.5rem;height:2.875rem;top:9.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2W1bDPoxSxRtNpdTtSmBMXZJVueegn1 { width:16.75rem;height:5.8125rem;top:9.625rem;left:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { width:14.8125rem;height:;top:5.3125rem;left:32.9375rem;font-size:1.375rem;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #EETqiIsQgHUZxhXATaI27g90DiWvrTT4 { width:16.125rem;height:5.875rem;top:9.625rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq { display:block; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wxb4p5Hz9dqSRtlXl3d5w7tEOFh6ThTl { width:41.0625rem;height:8.5rem;top:9.9375rem;left:3.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMspcJMCgMX2TOprW8swswXXwcLC3TA { width:10rem;height:0.9375rem;top:11.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BZ4RGbcZvHuGh4CLiFRhQa3r2ktHOh { width:19.625rem;height:19.625rem;top:20.5rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b360dP2uPOtq3Q8uCLACugTALSb9yOJi { width:18.75rem;height:18.75rem;top:22.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJRWClKlC2yNgFEbow5pu21FMPSpLFON { width:19.625rem;height:19.625rem;top:20.5rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq { display:block; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGyBJU9srd0oRvn2BWrHSS5qlIetTOrp { width:21.375rem;height:3.8125rem;top:17.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKF7c4TANTbP4kV8drTnTsFuZaiuoDuX { display:block; }
 }@media only screen and (max-width: 763px) { #sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx { width:12.5rem;height:1.4375rem;top:22.8125rem;left:17.625rem;font-size:1.125rem;display:block; }#sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
 }@media only screen and (max-width: 763px) { #refzzZgkyuPcOlUOngfO879IiVZxXPfV { width:33rem;height:7rem;top:8rem;left:7.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRdIPWGecRZmQRexUbIEKe0ezaeTbfMF { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfy2XKeIwv7mEemVlOFH0zTns5mk7OXg { width:2.375rem;height:2.375rem;top:17.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:8.625rem;height:2rem;top:0.625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:20rem;height:6.75rem;top:9.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:20rem;height:3.65625rem;top:17.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:15.0625rem;height:3.4375rem;top:29rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:7.4375rem;height:6.25rem;top:1.125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7ocHtDO4zxiBfrAC4dJSPdrRbnMhFN { top:31.875rem;left:4.46875rem;width:11.0625rem;height:1.25rem;z-index:14999;background-color:#ede99f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #D8CzxBaOVAylrf6A5ey1fZuSNTgxNuTL { width:7.625rem;height:19.375rem;top:33.8623046875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL { width:14.4375rem;height:1.29980625rem;top:33.8125rem;left:2.625rem;font-size:1rem;display:block; }#qcpPA82Ol7NfNxFfKwgMoGgHdsRMS8oL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
 }@media only screen and (max-width: 763px) { #KquOzA6v5rx7CHcvgTFxKRer6CnzN38E { width:20rem;height:46.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIdIJPoBaDVTFdz7KziTFUW8Wzmo1nBg { display:flex;width:2.0625rem;height:2.0625rem;top:29.5625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #J6KZ1fHz7Z0ZgiKfDTuOhITHCaitnnn1 { width:7.0625rem;height:2rem;top:22.6875rem;left:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZqddnVCxkEumCob7OR6mXcsDB1IrKz { display:block; }
 }@media only screen and (max-width: 763px) { #HXwgJT5oH9z3T2RyDHmrBe2kqsCKA3RF { width:8rem;height:2rem;top:22.6875rem;left:9.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoN797coTSe7ldIgyl2E6iOFIsnco9TC { display:block; }
 }@media only screen and (max-width: 763px) { #yT7wnVXhsIXFc8oHMTv0GvLeuFHQ8owt { width:5.75rem;height:2rem;top:25.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA6RIOFNH8cUfUBZtCzT3uvT8JvxRo5F { display:block; }
 }@media only screen and (max-width: 763px) { #TO98RxaAwkTDd3eUKL9vNshDJQcagev8 { width:6.625rem;height:2rem;top:25.125rem;left:7.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4XiO5aFnhr4Diey6zJCkRO4IOTc7eZO { display:block; }
 }@media only screen and (max-width: 763px) { #tun9o8ydpATACyBvcGV0GGobfcFFWgXH { width:4.8125rem;height:2rem;top:25.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbHkRX8e4TC3forCJ1wwCXyZJ3lCT8nr { display:block; }
 }@media only screen and (max-width: 763px) { #o699EmDLLns3XmhP8bvrP92PbkXwqONa { width:4.5625rem;height:4.5625rem;top:36.25rem;left:13.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #guV41Bc0yFK79vAJROJ9SMvT2Pcx1Fdi { width:7.0625rem;height:7.0625rem;top:35rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD { display:block; }#ImuTde6bi8uM7xpVV5eSC6WJWuIVaCTD > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFpEmLyWgdfG0vq0p0SDvqVAM2XSsmbf { width:19.5rem;height:6.875rem;top:11.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eQm7nzgpshw7TvAp08SDhVA81HlXS46w { width:18.375rem;height:4.142575rem;top:20rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ogm25VLXucZ3HzXSQwg2G9hIaw6VvTkv { width:14.25rem;height:3.4375rem;top:32rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHnPv0UuAm7oCB6TWAXPP7J9wszt4xXb { display:block; }
 }@media only screen and (max-width: 763px) { #tWVF3hoMgT8TJpkLSB17dZOM2NtlnfDe { width:8.875rem;height:7.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMHBbiHTtoyn4sN5DZelTuEwKCrdR8Qm { top:31.875rem;left:4.46875rem;width:11.0625rem;height:1.25rem;z-index:14999;background-color:#ede99f;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq { width:14.125rem;height:0.89355625rem;top:37.25rem;left:5.875rem;font-size:0.6875rem;display:block; }#TgZG1a2G24ofk7wBHDgmAA50G8WDM2rq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6414fa216a0167c011cb93c58ebac3db6aa21829.svg); }
 }@media only screen and (max-width: 763px) { #g7l7PeEInTr4PpAaaHHJLoqfmXe5ZuMq { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #FXJ8KXzm3Az7RMsIrnOhCRfPbFTMNZPp { width:6.125rem;height:1.5625rem;top:24.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtXO2MfTuCeiNErTZwuPUky3v7pxWF0g { display:block; }
 }@media only screen and (max-width: 763px) { #By5o6VzRkauedekgQKS5KyqxNHr1F9lk { width:6.6875rem;height:1.5625rem;top:24.875rem;left:6.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHZevydgAZOlNQdRilgL4Q2vwkpp5WZn { display:block; }
 }@media only screen and (max-width: 763px) { #w1sSxzp7TLSq0pUgCtrCu88SsiLqNhTQ { width:4.5625rem;height:1.5625rem;top:24.9375rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV0bEfRUsLAR6wAyXcceqcK1xNCfebJk { display:block; }
 }@media only screen and (max-width: 763px) { #r8qiO2heaiBay6oDqGISKiUBcvNPgBrv { width:5.4375rem;height:1.5625rem;top:27.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXbgUc5oDBPX0JXkQiPFxeOkycHObTrx { display:block; }
 }@media only screen and (max-width: 763px) { #bHira0zQdfBhFx8R68CcQ8JOhNAmUeRB { width:3.5rem;height:1.5625rem;top:27.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnUWgE8XIxOgRFw02CQGN52M8sGZ1ir4 { display:block; }
 }@media only screen and (max-width: 763px) { #bOyT9RS87b47P4BhpyBz7spsCBclUFOO { width:6.1875rem;height:6.1875rem;top:31.59375rem;left:-1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSKMKn7gE8LGmA23WNekOroOg0OXpTd { width:8.375rem;height:8.375rem;top:30.625rem;left:-3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czdT8LFV3kXVvgAadrK7ErJW5Hvm6tAv { width:6.5rem;height:18.75rem;top:42.1875rem;left:-5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6JnQmvrXLPRzoT91E7ZyEO618PfmL9 { width:4.375rem;height:18.75rem;top:42.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5TSVJHe73kKqKBNgp4d30yVgc9mdLIm { width:4.375rem;height:18.75rem;top:42.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgbZJi3QAacATl4MzfOZWlTyOxzRVZFn { width:4.375rem;height:18.75rem;top:42.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJonTwQ0aVhDuTQw606TVyIiCtQJUZ8 { width:4.375rem;height:18.75rem;top:42.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0dT2rQQtXxKb1t1hr0tAy7gDIDgVgru { width:7.1875rem;height:18.75rem;top:42.1875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzP2b88hp8aTZfBLuwL3QRpzqbpkUp1 { width:7.625rem;height:7.625rem;top:50.3623046875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zcv24b17knD97BAL7ylSy5mWxolWScwi { width:3.375rem;height:1.5625rem;top:27.0625rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZZr5VJykLzDWnNvA0pSpp2hbwCI9I7C { display:block; }
 }@media only screen and (max-width: 763px) { #LvT11OJS18lUuru2l1srTphwK9wINEhn { width:8.375rem;height:0.6499rem;top:6rem;left:11.625rem;font-size:0.5rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qAP9cmNy2i6aOKnAsdWM8HqBNS67UXJy { display:flex;width:0.875rem;height:0.875rem;top:5.8125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im { display:none; }#VH6sTnwnhRZ45fF7q0VRPTuzZOdiS3Im > .row .container { width:20rem;height:23.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #erq2VUTSXa62Ve2lQA2BZGo8IcL6d02b { width:17.6875rem;height:2.19921875rem;top:4.1875rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3tTAEfeeufFhZsle8lWxvwes3t4RyIN { width:5.75rem;height:3.125rem;top:9.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnLqvQpcKTS0udWgccFcXMBbqsce0u8 { width:4.1875rem;height:4.1875rem;top:9.0625rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvvuWn66itK2xl3cuWlI2UQ4Pf8cOhN4 { width:4.1875rem;height:4.1875rem;top:15.8125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQAm564rewbhoTUvriOfPc9kDN07nzOE { width:5.125rem;height:3.125rem;top:9.65625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6QssAF1NRz85Z3PoBswGglR0BSbG4r8 { width:4.1875rem;height:4.1875rem;top:15.8125rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4p7tZvt3FbvqFnLrr13H4BWlN6iPtX { width:5.6875rem;height:3.125rem;top:16.34375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { display:block; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:14.625rem;height:2.76171875rem;top:18rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { display:flex;width:3.125rem;height:3.125rem;top:18rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { width:15.25rem;height:4.142575rem;top:25.125rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { display:flex;width:3.125rem;height:3.125rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { width:15.625rem;height:2.76171875rem;top:33.4375rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { display:flex;width:3.125rem;height:3.125rem;top:33.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { width:20rem;height:0.0625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { width:20rem;height:0.0625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { width:20rem;height:10.875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { width:15.0625rem;height:3.0869125rem;top:9.625rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB1IoZJt5VczcWRXik5ondKkKPGlOene { width:3.9375rem;height:3.9375rem;top:4.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:20rem;height:5.625rem;top:4.25rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:20rem;height:13.32225rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
 }@media only screen and (max-width: 763px) { #lpqsiuICNP4gSo0DS4UWnJUgCtQKGThM { width:20rem;height:43.125rem;top:53.4463125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaRlPMZ3mA9fvyEI1FlDiFRnrM96GN4P { width:14.8125rem;height:3.8125rem;top:26rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgV42LxJ3LZ1tzIRDWMXKZq6NOcn5TmC { display:block; }
 }@media only screen and (max-width: 763px) { #DlQIHZo6W0RUqPu8A5hC3t7hg3my41Kd { width:12.625rem;height:0.9375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T281MnM35AGf6BJIAdQNB4RDS1IRJTZJ { display:flex;width:1.8125rem;height:1.8125rem;top:26.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/032d1c66-bed2-46fb-844b-e60e1af31669/download20250925T094809319.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G.adaptive-delivery-prevent-bg, #tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G.lazyload, #tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G.lazyloading { background-image: none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container { background-color: transparent; background-image: none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container > .video-iframe-container { display: none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row > .video-iframe-container { display: none; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .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); }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container { border-width: 0; border-radius: 0; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTFoRPUxvMXzBfFGrN8JdKJ35XalAz7G > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { display:block; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { width:20rem;height:139.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr { width:16.0625rem;height:39.34475rem;top:9.5625rem;left:2.1875rem;font-size:1.125rem;display:block; }#T8zW4mNpoePNRMtgdsFLgVG7sp0sEpPr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #Ehr6c89Bc2n1lSR304oplIDbLnttP3yd { width:16.5625rem;height:2.2749rem;top:2.26171875rem;left:1.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxh77VZNO8e0Qru9VCf1cIsE6K9zRpKB { width:20rem;height:43.375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUFgi20AIXgVp8cKocxfraAOc7m9tks { width:20rem;height:42.0625rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abBegqv6Oza2fV5urTUqEhyhA6FTWV1T { width:16.875rem;height:37.77rem;top:54.6875rem;left:1.75rem;font-size:1.125rem;display:block; }#abBegqv6Oza2fV5urTUqEhyhA6FTWV1T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #c6ntREHg4CiVx5yUQlmXU37dNGs75KK8 { width:20rem;height:4.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxbdSznUDIBa3QGzyWWMoSp89W7sJLVh { width:20rem;height:39.8125rem;top:96.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx { width:16.875rem;height:35.5078125rem;top:98.75rem;left:1.75rem;font-size:1.125rem;display:block; }#gPvx3ue7Gn3GdccVSC9mezyu3GJs8Bcx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #mR6mz9FB0R6gVBFaFueHcrltuiimgyRN { display:block; }#mR6mz9FB0R6gVBFaFueHcrltuiimgyRN > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ { width:16.0625rem;height:19.672375rem;top:10.25rem;left:2.1875rem;font-size:1.125rem;display:block; }#Tt3LdLHnSO3JkfEX4Lx0GUP9bCTbTpMQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #T0p2pyHnnFFJ1bNUlwnOtqeTo8cQQvUF { width:20rem;height:2.2749rem;top:3.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSb0Hu2oaMbaRG8eBUlWpRs9GtWSWvJ6 { width:20rem;height:22.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGs7FpLE5CvC6SRbFl8sOUhOo3GpPQJ4 { width:20rem;height:22.8125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq { width:16.875rem;height:19.672375rem;top:34.375rem;left:1.75rem;font-size:1.125rem;display:block; }#OTeJhkREfnWvlgl4XPZ0trIEBLg4udxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #T3Ld1ErA6xxisuRzlvuZyzUyTUBsUVU2 { width:20rem;height:4.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppywZDmFNsE683wHDdWXRKZLmIJQmxeD { width:20rem;height:24.125rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV { width:16.875rem;height:19.672375rem;top:58.875rem;left:1.5625rem;font-size:1.125rem;display:block; }#dDWAJs5O72Vl4Mvzf7QqukxZOdqzhrOV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #M35Bh9hEVwkUFBLmQFqirTy0EUIen6a6 { width:14.625rem;height:3.8125rem;top:83.8125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkIRKcoeFHqqsN930NMRo3ydX7TUVUC { display:block; }
 }@media only screen and (max-width: 763px) { #Ib8wG0pPTUoihsO7l4csaa4UuZa9wVTC { display:flex;width:1.8125rem;height:1.8125rem;top:84.625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #tw605CpabzZLOJbquNOSmyyR2EyzoBhm { display:block; }#tw605CpabzZLOJbquNOSmyyR2EyzoBhm > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqtppQRywzcLLfpQKGXsfkkekD0G2tXr { width:20rem;height:6.75rem;top:4.6240234375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MZXMy7I1tl4QHXJ88uPgUlTouVMxc7 { width:20rem;height:2.92480625rem;top:13.3232421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq { width:20rem;height:12.421875rem;top:17.7607421875rem;left:0rem;font-size:1.0625rem;display:block; }#AAvoXIhd5qBPS8QbbDdf5ysQv4EczULq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1cb40f8af8a45b456c595512ef8ebd6f.svg); }
 }@media only screen and (max-width: 763px) { #t0SdU1WwcyfEPPPJ3vWkf7WouwvTstCT { width:14.0625rem;height:3.8125rem;top:33.125rem;left:3rem;font-size:0.875rem;border-top:0rem solid #09699d;border-left:1.3125rem solid #24d366;border-right:0rem solid #24d366;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #icBa0i0kz9tyDwbEriX3yBzmlnSybX0a { display:block; }
 }@media only screen and (max-width: 763px) { #J1IFTT9waK0ZGcnCKTlBKKdpF7eRsBk5 { width:18.3125rem;height:14.9375rem;top:38.029296875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2HnTQRGG1u98t32IncZpiBbGT0fCmF { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { display:block; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { width:13.8125rem;height:3.57421875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { width:14.8125rem;height:3.57421875rem;top:12.87109375rem;left:0rem;font-size:1.375rem;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #cXwcddm8FQBbcJApZLMmK06opQmO2E2M { width:14.8125rem;height:3.57421875rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #MBdXtGg9mpFtdlX2JpO71SaUf3cCNA0L { width:16.25rem;height:4.38720625rem;top:16.83203125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhitHChA9klOkSrHtLBA8MK8I9Ta5yW { width:12.5rem;height:2.92480625rem;top:6.8125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2W1bDPoxSxRtNpdTtSmBMXZJVueegn1 { width:16.875rem;height:5.8496125rem;top:28.3125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { width:14.8125rem;height:3.57421875rem;top:37.3125rem;left:0rem;font-size:1.375rem;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #EETqiIsQgHUZxhXATaI27g90DiWvrTT4 { width:17.8125rem;height:4.38720625rem;top:41.0625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq { display:block; }#aTQdwvnxkvL8eRpV70bALzJiPmq1XUdq > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wxb4p5Hz9dqSRtlXl3d5w7tEOFh6ThTl { width:20rem;height:8.93554375rem;top:4.39453125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMspcJMCgMX2TOprW8swswXXwcLC3TA { width:6.9375rem;height:0.9375rem;top:6.935546875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BZ4RGbcZvHuGh4CLiFRhQa3r2ktHOh { width:19.625rem;height:19.625rem;top:50.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b360dP2uPOtq3Q8uCLACugTALSb9yOJi { width:18.75rem;height:18.75rem;top:19.5605625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJRWClKlC2yNgFEbow5pu21FMPSpLFON { width:19.625rem;height:19.625rem;top:34.248046875rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq { display:block; }#MpCWGKPaDRwkQHMB1owKFyNTFH2lRcdq > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGyBJU9srd0oRvn2BWrHSS5qlIetTOrp { width:15.8125rem;height:3.8125rem;top:21.8125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKF7c4TANTbP4kV8drTnTsFuZaiuoDuX { display:block; }
 }@media only screen and (max-width: 763px) { #sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx { width:12.5rem;height:1.4624rem;top:28.0625rem;left:3.75rem;font-size:1.125rem;display:block; }#sMxM8mcMMb4EVr9sq2h64Ea8T8uPGrlx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
 }@media only screen and (max-width: 763px) { #refzzZgkyuPcOlUOngfO879IiVZxXPfV { width:20rem;height:7.974625rem;top:11.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRdIPWGecRZmQRexUbIEKe0ezaeTbfMF { top:0rem;left:4.15625rem;width:11.6875rem;height:11.6875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nfy2XKeIwv7mEemVlOFH0zTns5mk7OXg { display:flex;width:1.875rem;height:1.875rem;top:22.78125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Vo1K15zUMPyaW1KqpHigcSgDNa6xisXF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:6.4375rem;height:1.5rem;top:0.5625rem;left:10.3125rem;font-size:0.5625rem;background-color:#f05d79;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block; }
 }