.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,222,227;--color-primary-1:128,147,160;--color-primary-2:0,38,65;--color-primary-3:0,19,33;--color-primary-4:0,6,10;--color-secondary-0:247,243,236;--color-secondary-1:227,214,191;--color-secondary-2:199,173,127;--color-secondary-3:100,87,64;--color-secondary-4:30,26,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#598c71;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 { position:relative;display:none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 { border-width: 0; border-radius: 0; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .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; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;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; }#DngOObfHk88PsNP1740VOrJB7aZg8bed { box-sizing:content-box;height:0.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed89f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed89f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:40.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zfTH3LDolRN549wgUzTFTO5c8xCXNVVZ { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:12.625rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#z8rqJhNr77Dm82clMM47zuPyVM1KhSyV { box-sizing:content-box;height:10.75rem;width:53.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(12,35,35,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0498046875rem;left:10.8125rem;display:none; }
#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10d063c9-4474-4323-9b2a-1b23615352bb/dustin_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0.adaptive-delivery-prevent-bg, #uhXnq9ZP7Mk3FPDPseSTAksforK10TH0.lazyload, #uhXnq9ZP7Mk3FPDPseSTAksforK10TH0.lazyloading { background-image: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { background-color: transparent; background-image: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,35,35,0.49); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container > .video-iframe-container { display: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,35,35,0.49); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row > .video-iframe-container { display: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .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); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { border-width: 0; border-radius: 0; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#gggv4otxLxi8vPrymz8sDHerCZ9DtCpl { box-sizing:content-box;height:29.4375rem;width:21.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/749cf7ab-b13c-4086-9549-128bb9fd105c/Dustin_Pretty_bg.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:19.625rem;left:10.1875rem;display:block; }#gggv4otxLxi8vPrymz8sDHerCZ9DtCpl.adaptive-delivery-prevent-bg, #gggv4otxLxi8vPrymz8sDHerCZ9DtCpl.lazyload, #gggv4otxLxi8vPrymz8sDHerCZ9DtCpl.lazyloading { background-image: none; }
#uVAqhxfRpTLIatBWaiOzo4iCM99wKLD7 { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:12.625rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:2.2;letter-spacing:0;top:18.5rem;left:40.875rem;height:16.3720625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c91cad10-a3e1-44d5-af52-ca701fd28d95/bulb_idea.webp); }
#T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq { box-sizing:content-box;height:38.0625rem;width:34.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4df1ef7e-2a21-40e1-8870-7fa6e8356ed9/frame1.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:15.3125rem;left:3.34375rem;display:block; }#T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq.adaptive-delivery-prevent-bg, #T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq.lazyload, #T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq.lazyloading { background-image: none; }
#ER3apETSrJ0LUCW0zHWasnHhxSrlbtrK { box-sizing:content-box;height:0.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed89f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed89f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6ed89f, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:40.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RuM8vhIIqzTGFM7WNDwTmNyBDZPdvItO { box-sizing:content-box;height:10.75rem;width:53.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(12,35,35,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0498046875rem;left:10.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c2323;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; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container { background-color: transparent; background-image: none; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container > .video-iframe-container { display: none; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row > .video-iframe-container { display: none; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .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); }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container { border-width: 0; border-radius: 0; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#os0TCHwGcVAsrkLf87mhLvVLPByazr5M { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.8125rem;height:6.5800625rem;text-align:center;text-align-last:center;display:block; }
#wPt7xznpBC06kqTWXOOosU7EGdrxzCPl { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:42.25rem;height:21.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4 { box-sizing:content-box;height:19.6875rem;width:19.6875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a627ebdd-588d-4c49-a097-a726c7195879/Dustin_Pretty_profile.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:25.8125rem;left:46.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0.25rem;display:block; }#EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4.adaptive-delivery-prevent-bg, #EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4.lazyload, #EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4.lazyloading { background-image: none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-form-header { font-size:0.75rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-button { 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:#f8b025;background-image:none;border-top:0.0625rem solid #bc8722;border-left:0.0625rem solid #bc8722;border-right:0.0625rem solid #bc8722;border-bottom:0.0625rem solid #bc8722;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:#0c2323;width:20.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .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; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container:first-of-type{padding-top:0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container:last-of-type{padding-bottom:0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN  { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #598c71, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.0625rem solid #0c2323;border-bottom:0.0625rem solid #0c2323;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:7.1875rem;top:11.6748046875rem;z-index:15024;position:absolute;font-size:0.75rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN {display:block;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #598c71, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.0625rem solid #0c2323;border-bottom:0.0625rem solid #0c2323;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:7.1875rem;top:11.6748046875rem;z-index:15024;position:absolute;font-size:0.75rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CiMD2qr5WwDsSiLUoysE2oheQBSBsmur { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CF5nDkLTzHbRTSNdduHTtVU6vXMBdEbJ { position:relative;display:none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #g1THrDg0FpSFVMZ2SBxEE22ftlbcvuxB { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #TX4GFarRAQc8gidnAJJLDSWOTUAxtMVc { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lULtRcJBnAVlNFxAmNO1sh3osmEaQHTP { position:relative;display:none; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #Wrmv51zBcrhNxZrCq7M2z2TGTyQ5BaiM { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #OTncD3DVBDPnI9gLT1hVZAHCagdnSJJJ { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #VAkxgPhLwyR5yaQcRMhpnEXvpzScbiz7 { position:relative;z-index:2; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lZXMDzyik3EfnwCsymUcGTRrVJVBErqT { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #SQyynmCVbbeUvkQxxgUNOF0PFdX5HvA1 { position:relative; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN #muUuDAxxhSSitqTuyMKJhTUSqGsH1oHC { position:relative; }
#s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6 { box-sizing:content-box;height:21.9375rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa99e1f7-dbb0-44bd-a49b-145955eb2699/green_background.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.1875rem 0.1875rem 1.8125rem rgba(0,0,0,0.53) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:45.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0.25rem;display:block; }#s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6.adaptive-delivery-prevent-bg, #s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6.lazyload, #s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6.lazyloading { background-image: none; }
#ctoTpVTEKWIfEx9K0DADbhckDQeTU8px { color:#ffdc4c;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:47.5rem;left:44.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7L3c5clGqcL53gWPEe9WlyAK0ze5xyR { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:49.25rem;left:44.40625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAsQL3PrdBTI0b13AQySITtBt6USef3d { box-sizing:content-box;height:19.6875rem;width:34.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d66e54bf-3260-4edc-85d3-4b424b588f83/background.webp");background-position:bottom 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:35.875rem;left:0rem;display:block; }#GAsQL3PrdBTI0b13AQySITtBt6USef3d.adaptive-delivery-prevent-bg, #GAsQL3PrdBTI0b13AQySITtBt6USef3d.lazyload, #GAsQL3PrdBTI0b13AQySITtBt6USef3d.lazyloading { background-image: none; }
#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#598c71;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; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container { background-color: transparent; background-image: none; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container > .video-iframe-container { display: none; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row > .video-iframe-container { display: none; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .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); }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container { border-width: 0; border-radius: 0; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#fkIxFueZNctFwEMuXwzNPdzw7FlKRyDn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.37109375rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8EVI0zqCmQhQ5DOMqaC3nGL2krEGpA9 { box-sizing:content-box;height:0.3125rem;width:31.25rem;position:absolute;display:block;z-index:15012;background-color:#0c2323;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:21.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e605c;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; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container { background-color: transparent; background-image: none; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container > .video-iframe-container { display: none; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row > .video-iframe-container { display: none; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .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); }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container { border-width: 0; border-radius: 0; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#ZWyMNKQV7v8DNqOpic8DMPPEFWAReeMy { position:absolute;display:block;z-index:15008;background-color:#5c8d88;background-image:none;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.25rem solid #0c2323;border-bottom:0.25rem solid #0c2323;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:53.5rem;top:3.6875rem;left:10.75rem;display:block; }
#m7eae2VtTcDOg5ydfhTXUVw81vx66reD { box-sizing:content-box;height:10.3125rem;width:10.3125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/437ae448-38df-44a2-b928-55a4c68988f0/ShareeAshley.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.34375rem;left:32.34375rem;border-top-right-radius:6.875rem;border-bottom-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-top-left-radius:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#m7eae2VtTcDOg5ydfhTXUVw81vx66reD.adaptive-delivery-prevent-bg, #m7eae2VtTcDOg5ydfhTXUVw81vx66reD.lazyload, #m7eae2VtTcDOg5ydfhTXUVw81vx66reD.lazyloading { background-image: none; }
#lIfeA43lBfUbeWu2ai6e53b4bGVEPwKW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.90625rem;left:34.5rem; }
#TNSLcyENnz6dHV75weBQSpS5MirXuAF9 { color:#0c2323;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.6875rem;left:19.3125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dLH7LTTv9tOIn4ICMm6xhGo52w6kT8GC { color:#0c2323;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5rem;left:32.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC { box-sizing:content-box;height:15.0625rem;width:15.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9eaccf3-20e4-4479-b508-b7dac02b7020/paint_background.png");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:4.25rem;left:29.96875rem;display:block; }#LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC.adaptive-delivery-prevent-bg, #LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC.lazyload, #LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC.lazyloading { background-image: none; }
#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e605c;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; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container { background-color: transparent; background-image: none; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container > .video-iframe-container { display: none; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row > .video-iframe-container { display: none; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .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); }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container { border-width: 0; border-radius: 0; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#cXavlEdhoTR1TiZuQiVKV2vGlCX9iDPb { position:absolute;display:block;z-index:15011;background-color:#5c8d88;background-image:none;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.25rem solid #0c2323;border-bottom:0.25rem solid #0c2323;border-top-left-radius:2.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.25rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#yJubBsynDmPDIAVMlI6KXnWPe57l4tT3 { box-sizing:content-box;height:10.3125rem;width:10.3125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8652d45f-9bf0-4b06-afbf-da2d8fc0a5b1/Franco.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.6875rem;left:32.34375rem;border-top-right-radius:6.875rem;border-bottom-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-top-left-radius:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#yJubBsynDmPDIAVMlI6KXnWPe57l4tT3.adaptive-delivery-prevent-bg, #yJubBsynDmPDIAVMlI6KXnWPe57l4tT3.lazyload, #yJubBsynDmPDIAVMlI6KXnWPe57l4tT3.lazyloading { background-image: none; }
#IfRqkuM7tZPEw8wo4DVGXBRG75UvzrB9 { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.25rem;left:34.5rem; }
#EFPw08u9xrGu4iFrNsEpXoPUSwoCpl2K { color:#0c2323;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:16rem;left:19.3125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cpc3VyFbnGy3fD7iKSiHIJFsAcn5tiei { color:#0c2323;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.6875rem;left:35.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kckeI4Lh81ninfCXherTQPGX4spdqhFG { box-sizing:content-box;height:15.4375rem;width:15.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9eaccf3-20e4-4479-b508-b7dac02b7020/paint_background.png");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:0.71875rem;left:29.78125rem;display:block; }#kckeI4Lh81ninfCXherTQPGX4spdqhFG.adaptive-delivery-prevent-bg, #kckeI4Lh81ninfCXherTQPGX4spdqhFG.lazyload, #kckeI4Lh81ninfCXherTQPGX4spdqhFG.lazyloading { background-image: none; }
#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e605c;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; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container { background-color: transparent; background-image: none; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container > .video-iframe-container { display: none; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row > .video-iframe-container { display: none; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .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); }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container { border-width: 0; border-radius: 0; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#avpTcRUuHRawwLgAUdTRq18IDQQSm9Ne { position:absolute;display:block;z-index:15012;background-color:#5c8d88;background-image:none;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.25rem solid #0c2323;border-bottom:0.25rem solid #0c2323;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.25rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX { box-sizing:content-box;height:10.3125rem;width:10.3125rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/740fe080-fce9-4b64-a67a-5ebe2b5e800e/Karen_Chris.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.5625rem;left:32.34375rem;border-top-right-radius:6.875rem;border-bottom-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-top-left-radius:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX.adaptive-delivery-prevent-bg, #OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX.lazyload, #OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX.lazyloading { background-image: none; }
#lRkuNSyDmNgzSzx4Lx2XkTs0CkXQEOow { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.1953125rem;left:34.5rem; }
#Cih9OnfhsnG2ui0cBncd5ZLKAtzppWMh { color:#0c2323;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:15.8203125rem;left:19.3125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vcFhRqfBgbA5fvJISLLgXw5tB5ckt2tg { color:#0c2323;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.9375rem;left:33.21875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0 { box-sizing:content-box;height:15.6875rem;width:15.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9eaccf3-20e4-4479-b508-b7dac02b7020/paint_background.png");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:0.3828125rem;left:29.65625rem;display:block; }#Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0.adaptive-delivery-prevent-bg, #Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0.lazyload, #Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0.lazyloading { background-image: none; }
#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#598c71;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; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container { background-color: transparent; background-image: none; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container > .video-iframe-container { display: none; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row > .video-iframe-container { display: none; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .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); }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container { border-width: 0; border-radius: 0; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#OclBHA4HQFpoh5WqVOMGJBU8f3VeAGr4 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:46.8125rem;height:9.74609375rem;text-align:left;text-align-last:left;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; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-form-header { font-size:0.75rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-text {padding-top: 0; padding-bottom: 0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-select {padding-top: 0; padding-bottom: 0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-button { 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:#f8b025;background-image:none;border-top:0.0625rem solid #bc8722;border-left:0.0625rem solid #bc8722;border-right:0.0625rem solid #bc8722;border-bottom:0.0625rem solid #bc8722;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:#0c2323;width:20.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .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; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container:first-of-type{padding-top:0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container:last-of-type{padding-bottom:0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:44.75rem;top:20.3125rem;z-index:15023;position:absolute;font-size:0.75rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs {display:block;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:44.75rem;top:19.4375rem;z-index:15023;position:absolute;font-size:0.75rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #qTSsJq832AzshVT4u4SHRWekMGayaetp { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #f7Cx6vchq1ee16zUPph0TJt20Cv48vV7 { position:relative;display:none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #rgVJVtnAUEOPXJtDtIBCH6aq5PfRi0Ra { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #oGxMQ6utRulWb6J0aJlTxRivWkFb4Wv5 { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #pcADmKh8igQtP2Ef4nvUnMo6bqZt8FR8 { position:relative;display:none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #cepJdXovxti7THKQza8Xx5K1kFfc3ASB { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #siIlZBSLaz3exuls41VFGmy7TZPLmhMz { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #uM2qBO9AqUUD8QoloGE1TXfydi9eA0lq { position:relative;z-index:2; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #aKE7iO0Bg6bXnaKnfLWTK97RabmV5cAC { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #gMGW7mIBIl2n0ot4FF1Tm3ZEoIgyPnKI { position:relative; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #tS93fe2cSRWIFRwVOhBNte4K0MBdLZh8 { position:relative; }
#nSDJLVXdElRTvEJUR933BNpZrB04cc2r { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00388ff0-fcd7-4193-856b-1dba1caae5bf/computer2.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:7.3125rem;left:6.3125rem;display:block; }#nSDJLVXdElRTvEJUR933BNpZrB04cc2r.adaptive-delivery-prevent-bg, #nSDJLVXdElRTvEJUR933BNpZrB04cc2r.lazyload, #nSDJLVXdElRTvEJUR933BNpZrB04cc2r.lazyloading { background-image: none; }
#vSPtegRQBEXgwaNko8BbUFTWJ0cT1BFx { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:43.4375rem; }
#TspzV0HZTPTcmqvwXkzXOK9x9H4aAwhP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.25rem;left:43.4375rem; }
#etoN3vvAi2z2mfmkxSwS928cWZtDeMXX { box-sizing:content-box;height:23.75rem;width:24.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2e605c, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #2e605c, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #2e605c, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #2e605c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e605c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e605c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #2e605c, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.0625rem solid #0c2323;border-bottom:0.0625rem solid #0c2323;top:15.375rem;left:44.1875rem;display:block; }
#NiP7GlB6EewoxRzMtGyf02zM82Vl0EwF { color:#0c2323;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.98828125rem;left:44.59375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#598c71;background-image:url("https://images.assets-landingi.com/uc/f1d55bd4-db27-47a7-9405-48dcee075de2/mountain_bottom_background.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr.adaptive-delivery-prevent-bg, #J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr.lazyload, #J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr.lazyloading { background-image: none; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container { background-color: transparent; background-image: none; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container > .video-iframe-container { display: none; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row > .video-iframe-container { display: none; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .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); }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container { border-width: 0; border-radius: 0; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c2323;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; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container { background-color: transparent; background-image: none; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container > .video-iframe-container { display: none; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row > .video-iframe-container { display: none; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .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); }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container { border-width: 0; border-radius: 0; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#fT1KolqEmmuSVxDBr7h7FPvHpR3KmOga { color:#ffffff;display:block;width:24.9980625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.53125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMPT2fT22GLUIeTBBuFLprLA46fxVTHK { color:#ffffff;display:block;width:17.8730625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.53125rem;left:28.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fzkc7FSA99kxR3Cesa1vku9Qtii9oWoa { z-index:15002;top:2.5rem;left:50rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9980625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GWTmKvoXpn1rDv5PZv7TqRFBu5NAfQ4N { 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) { #QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 { display:none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DngOObfHk88PsNP1740VOrJB7aZg8bed { top:7.5rem;left:27.25rem;width:19.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfTH3LDolRN549wgUzTFTO5c8xCXNVVZ { top:0rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8rqJhNr77Dm82clMM47zuPyVM1KhSyV { top:2rem;left:0rem;width:47.75rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 { display:block; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gggv4otxLxi8vPrymz8sDHerCZ9DtCpl { top:19.625rem;left:0rem;width:21.0625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVAqhxfRpTLIatBWaiOzo4iCM99wKLD7 { top:3.6875rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo { top:18.5rem;left:19.5rem;width:28.25rem;height:;font-size:1rem;display:block; }#LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c91cad10-a3e1-44d5-af52-ca701fd28d95/bulb_idea.webp); }
 }@media only screen and (max-width: 763px) { #T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq { top:15.3125rem;left:0rem;width:34.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3apETSrJ0LUCW0zHWasnHhxSrlbtrK { top:11.1875rem;left:27.25rem;width:19.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuM8vhIIqzTGFM7WNDwTmNyBDZPdvItO { top:2rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOuTtrwuXNpShSUJxN578lBzH4Sro2hD { display:block; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0TCHwGcVAsrkLf87mhLvVLPByazr5M { top:3.625rem;left:2rem;width:19.875rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPt7xznpBC06kqTWXOOosU7EGdrxzCPl { top:3.5625rem;left:19.75rem;width:28rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4 { top:25.8125rem;left:26rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-regular-label { display:block; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-checkbox-label { width:13.75rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN  { width:15rem;height:auto; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN {display:block;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CiMD2qr5WwDsSiLUoysE2oheQBSBsmur {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CF5nDkLTzHbRTSNdduHTtVU6vXMBdEbJ { display:block; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #g1THrDg0FpSFVMZ2SBxEE22ftlbcvuxB {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #TX4GFarRAQc8gidnAJJLDSWOTUAxtMVc {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lULtRcJBnAVlNFxAmNO1sh3osmEaQHTP { display:block; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #Wrmv51zBcrhNxZrCq7M2z2TGTyQ5BaiM {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #OTncD3DVBDPnI9gLT1hVZAHCagdnSJJJ {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #VAkxgPhLwyR5yaQcRMhpnEXvpzScbiz7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lZXMDzyik3EfnwCsymUcGTRrVJVBErqT {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #SQyynmCVbbeUvkQxxgUNOF0PFdX5HvA1 {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #muUuDAxxhSSitqTuyMKJhTUSqGsH1oHC {  }
 }@media only screen and (max-width: 763px) { #s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6 { top:24.6875rem;left:24.75rem;width:22.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctoTpVTEKWIfEx9K0DADbhckDQeTU8px { top:47.5rem;left:23.9375rem;width:23.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7L3c5clGqcL53gWPEe9WlyAK0ze5xyR { top:49.25rem;left:23.96875rem;width:23.6875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAsQL3PrdBTI0b13AQySITtBt6USef3d { top:35.875rem;left:0rem;width:34.125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G { display:block; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkIxFueZNctFwEMuXwzNPdzw7FlKRyDn { width:47.75rem;height:2.1875rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8EVI0zqCmQhQ5DOMqaC3nGL2krEGpA9 { top:5.5rem;left:8.25rem;width:31.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu { display:block; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWyMNKQV7v8DNqOpic8DMPPEFWAReeMy { width:47.625rem;height:22.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7eae2VtTcDOg5ydfhTXUVw81vx66reD { top:6.3125rem;left:18.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIfeA43lBfUbeWu2ai6e53b4bGVEPwKW { top:14.875rem;left:20.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNSLcyENnz6dHV75weBQSpS5MirXuAF9 { width:36.375rem;height:3.125rem;top:19.6875rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLH7LTTv9tOIn4ICMm6xhGo52w6kT8GC { width:10.9375rem;height:1.625rem;top:23.5rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC { top:4.25rem;left:16.34375rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA { display:block; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXavlEdhoTR1TiZuQiVKV2vGlCX9iDPb { width:47.625rem;height:22.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJubBsynDmPDIAVMlI6KXnWPe57l4tT3 { top:2.6875rem;left:18.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfRqkuM7tZPEw8wo4DVGXBRG75UvzrB9 { top:11.25rem;left:20.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPw08u9xrGu4iFrNsEpXoPUSwoCpl2K { width:36.375rem;height:3.125rem;top:16rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpc3VyFbnGy3fD7iKSiHIJFsAcn5tiei { width:4.4375rem;height:1.625rem;top:19.6875rem;left:21.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kckeI4Lh81ninfCXherTQPGX4spdqhFG { top:0.6875rem;left:16.15625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlve7dUMlR4EWydvLcocwxLJJDXciboQ { display:block; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avpTcRUuHRawwLgAUdTRq18IDQQSm9Ne { width:47.625rem;height:22.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX { top:2.5625rem;left:18.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkuNSyDmNgzSzx4Lx2XkTs0CkXQEOow { top:11.1875rem;left:20.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cih9OnfhsnG2ui0cBncd5ZLKAtzppWMh { width:36.375rem;height:3.125rem;top:15.8125rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcFhRqfBgbA5fvJISLLgXw5tB5ckt2tg { width:8.5625rem;height:1.625rem;top:19.9375rem;left:19.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0 { top:0.375rem;left:16.03125rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXluvQLgrGlMLTGkweFDXn4yge7GvFaw { display:block; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OclBHA4HQFpoh5WqVOMGJBU8f3VeAGr4 { top:3.625rem;left:26.375rem;width:21rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-regular-label { display:block; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-checkbox-label { width:13.75rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs  { width:15rem;height:auto; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs {display:block;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #qTSsJq832AzshVT4u4SHRWekMGayaetp {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #f7Cx6vchq1ee16zUPph0TJt20Cv48vV7 { display:block; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #rgVJVtnAUEOPXJtDtIBCH6aq5PfRi0Ra {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #oGxMQ6utRulWb6J0aJlTxRivWkFb4Wv5 {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #pcADmKh8igQtP2Ef4nvUnMo6bqZt8FR8 { display:block; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #cepJdXovxti7THKQza8Xx5K1kFfc3ASB {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #siIlZBSLaz3exuls41VFGmy7TZPLmhMz {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #uM2qBO9AqUUD8QoloGE1TXfydi9eA0lq { z-index:2; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #aKE7iO0Bg6bXnaKnfLWTK97RabmV5cAC {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #gMGW7mIBIl2n0ot4FF1Tm3ZEoIgyPnKI {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #tS93fe2cSRWIFRwVOhBNte4K0MBdLZh8 {  }
 }@media only screen and (max-width: 763px) { #nSDJLVXdElRTvEJUR933BNpZrB04cc2r { top:7.3125rem;left:0rem;width:24.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPtegRQBEXgwaNko8BbUFTWJ0cT1BFx { top:3.625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspzV0HZTPTcmqvwXkzXOK9x9H4aAwhP { top:11.25rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etoN3vvAi2z2mfmkxSwS928cWZtDeMXX { top:15.375rem;left:23.5rem;width:24.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiP7GlB6EewoxRzMtGyf02zM82Vl0EwF { top:16.9375rem;left:24.15625rem;width:23.3125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr { display:block; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 { display:block; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT1KolqEmmuSVxDBr7h7FPvHpR3KmOga { top:2.5rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMPT2fT22GLUIeTBBuFLprLA46fxVTHK { top:2.5rem;left:13.9375rem;width:17.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzkc7FSA99kxR3Cesa1vku9Qtii9oWoa { top:2.5rem;left:22.6875rem;width:24.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTmKvoXpn1rDv5PZv7TqRFBu5NAfQ4N { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10d063c9-4474-4323-9b2a-1b23615352bb/dustin_bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61.adaptive-delivery-prevent-bg, #QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61.lazyload, #QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61.lazyloading { background-image: none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container { background-color: transparent; background-image: none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container > .video-iframe-container { display: none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row > .video-iframe-container { display: none; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .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); }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container { border-width: 0; border-radius: 0; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKCH3vR2vCKXy7Vvh8UETtQmS6eRuZ61 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DngOObfHk88PsNP1740VOrJB7aZg8bed { width:9.375rem;height:0.1875rem;top:6.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfTH3LDolRN549wgUzTFTO5c8xCXNVVZ { width:18.0625rem;height:5.3994125rem;top:0.625rem;left:1rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z8rqJhNr77Dm82clMM47zuPyVM1KhSyV { width:20rem;height:7.3125rem;top:0rem;left:0rem;z-index:14999;background-color:rgba(12,35,35,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #0c2323, #6dcd9a);background-image: -moz-linear-gradient(199deg, #0c2323, #6dcd9a);background-image: -ms-linear-gradient(199deg, #0c2323, #6dcd9a);background-image: -o-linear-gradient(199deg, #0c2323, #6dcd9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2323', endColorstr='#6dcd9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2323', endColorstr='#6dcd9a' );";background-image: linear-gradient(199deg, #0c2323, #6dcd9a);background-size:auto !important;display:block; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { background-color: transparent; background-image: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container > .video-iframe-container { display: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row > .video-iframe-container { display: none; }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .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); }#uhXnq9ZP7Mk3FPDPseSTAksforK10TH0 > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gggv4otxLxi8vPrymz8sDHerCZ9DtCpl { width:11.125rem;height:16.625rem;top:4.03125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVAqhxfRpTLIatBWaiOzo4iCM99wKLD7 { width:18.0625rem;height:0;top:2.125rem;left:0.96875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo { width:16.4375rem;height:13.25rem;top:25.28125rem;left:1.78125rem;font-size:1rem;line-height:2;display:block; }#LZTwvDCWFPD1BCLpoJPituBNw2dWR4Uo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c91cad10-a3e1-44d5-af52-ca701fd28d95/bulb_idea.webp); }
 }@media only screen and (max-width: 763px) { #T2RlWFi9ZLOgecxScGBgagTV2f3Tdkkq { width:19.875rem;height:22.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3apETSrJ0LUCW0zHWasnHhxSrlbtrK { width:9.375rem;height:0.3125rem;top:8.22265625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuM8vhIIqzTGFM7WNDwTmNyBDZPdvItO { width:20rem;height:15.1875rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOuTtrwuXNpShSUJxN578lBzH4Sro2hD { display:block; }#VOuTtrwuXNpShSUJxN578lBzH4Sro2hD > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0TCHwGcVAsrkLf87mhLvVLPByazr5M { width:19.875rem;height:3.57421875rem;top:2.0625rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPt7xznpBC06kqTWXOOosU7EGdrxzCPl { width:20rem;height:18.19725rem;top:50.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmcE0A1uTPnUv5mzUG6kyHIGA50kJm4 { width:16.125rem;height:16.125rem;top:26.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container:first-of-type{padding-top:0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .widget-container:last-of-type{padding-bottom:0;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN  { width:17.5rem;height:auto;top:7.0166015625rem;left:0rem;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.0625rem solid #0c2323;border-bottom:0.0625rem solid #0c2323;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #598c71, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-size:initial !important; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wJo6e30oF55a59Q5IytrZuF6VVidNKVN {display:block;}#wJo6e30oF55a59Q5IytrZuF6VVidNKVN { width:17.5rem;height:auto;top:7.0166015625rem;left:0rem;border-top:0.0625rem solid #0c2323;border-left:0.0625rem solid #0c2323;border-right:0.0625rem solid #0c2323;border-bottom:0.0625rem solid #0c2323;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #598c71, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#598c71', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #598c71, rgba(0,0,0,0));background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CiMD2qr5WwDsSiLUoysE2oheQBSBsmur {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #CF5nDkLTzHbRTSNdduHTtVU6vXMBdEbJ { display:none; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #g1THrDg0FpSFVMZ2SBxEE22ftlbcvuxB {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #TX4GFarRAQc8gidnAJJLDSWOTUAxtMVc {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lULtRcJBnAVlNFxAmNO1sh3osmEaQHTP { display:none; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #Wrmv51zBcrhNxZrCq7M2z2TGTyQ5BaiM {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #OTncD3DVBDPnI9gLT1hVZAHCagdnSJJJ {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #VAkxgPhLwyR5yaQcRMhpnEXvpzScbiz7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #lZXMDzyik3EfnwCsymUcGTRrVJVBErqT {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #SQyynmCVbbeUvkQxxgUNOF0PFdX5HvA1 {  }
 }@media only screen and (max-width: 763px) { #wJo6e30oF55a59Q5IytrZuF6VVidNKVN #muUuDAxxhSSitqTuyMKJhTUSqGsH1oHC {  }
 }@media only screen and (max-width: 763px) { #s3TRKUTQSLgBFZC1ytKuiP8Z9RHm9ba6 { width:17.875rem;height:17.875rem;top:25.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctoTpVTEKWIfEx9K0DADbhckDQeTU8px { width:20rem;height:1.29980625rem;top:44.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7L3c5clGqcL53gWPEe9WlyAK0ze5xyR { width:17.75rem;height:2.2734375rem;top:46rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAsQL3PrdBTI0b13AQySITtBt6USef3d { width:20rem;height:5.6875rem;top:67.9375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d66e54bf-3260-4edc-85d3-4b424b588f83/background.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GAsQL3PrdBTI0b13AQySITtBt6USef3d.adaptive-delivery-prevent-bg, #GAsQL3PrdBTI0b13AQySITtBt6USef3d.lazyload, #GAsQL3PrdBTI0b13AQySITtBt6USef3d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G { display:block; }#r44qC1HwLpQytmFhvfi4o3MF8nTbqp6G > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkIxFueZNctFwEMuXwzNPdzw7FlKRyDn { width:14.25rem;height:3.57421875rem;top:1.375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8EVI0zqCmQhQ5DOMqaC3nGL2krEGpA9 { width:12.5rem;height:0.3125rem;top:5.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu { display:block; }#SyTGM2VLTfsM8VTsozdaTbdmOQgIOayu > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWyMNKQV7v8DNqOpic8DMPPEFWAReeMy { width:18.75rem;height:21.5625rem;top:2.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7eae2VtTcDOg5ydfhTXUVw81vx66reD { width:6.875rem;height:6.875rem;top:4.34375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIfeA43lBfUbeWu2ai6e53b4bGVEPwKW { display:flex;width:6.0625rem;height:6.0625rem;top:9.59375rem;left:6.96875rem; }
 }@media only screen and (max-width: 763px) { #TNSLcyENnz6dHV75weBQSpS5MirXuAF9 { width:13.3125rem;height:6.12305rem;top:13.875rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLH7LTTv9tOIn4ICMm6xhGo52w6kT8GC { width:11.4375rem;height:1.29980625rem;top:20.875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMWk2hkobhPVKM9CTA0fPo1iXSeWXTC { width:8.1875rem;height:8.1875rem;top:3.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA { display:block; }#BQadCmcW8OUIVmTJ9Tl8ZA075zk3OAfA > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXavlEdhoTR1TiZuQiVKV2vGlCX9iDPb { width:18.75rem;height:20.0625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJubBsynDmPDIAVMlI6KXnWPe57l4tT3 { width:6.875rem;height:6.875rem;top:2.15625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfRqkuM7tZPEw8wo4DVGXBRG75UvzrB9 { display:flex;width:6.0625rem;height:6.0625rem;top:7.4375rem;left:6.96875rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #EFPw08u9xrGu4iFrNsEpXoPUSwoCpl2K { width:13.3125rem;height:4.8984375rem;top:11.6875rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpc3VyFbnGy3fD7iKSiHIJFsAcn5tiei { width:10.9375rem;height:1.29980625rem;top:17.375rem;left:4.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kckeI4Lh81ninfCXherTQPGX4spdqhFG { width:8.4375rem;height:8.4375rem;top:1.375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlve7dUMlR4EWydvLcocwxLJJDXciboQ { display:block; }#Zlve7dUMlR4EWydvLcocwxLJJDXciboQ > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avpTcRUuHRawwLgAUdTRq18IDQQSm9Ne { width:18.75rem;height:20.0625rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJSdi9ataLNEe3lWihe9hmd4bzJdcaX { width:6.875rem;height:6.875rem;top:2.09375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkuNSyDmNgzSzx4Lx2XkTs0CkXQEOow { display:flex;width:6.0625rem;height:6.0625rem;top:7.4375rem;left:6.96875rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #Cih9OnfhsnG2ui0cBncd5ZLKAtzppWMh { width:13.3125rem;height:4.8984375rem;top:11.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcFhRqfBgbA5fvJISLLgXw5tB5ckt2tg { width:10.9375rem;height:1.29980625rem;top:17.5625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq5FazNdz98sFCGJk1dU6Bli7JcRiWi0 { width:9.3125rem;height:9.3125rem;top:1.4375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXluvQLgrGlMLTGkweFDXn4yge7GvFaw { display:block; }#lXluvQLgrGlMLTGkweFDXn4yge7GvFaw > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OclBHA4HQFpoh5WqVOMGJBU8f3VeAGr4 { width:17.125rem;height:7.71484375rem;top:22.8125rem;left:2.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-text {padding-top: 0; padding-bottom: 0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-select {padding-top: 0; padding-bottom: 0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container:first-of-type{padding-top:0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .widget-container:last-of-type{padding-bottom:0;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs  { width:17.5rem;height:auto;top:35.125rem;left:0rem;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;background-color:transparent;background-image:none; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs {display:block;}#AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs { width:17.5rem;height:auto;top:35.125rem;left:0rem;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;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #qTSsJq832AzshVT4u4SHRWekMGayaetp {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #f7Cx6vchq1ee16zUPph0TJt20Cv48vV7 { display:none; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #rgVJVtnAUEOPXJtDtIBCH6aq5PfRi0Ra {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #oGxMQ6utRulWb6J0aJlTxRivWkFb4Wv5 {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #pcADmKh8igQtP2Ef4nvUnMo6bqZt8FR8 { display:none; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #cepJdXovxti7THKQza8Xx5K1kFfc3ASB {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #siIlZBSLaz3exuls41VFGmy7TZPLmhMz {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #uM2qBO9AqUUD8QoloGE1TXfydi9eA0lq { z-index:2; }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #aKE7iO0Bg6bXnaKnfLWTK97RabmV5cAC {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #gMGW7mIBIl2n0ot4FF1Tm3ZEoIgyPnKI {  }
 }@media only screen and (max-width: 763px) { #AUpowBKvunyiQcsqWO2yEoKxIoOJIMEs #tS93fe2cSRWIFRwVOhBNte4K0MBdLZh8 {  }
 }@media only screen and (max-width: 763px) { #nSDJLVXdElRTvEJUR933BNpZrB04cc2r { width:19.375rem;height:19.5625rem;top:1.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPtegRQBEXgwaNko8BbUFTWJ0cT1BFx { display:flex;width:1.875rem;height:1.875rem;top:22.8125rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TspzV0HZTPTcmqvwXkzXOK9x9H4aAwhP { display:flex;width:1.875rem;height:1.875rem;top:28.9375rem;left:0.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #etoN3vvAi2z2mfmkxSwS928cWZtDeMXX { width:19.875rem;height:20.625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiP7GlB6EewoxRzMtGyf02zM82Vl0EwF { width:20rem;height:1.54296875rem;top:33.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr { display:block; }#J9LCMSxiVr8aUxVczGS1NATtRLGqxdZr > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 { display:block; }#DiWF9pMJbPieQy1CLinNDPPTgpX53WF2 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT1KolqEmmuSVxDBr7h7FPvHpR3KmOga { width:19.9980625rem;height:2.111325rem;top:1.875rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AMPT2fT22GLUIeTBBuFLprLA46fxVTHK { width:16.374rem;height:2.111325rem;top:4.5rem;left:1.8125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fzkc7FSA99kxR3Cesa1vku9Qtii9oWoa { top:6.5625rem;left:0rem;width:19.9980625rem;height:2.311525rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GWTmKvoXpn1rDv5PZv7TqRFBu5NAfQ4N { display:block; }
 }