.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:235,227,241;--color-primary-1:188,160,207;--color-primary-2:121,65,159;--color-primary-3:61,33,80;--color-primary-4:18,10,24;--color-secondary-0:246,237,218;--color-secondary-1:247,208,133;--color-secondary-2:241,177,51;--color-secondary-3:237,158,0;--color-secondary-4:48,35,10;--color-tertiary-0:254,252,249;--color-tertiary-1:251,246,237;--color-tertiary-2:246,237,218;--color-tertiary-3:123,119,109;--color-tertiary-4:37,36,33;--headlines-font-family:"work sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-3),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { box-sizing:content-box;height:8.0625rem;width:16.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/623fb082-d1ea-4fd6-bd5d-48389bb25993/fundoclaroefundoescurorgbmarca6994eab77f814.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.25rem;left:11.5625rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { 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.75rem;width:9.6875rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#OSXvv9KooqFtJWSNcqxQ6cMcphRK20ly { color:#4f893c;display:block;width:35.8125rem;position:absolute;font-family:"barlow condensed";font-size:3.9375rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:13.625rem;left:0rem;height:10.628875rem;display:block; }
#zQwoNPwLAMUo5tK9E6GRrRhHbOlFyOHg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:1.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.125rem;left:20.8125rem;display:block; }
#Gwr27vPdM9CBKtXTz9XOn1vbtZ2c7LWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SW9kzAMl840815oIHEO6EteliH1AqpAW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.125rem;left:11.9375rem;display:block; }
#hXR1MFsJHJNRfH6zM2UKdVDbSvuOief0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqmxGXr43OX7mlsLeq23IuBHR3NC12Nq { color:#000000;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.625rem;left:0rem;height:9.4453125rem;font-style:normal;display:block; }
#Ks31QAuoEGPfDmnpwOqHpN5kG5M3Elq1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.125rem;left:5.875rem;display:block; }
#TgJTAil6b5DZmIJRQDoa9fQRLDDTpECF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6NK5keuWK3AuByGSMHxCurk5zXMvZoT { background-color:#1aba56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.125rem;left:0rem;display:block; }
#QAQXSXpDm9NsdbPKwls4oH4vJq5GO6tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-form-header {  }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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:27.8125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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:27.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:27.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00ea65;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.3125rem solid rgba(27,7,44,0.43);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.125rem;font-weight:bold;color:#001007;width:27.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:first-of-type{padding-top:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:last-of-type{padding-bottom:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:4.40625rem;left:44.6875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:4.40625rem;left:44.6875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rz5C9WwaT8qS22CLbEQovlv0HaNBOAUb { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mJZLeEoaFiXv7AL1PMZNJSV0Tp7gpNrP { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #NAGgSgQmPtyh4va8DbKQPmF2CUyA28b8 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp { position:relative; }
#Gcq5Eq8L7s0quVrdfXRU6FC9NN63TiEZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.125rem;left:31.125rem;display:block; }
#uXwtwt9956RsTB9bQQNJo1murgIq3MDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container { background-color: transparent; background-image: none; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container > .video-iframe-container { display: none; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row > .video-iframe-container { display: none; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .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); }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container { border-width: 0; border-radius: 0; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#bQvCaGZu3yOKOXKdvIL17b3yo1milxC5 { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"barlow condensed";font-size:4.3125rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:2.03125rem;left:0.5rem;height:8.625rem;font-style:italic;display:block; }
#r6XaP9pz7V3NURL0fwOAeAOAkn2zrVWv { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:2.21875rem;left:37.125rem;height:4.3984375rem;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;display:block; }
#LBMhnRGHtBdFSX4N0hmDg8eK8L1T9vNK { color:rgba(var(--color-secondary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.70703125rem;left:37.125rem;height:1.57421875rem;font-style:normal;display:block; }
#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { position:relative;display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .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; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container { background-color: transparent; background-image: none; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container > .video-iframe-container { display: none; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row > .video-iframe-container { display: none; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .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); }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container { border-width: 0; border-radius: 0; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA { box-sizing:content-box;height:36.75rem;width:62.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/f60d1a92-a490-4a32-a55b-6bf2174367b8/download43.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-28.3125rem;display:block; }#X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA.adaptive-delivery-prevent-bg, #X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA.lazyload, #X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA.lazyloading { background-image: none; }
#kABQm51QTHDBOWa7zssfKctPNGGDLLXI { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:5rem;left:38.1875rem;height:2.5rem;font-style:normal;display:block; }
#OzTumXW9CKOKDkxmTaoS1fgyIts7To5G { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:38.34375rem;height:10.671875rem;font-style:normal;display:block; }#OzTumXW9CKOKDkxmTaoS1fgyIts7To5G li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OzTumXW9CKOKDkxmTaoS1fgyIts7To5G li:before{  }
#twJ6A8B20DAJ7a4yvOlTMH6DTavgTAqR { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.0625rem;left:38.34375rem;display:block; }
#BiwfbvEEVtWN2gIr7Ir3uw5vquO6veAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container { background-color: transparent; background-image: none; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container > .video-iframe-container { display: none; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row > .video-iframe-container { display: none; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .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); }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container { border-width: 0; border-radius: 0; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#vrNAa70CAnrcqtrcQso49NW8fVXGVd3N { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:4.8125rem;left:0rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container { background-color: transparent; background-image: none; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container > .video-iframe-container { display: none; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row > .video-iframe-container { display: none; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .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); }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container { border-width: 0; border-radius: 0; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#GdfJLxQnDLvGZ0HiUbI2e88uhnL38tIl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:1.25rem;left:24.75rem;height:1.875rem;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; }
#eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.625rem;left:24.75rem;height:9.6484375rem;font-style:normal;display:block; }#eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 li:before{  }
#DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8 { box-sizing:content-box;height:16.125rem;width:22.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/09995eba-19f9-48e1-afe0-2bd7457181e6/62931dfa04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8.adaptive-delivery-prevent-bg, #DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8.lazyload, #DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8.lazyloading { background-image: none; }
#daABuXEpeMsirXgqfII0uMzygEShb88J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container { background-color: transparent; background-image: none; }#daABuXEpeMsirXgqfII0uMzygEShb88J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container > .video-iframe-container { display: none; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row > .video-iframe-container { display: none; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .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); }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container { border-width: 0; border-radius: 0; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#D10rwXDFgigpMKJkJRTQJ5VA52IrvCHa { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:1.0625rem;left:0.0625rem;height:1.875rem;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; }
#uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.4375rem;left:0.0625rem;height:;font-style:normal;display:block; }#uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ li:before{  }
#Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt { box-sizing:content-box;height:18.8125rem;width:22.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/91abb783-2636-43e8-a173-e60281a4314d/monitoriiyama1a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:52.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt.adaptive-delivery-prevent-bg, #Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt.lazyload, #Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt.lazyloading { background-image: none; }
#taie0mqey7pFV09Lxly983CiiehgC5Cm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container { background-color: transparent; background-image: none; }#taie0mqey7pFV09Lxly983CiiehgC5Cm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container > .video-iframe-container { display: none; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row > .video-iframe-container { display: none; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .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); }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container { border-width: 0; border-radius: 0; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#IookibZkBixC4bixLshuNr2VPHfeGy9I { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:1.25rem;left:24.75rem;height:1.875rem;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; }
#mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.625rem;left:24.75rem;height:4.82421875rem;font-style:normal;display:block; }#mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM li:before{  }
#JeXlUaqNweVRsoVufJCFa9s08ymPr44z { box-sizing:content-box;height:16.125rem;width:22.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/24a0ac03-c21c-4470-a6f8-e8546ae29831/CITfoto21536x864jpg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JeXlUaqNweVRsoVufJCFa9s08ymPr44z.adaptive-delivery-prevent-bg, #JeXlUaqNweVRsoVufJCFa9s08ymPr44z.lazyload, #JeXlUaqNweVRsoVufJCFa9s08ymPr44z.lazyloading { background-image: none; }
#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81319c;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; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { background-color: transparent; background-image: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .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); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { border-width: 0; border-radius: 0; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#yymG0TTaw6NJNqJRwVBfnOBJgxieRGw6 { position:absolute;display:block;z-index:15009;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:27.25rem;width:46.1875rem;top:12.75rem;left:-4.4505076142132rem;overflow:hidden;display:block; }
#vKww8yki4wkL7R31rIUMEHbJzaQsTo3W { box-sizing:content-box;height:22.125rem;width:35.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/e381dd3c-b513-433a-858e-0eea3b79a6c5/whatsappimage20260820at0947036a8f3abd13184.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:0.84375rem;display:block; }#vKww8yki4wkL7R31rIUMEHbJzaQsTo3W.adaptive-delivery-prevent-bg, #vKww8yki4wkL7R31rIUMEHbJzaQsTo3W.lazyload, #vKww8yki4wkL7R31rIUMEHbJzaQsTo3W.lazyloading { background-image: none; }
#OiaBcHyp0atUS2Hgeef2yge74ixx2hTG { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:21.625rem;top:13.375rem;left:43.8125rem;overflow:hidden;display:block; }
#gTUnNN2TQtdMCI4T1xSqiyTJad9TIlaq { position:absolute;display:block;z-index:15014;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:10.625rem;width:21.6875rem;top:26.5rem;left:43.78125rem;overflow:hidden;display:block; }
#oMNyQThB9A3DNqUCMVFSfFgSQM5RgWXN { position:absolute;display:block;z-index:15013;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:10.5625rem;width:18.5625rem;top:18.625rem;left:56.4375rem;overflow:hidden;display:block; }
#ioyw8y1Gn0xe6HtcNK4Rnkf5AH3h7Irb { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:5.0625rem;left:0.0625rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { background-color: transparent; background-image: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .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); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { border-width: 0; border-radius: 0; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:20.3125rem;width:20.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.36;top:2.6875rem;left:22.9375rem; }
#oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:"barlow condensed";font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.9375rem;height:6.662125rem;display:block; }
#Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13rem;left:45.9375rem;display:block; }
#rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.5rem;left:45.9375rem;display:block; }
#IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { 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:48rem;width:42.875rem;display:none; }
#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { box-sizing:content-box;height:31.1875rem;width:29.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e77ab47b-26a3-4312-a7a3-89d38c0b8c63/Whisk_69f4a52bb9Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5625rem;left:0rem;display:block; }#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.adaptive-delivery-prevent-bg, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyload, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyloading { background-image: none; }
#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { background-color: transparent; background-image: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .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); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { border-width: 0; border-radius: 0; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:18.89065625rem;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; }
#p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:6.3925625rem;font-style:normal;display:block; }
#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { box-sizing:content-box;height:43.875rem;width:52.875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5e445f0-e115-4ffd-856f-ddbe42445132/Whisk_storyboard1b17b2530204453fb24e0291.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:44.6875rem;display:block; }#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.adaptive-delivery-prevent-bg, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyload, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyloading { background-image: none; }
#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { position:relative;display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#4f893c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;overflow:visible;position:relative;display:block; }#G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.4;letter-spacing:0;top:12.9375rem;left:26.875rem;height:6.9970625rem;font-style:normal;display:block; }
#DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { color:#ffffff;display:block;width:18.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14998;line-height:1.8;letter-spacing:0;top:6.75rem;left:54.75rem;height:5.39941875rem;font-style:normal;display:block; }
#vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.9;letter-spacing:0;top:15.6875rem;left:54.75rem;height:3.775rem;font-style:normal;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8125rem;left:41.1875rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.75rem;left:30.625rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.75rem;left:34.1875rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:26.875rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:37.75rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.82421875rem;left:53rem; }
#TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { position:absolute;display:block;z-index:15012;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.9375rem;width:7.625rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.875rem;top:5.09375rem;left:9.5rem;overflow:hidden;display:block; }
#VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { 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:6.875rem;width:13.3125rem;top:10.8125rem;left:8.6041666666669rem;overflow:hidden;display:block; }
#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { background-color: transparent; background-image: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .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); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { border-width: 0; border-radius: 0; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .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; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:61.4375rem;display:block; }
#py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:16.375rem;height:8.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:9.6875rem;height:3.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSXvv9KooqFtJWSNcqxQ6cMcphRK20ly { width:35.8125rem;height:10.625rem;top:13.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQwoNPwLAMUo5tK9E6GRrRhHbOlFyOHg { width:9.6875rem;height:1.625rem;top:37.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwr27vPdM9CBKtXTz9XOn1vbtZ2c7LWL { display:block; }
 }@media only screen and (max-width: 763px) { #SW9kzAMl840815oIHEO6EteliH1AqpAW { width:8.25rem;height:1.625rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXR1MFsJHJNRfH6zM2UKdVDbSvuOief0 { display:block; }
 }@media only screen and (max-width: 763px) { #TqmxGXr43OX7mlsLeq23IuBHR3NC12Nq { width:33.875rem;height:9.4375rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks31QAuoEGPfDmnpwOqHpN5kG5M3Elq1 { width:5.4375rem;height:1.625rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJTAil6b5DZmIJRQDoa9fQRLDDTpECF { display:block; }
 }@media only screen and (max-width: 763px) { #O6NK5keuWK3AuByGSMHxCurk5zXMvZoT { width:5.25rem;height:1.625rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQXSXpDm9NsdbPKwls4oH4vJq5GO6tp { display:block; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:27.8125rem;height:auto;top:4.375rem;left:17.4375rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:27.8125rem;height:auto;top:4.375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rz5C9WwaT8qS22CLbEQovlv0HaNBOAUb {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mJZLeEoaFiXv7AL1PMZNJSV0Tp7gpNrP {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #NAGgSgQmPtyh4va8DbKQPmF2CUyA28b8 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gcq5Eq8L7s0quVrdfXRU6FC9NN63TiEZ { width:6.5rem;height:1.625rem;top:37.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXwtwt9956RsTB9bQQNJo1murgIq3MDa { display:block; }
 }@media only screen and (max-width: 763px) { #VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 { display:block; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQvCaGZu3yOKOXKdvIL17b3yo1milxC5 { width:38rem;height:4.3125rem;top:2rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6XaP9pz7V3NURL0fwOAeAOAkn2zrVWv { width:38.375rem;height:2.1875rem;top:2.1875rem;left:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMhnRGHtBdFSX4N0hmDg8eK8L1T9vNK { width:33.875rem;height:1.5625rem;top:4.6875rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J { display:block; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA { width:47.75rem;height:36.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kABQm51QTHDBOWa7zssfKctPNGGDLLXI { width:34.5625rem;height:2.5rem;top:5rem;left:13.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTumXW9CKOKDkxmTaoS1fgyIts7To5G { width:34.25rem;height:12.5625rem;top:11.25rem;left:13.5rem;font-size:1.5rem;display:block; }#OzTumXW9CKOKDkxmTaoS1fgyIts7To5G li:before{  }
 }@media only screen and (max-width: 763px) { #twJ6A8B20DAJ7a4yvOlTMH6DTavgTAqR { width:15.4375rem;height:3.25rem;top:27.0625rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiwfbvEEVtWN2gIr7Ir3uw5vquO6veAs { display:block; }
 }@media only screen and (max-width: 763px) { #Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN { display:block; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrNAa70CAnrcqtrcQso49NW8fVXGVd3N { width:47.75rem;height:4.75rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu { display:block; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdfJLxQnDLvGZ0HiUbI2e88uhnL38tIl { width:37.125rem;height:1.875rem;top:1.25rem;left:10.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 { width:46.4375rem;height:9.625rem;top:5.625rem;left:1.3125rem;font-size:1.5rem;display:block; }#eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 li:before{  }
 }@media only screen and (max-width: 763px) { #DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8 { width:22.25rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daABuXEpeMsirXgqfII0uMzygEShb88J { display:block; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D10rwXDFgigpMKJkJRTQJ5VA52IrvCHa { width:37.125rem;height:1.875rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ { width:46.4375rem;height:;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }#uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ li:before{  }
 }@media only screen and (max-width: 763px) { #Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt { width:22.25rem;height:18.8125rem;top:0rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taie0mqey7pFV09Lxly983CiiehgC5Cm { display:block; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IookibZkBixC4bixLshuNr2VPHfeGy9I { width:37.125rem;height:1.875rem;top:1.25rem;left:10.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM { width:47.75rem;height:4.8125rem;top:5.625rem;left:0rem;font-size:1.5rem;display:block; }#mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM li:before{  }
 }@media only screen and (max-width: 763px) { #JeXlUaqNweVRsoVufJCFa9s08ymPr44z { width:22.25rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yymG0TTaw6NJNqJRwVBfnOBJgxieRGw6 { width:46.1875rem;height:27.25rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKww8yki4wkL7R31rIUMEHbJzaQsTo3W { width:35.6875rem;height:22.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiaBcHyp0atUS2Hgeef2yge74ixx2hTG { width:21.625rem;height:10.5625rem;top:13.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUnNN2TQtdMCI4T1xSqiyTJad9TIlaq { width:21.6875rem;height:10.625rem;top:26.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNyQThB9A3DNqUCMVFSfFgSQM5RgWXN { width:18.5625rem;height:10.5625rem;top:18.625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioyw8y1Gn0xe6HtcNK4Rnkf5AH3h7Irb { width:33.375rem;height:4.75rem;top:5.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { width:20.3125rem;height:20.3125rem;top:2.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19rem;height:3.3125rem;top:7.125rem;left:28.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:27.25rem;height:3.625rem;top:13rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:15.25rem;height:3.5625rem;top:18.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { width:42.875rem;height:48rem;display:none; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:29.9375rem;height:31.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:40.0625rem;height:22rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:40.8125rem;height:6.375rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:47.75rem;height:43.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:16.25rem;height:6.9375rem;top:12.9375rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.3125rem;height:5.375rem;top:6.75rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:20.25rem;height:3.75rem;top:15.6875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { width:2.375rem;height:2.375rem;top:6.8125rem;left:27.5625rem;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { width:2.1875rem;height:2.1875rem;top:6.75rem;left:17rem;display:block; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { width:2.25rem;height:2.25rem;top:6.75rem;left:20.5625rem;display:block; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { width:2.125rem;height:2.125rem;top:6.8125rem;left:13.25rem;display:block; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { width:2.25rem;height:2.25rem;top:6.8125rem;left:24.125rem;display:block; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { width:1.25rem;height:1.25rem;top:8.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:11.875rem;height:6.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { width:13.3125rem;height:6.875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { width:13.5625rem;height:2.75rem;top:0rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90bcb218-f79b-4d7a-a39a-aa8a1ad48dd4/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:#f6edda;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:10.75rem;height:5.3125rem;top:0.8740234375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:6.8125rem;height:2.6875rem;top:2.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSXvv9KooqFtJWSNcqxQ6cMcphRK20ly { width:19.0625rem;height:6.75rem;top:8.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQwoNPwLAMUo5tK9E6GRrRhHbOlFyOHg { width:7.1875rem;height:1.625rem;top:31.125rem;left:0rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Gwr27vPdM9CBKtXTz9XOn1vbtZ2c7LWL { display:block; }
 }@media only screen and (max-width: 763px) { #SW9kzAMl840815oIHEO6EteliH1AqpAW { width:6.1875rem;height:1.625rem;top:28.875rem;left:10.9375rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #hXR1MFsJHJNRfH6zM2UKdVDbSvuOief0 { display:block; }
 }@media only screen and (max-width: 763px) { #TqmxGXr43OX7mlsLeq23IuBHR3NC12Nq { width:20rem;height:11.69821875rem;top:15.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ks31QAuoEGPfDmnpwOqHpN5kG5M3Elq1 { width:4.1875rem;height:1.625rem;top:28.875rem;left:6.125rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #TgJTAil6b5DZmIJRQDoa9fQRLDDTpECF { display:block; }
 }@media only screen and (max-width: 763px) { #O6NK5keuWK3AuByGSMHxCurk5zXMvZoT { width:5.5rem;height:1.625rem;top:28.875rem;left:0rem;font-size:0.75rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #QAQXSXpDm9NsdbPKwls4oH4vJq5GO6tp { display:block; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:first-of-type{padding-top:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:last-of-type{padding-bottom:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:17.5rem;height:auto;top:34.5498046875rem;left:-0.0625rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:17.5rem;height:auto;top:34.5498046875rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rz5C9WwaT8qS22CLbEQovlv0HaNBOAUb {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mJZLeEoaFiXv7AL1PMZNJSV0Tp7gpNrP {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #NAGgSgQmPtyh4va8DbKQPmF2CUyA28b8 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gcq5Eq8L7s0quVrdfXRU6FC9NN63TiEZ { width:6.5rem;height:1.625rem;top:31.125rem;left:7.8125rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #uXwtwt9956RsTB9bQQNJo1murgIq3MDa { display:block; }
 }@media only screen and (max-width: 763px) { #VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 { display:block; }#VIVF5kyzkL7CRD0wIqFq1TqWCtaCnX07 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQvCaGZu3yOKOXKdvIL17b3yo1milxC5 { width:20rem;height:1.94921875rem;top:2.5rem;left:0.0625rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #r6XaP9pz7V3NURL0fwOAeAOAkn2zrVWv { width:20rem;height:3.0859375rem;top:5.34375rem;left:0.0625rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBMhnRGHtBdFSX4N0hmDg8eK8L1T9vNK { width:20rem;height:2.5996125rem;top:9.9375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f60d1a92-a490-4a32-a55b-6bf2174367b8/download43.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; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.adaptive-delivery-prevent-bg, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyload, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyloading { background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { background-color: transparent; background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .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); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J { display:block; }#aDC8zHXRMzpAUNxfuZIpFGrv0aENVN1J > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1XrVWsDH8gtOH1Udh5naVH6NbvuoxvA { width:20rem;height:9.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kABQm51QTHDBOWa7zssfKctPNGGDLLXI { width:20rem;height:3.75rem;top:3.125rem;left:0.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzTumXW9CKOKDkxmTaoS1fgyIts7To5G { width:20rem;height:11.973625rem;top:8.625rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OzTumXW9CKOKDkxmTaoS1fgyIts7To5G li:before{  }
 }@media only screen and (max-width: 763px) { #twJ6A8B20DAJ7a4yvOlTMH6DTavgTAqR { width:10.8125rem;height:2.75rem;top:22.9091796875rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiwfbvEEVtWN2gIr7Ir3uw5vquO6veAs { display:block; }
 }@media only screen and (max-width: 763px) { #Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN { display:block; }#Pqlp08D9KlQTAxL3pZBzeMXUzHkmFxUN > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrNAa70CAnrcqtrcQso49NW8fVXGVd3N { width:14.125rem;height:3.75rem;top:4.1875rem;left:0.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu { display:block; }#uuSXhFStslsIMOuHPXd5PSbQZ7GycTPu > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdfJLxQnDLvGZ0HiUbI2e88uhnL38tIl { width:20rem;height:3.125rem;top:10.625rem;left:0.0625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 { width:20rem;height:14rem;top:15rem;left:0.0625rem;font-size:1.0625rem;line-height:1.5;display:block; }#eMWLU8aVuJTc5SrP0db6zMsXki9INJx8 li:before{  }
 }@media only screen and (max-width: 763px) { #DCNZtCJwXxHLZDuZNr2QQ2VVEmux6mp8 { width:20rem;height:9.375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daABuXEpeMsirXgqfII0uMzygEShb88J { display:block; }#daABuXEpeMsirXgqfII0uMzygEShb88J > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D10rwXDFgigpMKJkJRTQJ5VA52IrvCHa { width:20rem;height:3.125rem;top:10.625rem;left:0.0625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ { width:20rem;height:12.40625rem;top:15rem;left:0.0625rem;font-size:1.0625rem;line-height:1.5;display:block; }#uZKwWXuXNaNO4AhMWMg4XRESunfeH3eJ li:before{  }
 }@media only screen and (max-width: 763px) { #Mynp90nL0qpVEoZnkCOr1Pb5vasShRHt { width:20rem;height:9.375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taie0mqey7pFV09Lxly983CiiehgC5Cm { display:block; }#taie0mqey7pFV09Lxly983CiiehgC5Cm > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IookibZkBixC4bixLshuNr2VPHfeGy9I { width:20rem;height:1.5625rem;top:10.625rem;left:0.0625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM { width:20rem;height:7rem;top:13.4375rem;left:0.0625rem;font-size:1.0625rem;line-height:1.5;display:block; }#mPETsDGMUUSqCF9XHkHZeiZHic9KFXDM li:before{  }
 }@media only screen and (max-width: 763px) { #JeXlUaqNweVRsoVufJCFa9s08ymPr44z { width:20rem;height:9.375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yymG0TTaw6NJNqJRwVBfnOBJgxieRGw6 { width:20rem;height:11.799729364005rem;top:7.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKww8yki4wkL7R31rIUMEHbJzaQsTo3W { width:15.5rem;height:9.625rem;top:8.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiaBcHyp0atUS2Hgeef2yge74ixx2hTG { width:13.5rem;height:6.5625rem;top:21.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUnNN2TQtdMCI4T1xSqiyTJad9TIlaq { width:14.75rem;height:7.1875rem;top:32.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNyQThB9A3DNqUCMVFSfFgSQM5RgWXN { width:13.375rem;height:7.5rem;top:26.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioyw8y1Gn0xe6HtcNK4Rnkf5AH3h7Irb { width:20rem;height:3.125rem;top:2.375rem;left:0.0625rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { display:flex;width:8rem;height:8.125rem;top:16.125rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19.75rem;height:2rem;top:2.75rem;left:0.125rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:19rem;height:2.75rem;top:7.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:12.4375rem;height:2.9375rem;top:11.25rem;left:3.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { top:16.8125rem;left:0rem;width:16.9375rem;height:19rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:20rem;height:35.75rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:20rem;height:28.875rem;top:12.3466796875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:20rem;height:6.32425rem;top:4.1875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:20rem;height:43.875rem;top:45.4091875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5e445f0-e115-4ffd-856f-ddbe42445132/Whisk_storyboard1b17b2530204453fb24e0291.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.adaptive-delivery-prevent-bg, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyload, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyloading { background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { background-color: transparent; background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#4f893c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:14.3125rem;height:6.09375rem;top:8.1748046875rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.312375rem;height:4.5rem;top:17.3359375rem;left:0.966796875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:19.9980625rem;height:3.38671875rem;top:24.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:15.25rem;font-size:1.5rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:5.8125rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:8.875rem;font-size:1.5rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { display:flex;width:2.125rem;height:2.125rem;top:3.4375rem;left:2.625rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { display:flex;width:2.25rem;height:2.25rem;top:3.375rem;left:12.125rem;font-size:1.5rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { display:flex;width:1.0625rem;height:1.0625rem;top:19.0234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:12.0625rem;height:6.5625rem;top:30.5rem;left:8.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { width:10.6875rem;height:5.5625rem;top:37.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { width:10.375rem;height:2.1875rem;top:0rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block; }
 }