.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:254,238,225;--color-primary-1:253,200,157;--color-primary-2:250,144,58;--color-primary-3:125,72,29;--color-primary-4:38,22,9;--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:17,17,17;--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:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/86490b2f-071a-4b69-bbcd-821828264ec1/bgopacity1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:60rem;overflow:visible;position:relative;display:block; }#y583GzWCfBZ2r2SFPdKW5cclRUeDfsdQ { 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.125rem;width:16.0625rem;top:6.1875rem;left:21.96875rem;overflow:hidden;display:block; }
#XtKW5DUTTO0tzuAf0weWDKcccVGTZoIv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:44.375rem;top:9.125rem;left:9.61083984375rem;overflow:hidden;display:block; }
#cViVEsPSAZfKQXxDTxI0RPURiLom4GuS { 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:106.625rem;width:60rem;display:none; }
#gmEVK755u54KhH8vXcOAwKTRS9EHiVfG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc200, #ff8200);background-image: -moz-linear-gradient(180deg, #ffc200, #ff8200);background-image: -ms-linear-gradient(180deg, #ffc200, #ff8200);background-image: -o-linear-gradient(180deg, #ffc200, #ff8200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc200', endColorstr='#ff8200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc200', endColorstr='#ff8200' );";background-image: linear-gradient(180deg, #ffc200, #ff8200);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:helvetica;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53.21875rem;left:24.53125rem;display:block; }
#owCZtJzHxNT25tizz4inS3THyHgPCnfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXg3zfPOU865eC6nkzkh2p9EtVvSD9uq { 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:9.875rem;width:28.6875rem;display:none; }
#oKBSa7zlMiCZcCTZa2tQhUFmuWaKCI5I { 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:7.75rem;width:12.125rem;display:none; }
#LnPbadwN9v7VXHe8qyrTu6tAfHIWlu88 { 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:6.3125rem;width:28.6875rem;display:none; }
#w7CZUwcPLBGC2qCAbF11UvkN70qRGuVq { 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.125rem;width:16.0625rem;top:6.1875rem;left:21.96875rem;overflow:hidden;display:none; }
#GqMF7rcxTbW1Pcyx07gapa7K1f5q5ZQJ { 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:1.25rem;width:15.375rem;display:none; }
#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9447349b-9e24-4393-accb-ffe2f472dc33/bgfinal.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS.adaptive-delivery-prevent-bg, #uXCLuBUN24tVNghCB0CLe0UzyfDn1htS.lazyload, #uXCLuBUN24tVNghCB0CLe0UzyfDn1htS.lazyloading { background-image: none; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container { background-color: transparent; background-image: none; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container > .video-iframe-container { display: none; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row > .video-iframe-container { display: none; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .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); }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container { border-width: 0; border-radius: 0; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#LToeXMRxTf3BsBlymRLuKiUWxqfCBpnd { color:rgba(255,255,255,0.97);display:block;width:47.3735625rem;position:absolute;font-family:helvetica;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:45.4375rem;left:6.31298828125rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#te3rcPtZ1XMrE4pxmQzaW7qT3luGGAJP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:53.875rem;top:23.2470703125rem;left:3.0625rem;overflow:hidden;display:block; }
#JKQANFkINODBSrtAmN4npwM5kfOhfGhT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:53.875rem;top:28.3720703125rem;left:3.0625rem;overflow:hidden;display:none; }
#LTqGPTBo9wpWlDzJZqAJNTEP5wirQ4J6 { 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:7.5rem;width:23.0625rem;display:none; }
#O2pTTIbhb9W8rbJs8qGEJE0rdEo6A0Ks { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:helvetica;font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.46533203125rem;left:8.875rem;height:3.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJ5Lnxr53m7NpduRadDsUEKKR33mCsCv { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:helvetica;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:7.0595703125rem;left:28.875rem;height:3.0874rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MGTc7ahibrTanS1ax2G3UTJBeBEMO6iE { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:helvetica;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0654296875rem;left:2.625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGeVVVbulsCWI2XdRckIFC6Ur9SS4ZgX { color:#ffffff;display:block;width:2rem;position:absolute;font-family:helvetica;font-size:3.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:10.8662109375rem;left:27rem;height:4.7124rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tUvL3QD5PflDVXglm3RhRC4b0CTBqDek { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:37.875rem;left:46.8125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4743901-2af6-48f8-9cc4-3f05251c6733/kitchen.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.adaptive-delivery-prevent-bg, #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.lazyload, #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.lazyloading { background-image: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { background-color: transparent; background-image: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container > .video-iframe-container { display: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container { display: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .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); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { border-width: 0; border-radius: 0; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { font-size:0.875rem;font-family:arial;height:72.9375rem;width:60rem;position:relative;display:block; }#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-form-header { font-size:1rem; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-regular-label { height:auto;display:block;font-family:helvetica;font-size:1.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:43.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-style:normal; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;line-height:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:5.6875rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;line-height:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.125rem solid #2575fc;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.625rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #fa903a, #ffae00);background-image: -moz-linear-gradient(115deg, #fa903a, #ffae00);background-image: -ms-linear-gradient(115deg, #fa903a, #ffae00);background-image: -o-linear-gradient(115deg, #fa903a, #ffae00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffae00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffae00' );";background-image: linear-gradient(115deg, #fa903a, #ffae00);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:700;color:#f2f9ff;width:43.625rem;height:4.3125rem;font-family:helvetica;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;font-style:normal;line-height:1; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:42.4375rem;overflow:hidden;font-style:normal;float:none; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#2575fc;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-container:first-of-type{padding-top:0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-container:last-of-type{padding-bottom:0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p  { background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.9375rem;top:18.3330078125rem;z-index:15010;position:absolute;font-size:1rem; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.625rem;display:block;vertical-align:top; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p {display:block;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p { background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.9375rem;top:18.3330078125rem;z-index:15010;position:absolute;font-size:1rem; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #nTn1tblIl0UIoPS2FORBEppRUHbS6qBm { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #yxGUZdyruCOiswk4Vvk0qTgd7uOJq8tW { position:relative;display:block; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TUJynfyw07585KVxXixbMVOIQBMMnCin { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #Bprl3gRu5w4tQIzw31cPELrMct32DR7v { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #QLnFrShFolG4NIH3Imz8l2FcoLivFCAS { position:relative;display:none; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TnwOzPDIBns50tS3Sm8rp4MU0CuX2RVG { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #LSzThmBLLUfBuQzCvCPGHRxX31HGbR1h { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #zlF6GaQNJDTx2lM9AJQxoNsp2ecZ4H6K { position:relative;display:none; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #HJdncwqFQAKPlT53Xa4uCmVxhu9ByJV3 { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xae6XS1FGkChc3niWPTSCbbo2WvMrTxN { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xRmrb87EBtt39lGUT6VGyWn2StVoT8V6 { position:relative;display:block; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #ax9NeUzgcabEAesyRiI0dHsH2eXONKDq { position:relative; }
#Xurto83xHbWGvDGX72l37Erc8yBC8nus { position:relative;display:block; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #fSDEA8b9I5a5JhplBPCkXxhODB9Zg16h { position:relative; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #r0ENLuaNaq6HBqy77g0IAwDxesyuUv9O { position:relative; }
#uTivhzJV1vTdFK7Ig4qr41M7QVMW0Gl8 { box-sizing:content-box;height:1.37441875rem;width:1.37441875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:46.75rem;left:0rem;display:block; }
#UQtNigNX8ArN9avdc6OTePDzTRagrQB7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:helvetica;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:46.1875rem;left:2.1875rem;height:2.44970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGwayFLh6BRDht8teOgcsxV4uzvPLnL2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1871875rem;width:13.5619375rem;top:49.8125rem;left:0rem;display:block; }
#pTfWBiknX3Lck09DcGX48xTCyNIEcJ7p { 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:3.125rem;width:3.125rem;top:51.6875rem;left:5.375rem;overflow:hidden;display:block; }
#FsKqxhfLhE5g4RCXCvKLbu66fKhzQxSu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5619375rem;top:49.8125rem;left:15.4375rem;display:block; }
#kOPUBOvkO25vmLvPzkB2R1xgDPhrmBZo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:51.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#DTxobpxH9LBmbZHZTpWsxITAK9oFuVSC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:helvetica;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:55.6875rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgQNK6QDcnxICq7C6ObUVhD2TvoKqTqF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:helvetica;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:55.6875rem;left:15.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdwpNhhETbT41Tm2OZL1HGFwD5LUZeNP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0620625rem;width:13.5619375rem;top:49.8125rem;left:30.875rem;display:block; }
#LJrco1a6omxc6qhf0MemW4pzQnbnM4G4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:helvetica;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.6875rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLvFHIJPRU0tJHApTZJgJNQU0C0Rwf9W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:51.6875rem;left:36.25rem;overflow:hidden;display:block; }
#kMBThTabQ8zXKAW2g9UtaEcmZIrTZMa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6246875rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:58.3125rem;left:16.5625rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jx6TqsJTVdu63Cy2OlBouCtiCyRxas73 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6246875rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:60rem;left:1.125rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwRB8KTtNh8LDdIPGNmBT4XScvRLS4cd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6246875rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:60rem;left:31.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFk9GosOXlTLUWTAvUdbTcnFLsyVsLAh { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5619375rem;top:49.8125rem;left:46.125rem;display:block; }
#puA9I1SM3Z9TnTVD3Brack1liTzaRHeR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6245rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:60.1875rem;left:47.25rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gpMNITlFzozygufCHKTduAiEyXPxXJrx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:helvetica;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:55.9375rem;left:46.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUKSExZr6fT6bKuI2dJah3buiW167Kuu { position:absolute;display:block;z-index:15015;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.125rem;width:3.125rem;top:51.6875rem;left:51.5rem;overflow:hidden;display:block; }
#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:helvetica;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.83447265625rem;left:0rem;height:7.7998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:60rem;position:relative;display:block; }#rm5GV0RtayxviZsMabvMxCK8CzCIw7nq { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:helvetica;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.4375rem;left:2.12451171875rem;height:2.44970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { color:rgba(var(--color-tertiary-4),0);display:block;width:11.4375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:33.5625rem;left:0rem;height:13.64645rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DBp4iFIhcrlKSTLo1r9fG0fOQkvvWW3X { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4rem;left:0rem;display:block; }
#D0cmptPNPd1Ms7X3gTDe3sX2VqiZspIs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.1875rem;top:30.625rem;left:0rem;overflow:hidden;display:block; }
#o5DlVL2shsUIorNpOaEvBnop4AvTWsxI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc200, #ff8200);background-image: -moz-linear-gradient(180deg, #ffc200, #ff8200);background-image: -ms-linear-gradient(180deg, #ffc200, #ff8200);background-image: -o-linear-gradient(180deg, #ffc200, #ff8200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc200', endColorstr='#ff8200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc200', endColorstr='#ff8200' );";background-image: linear-gradient(180deg, #ffc200, #ff8200);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:helvetica;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.1865234375rem;left:22.96875rem;display:block; }
#TCS9t5ESMlSNxFE1GEcul52StWyVh6D0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dG14aZbXCIduTBia23otT1JgNXn5ksVC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:30.5625rem;left:14.1865234375rem;overflow:hidden;display:block; }
#JDMcSkhW5BGc89KnFtlIagv1EayKrPne { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:12.0927734375rem;height:13.6465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRKbk61WUySv6V35ipJ09BVWRaDQ25WS { position:absolute;display:block;z-index:15009;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.0625rem;width:9.125rem;top:30.34375rem;left:25.4375rem;overflow:hidden;display:block; }
#xgmlpxiHkof78pNsNCesqBFEwFWh5swG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:24.3125rem;height:13.6465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2qKWe461bkUEFDF5MAdgoUpCTQHuqN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:36.3125rem;height:12.50925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6neZ9TETNNBo6hQTnbwE5Cf361FskKn { position:absolute;display:block;z-index:15010;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.4375rem;width:9.1875rem;top:30.34375rem;left:37.5625rem;overflow:hidden;display:block; }
#Z8HixtZcbSzJASq0hZaDFS0HiDtcfshk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:33.56201171875rem;left:48.375rem;height:12.50925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN2Q65adKF1UQedT5551f9cQuDLwrOZZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.8125rem;top:30.34375rem;left:49.75rem;overflow:hidden;display:block; }
#dJ24xHMnZI7HiTkT0QQ6cnJqE6mnTbqK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:11.4375rem;top:8.75rem;left:48.5625rem;overflow:hidden;display:block; }
#shmDquF62ECoKvaFIOlNc4DO9SX2kuxG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:11.625rem;top:8.75rem;left:36.3125rem;overflow:hidden;display:block; }
#J6ShZpXWvihccaftpT7HCtqE1q0oToHh { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:11.4375rem;top:8.625rem;left:24.09375rem;overflow:hidden;display:block; }
#mUw7kwVmVIW36VgvELnFrJfE84TliLlL { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:11.1875rem;top:8.6875rem;left:12.1865234375rem;overflow:hidden;display:block; }
#fVQTzSeiXXdV84guWd19dr4pSDIyHHRh { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:11.25rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:block; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container { background-color: transparent; background-image: none; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container > .video-iframe-container { display: none; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row > .video-iframe-container { display: none; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .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); }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container { border-width: 0; border-radius: 0; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#HbTbg55QNqgBlOmwgn6WOks2kQMfrC7L { color:rgba(var(--color-secondary-4),1);display:block;width:15.8125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:11.812072753906rem;left:0rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZedzpMbi0d7um6rhonrLd38PBgmUrEdc { 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:2rem;width:2.625rem;top:8.5rem;left:6.625rem;overflow:hidden;display:block; }
#eQPFqLMCDfb6e7ldE3vBI8CFRlpKBJJy { color:rgba(var(--color-primary-2),1);display:block;width:15.812375rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:21.371238708496rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDPPag5Z2TvO9O6T6ok73IyoJDDGSUvJ { color:rgba(var(--color-primary-2),1);display:block;width:15.812375rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:38.786167144776rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FIM0pTm1iq7sLT3WwlynGVZDDkxCarsU { color:rgba(var(--color-secondary-4),1);display:block;width:15.8125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.061920166016rem;left:0rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9tUPZNMohzi49XR89mVbM0WJQWVSOvi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.625rem;top:24.749572753906rem;left:6.6247062683106rem;overflow:hidden;display:block; }
#Qv9JFkQozh6pI0qLtSXbW2mSh6SLbkk6 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;height:29.75rem;width:23.0625rem;top:7.875rem;left:18.5rem;display:block; }
#g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b9bf24e-c951-431d-86be-16aeb36fc25e/Screenshot_19.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.125rem;width:22.3125rem;top:8.1875rem;left:18.875rem;display:block; }#g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP.adaptive-delivery-prevent-bg, #g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP.lazyload, #g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP.lazyloading { background-image: none; }
#Ve3bybt3NHmE7CM0ftyDDutTLfqi7Bui { color:rgba(var(--color-primary-2),1);display:block;width:15.812375rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:38.785445213318rem;left:43.529369354248rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fObkFHwq0M1XoTsmqJVXyHWrnt1W6zyy { color:rgba(var(--color-secondary-4),1);display:block;width:16.875rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.49885559082rem;left:42.998691558838rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7KLvr8PbdPRkFzND557XTHBKaTVpPtP { position:absolute;display:block;z-index:15010;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:2rem;width:2.625rem;top:23.187072753906rem;left:50.812351226807rem;overflow:hidden;display:block; }
#q4ofA1Th91lCRt0XLGcN9uNUu04FfHI5 { color:rgba(var(--color-primary-2),1);display:block;width:15.812375rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.68200302124rem;left:44.187641143799rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KV23T22U8hKMezfL7lkMkIII1HE8HmC7 { color:rgba(var(--color-secondary-4),1);display:block;width:15.8125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.8125rem;left:44.1875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJXWmT41mZOpfLnIrnPu8toe99oZGoGA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.625rem;top:8.5rem;left:50.8125rem;overflow:hidden;display:block; }
#elemt4OBnLJ4SLROdnd2oFIJxvuVV5tp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:34.8125rem;left:24.75rem;display:block; }
#inJ08VqrpEgcTvxoGV6Sz94vEqozDn4c { color:#43424d;display:block;width:10.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.123693466186rem;left:24.74898147583rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HGdi0yxzTeVSDSkJIaeokPc8FJ0rGOpE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa903a, #ffc312);background-image: -moz-linear-gradient(180deg, #fa903a, #ffc312);background-image: -ms-linear-gradient(180deg, #fa903a, #ffc312);background-image: -o-linear-gradient(180deg, #fa903a, #ffc312);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffc312' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffc312' );";background-image: linear-gradient(180deg, #fa903a, #ffc312);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:helvetica;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:39.5625rem;left:24.25rem;display:block; }
#mATvEQTaXpbSVeN0XIQWqvB6OMHCWWG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8xJEaTN5RegG4uD6DQdmQRH36SHq7FV { color:#43424d;display:block;width:10.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.604745864868rem;left:24.74898147583rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14131ca6-c2b5-4d6c-969f-9c717ff05ef3/gift.webp");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; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { border-width: 0; border-radius: 0; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-form-header { font-size:1rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:38.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;line-height:0;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:5.6875rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;line-height:0;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.125rem solid #2575fc;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fa903a, #eab700);background-image: -moz-linear-gradient(102deg, #fa903a, #eab700);background-image: -ms-linear-gradient(102deg, #fa903a, #eab700);background-image: -o-linear-gradient(102deg, #fa903a, #eab700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#eab700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#eab700' );";background-image: linear-gradient(102deg, #fa903a, #eab700);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:38.0625rem;height:3.4375rem;font-family:helvetica;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;font-style:normal; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:helvetica;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:36.875rem;overflow:hidden;font-style:normal;float:none; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#2575fc;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-container:first-of-type{padding-top:0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-container:last-of-type{padding-bottom:0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe  { background-color:rgba(var(--color-tertiary-4),0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:9.71875rem;top:12.15625rem;z-index:15011;position:absolute;font-size:1rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.0625rem;display:block;vertical-align:top; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe {display:block;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe { background-color:rgba(var(--color-tertiary-4),0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:9.71875rem;top:12.15625rem;z-index:15011;position:absolute;font-size:1rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #QAkOzo8fABmG5LskNMIBKfHa85tbVQPo { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #uiLIHNKeisGFEuJE1Oxme0oAJw5lXNPg { position:relative;display:block; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #hqmqAKLSG4wazBy5EJ6ny0nT801ISRh9 { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #AhwTc3QErJg9iSwwa8DPeXCFLJ57GMH3 { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #S74BaLTJfAZLzmQP8IUQ8iGBRJEICpTW { position:relative;display:none; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #aBnR75C8EniJDOVcGSNrfFOR0y29hEXq { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #yZk7EIvPh1aLQExzmn2RKXIJCnss2dbw { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ltWDPQwwVntB2m2kEp5NtXQQaPpnAL8m { position:relative;display:none; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #Ir7lwT8TIRIvfaq0MWlQBJ9knNwrkD0n { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #pxWKtQJcuTwgQGxXiN9TgUuk9WOSKTs3 { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ie0d9XPEdfQgW5JrghyHB2kpNAl84azV { position:relative;display:block; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #B90q2zLohuoaMUc9eGoFdIqL52wPFv6T { position:relative; }
#un3uIFeGlGB2OoIo50fr6uDlxFqEgxhZ { position:relative;display:block; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #q03J7GiH3zyUW7pT7bHWJum28or70VQG { position:relative; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #CNOP6PQVT5Msu3coXbbOqBvgo8ZR2Kh6 { position:relative; }
#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:block; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container { background-color: transparent; background-image: none; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container > .video-iframe-container { display: none; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row > .video-iframe-container { display: none; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .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); }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container { border-width: 0; border-radius: 0; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#dfONddAzhEqUupTCdIN2dcbhJ8aKAzhE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.75rem;left:0rem;height:6.12305rem;font-style:normal;display:block; }
#uwgggyKWEA7kq04t6T36kMBIEOQv1Rxu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:22.9375rem;height:1.399925rem;font-style:normal;display:block; }
#y1HvR1I2dQWloE0EkOJrPWqeSVyarbeS { position:absolute;display:block;z-index:15033;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.125rem;width:14.4375rem;top:12.810546875rem;left:41.25rem;overflow:hidden;display:block; }
#cfPS3JT1p2xmIvk1dzXvKiFFmdE755v7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:5.4993476867676rem;left:0rem;height:1.399925rem;font-style:normal;display:block; }
#KqRGVMrfwODlNeJebpR1SLKceyImCNlT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:5.5rem;left:37.125rem;height:1.399925rem;font-style:normal;display:block; }
#x8g3baruc6tFmOJ9ZlkMWQN8l70xTJLU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:7.6875rem;left:22.9375rem;height:1.224825rem;font-style:normal;display:block; }
#X3xnKSLD0T5e7bxgQGlupNkqQ5X43qwn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:7.75rem;left:37.125rem;height:1.224825rem;font-style:normal;display:block; }
#gkPKtnSCTzD9bc4iItPNTr04x9viAtMA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.5rem;left:49.75rem;height:1.399925rem;font-style:normal;display:block; }
#LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.8125rem;left:49.5625rem; }
#LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.75rem;left:52.5rem; }
#tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.75rem;left:55.625rem; }
#oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#qC98R2qvr27m7yXdOKMkCgupEUE7db9w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.75rem;left:58.625rem; }
#qC98R2qvr27m7yXdOKMkCgupEUE7db9w > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#BBW843qcTzTBFqk1xAremMnHFa9QlGEL { position:absolute;display:block;z-index:15038;height:15.375rem;width:60rem;top:16.625rem;left:0rem;display:block; }
#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c { background-color: transparent; background-image: none; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row .container > .video-iframe-container { display: none; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row > .video-iframe-container { display: none; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .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); }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c { border-width: 0; border-radius: 0; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .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; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AR6vHNHmoouGBiyetQwT9C2LIrP8vnKg { position:absolute;display:block;z-index:15041;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.6875rem;width:3.75rem;top:0.68751907348631rem;left:56.249563217163rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y583GzWCfBZ2r2SFPdKW5cclRUeDfsdQ { top:6.1875rem;left:15.84375rem;width:16.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtKW5DUTTO0tzuAf0weWDKcccVGTZoIv { top:9.125rem;left:3.375rem;width:44.375rem;height:52.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cViVEsPSAZfKQXxDTxI0RPURiLom4GuS { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmEVK755u54KhH8vXcOAwKTRS9EHiVfG { width:10.9375rem;height:3.3125rem;top:53.1875rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCZtJzHxNT25tizz4inS3THyHgPCnfS { display:block; }
 }@media only screen and (max-width: 763px) { #TXg3zfPOU865eC6nkzkh2p9EtVvSD9uq { width:22.9375rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKBSa7zlMiCZcCTZa2tQhUFmuWaKCI5I { width:9.625rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnPbadwN9v7VXHe8qyrTu6tAfHIWlu88 { width:22.9375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7CZUwcPLBGC2qCAbF11UvkN70qRGuVq { top:6.1875rem;left:15.84375rem;width:16.0625rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqMF7rcxTbW1Pcyx07gapa7K1f5q5ZQJ { width:15.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXCLuBUN24tVNghCB0CLe0UzyfDn1htS { display:block; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LToeXMRxTf3BsBlymRLuKiUWxqfCBpnd { width:47.3125rem;height:2.1875rem;top:45.4375rem;left:0.18798828125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te3rcPtZ1XMrE4pxmQzaW7qT3luGGAJP { top:23.1875rem;left:0rem;width:47.75rem;height:15.344257540603rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKQANFkINODBSrtAmN4npwM5kfOhfGhT { top:28.3125rem;left:0rem;width:47.75rem;height:15.344257540603rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTqGPTBo9wpWlDzJZqAJNTEP5wirQ4J6 { width:18.25rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2pTTIbhb9W8rbJs8qGEJE0rdEo6A0Ks { width:19.375rem;height:3.875rem;top:6.4375rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5Lnxr53m7NpduRadDsUEKKR33mCsCv { width:22.6875rem;height:3.0625rem;top:7rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGTc7ahibrTanS1ax2G3UTJBeBEMO6iE { width:47.75rem;height:3.875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGeVVVbulsCWI2XdRckIFC6Ur9SS4ZgX { width:2rem;height:4.6875rem;top:10.8125rem;left:20.875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvL3QD5PflDVXglm3RhRC4b0CTBqDek { width:10.1875rem;height:1.375rem;top:37.875rem;left:34.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru { display:block; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-regular-label { display:block;width:43.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-textarea { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-button { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-checkbox-label { width:42.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p  { width:43.625rem;height:20.5625rem;top:18.3125rem;left:0.8125rem; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .radio-container { width:43.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p {display:block;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p { width:43.625rem;height:20.5625rem;top:18.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #nTn1tblIl0UIoPS2FORBEppRUHbS6qBm {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #yxGUZdyruCOiswk4Vvk0qTgd7uOJq8tW {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TUJynfyw07585KVxXixbMVOIQBMMnCin {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #Bprl3gRu5w4tQIzw31cPELrMct32DR7v {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #QLnFrShFolG4NIH3Imz8l2FcoLivFCAS {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TnwOzPDIBns50tS3Sm8rp4MU0CuX2RVG {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #LSzThmBLLUfBuQzCvCPGHRxX31HGbR1h {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #zlF6GaQNJDTx2lM9AJQxoNsp2ecZ4H6K {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #HJdncwqFQAKPlT53Xa4uCmVxhu9ByJV3 {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xae6XS1FGkChc3niWPTSCbbo2WvMrTxN {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xRmrb87EBtt39lGUT6VGyWn2StVoT8V6 {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #ax9NeUzgcabEAesyRiI0dHsH2eXONKDq {  }
 }@media only screen and (max-width: 763px) { #Xurto83xHbWGvDGX72l37Erc8yBC8nus { display:block; }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #fSDEA8b9I5a5JhplBPCkXxhODB9Zg16h {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #r0ENLuaNaq6HBqy77g0IAwDxesyuUv9O {  }
 }@media only screen and (max-width: 763px) { #uTivhzJV1vTdFK7Ig4qr41M7QVMW0Gl8 { top:46.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQtNigNX8ArN9avdc6OTePDzTRagrQB7 { width:31.5625rem;height:2.4375rem;top:46.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwayFLh6BRDht8teOgcsxV4uzvPLnL2 { width:13.5rem;height:18.125rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfWBiknX3Lck09DcGX48xTCyNIEcJ7p { width:3.125rem;height:3.125rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKqxhfLhE5g4RCXCvKLbu66fKhzQxSu { width:13.5rem;height:18.125rem;top:49.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOPUBOvkO25vmLvPzkB2R1xgDPhrmBZo { width:3.125rem;height:3.125rem;top:51.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxobpxH9LBmbZHZTpWsxITAK9oFuVSC { width:13.125rem;height:3.25rem;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgQNK6QDcnxICq7C6ObUVhD2TvoKqTqF { width:13.125rem;height:1.625rem;top:55.6875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdwpNhhETbT41Tm2OZL1HGFwD5LUZeNP { width:13.5rem;height:18rem;top:49.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJrco1a6omxc6qhf0MemW4pzQnbnM4G4 { width:13.125rem;height:3.25rem;top:55.6875rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvFHIJPRU0tJHApTZJgJNQU0C0Rwf9W { width:3.125rem;height:3.125rem;top:51.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBThTabQ8zXKAW2g9UtaEcmZIrTZMa8 { width:11.5625rem;height:8.375rem;top:58.3125rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6TqsJTVdu63Cy2OlBouCtiCyRxas73 { width:11.5625rem;height:6.9375rem;top:60rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwRB8KTtNh8LDdIPGNmBT4XScvRLS4cd { width:11.5625rem;height:5.5625rem;top:60rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFk9GosOXlTLUWTAvUdbTcnFLsyVsLAh { width:13.5rem;height:18.125rem;top:49.8125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puA9I1SM3Z9TnTVD3Brack1liTzaRHeR { width:11.5625rem;height:5.5625rem;top:60.1875rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpMNITlFzozygufCHKTduAiEyXPxXJrx { width:13.125rem;height:1.625rem;top:55.9375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUKSExZr6fT6bKuI2dJah3buiW167Kuu { width:3.125rem;height:3.125rem;top:51.6875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:47.75rem;height:7.75rem;top:6.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm5GV0RtayxviZsMabvMxCK8CzCIw7nq { width:47.75rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:11.4375rem;height:13.625rem;top:33.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBp4iFIhcrlKSTLo1r9fG0fOQkvvWW3X { top:4rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cmptPNPd1Ms7X3gTDe3sX2VqiZspIs { top:30.625rem;left:0rem;width:11.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5DlVL2shsUIorNpOaEvBnop4AvTWsxI { width:14.0625rem;height:2.75rem;top:50.125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCS9t5ESMlSNxFE1GEcul52StWyVh6D0 { display:block; }
 }@media only screen and (max-width: 763px) { #dG14aZbXCIduTBia23otT1JgNXn5ksVC { top:30.5625rem;left:8.0615234375rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMcSkhW5BGc89KnFtlIagv1EayKrPne { width:11.625rem;height:13.625rem;top:33.5rem;left:5.9677734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRKbk61WUySv6V35ipJ09BVWRaDQ25WS { top:30.3125rem;left:19.3125rem;width:9.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmlpxiHkof78pNsNCesqBFEwFWh5swG { width:11.625rem;height:13.625rem;top:33.5rem;left:18.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2qKWe461bkUEFDF5MAdgoUpCTQHuqN8 { width:11.625rem;height:12.5rem;top:33.5rem;left:30.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6neZ9TETNNBo6hQTnbwE5Cf361FskKn { top:30.3125rem;left:31.4375rem;width:9.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8HixtZcbSzJASq0hZaDFS0HiDtcfshk { width:11.625rem;height:12.5rem;top:33.5rem;left:36.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2Q65adKF1UQedT5551f9cQuDLwrOZZ { top:30.3125rem;left:38.625rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ24xHMnZI7HiTkT0QQ6cnJqE6mnTbqK { top:8.75rem;left:36.3125rem;width:11.4375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmDquF62ECoKvaFIOlNc4DO9SX2kuxG { top:8.75rem;left:30.1875rem;width:11.625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ShZpXWvihccaftpT7HCtqE1q0oToHh { top:8.625rem;left:17.96875rem;width:11.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUw7kwVmVIW36VgvELnFrJfE84TliLlL { top:8.6875rem;left:6.0615234375rem;width:11.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQTzSeiXXdV84guWd19dr4pSDIyHHRh { top:8.375rem;left:0rem;width:11.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW { display:block; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbTbg55QNqgBlOmwgn6WOks2kQMfrC7L { width:15.75rem;height:8.9375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZedzpMbi0d7um6rhonrLd38PBgmUrEdc { width:2.625rem;height:2rem;top:8.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPFqLMCDfb6e7ldE3vBI8CFRlpKBJJy { width:15.75rem;height:1.625rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDPPag5Z2TvO9O6T6ok73IyoJDDGSUvJ { width:15.75rem;height:1.625rem;top:38.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIM0pTm1iq7sLT3WwlynGVZDDkxCarsU { width:15.75rem;height:10.4375rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9tUPZNMohzi49XR89mVbM0WJQWVSOvi { width:2.625rem;height:1.9998615764919rem;top:24.6875rem;left:0.49970626831055rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9JFkQozh6pI0qLtSXbW2mSh6SLbkk6 { width:23.0625rem;height:29.75rem;top:7.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP { width:22.3125rem;height:29.125rem;top:8.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3bybt3NHmE7CM0ftyDDutTLfqi7Bui { width:15.75rem;height:1.625rem;top:38.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObkFHwq0M1XoTsmqJVXyHWrnt1W6zyy { width:16.875rem;height:12rem;top:26.4375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7KLvr8PbdPRkFzND557XTHBKaTVpPtP { width:2.625rem;height:1.9998615764919rem;top:23.125rem;left:44.687351226807rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofA1Th91lCRt0XLGcN9uNUu04FfHI5 { width:15.75rem;height:1.625rem;top:19.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV23T22U8hKMezfL7lkMkIII1HE8HmC7 { width:15.75rem;height:7.4375rem;top:11.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXWmT41mZOpfLnIrnPu8toe99oZGoGA { width:2.625rem;height:2rem;top:8.5rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elemt4OBnLJ4SLROdnd2oFIJxvuVV5tp { width:10.5rem;height:10.5rem;top:34.8125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inJ08VqrpEgcTvxoGV6Sz94vEqozDn4c { width:10.4375rem;height:1.125rem;top:38.0625rem;left:18.62398147583rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGdi0yxzTeVSDSkJIaeokPc8FJ0rGOpE { width:11.5rem;height:3.25rem;top:39.5625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATvEQTaXpbSVeN0XIQWqvB6OMHCWWG2 { display:block; }
 }@media only screen and (max-width: 763px) { #T8xJEaTN5RegG4uD6DQdmQRH36SHq7FV { width:10.4375rem;height:2.5625rem;top:35.5625rem;left:18.62398147583rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-regular-label { display:block;width:38.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-textarea { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-button { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-checkbox-label { width:36.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe  { width:38.0625rem;height:19.6875rem;top:12.125rem;left:3.59375rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .radio-container { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe {display:block;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe { width:38.0625rem;height:19.6875rem;top:12.125rem;left:3.59375rem; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #QAkOzo8fABmG5LskNMIBKfHa85tbVQPo {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #uiLIHNKeisGFEuJE1Oxme0oAJw5lXNPg {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #hqmqAKLSG4wazBy5EJ6ny0nT801ISRh9 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #AhwTc3QErJg9iSwwa8DPeXCFLJ57GMH3 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #S74BaLTJfAZLzmQP8IUQ8iGBRJEICpTW {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #aBnR75C8EniJDOVcGSNrfFOR0y29hEXq {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #yZk7EIvPh1aLQExzmn2RKXIJCnss2dbw {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ltWDPQwwVntB2m2kEp5NtXQQaPpnAL8m {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #Ir7lwT8TIRIvfaq0MWlQBJ9knNwrkD0n {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #pxWKtQJcuTwgQGxXiN9TgUuk9WOSKTs3 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ie0d9XPEdfQgW5JrghyHB2kpNAl84azV {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #B90q2zLohuoaMUc9eGoFdIqL52wPFv6T {  }
 }@media only screen and (max-width: 763px) { #un3uIFeGlGB2OoIo50fr6uDlxFqEgxhZ { display:block; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #q03J7GiH3zyUW7pT7bHWJum28or70VQG {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #CNOP6PQVT5Msu3coXbbOqBvgo8ZR2Kh6 {  }
 }@media only screen and (max-width: 763px) { #GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL { display:block; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfONddAzhEqUupTCdIN2dcbhJ8aKAzhE { top:7.75rem;left:0rem;width:19.875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwgggyKWEA7kq04t6T36kMBIEOQv1Rxu { top:5.5rem;left:16.8125rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HvR1I2dQWloE0EkOJrPWqeSVyarbeS { top:12.75rem;left:33.3125rem;width:14.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPS3JT1p2xmIvk1dzXvKiFFmdE755v7 { top:5.4375rem;left:0rem;width:16.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqRGVMrfwODlNeJebpR1SLKceyImCNlT { top:5.5rem;left:31rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8g3baruc6tFmOJ9ZlkMWQN8l70xTJLU { top:7.6875rem;left:16.8125rem;width:10.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3xnKSLD0T5e7bxgQGlupNkqQ5X43qwn { top:7.75rem;left:31rem;width:10.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkPKtnSCTzD9bc4iItPNTr04x9viAtMA { top:5.5rem;left:38.9375rem;width:8.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI { top:7.8125rem;left:43.4375rem;width:1.375rem;height:1.375rem;display:block; }
#LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW { top:7.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT { top:7.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #qC98R2qvr27m7yXdOKMkCgupEUE7db9w { top:7.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#qC98R2qvr27m7yXdOKMkCgupEUE7db9w > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #BBW843qcTzTBFqk1xAremMnHFa9QlGEL { top:16.625rem;left:0rem;width:47.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c { display:block; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AR6vHNHmoouGBiyetQwT9C2LIrP8vnKg { top:0.6875rem;left:44rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68f1bed7-c591-482b-8815-25361beaa224/bgnlury.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y583GzWCfBZ2r2SFPdKW5cclRUeDfsdQ { width:15.4375rem;height:1.25rem;top:34.609375rem;left:5.0614870190621rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XtKW5DUTTO0tzuAf0weWDKcccVGTZoIv { width:17.6875rem;height:20.625rem;top:1.71875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cViVEsPSAZfKQXxDTxI0RPURiLom4GuS { top:0rem;left:0rem;width:20rem;height:35.625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gmEVK755u54KhH8vXcOAwKTRS9EHiVfG { width:8.5625rem;height:2.5625rem;top:29.9052734375rem;left:5.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #fa903a, #cc8c00);background-image: -moz-linear-gradient(176deg, #fa903a, #cc8c00);background-image: -ms-linear-gradient(176deg, #fa903a, #cc8c00);background-image: -o-linear-gradient(176deg, #fa903a, #cc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#cc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#cc8c00' );";background-image: linear-gradient(176deg, #fa903a, #cc8c00);background-size:auto !important;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #owCZtJzHxNT25tizz4inS3THyHgPCnfS { display:block; }
 }@media only screen and (max-width: 763px) { #TXg3zfPOU865eC6nkzkh2p9EtVvSD9uq { top:3.375rem;left:0rem;width:20rem;height:6.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oKBSa7zlMiCZcCTZa2tQhUFmuWaKCI5I { top:16.3837890625rem;left:0rem;width:20rem;height:12.8125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LnPbadwN9v7VXHe8qyrTu6tAfHIWlu88 { top:10.8125rem;left:0rem;width:20rem;height:4.375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w7CZUwcPLBGC2qCAbF11UvkN70qRGuVq { width:5.75rem;height:5.75rem;top:1.625rem;left:1.09375rem;overflow:hidden;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #GqMF7rcxTbW1Pcyx07gapa7K1f5q5ZQJ { top:2.0927734375rem;left:5.03125rem;width:9.9375rem;height:0.75rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uXCLuBUN24tVNghCB0CLe0UzyfDn1htS { display:block; }#uXCLuBUN24tVNghCB0CLe0UzyfDn1htS > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LToeXMRxTf3BsBlymRLuKiUWxqfCBpnd { width:20rem;height:2.19921875rem;top:28.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #te3rcPtZ1XMrE4pxmQzaW7qT3luGGAJP { width:20rem;height:6.4269141531323rem;top:23.1875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JKQANFkINODBSrtAmN4npwM5kfOhfGhT { width:6.3125rem;height:6.3125rem;top:13rem;left:2.15625rem;overflow:hidden;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #LTqGPTBo9wpWlDzJZqAJNTEP5wirQ4J6 { top:18.35986328125rem;left:0rem;width:20rem;height:6.25rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2pTTIbhb9W8rbJs8qGEJE0rdEo6A0Ks { width:19.375rem;height:2.84375rem;top:3.3427734375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5Lnxr53m7NpduRadDsUEKKR33mCsCv { width:20rem;height:1.70605625rem;top:5.9423828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGTc7ahibrTanS1ax2G3UTJBeBEMO6iE { width:20rem;height:5.25rem;top:11.248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WGeVVVbulsCWI2XdRckIFC6Ur9SS4ZgX { width:2rem;height:2.5996125rem;top:8.2109375rem;left:9rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvL3QD5PflDVXglm3RhRC4b0CTBqDek { width:7.4375rem;height:0.9746125rem;top:23.76025390625rem;left:12.5625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4743901-2af6-48f8-9cc4-3f05251c6733/kitchen.webp");background-position:center 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; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.adaptive-delivery-prevent-bg, #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.lazyload, #slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru.lazyloading { background-image: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { background-color: transparent; background-image: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container > .video-iframe-container { display: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container { display: none; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .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); }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { border-width: 0; border-radius: 0; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slVlHkGDuioBlt6lr2H7S0Ty2AGbxTru > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-text {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-select {padding-top: 0; padding-bottom: 0;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p  { width:17.5rem;height:auto;top:2.7216796875rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p {display:block;}#XR0v1XJsXG2bDLBCARdqwls3TqV4II2p { width:17.5rem;height:auto;top:2.7216796875rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #nTn1tblIl0UIoPS2FORBEppRUHbS6qBm {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #yxGUZdyruCOiswk4Vvk0qTgd7uOJq8tW {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TUJynfyw07585KVxXixbMVOIQBMMnCin {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #Bprl3gRu5w4tQIzw31cPELrMct32DR7v {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #QLnFrShFolG4NIH3Imz8l2FcoLivFCAS {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #TnwOzPDIBns50tS3Sm8rp4MU0CuX2RVG {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #LSzThmBLLUfBuQzCvCPGHRxX31HGbR1h {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #zlF6GaQNJDTx2lM9AJQxoNsp2ecZ4H6K {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #HJdncwqFQAKPlT53Xa4uCmVxhu9ByJV3 {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xae6XS1FGkChc3niWPTSCbbo2WvMrTxN {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #xRmrb87EBtt39lGUT6VGyWn2StVoT8V6 {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #ax9NeUzgcabEAesyRiI0dHsH2eXONKDq {  }
 }@media only screen and (max-width: 763px) { #Xurto83xHbWGvDGX72l37Erc8yBC8nus { display:block; }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #fSDEA8b9I5a5JhplBPCkXxhODB9Zg16h {  }
 }@media only screen and (max-width: 763px) { #XR0v1XJsXG2bDLBCARdqwls3TqV4II2p #r0ENLuaNaq6HBqy77g0IAwDxesyuUv9O {  }
 }@media only screen and (max-width: 763px) { #uTivhzJV1vTdFK7Ig4qr41M7QVMW0Gl8 { width:1.3120125rem;height:1.3120125rem;top:32.06103515625rem;left:4.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQtNigNX8ArN9avdc6OTePDzTRagrQB7 { width:15.1235625rem;height:3.5rem;top:31.87353515625rem;left:2.43798828125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwayFLh6BRDht8teOgcsxV4uzvPLnL2 { width:13.5rem;height:15.25rem;top:37.749702453613rem;left:3.0620658993721rem;background-color:rgba(var(--color-secondary-0),0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pTfWBiknX3Lck09DcGX48xTCyNIEcJ7p { width:3.125rem;height:3.125rem;top:39.18701171875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKqxhfLhE5g4RCXCvKLbu66fKhzQxSu { width:13.5rem;height:15.25rem;top:54.812057495118rem;left:3.0620658993721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOPUBOvkO25vmLvPzkB2R1xgDPhrmBZo { width:3.125rem;height:3.125rem;top:56.499702453613rem;left:8.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxobpxH9LBmbZHZTpWsxITAK9oFuVSC { width:13.125rem;height:1.29980625rem;top:43.18701171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #LgQNK6QDcnxICq7C6ObUVhD2TvoKqTqF { width:13.125rem;height:1.29980625rem;top:60.499992370606rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #kdwpNhhETbT41Tm2OZL1HGFwD5LUZeNP { width:13.5rem;height:15.25rem;top:71.687057495119rem;left:3.0620658993721rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJrco1a6omxc6qhf0MemW4pzQnbnM4G4 { width:13.125rem;height:1.29980625rem;top:77.562347412113rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #kLvFHIJPRU0tJHApTZJgJNQU0C0Rwf9W { width:3.125rem;height:3.125rem;top:73.562057495119rem;left:8.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBThTabQ8zXKAW2g9UtaEcmZIrTZMa8 { width:13.125rem;height:5.5996125rem;top:62.937057495119rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6TqsJTVdu63Cy2OlBouCtiCyRxas73 { width:13.125rem;height:5.5996125rem;top:45.31201171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #pwRB8KTtNh8LDdIPGNmBT4XScvRLS4cd { width:13.125rem;height:5.5996125rem;top:79.812057495119rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #kFk9GosOXlTLUWTAvUdbTcnFLsyVsLAh { width:13.5rem;height:14.8125rem;top:88.56201171875rem;left:3.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puA9I1SM3Z9TnTVD3Brack1liTzaRHeR { width:13.125rem;height:4.19970625rem;top:96.687057495119rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #gpMNITlFzozygufCHKTduAiEyXPxXJrx { width:13.125rem;height:1.29980625rem;top:94.437347412113rem;left:3.4374998211861rem;text-align:center;text-align-last:center;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #IUKSExZr6fT6bKuI2dJah3buiW167Kuu { width:3.125rem;height:3.125rem;top:90.437057495119rem;left:8.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:17.687375rem;height:3.4121125rem;top:16.887296676636rem;left:1.1559606194496rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:213.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm5GV0RtayxviZsMabvMxCK8CzCIw7nq { width:20rem;height:7.349125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-family:helvetica;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:20rem;height:10.5rem;top:15.86962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBp4iFIhcrlKSTLo1r9fG0fOQkvvWW3X { width:1.375rem;height:1.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cmptPNPd1Ms7X3gTDe3sX2VqiZspIs { width:10.375rem;height:1.5625rem;top:12.6220703125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5DlVL2shsUIorNpOaEvBnop4AvTWsxI { width:12.1875rem;height:2.25rem;top:211.4375rem;left:3.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #fa903a, #ffb900);background-image: -moz-linear-gradient(170deg, #fa903a, #ffb900);background-image: -ms-linear-gradient(170deg, #fa903a, #ffb900);background-image: -o-linear-gradient(170deg, #fa903a, #ffb900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffb900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#ffb900' );";background-image: linear-gradient(170deg, #fa903a, #ffb900);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TCS9t5ESMlSNxFE1GEcul52StWyVh6D0 { display:block; }
 }@media only screen and (max-width: 763px) { #dG14aZbXCIduTBia23otT1JgNXn5ksVC { width:7.1875rem;height:1.625rem;top:51.4345703125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMcSkhW5BGc89KnFtlIagv1EayKrPne { width:20rem;height:11.19925rem;top:54.3720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRKbk61WUySv6V35ipJ09BVWRaDQ25WS { width:9.125rem;height:2.0625rem;top:90.9345703125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmlpxiHkof78pNsNCesqBFEwFWh5swG { width:20rem;height:11.19925rem;top:94.3291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2qKWe461bkUEFDF5MAdgoUpCTQHuqN8 { width:20rem;height:11.19925rem;top:134.1806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6neZ9TETNNBo6hQTnbwE5Cf361FskKn { width:9.1875rem;height:2.4375rem;top:130.0595703125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8HixtZcbSzJASq0hZaDFS0HiDtcfshk { width:20rem;height:11.19925rem;top:175.21630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2Q65adKF1UQedT5551f9cQuDLwrOZZ { width:8.8125rem;height:2.0625rem;top:170.9970703125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ24xHMnZI7HiTkT0QQ6cnJqE6mnTbqK { width:11.4375rem;height:20.5625rem;top:188.27880859375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmDquF62ECoKvaFIOlNc4DO9SX2kuxG { width:11.625rem;height:20.5625rem;top:147.623046875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ShZpXWvihccaftpT7HCtqE1q0oToHh { width:11.4375rem;height:20.8125rem;top:107.560546875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUw7kwVmVIW36VgvELnFrJfE84TliLlL { width:11.1875rem;height:20.6875rem;top:67.873046875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVQTzSeiXXdV84guWd19dr4pSDIyHHRh { width:11.25rem;height:21.3125rem;top:28.498046875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW { display:block; }#liT3ZTtAt3rIKbFkRQO7yH4eeWBJxokW > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbTbg55QNqgBlOmwgn6WOks2kQMfrC7L { width:15.8125rem;height:9rem;top:37.686920166016rem;left:2.1245658993721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZedzpMbi0d7um6rhonrLd38PBgmUrEdc { width:2.625rem;height:2rem;top:35.062469482422rem;left:8.7499998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPFqLMCDfb6e7ldE3vBI8CFRlpKBJJy { width:15.812375rem;height:1.50035625rem;top:46.874729156494rem;left:2.0934606194496rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDPPag5Z2TvO9O6T6ok73IyoJDDGSUvJ { width:15.812375rem;height:1.50035625rem;top:62.683013916012rem;left:2.0934606194496rem;text-align:center;text-align-last:center;color:#fa903a;display:block; }
 }@media only screen and (max-width: 763px) { #FIM0pTm1iq7sLT3WwlynGVZDDkxCarsU { width:15.8125rem;height:9rem;top:52.187194824219rem;left:2.1245658993721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9tUPZNMohzi49XR89mVbM0WJQWVSOvi { width:2.625rem;height:2rem;top:49.562042236328rem;left:8.7499998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9JFkQozh6pI0qLtSXbW2mSh6SLbkk6 { width:20rem;height:25.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5DAAHPlHgkJwVPq8MAOxIo2J3WZPTaP { width:18.75rem;height:24.4375rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3bybt3NHmE7CM0ftyDDutTLfqi7Bui { width:15.812375rem;height:1.50035625rem;top:95.868053436281rem;left:2.0934606194496rem;text-align:center;text-align-last:center;color:#fa903a;display:block; }
 }@media only screen and (max-width: 763px) { #fObkFHwq0M1XoTsmqJVXyHWrnt1W6zyy { width:15.8125rem;height:13.5rem;top:81.624130249025rem;left:2.1245658993721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7KLvr8PbdPRkFzND557XTHBKaTVpPtP { width:2.625rem;height:2rem;top:78.998985290525rem;left:8.6870658993719rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofA1Th91lCRt0XLGcN9uNUu04FfHI5 { width:15.8125rem;height:1.50035625rem;top:76.062061309813rem;left:2.0623553395271rem;text-align:center;text-align-last:center;color:#fa903a;display:block; }
 }@media only screen and (max-width: 763px) { #KV23T22U8hKMezfL7lkMkIII1HE8HmC7 { width:15.8125rem;height:7.5rem;top:67.937065124513rem;left:2.1245658993721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJXWmT41mZOpfLnIrnPu8toe99oZGoGA { width:2.625rem;height:2rem;top:65.311920166012rem;left:8.6870658993719rem;display:block; }
 }@media only screen and (max-width: 763px) { #elemt4OBnLJ4SLROdnd2oFIJxvuVV5tp { width:8.625rem;height:8.625rem;top:25.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inJ08VqrpEgcTvxoGV6Sz94vEqozDn4c { width:10.499875rem;height:1.29980625rem;top:28.559461444616rem;left:4.7489870190621rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGdi0yxzTeVSDSkJIaeokPc8FJ0rGOpE { width:11.5rem;height:3.25rem;top:30.1875rem;left:4.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa903a, #f5b000);background-image: -moz-linear-gradient(180deg, #fa903a, #f5b000);background-image: -ms-linear-gradient(180deg, #fa903a, #f5b000);background-image: -o-linear-gradient(180deg, #fa903a, #f5b000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#f5b000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa903a', endColorstr='#f5b000' );";background-image: linear-gradient(180deg, #fa903a, #f5b000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mATvEQTaXpbSVeN0XIQWqvB6OMHCWWG2 { display:block; }
 }@media only screen and (max-width: 763px) { #T8xJEaTN5RegG4uD6DQdmQRH36SHq7FV { width:10.4369375rem;height:2.1124125rem;top:26.312499850988rem;left:4.7808158993721rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/14131ca6-c2b5-4d6c-969f-9c717ff05ef3/gift.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:helvetica; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9300, #f3ab00);background-image: -moz-linear-gradient(180deg, #ff9300, #f3ab00);background-image: -ms-linear-gradient(180deg, #ff9300, #f3ab00);background-image: -o-linear-gradient(180deg, #ff9300, #f3ab00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#f3ab00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#f3ab00' );";background-image: linear-gradient(180deg, #ff9300, #f3ab00);background-size:initial !important;font-family:helvetica;font-size:1.1875rem;overflow:hidden;font-weight:700;font-style:normal; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]:-moz-placeholder { font-family:helvetica;font-size:0.9375rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]::-moz-placeholder { font-family:helvetica;font-size:0.9375rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]:-ms-input-placeholder { font-family:helvetica;font-size:0.9375rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe [class*="-text"]::-webkit-input-placeholder { font-family:helvetica;font-size:0.9375rem; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe  { width:17.5rem;height:auto;top:1.44775390625rem;left:0rem;background-color:rgba(0,0,0,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe {display:block;}#WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe { width:17.5rem;height:auto;top:1.44775390625rem;left:0rem;background-color:rgba(0,0,0,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #QAkOzo8fABmG5LskNMIBKfHa85tbVQPo {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #uiLIHNKeisGFEuJE1Oxme0oAJw5lXNPg { display:block; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #hqmqAKLSG4wazBy5EJ6ny0nT801ISRh9 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #AhwTc3QErJg9iSwwa8DPeXCFLJ57GMH3 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #S74BaLTJfAZLzmQP8IUQ8iGBRJEICpTW { display:none; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #aBnR75C8EniJDOVcGSNrfFOR0y29hEXq {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #yZk7EIvPh1aLQExzmn2RKXIJCnss2dbw {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ltWDPQwwVntB2m2kEp5NtXQQaPpnAL8m { display:none; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #Ir7lwT8TIRIvfaq0MWlQBJ9knNwrkD0n {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #pxWKtQJcuTwgQGxXiN9TgUuk9WOSKTs3 {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #ie0d9XPEdfQgW5JrghyHB2kpNAl84azV { display:block; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #B90q2zLohuoaMUc9eGoFdIqL52wPFv6T {  }
 }@media only screen and (max-width: 763px) { #un3uIFeGlGB2OoIo50fr6uDlxFqEgxhZ { display:block; }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #q03J7GiH3zyUW7pT7bHWJum28or70VQG {  }
 }@media only screen and (max-width: 763px) { #WnlTxHqUeyPQEW4ZFArMQvQWsFTK5TJe #CNOP6PQVT5Msu3coXbbOqBvgo8ZR2Kh6 {  }
 }@media only screen and (max-width: 763px) { #GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL { display:block; }#GxdaBHlS7JqlaKxg8h8QCVJxTwTkOPAL > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfONddAzhEqUupTCdIN2dcbhJ8aKAzhE { width:20rem;height:6.12305rem;top:10.3125rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwgggyKWEA7kq04t6T36kMBIEOQv1Rxu { width:5.25rem;height:1.0499125rem;top:6.0625rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1HvR1I2dQWloE0EkOJrPWqeSVyarbeS { width:14.4375rem;height:1.125rem;top:2.4248046875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPS3JT1p2xmIvk1dzXvKiFFmdE755v7 { width:16.0625rem;height:1.0499125rem;top:23.6123046875rem;left:1.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqRGVMrfwODlNeJebpR1SLKceyImCNlT { width:10.0625rem;height:1.0499125rem;top:6.0625rem;left:9.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8g3baruc6tFmOJ9ZlkMWQN8l70xTJLU { width:9.0625rem;height:1.224825rem;top:7.1119804382325rem;left:0.78125005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3xnKSLD0T5e7bxgQGlupNkqQ5X43qwn { width:9.125rem;height:1.224825rem;top:7.1119804382325rem;left:9.7812502980231rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkPKtnSCTzD9bc4iItPNTr04x9viAtMA { width:11.8125rem;height:1.0499125rem;top:18.375rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI { display:flex;width:1.375rem;height:1.375rem;top:20.125rem;left:5.5625rem; }
#LIuJ0TTKKqxkZqdQ5umVSxrHBHpCvLkI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW { display:flex;width:1.375rem;height:1.375rem;top:20.125rem;left:7.8125rem; }
#tCEzTAeTFto65w0XKVbNfPIbyRrtqsDW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT { display:flex;width:1.375rem;height:1.375rem;top:20.125rem;left:10.6875rem; }
#oHmqibxHDoOO29kWFVGqCE9g4rhVB8kT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #qC98R2qvr27m7yXdOKMkCgupEUE7db9w { display:flex;width:1.375rem;height:1.375rem;top:20.125rem;left:13.25rem; }
#qC98R2qvr27m7yXdOKMkCgupEUE7db9w > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #BBW843qcTzTBFqk1xAremMnHFa9QlGEL { width:20rem;height:15.5rem;top:25.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PMFR4kRmlhrVDMCpahQTFn5O3Bhsn91c > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AR6vHNHmoouGBiyetQwT9C2LIrP8vnKg { width:3.25rem;height:3.25rem;top:1.1875rem;left:16.276909708977rem;overflow:hidden;display:block; }
 }