.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,244,235;--color-primary-1:245,235,227;--color-primary-2:243,118,87;--color-primary-3:146,71,52;--color-primary-4:49,24,17;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:44,44,44;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:44,44,44;--headlines-font-family:"Proxima Nova";--paragraphs-font-family:"Proxima Nova"; }@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:#222222;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0229717c-cce2-4202-a7b0-5a4ba78c1f52/corpoatelp_bg3x3x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.adaptive-delivery-prevent-bg, #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.lazyload, #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.lazyloading { background-image: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { background-color: transparent; background-image: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container > .video-iframe-container { display: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row > .video-iframe-container { display: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .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); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { border-width: 0; border-radius: 0; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#pBhHqnqVnZKARlpELVZbNfTyqPLnw8kn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8121875rem;position:absolute;font-family:freight;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:25.936958789826rem;left:21.404190063476rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCf10Tlpa92OtsmltfENNtbnGLd26WWw { 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:1.25rem;width:14.4998125rem;top:22.56120300293rem;left:30.123699188233rem;overflow:hidden;display:block; }
#m4gBHWH7vf3zdTKmdMVDRaRcsAB17QB2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.6865rem;height:2.999675rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.1240234375rem;left:30.654296875rem;display:block; }
#Dpqiic42052JpoMxncXRfpAw67eA5zrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJx1oxLWV1nxpITT0aJV01Q8dfwJBcHw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:31.37109375rem;left:23.8388671875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf4eb;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; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container { background-color: transparent; background-image: none; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container > .video-iframe-container { display: none; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row > .video-iframe-container { display: none; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .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); }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container { border-width: 0; border-radius: 0; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#aP9bbhLuUSWBupxMnM2incSE35TmFcfU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#L4w1nTy74xEnTwldai3BkiL2sVMPHpoT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:4.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#pxlFM2Wl3bQLgMfWsQy5TQ6EmQ6lhEKM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:41.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#exfWpWafuh1vaEco6MIS22vsaRUQ1q15 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:58.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#cXM3UegBanSL8ZywEKLHOHpG7A502rxe { box-sizing:content-box;height:3.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.9375rem;left:19.6875rem;display:block; }
#JzH8hT6EdTXkFRxUELR2KLBibWWu0EoH { box-sizing:content-box;height:3.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.15625rem;left:37.40625rem;display:block; }
#HWRXNRrgtxXqhJ6SZ8GM0glGxy8gMcuc { box-sizing:content-box;height:3.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.0625rem;left:55.3125rem;display:block; }
#TKDTA5aqvwev1mSOb8d4XISB5G7VcLMO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JAFL0W9G1X0yK8HWo8UrfSvBegpoB5Du { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBSASsq2evC45LI7RPAbOUcJCyptM2bt { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVcKyuNHouGKJiSCag1yHUPTpTLQRmcW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5rem;left:60.0927734375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOVEggtxaJTvPmEUzbStO9NikvgrvWT5 { box-sizing:content-box;height:2.75rem;width:1.75rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a3dd77c-e10f-4e22-8f12-b5ba7eee8827/size.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.125rem;left:63.1240234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.adaptive-delivery-prevent-bg, #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.lazyload, #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.lazyloading { background-image: none; }
#GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46bfa68f-c723-48a7-896e-cc11c2d493c6/discount.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.25rem;left:45.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.adaptive-delivery-prevent-bg, #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.lazyload, #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.lazyloading { background-image: none; }
#gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi { box-sizing:content-box;height:2.6875rem;width:3.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f13ff003-1f18-49b3-87b6-6ba953e2946b/digital.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.75rem;left:7.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.adaptive-delivery-prevent-bg, #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.lazyload, #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.lazyloading { background-image: none; }
#QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73ab86f7-aa66-40b7-ba84-a14f232b6dfd/custom.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.5rem;left:27.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.adaptive-delivery-prevent-bg, #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.lazyload, #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.lazyloading { background-image: none; }
#roXml7G5NdcPdSP57TWugxWf55VvLUGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf4;background-image:url("https://images.assets-landingi.com/uc/4250fd47-76ca-47b7-be54-520436bb2b84/Group34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb.adaptive-delivery-prevent-bg, #roXml7G5NdcPdSP57TWugxWf55VvLUGb.lazyload, #roXml7G5NdcPdSP57TWugxWf55VvLUGb.lazyloading { background-image: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { background-color: transparent; background-image: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container > .video-iframe-container { display: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container { display: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .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); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { border-width: 0; border-radius: 0; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#tOKwTuzdTeq5DxyLQbaGnssC8PBgGJFn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.5625rem;width:75rem;top:1.09375rem;left:0rem;display:none; }
#nwufzcwZyadNBq7QFFmI5p9nw5z6VmpU { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:freight;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.6875rem;left:4.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FmaPHPT8UlrH1UAJgqalsgc6hxXThylX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.374786376953rem;left:4.6875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#QHlWLUzhJqqNbsNdyo6b8eV6QgMDZvQ9 { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:freight;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:11.0625rem;left:4.875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MSssGJrwtmbkii7LrTewNVsKTUIbTIuV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#425b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:23.125rem;left:4.6875rem;display:block; }
#CCvf6OJD0tttZQiK7bwDDG1y9SRzkiWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7w8scHBqaTT5JqBs3KcN5eUsSHggsw9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.62467956543rem;left:12.937175750733rem; }
#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T { position:relative;display:none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T { border-width: 0; border-radius: 0; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .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; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:url("https://images.assets-landingi.com/uc/73f02eb7-3061-480d-903f-3ecbf655ac77/Group7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU.adaptive-delivery-prevent-bg, #BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU.lazyload, #BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU.lazyloading { background-image: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { background-color: transparent; background-image: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container > .video-iframe-container { display: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container { display: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .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); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { border-width: 0; border-radius: 0; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#AgxNe53S4gwfVhMzJKu5atzXF200l21G { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.5625rem;width:75rem;top:1.09375rem;left:0rem;display:none; }
#QLLqAyP0RtoWKqSDp0LcwHMRdUF79uMn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:freight;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:7.5623931884762rem;left:43.812176704407rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tSrpHH2MprdSxPLRU5TL9R9cqdWexWzZ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.249244689941rem;left:43.811849594116rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#tf7zb2bHGNqOia025tyE47MkO5LbKtaD { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:freight;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:10.625rem;left:42.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#I8byDKuhG5k6Aw5aoTvKlQF5WynhIEkD { background-color:transparent;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:24.812282562256rem;left:43.812176704407rem;display:block; }
#mBTpmHuibSTePT1zQMT2kBeZuv33Skgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNEzLvdqgwTxkeFN7PXJEgMyyBWmgV6M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.312507629394rem;left:52.062175750733rem; }
#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI { position:relative;display:none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI { border-width: 0; border-radius: 0; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .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; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf4;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; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container { background-color: transparent; background-image: none; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container > .video-iframe-container { display: none; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row > .video-iframe-container { display: none; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .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); }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container { border-width: 0; border-radius: 0; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#uKdG2JetGV6rednbSLndfndbZ8Ql1zM3 { position:absolute;display:block;z-index:15014;height:21.4375rem;width:62.625rem;top:5rem;left:6.1870651245117rem;display:block; }
#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf4;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; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container { background-color: transparent; background-image: none; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container > .video-iframe-container { display: none; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row > .video-iframe-container { display: none; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .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); }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container { border-width: 0; border-radius: 0; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#rEwdOmgg0tMRbTs6HkPyDVEW2MSiASIi { 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:5.625rem;width:10.1871875rem;top:2.0617408752441rem;left:25.905490875244rem;overflow:hidden;display:block; }
#ykC8eo3ltcVEBNCnmGIfvpNvvrn0krno { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24978125rem;width:8.3121875rem;top:3.2488069534302rem;left:40.594619750976rem;overflow:hidden;display:block; }
#sNr40nU999VkqOdoGCxEyhzwItURUK19 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187175rem;width:14.2496875rem;top:2.2803821563721rem;left:7.3079433441163rem;overflow:hidden;display:block; }
#pgIFA5EREA3yUADq2QWGp4SuuXVhCmxv { 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:2.687175rem;width:10.062375rem;top:3.5303821563721rem;left:55.311416625976rem;overflow:hidden;display:block; }
#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk > .row .container { border-width: 0; border-radius: 0; }#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:none; }#whRIkL4QyV8DsVMa0EPhN8RWzhwQNDTK { position:absolute;display:block;z-index:15014;height:32.25rem;width:70.875rem;top:7.6875rem;left:2.0625rem;display:block; }
#QvPZdAgUnptbthUmK32WxzocqEJG10sb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:freight;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqybpeXJw6k6EZSwxnObNehkS6wzKkIW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#425b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:42.46875rem;left:33.15625rem;display:block; }
#TMW5ddzbRhmLTxALnshT6VTkFx0TqmJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHAogthK9yitOncLLmS1ZWuEUxUOEKsu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:43rem;left:40.28125rem; }
#hoUuimTko4mUwZ4huRqmvI0qii3byQTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f0e9;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; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { background-color: transparent; background-image: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container > .video-iframe-container { display: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container { display: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .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); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { border-width: 0; border-radius: 0; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:block; }#btGq0GbmXl9LdXBJ0KE2nLsumrcQu0ko { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:freight;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.8125rem;left:14.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#fffaf4;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:freight;font-style:normal;height:auto;line-height:2;overflow:hidden;text-align:center;text-align-last:center; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.8;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-trigger.adaptive-delivery-prevent-bg, #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-trigger.lazyload, #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-trigger.lazyloading { background-image: none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.8125rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fcywqHvV5Tct65Dp9iPBgEucW6mhLPih { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #emOy1f9l76HpZt8DddVyrX9FEhpUyVEA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #plUK53fZ63JRvlgDsWNEeuPpgRr6cMQU { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #A6f8SH8VHSOpTuhC5W7ELA4qst0ToT60 {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #wfDLr7XLRTCJPilGK0AtotSfqzpIeJ4J {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #F29nc2oSMi4dpzf9TQyGv2qBaKdQDLgK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fq2DnwLG4LgqTfdPOVMTJIrMOp22RGMm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #RNS0Ck0NEnu6ADzdabV19KTUm0O6B8yS { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mVyoxlrdF6IrFsJOTgMKqDSFUBLsThuk {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LZeBvRQOSNFN9RFn1kzlX1CZAidd3kpy { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #o5ZcBwTIE6kpB4hJoVR0lkcxUzXPqZSn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #ULr5eyoWVXG6oeCriTWGL2gGAvnED3v0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #K8O0IRGmzZxfHuN4A8oZTSXcDw0mrDrP { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #suOpIEqq92kzebAJKuCOgTHc2AFQ8VWh {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #FdTrDtow1id3TLSZTM5biq523CT9F7du { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #T4lyVPlFhivxePxAzbiZ2oJZdh4ABiPr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #MTI0oQL5kK7eWeQr0UPvglnSsXx3TvLc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #nBnuNLZv2urdP9JOkIWPHHAvpcvzJTJy { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #uQCEQ8TTcgcrxaAFTBKrHUULTGTFRPau {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #VIR612uQxpdeGcmqe5B5Kknirlp7UEsR { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #gVUU73ft6gXUSKZDDiCmWNgE1q6SLdVX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #k2TrK0E4eWctG3X6F6CplHKiiow26Wgr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #UIdTmFsH2TCkyJpV6CzlKTKyxZChUihU { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #h8tQMltAyxq7vgqOgw1vTlVh6ARkNF37 {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TucK6CdkpePJkgNtbPM7WcN8bzHNouhw { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #JrogFWHI0DTEQmoLloFn6aL7tvH8qzlk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #D9PUMnDOhv1Q5S6e1DCg2xIeMSZtUL5D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Ax4EdCk2mV7w0CbGdEhdK4A3IvSFDly1 { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mIbLNOwR5Tz1FwmNUIJJ0uUbe1dI6oe8 {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #V6CFQUK1caWsDT1FHuVhJUFV7UkTCTN4 { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Guybl5xbst4Ns79kK4ZAcCRn1uotAT4H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #HOBXDHM3P1y3Zp6S2CQlffoat6dDiKOu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #CEGh4M8FZoJiMO6U93DBfhGZVWAsJo3S { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LF9StyT09t2fKxQazzuzsPBzowLR2l7h {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #QsZI2cJxv1zJFnt9cRHuau5OdlfMk0CP { display:none; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #BsTofA8FcHx1krWTirC7GEsvllFE4mFC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TndE8CpCHwxZXgVRbwseTIUz0ludNTmF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Q1wgXgk5MREiWT1m9kXm8iDoAopXvlmp { display:block;position:relative; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #tMfmcTPpTh35dafZC9TqxkNixqQKxUrZ {  }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #WB9cGkPUUOp591yoCKnfFQNGpmou13Rs { display:none; }
#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container { background-color: transparent; background-image: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container > .video-iframe-container { display: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row > .video-iframe-container { display: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .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); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container { border-width: 0; border-radius: 0; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#OaEHpJkhgTuRS2ey7obOzeInmAFiOwvn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.6875rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.9375rem;left:30.65625rem;display:block; }
#wiV0HsTKRKk3ToVZa0TqfGJk9wQuqe8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AinvJyyXkZoquC8r3UI5gZ8ixfPoByp8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:freight;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.4990234375rem;left:14.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bd83e3b32087dba12cc2755558a11c45.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; } #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection *:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="text"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="email"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="tel"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection textarea:focus-visible { outline: none; } #Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container { background-color: transparent; background-image: none; }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container > .video-iframe-container { display: none; }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row > .video-iframe-container { display: none; }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .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); }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container { border-width: 0; border-radius: 0; }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN { display:none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pBhHqnqVnZKARlpELVZbNfTyqPLnw8kn { top:25.875rem;left:0rem;width:30.75rem;height:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCf10Tlpa92OtsmltfENNtbnGLd26WWw { top:22.5rem;left:9.4375rem;width:14.4375rem;height:1.2446281632952rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4gBHWH7vf3zdTKmdMVDRaRcsAB17QB2 { width:13.625rem;height:2.9375rem;top:40.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpqiic42052JpoMxncXRfpAw67eA5zrW { display:block; }
 }@media only screen and (max-width: 763px) { #HJx1oxLWV1nxpITT0aJV01Q8dfwJBcHw { top:31.3125rem;left:0rem;width:28.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT { display:block; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP9bbhLuUSWBupxMnM2incSE35TmFcfU { top:8.3125rem;left:10.3125rem;width:8.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4w1nTy74xEnTwldai3BkiL2sVMPHpoT { top:8.3125rem;left:0rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxlFM2Wl3bQLgMfWsQy5TQ6EmQ6lhEKM { top:8.3125rem;left:27.625rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfWpWafuh1vaEco6MIS22vsaRUQ1q15 { top:8.3125rem;left:36.9375rem;width:10.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXM3UegBanSL8ZywEKLHOHpG7A502rxe { top:5.9375rem;left:6.0625rem;width:0.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzH8hT6EdTXkFRxUELR2KLBibWWu0EoH { top:6.125rem;left:23.78125rem;width:0.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRXNRrgtxXqhJ6SZ8GM0glGxy8gMcuc { top:6.0625rem;left:41.6875rem;width:0.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDTA5aqvwev1mSOb8d4XISB5G7VcLMO { top:6.5rem;left:0rem;width:10.8125rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAFL0W9G1X0yK8HWo8UrfSvBegpoB5Du { top:6.5rem;left:9.6875rem;width:9.75rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBSASsq2evC45LI7RPAbOUcJCyptM2bt { top:6.5rem;left:27.3125rem;width:11rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVcKyuNHouGKJiSCag1yHUPTpTLQRmcW { top:6.5rem;left:39.9375rem;width:7.8125rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5 { top:3.125rem;left:46rem;width:1.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F { top:3.25rem;left:31.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi { top:2.75rem;left:0rem;width:3.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2 { top:3.5rem;left:13.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roXml7G5NdcPdSP57TWugxWf55VvLUGb { display:none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOKwTuzdTeq5DxyLQbaGnssC8PBgGJFn { top:1.0625rem;left:0rem;width:47.75rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwufzcwZyadNBq7QFFmI5p9nw5z6VmpU { top:5.6875rem;left:0rem;width:25.9375rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmaPHPT8UlrH1UAJgqalsgc6hxXThylX { top:14.3125rem;left:0rem;width:23rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHlWLUzhJqqNbsNdyo6b8eV6QgMDZvQ9 { top:3.9375rem;left:0rem;width:13.4375rem;height:9.6875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSssGJrwtmbkii7LrTewNVsKTUIbTIuV { width:8.625rem;height:3.4375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvf6OJD0tttZQiK7bwDDG1y9SRzkiWp { display:block; }
 }@media only screen and (max-width: 763px) { #Q7w8scHBqaTT5JqBs3KcN5eUsSHggsw9 { top:23.5625rem;left:0rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T { display:none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU { display:none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgxNe53S4gwfVhMzJKu5atzXF200l21G { top:1.0625rem;left:0rem;width:47.75rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLqAyP0RtoWKqSDp0LcwHMRdUF79uMn { top:7.5rem;left:17.25rem;width:30.5rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSrpHH2MprdSxPLRU5TL9R9cqdWexWzZ { top:17.1875rem;left:22.625rem;width:25.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf7zb2bHGNqOia025tyE47MkO5LbKtaD { top:4.25rem;left:0rem;width:20rem;height:6.4375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8byDKuhG5k6Aw5aoTvKlQF5WynhIEkD { width:8.625rem;height:3.4375rem;top:24.75rem;left:30.187176704407rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTpmHuibSTePT1zQMT2kBeZuv33Skgp { display:block; }
 }@media only screen and (max-width: 763px) { #LNEzLvdqgwTxkeFN7PXJEgMyyBWmgV6M { top:25.3125rem;left:38.437175750733rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI { display:none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fHzU2m123pZZuahUt8QugkEst7KJwR1m { display:block; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKdG2JetGV6rednbSLndfndbZ8Ql1zM3 { top:5rem;left:0rem;width:47.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX { display:block; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEwdOmgg0tMRbTs6HkPyDVEW2MSiASIi { top:2rem;left:12.280490875244rem;width:10.125rem;height:5.5906622902543rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykC8eo3ltcVEBNCnmGIfvpNvvrn0krno { top:3.1875rem;left:26.969619750976rem;width:8.25rem;height:3.2249345840069rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNr40nU999VkqOdoGCxEyhzwItURUK19 { top:2.25rem;left:0rem;width:14.1875rem;height:5.1645374898573rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIFA5EREA3yUADq2QWGp4SuuXVhCmxv { top:3.5rem;left:37.75rem;width:10rem;height:2.6706503509535rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk { display:block; }#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whRIkL4QyV8DsVMa0EPhN8RWzhwQNDTK { top:7.6875rem;left:0rem;width:47.75rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPZdAgUnptbthUmK32WxzocqEJG10sb { top:10rem;left:13.125rem;width:21.5rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqybpeXJw6k6EZSwxnObNehkS6wzKkIW { width:8.6875rem;height:3.4375rem;top:42.4375rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMW5ddzbRhmLTxALnshT6VTkFx0TqmJf { display:block; }
 }@media only screen and (max-width: 763px) { #sHAogthK9yitOncLLmS1ZWuEUxUOEKsu { top:43rem;left:26.65625rem;width:1.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUuimTko4mUwZ4huRqmvI0qii3byQTG { display:block; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btGq0GbmXl9LdXBJ0KE2nLsumrcQu0ko { top:5.8125rem;left:0.75rem;width:46.25rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 { display:flex;height:auto;width:45.25rem;top:10.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fcywqHvV5Tct65Dp9iPBgEucW6mhLPih {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #emOy1f9l76HpZt8DddVyrX9FEhpUyVEA {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #plUK53fZ63JRvlgDsWNEeuPpgRr6cMQU {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #A6f8SH8VHSOpTuhC5W7ELA4qst0ToT60 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #wfDLr7XLRTCJPilGK0AtotSfqzpIeJ4J {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #F29nc2oSMi4dpzf9TQyGv2qBaKdQDLgK {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fq2DnwLG4LgqTfdPOVMTJIrMOp22RGMm {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #RNS0Ck0NEnu6ADzdabV19KTUm0O6B8yS {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mVyoxlrdF6IrFsJOTgMKqDSFUBLsThuk {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LZeBvRQOSNFN9RFn1kzlX1CZAidd3kpy {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #o5ZcBwTIE6kpB4hJoVR0lkcxUzXPqZSn {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #ULr5eyoWVXG6oeCriTWGL2gGAvnED3v0 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #K8O0IRGmzZxfHuN4A8oZTSXcDw0mrDrP {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #suOpIEqq92kzebAJKuCOgTHc2AFQ8VWh {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #FdTrDtow1id3TLSZTM5biq523CT9F7du {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #T4lyVPlFhivxePxAzbiZ2oJZdh4ABiPr {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #MTI0oQL5kK7eWeQr0UPvglnSsXx3TvLc {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #nBnuNLZv2urdP9JOkIWPHHAvpcvzJTJy {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #uQCEQ8TTcgcrxaAFTBKrHUULTGTFRPau {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #VIR612uQxpdeGcmqe5B5Kknirlp7UEsR {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #gVUU73ft6gXUSKZDDiCmWNgE1q6SLdVX {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #k2TrK0E4eWctG3X6F6CplHKiiow26Wgr {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #UIdTmFsH2TCkyJpV6CzlKTKyxZChUihU {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #h8tQMltAyxq7vgqOgw1vTlVh6ARkNF37 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TucK6CdkpePJkgNtbPM7WcN8bzHNouhw {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #JrogFWHI0DTEQmoLloFn6aL7tvH8qzlk {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #D9PUMnDOhv1Q5S6e1DCg2xIeMSZtUL5D {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Ax4EdCk2mV7w0CbGdEhdK4A3IvSFDly1 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mIbLNOwR5Tz1FwmNUIJJ0uUbe1dI6oe8 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #V6CFQUK1caWsDT1FHuVhJUFV7UkTCTN4 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Guybl5xbst4Ns79kK4ZAcCRn1uotAT4H {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #HOBXDHM3P1y3Zp6S2CQlffoat6dDiKOu {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #CEGh4M8FZoJiMO6U93DBfhGZVWAsJo3S {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LF9StyT09t2fKxQazzuzsPBzowLR2l7h {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #QsZI2cJxv1zJFnt9cRHuau5OdlfMk0CP {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #BsTofA8FcHx1krWTirC7GEsvllFE4mFC {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TndE8CpCHwxZXgVRbwseTIUz0ludNTmF {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Q1wgXgk5MREiWT1m9kXm8iDoAopXvlmp {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #tMfmcTPpTh35dafZC9TqxkNixqQKxUrZ {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #WB9cGkPUUOp591yoCKnfFQNGpmou13Rs {  }
 }@media only screen and (max-width: 763px) { #ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq { display:block; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaEHpJkhgTuRS2ey7obOzeInmAFiOwvn { width:13.6875rem;height:3rem;top:13.9375rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiV0HsTKRKk3ToVZa0TqfGJk9wQuqe8y { display:block; }
 }@media only screen and (max-width: 763px) { #AinvJyyXkZoquC8r3UI5gZ8ixfPoByp8 { top:7.4375rem;left:0.75000095367431rem;width:46.25rem;height:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection { display:block; } #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection *:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="text"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="email"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="tel"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection textarea:focus-visible { outline: none; } #Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#222222;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d9bfd29-20a8-4ef6-b188-39bdc79229d7/ff.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.adaptive-delivery-prevent-bg, #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.lazyload, #KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN.lazyloading { background-image: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { background-color: transparent; background-image: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container > .video-iframe-container { display: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row > .video-iframe-container { display: none; }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .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); }#KnMr93vUVKbkEDHZUbHz9E4VsKSMoPxN > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBhHqnqVnZKARlpELVZbNfTyqPLnw8kn { width:18.3125rem;height:4.94921875rem;top:17.060546875rem;left:0.84375rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCf10Tlpa92OtsmltfENNtbnGLd26WWw { width:19.874rem;height:0.9375rem;top:14.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4gBHWH7vf3zdTKmdMVDRaRcsAB17QB2 { width:14.875rem;height:2.8125rem;top:30.1865234375rem;left:2.5625rem;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Dpqiic42052JpoMxncXRfpAw67eA5zrW { display:block; }
 }@media only screen and (max-width: 763px) { #HJx1oxLWV1nxpITT0aJV01Q8dfwJBcHw { width:17.25rem;height:6rem;top:22.822265625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT { display:block; }#MKxpEBPrNCcqD4zWPJnrxSU8CIboIZIT > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP9bbhLuUSWBupxMnM2incSE35TmFcfU { width:8.6875rem;height:2.5996125rem;top:17.875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L4w1nTy74xEnTwldai3BkiL2sVMPHpoT { width:9.1873125rem;height:2.5996125rem;top:8.6241321563719rem;left:5.4058160781861rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pxlFM2Wl3bQLgMfWsQy5TQ6EmQ6lhEKM { width:8.9375rem;height:2.5996125rem;top:27.875rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #exfWpWafuh1vaEco6MIS22vsaRUQ1q15 { width:9.124875rem;height:2.5996125rem;top:39.124351501465rem;left:5.4367406964302rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cXM3UegBanSL8ZywEKLHOHpG7A502rxe { width:0.1875rem;height:3.0625rem;top:51.0996125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzH8hT6EdTXkFRxUELR2KLBibWWu0EoH { width:0.1875rem;height:3.0625rem;top:55.4121125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWRXNRrgtxXqhJ6SZ8GM0glGxy8gMcuc { width:0.1875rem;height:3.0625rem;top:59.7246125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKDTA5aqvwev1mSOb8d4XISB5G7VcLMO { width:8.6875rem;height:1.21875rem;top:6.875rem;left:5.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15018;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JAFL0W9G1X0yK8HWo8UrfSvBegpoB5Du { width:8.6875rem;height:1.21875rem;top:16.25rem;left:5.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15019;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HBSASsq2evC45LI7RPAbOUcJCyptM2bt { width:9.6875rem;height:1.21875rem;top:26.0625rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15019;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mVcKyuNHouGKJiSCag1yHUPTpTLQRmcW { width:8.1875rem;height:1.21875rem;top:37.375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15020;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5 { width:1.875rem;height:2.9375rem;top:33.875rem;left:9.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4a3dacd-db1c-47fb-a5f1-434625400827/size.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.adaptive-delivery-prevent-bg, #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.lazyload, #pOVEggtxaJTvPmEUzbStO9NikvgrvWT5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F { width:2rem;height:2rem;top:23.375rem;left:9rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df7b95e4-045c-4129-aa98-412c324d6354/discount.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.adaptive-delivery-prevent-bg, #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.lazyload, #GBxQlaWWoOdnXfkTgqNGrC8Q1Ke9Ml9F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi { width:2.625rem;height:1.875rem;top:4.3125rem;left:8.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4dec1fb0-1a72-49a7-bf37-419aa114bbbf/digital.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.adaptive-delivery-prevent-bg, #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.lazyload, #gCJMoLi52d0OgHP2hW6T5VhkAuuSdfoi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2 { width:1.75rem;height:1.75rem;top:13.8125rem;left:9.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73ab86f7-aa66-40b7-ba84-a14f232b6dfd/custom.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.adaptive-delivery-prevent-bg, #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.lazyload, #QBGWCGmWHeZJT2tOH4k9yfd2c1wdpml2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #roXml7G5NdcPdSP57TWugxWf55VvLUGb { background-color:#fdf4eb;background-image:none;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; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { background-color: transparent; background-image: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container > .video-iframe-container { display: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container { display: none; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .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); }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { border-width: 0; border-radius: 0; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roXml7G5NdcPdSP57TWugxWf55VvLUGb > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOKwTuzdTeq5DxyLQbaGnssC8PBgGJFn { width:20rem;height:44.0625rem;top:2.4375rem;left:0rem;background-color:#2c2c2c;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwufzcwZyadNBq7QFFmI5p9nw5z6VmpU { width:18.8125rem;height:6.5rem;top:7.625rem;left:0.59375rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #FmaPHPT8UlrH1UAJgqalsgc6hxXThylX { width:18.2498125rem;height:7.96875rem;top:11.123695373535rem;left:0.87456607818606rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHlWLUzhJqqNbsNdyo6b8eV6QgMDZvQ9 { width:17.0625rem;height:6.5rem;top:3.6234817504883rem;left:1.5934246182442rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MSssGJrwtmbkii7LrTewNVsKTUIbTIuV { width:8.187375rem;height:3.4375rem;top:20.217552185059rem;left:5.7180991172791rem;color:#425b46;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvf6OJD0tttZQiK7bwDDG1y9SRzkiWp { display:block; }
 }@media only screen and (max-width: 763px) { #Q7w8scHBqaTT5JqBs3KcN5eUsSHggsw9 { display:flex;width:1.625rem;height:2.375rem;top:20.749237060547rem;left:13.062174797058rem; }
 }@media only screen and (max-width: 763px) { #kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e71bd059-5bba-4aec-be41-2893d1556732/08_Enchilada_081.jpg");background-position:top right !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; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T.adaptive-delivery-prevent-bg, #kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T.lazyload, #kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T.lazyloading { background-image: none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container { background-color: transparent; background-image: none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container > .video-iframe-container { display: none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row > .video-iframe-container { display: none; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .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); }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container { border-width: 0; border-radius: 0; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWcGZhC34qaR6i3xryuIGf5QbdDrNf8T > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU { background-color:#222222;background-image:none;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; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { background-color: transparent; background-image: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container > .video-iframe-container { display: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container { display: none; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .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); }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { border-width: 0; border-radius: 0; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGnaKZab8NID9lNRTgzekxKX4ZHT9eRU > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgxNe53S4gwfVhMzJKu5atzXF200l21G { width:20rem;height:44.0625rem;top:2.4375rem;left:0rem;background-color:#2c2c2c;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLLqAyP0RtoWKqSDp0LcwHMRdUF79uMn { width:20rem;height:9.75rem;top:7.0625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #tSrpHH2MprdSxPLRU5TL9R9cqdWexWzZ { width:18.2498125rem;height:6.375rem;top:12.623268127441rem;left:0.87456601858137rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tf7zb2bHGNqOia025tyE47MkO5LbKtaD { width:20rem;height:6.5rem;top:4.3113059997559rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I8byDKuhG5k6Aw5aoTvKlQF5WynhIEkD { width:8.25rem;height:3.4375rem;top:20.498809814453rem;left:5.7495665550232rem;font-size:0.875rem;color:#f37657;display:block; }
 }@media only screen and (max-width: 763px) { #mBTpmHuibSTePT1zQMT2kBeZuv33Skgp { display:block; }
 }@media only screen and (max-width: 763px) { #LNEzLvdqgwTxkeFN7PXJEgMyyBWmgV6M { display:flex;width:1.625rem;height:2.375rem;top:21.061965942382rem;left:13.062067031861rem; }
 }@media only screen and (max-width: 763px) { #EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a230d7bc-13b9-4629-815b-9f50d5db118d/FeastandFettle_TableScene1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI.adaptive-delivery-prevent-bg, #EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI.lazyload, #EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI.lazyloading { background-image: none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container { background-color: transparent; background-image: none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container > .video-iframe-container { display: none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row > .video-iframe-container { display: none; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .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); }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container { border-width: 0; border-radius: 0; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKRrktMqbIzRLFdTJwukN8aqdRyKOFeI > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHzU2m123pZZuahUt8QugkEst7KJwR1m { display:block; }#fHzU2m123pZZuahUt8QugkEst7KJwR1m > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKdG2JetGV6rednbSLndfndbZ8Ql1zM3 { width:20rem;height:34.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX { display:block; }#gi0XkvZBUc56w0ChXOHs5MQ7C1SotRtX > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEwdOmgg0tMRbTs6HkPyDVEW2MSiASIi { width:5.3125rem;height:2.93728125rem;top:0rem;left:11.749132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykC8eo3ltcVEBNCnmGIfvpNvvrn0krno { width:5.499675rem;height:2.12456875rem;top:4.9403228759766rem;left:11.655274391174rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNr40nU999VkqOdoGCxEyhzwItURUK19 { width:8.125rem;height:2.87489375rem;top:0.030929565429688rem;left:1.8739151954651rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIFA5EREA3yUADq2QWGp4SuuXVhCmxv { width:7.7495625rem;height:2.062175rem;top:4.9712448120117rem;left:1.9368491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk { display:none; }#h8A6m5ghy9GohTTqSXaoq9uNFE43TKEk > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whRIkL4QyV8DsVMa0EPhN8RWzhwQNDTK { width:20rem;height:30.1875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPZdAgUnptbthUmK32WxzocqEJG10sb { width:19.1875rem;height:3.75rem;top:6.4375rem;left:0.4375rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bqybpeXJw6k6EZSwxnObNehkS6wzKkIW { width:8.6875rem;height:3.4375rem;top:38.375rem;left:5.625rem;color:#425b46;display:block; }
 }@media only screen and (max-width: 763px) { #TMW5ddzbRhmLTxALnshT6VTkFx0TqmJf { display:block; }
 }@media only screen and (max-width: 763px) { #sHAogthK9yitOncLLmS1ZWuEUxUOEKsu { display:flex;width:1.625rem;height:2.375rem;top:38.875rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #hoUuimTko4mUwZ4huRqmvI0qii3byQTG { background-color:#f5ebe3;background-image:none;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; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { background-color: transparent; background-image: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container > .video-iframe-container { display: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container { display: none; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .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); }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { border-width: 0; border-radius: 0; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoUuimTko4mUwZ4huRqmvI0qii3byQTG > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btGq0GbmXl9LdXBJ0KE2nLsumrcQu0ko { width:20rem;height:3.5rem;top:3.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-element-container { background-color:#fdf4eb;background-image:none;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; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:1.25rem;text-align:left;text-align-last:left; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 .accordion-desc-text { line-height:1.6;overflow:hidden;height:auto;font-size:1rem;text-align:left;text-align-last:left; }
#NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 { display:flex;height:auto;width:17.5rem;top:7.25rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fcywqHvV5Tct65Dp9iPBgEucW6mhLPih {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #emOy1f9l76HpZt8DddVyrX9FEhpUyVEA {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #plUK53fZ63JRvlgDsWNEeuPpgRr6cMQU {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #A6f8SH8VHSOpTuhC5W7ELA4qst0ToT60 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #wfDLr7XLRTCJPilGK0AtotSfqzpIeJ4J {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #F29nc2oSMi4dpzf9TQyGv2qBaKdQDLgK {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #fq2DnwLG4LgqTfdPOVMTJIrMOp22RGMm {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #RNS0Ck0NEnu6ADzdabV19KTUm0O6B8yS {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mVyoxlrdF6IrFsJOTgMKqDSFUBLsThuk {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LZeBvRQOSNFN9RFn1kzlX1CZAidd3kpy {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #o5ZcBwTIE6kpB4hJoVR0lkcxUzXPqZSn {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #ULr5eyoWVXG6oeCriTWGL2gGAvnED3v0 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #K8O0IRGmzZxfHuN4A8oZTSXcDw0mrDrP {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #suOpIEqq92kzebAJKuCOgTHc2AFQ8VWh {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #FdTrDtow1id3TLSZTM5biq523CT9F7du {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #T4lyVPlFhivxePxAzbiZ2oJZdh4ABiPr {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #MTI0oQL5kK7eWeQr0UPvglnSsXx3TvLc {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #nBnuNLZv2urdP9JOkIWPHHAvpcvzJTJy {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #uQCEQ8TTcgcrxaAFTBKrHUULTGTFRPau {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #VIR612uQxpdeGcmqe5B5Kknirlp7UEsR {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #gVUU73ft6gXUSKZDDiCmWNgE1q6SLdVX {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #k2TrK0E4eWctG3X6F6CplHKiiow26Wgr {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #UIdTmFsH2TCkyJpV6CzlKTKyxZChUihU {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #h8tQMltAyxq7vgqOgw1vTlVh6ARkNF37 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TucK6CdkpePJkgNtbPM7WcN8bzHNouhw {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #JrogFWHI0DTEQmoLloFn6aL7tvH8qzlk {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #D9PUMnDOhv1Q5S6e1DCg2xIeMSZtUL5D {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Ax4EdCk2mV7w0CbGdEhdK4A3IvSFDly1 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #mIbLNOwR5Tz1FwmNUIJJ0uUbe1dI6oe8 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #V6CFQUK1caWsDT1FHuVhJUFV7UkTCTN4 {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Guybl5xbst4Ns79kK4ZAcCRn1uotAT4H {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #HOBXDHM3P1y3Zp6S2CQlffoat6dDiKOu {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #CEGh4M8FZoJiMO6U93DBfhGZVWAsJo3S {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #LF9StyT09t2fKxQazzuzsPBzowLR2l7h {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #QsZI2cJxv1zJFnt9cRHuau5OdlfMk0CP {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #BsTofA8FcHx1krWTirC7GEsvllFE4mFC {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #TndE8CpCHwxZXgVRbwseTIUz0ludNTmF {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #Q1wgXgk5MREiWT1m9kXm8iDoAopXvlmp {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #tMfmcTPpTh35dafZC9TqxkNixqQKxUrZ {  }
 }@media only screen and (max-width: 763px) { #NIPPSwxzRXtN191pGlon9CaQZSf6wNT3 #WB9cGkPUUOp591yoCKnfFQNGpmou13Rs {  }
 }@media only screen and (max-width: 763px) { #ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq { display:block; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq { background-color: transparent; background-image: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container > .video-iframe-container { display: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row > .video-iframe-container { display: none; }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .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); }#ZcP8gfiDpFTxVNdlbrmLHdpxSNUTWPCq > .row .container { width:20rem;height:20.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaEHpJkhgTuRS2ey7obOzeInmAFiOwvn { width:13.6870625rem;height:2.999675rem;top:14.5625rem;left:3.125rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wiV0HsTKRKk3ToVZa0TqfGJk9wQuqe8y { display:block; }
 }@media only screen and (max-width: 763px) { #AinvJyyXkZoquC8r3UI5gZ8ixfPoByp8 { width:17.0621875rem;height:8.3994375rem;top:3.9371743202209rem;left:1.4686415791511rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection { display:block; } #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection *:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="text"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="email"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection input[type="tel"]:focus-visible, #Bd83e3b32087dba12cc2755558a11c45.widget-smartsection textarea:focus-visible { outline: none; } #Gg7UPBOEcZVatmaRT8FOP21dQTbTTTfW > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }