.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:219,241,250;--color-primary-1:146,214,241;--color-primary-2:73,186,231;--color-primary-3:27,169,225;--color-primary-4:10,116,158;--color-secondary-0:219,220,226;--color-secondary-1:135,138,158;--color-secondary-2:15,20,61;--color-secondary-3:8,10,31;--color-secondary-4:2,3,9;--color-tertiary-0:219,220,226;--color-tertiary-1:135,138,158;--color-tertiary-2:15,20,61;--color-tertiary-3:8,10,31;--color-tertiary-4:2,3,9;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78782ed6-529a-4790-9415-356c90347cb6/collagecheerfulmulticulturalmoversstanding600nw1884402433.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz { background-color:rgba(15,20,61,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container { background-color: transparent; background-image: none; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container > .video-iframe-container { display: none; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row > .video-iframe-container { display: none; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .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); }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container { border-width: 0; border-radius: 0; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;overflow:visible;position:relative;display:block; }#NeKZqmKF2z4SzCncPzlCuQIeQT0TdFmI { color:#ffffff;display:block;width:34.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.6875rem;height:7.1495rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UN6TTaxEpzyilpMyGwpCtOS24I4gxQ49 { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.6875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L38LgoKiVpkcvvfQU1venvryaou9uqk4 { background-color:#3ba9d4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:4.81228125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.75rem;left:3.6875rem;display:block; }
#VDMDtoOGd655NHFJgqv5uEVyfZGvtGJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdTBSl3I41ZEhuvNffINbUEr4KJgB3gZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.499875rem;width:29.8746875rem;top:3.3127171993256rem;left:40.750328063965rem;overflow:hidden;display:block; }
#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f4289897-d72a-4ed5-82fe-71748d09410a/Screenshot20250120at10954PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:0.875rem;font-family:"open sans";height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:12.03125rem;left:1.5rem;height:10.499125rem;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; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:rgba(var(--color-tertiary-2),0.8);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:25.943359375rem;left:2.375rem;height:3.82486875rem;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; }
#H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34rem;left:2.375rem;display:block; }
#wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.375rem;width:30.25rem;top:0rem;left:0rem;display:block; }
#Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34rem;left:15rem;display:block; }
#Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:37.3125rem;top:16.15625rem;left:-3.1875rem;display:block; }
#Wawc0swkgezDsCSRzAcDTTa9skvADWlS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:26.8125rem;top:12.21875rem;left:0.875rem;display:block; }
#z2x26fGzr4EmuP4JWLDXuITPotTyi6XX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:11.0625rem;top:2.162109375rem;left:1.5rem;overflow:hidden;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.162109375rem;left:42.5rem;height:4.9500875rem;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; }
#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:44.19921875rem;left:0rem;height:14.44441875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47205157-8999-402f-9f58-3faecc0fb94d/cornerstonevaleroverecerasnow.png");background-position:bottom 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:36.375rem;top:5.162109375rem;left:0rem;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
#OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.1875rem;top:4.875rem;left:40.9375rem;display:block; }
#rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { color:rgba(var(--color-tertiary-2),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:36.400390625rem;left:1.3125rem;height:4.9500875rem;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; }
#MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.875rem;left:41.0625rem;height:19.86111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:0.1875rem;top:35.1875rem;left:0rem;display:block; }
#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94aedc01-15f0-4db6-80d6-aa4e53fc99ef/RoyalPinesEmail002.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:33.875rem;top:36.5625rem;left:41.125rem;display:block; }#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.adaptive-delivery-prevent-bg, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyload, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyloading { background-image: none; }
#RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:62.6875rem;left:0rem;display:block; }
#kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtbdqTRlKsdQg8J51tUWNIwPEGDXFE1z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.6875rem;left:15.125rem;display:block; }
#fdfHrDk4t1TqQxyUF2fKFQzANskMTUtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.875rem;left:15.5rem;height:2.625rem;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; }
#xw3mZ3nQ5x6S5OaOrE9gpuhIBsl5lXLD { color:rgba(255,255,255,0.8);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:7.375rem;left:15.5rem;height:3.82486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCiJFo2gXJUgSMHpf2KdF44pfZ0L1WIC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:12.3125rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container { background-color: transparent; background-image: none; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container > .video-iframe-container { display: none; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row > .video-iframe-container { display: none; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .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); }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container { border-width: 0; border-radius: 0; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container { font-size:0.875rem;font-family:arial;height:87.625rem;width:75rem;position:relative;display:block; }#J2K0naT0wELzxN6BIFx0WpbNMXq02KSg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:10.625rem;left:4rem;display:block; }
#J7LZ3RTTSGxTt55mRPD4o1zRpyybXwlI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11rem;top:11.625rem;left:7.875rem;overflow:hidden;display:block; }
#WzFX8AKFsmARglwKoTn3F4nNPwAbXb0T { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8125rem;left:4rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3co7sQq0h43aQ3pfbOATXzaPeATT7Xq { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.0625rem;left:5.25rem;height:3.1987875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DuSrQVRmDRVvcLNHMIODst6yul1gUJtc { color:rgba(var(--color-tertiary-2),1);display:block;width:65.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5rem;left:4.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SkFT3PGHkuOP969liNkW0JTSc7hZcA9P { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:10.625rem;left:29rem;display:block; }
#V91QHtG9TrHAPUSFJfHAT3xygq9TN5TF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:26.0625rem;left:30.25rem;height:4.798175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrcAo125kJJJOy8rCmPUibhJ6t82uZSB { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:29rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEbqBufMM5dAeFhk8xe5Rrdc948tBrdW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.5625rem;top:12.4375rem;left:33.625rem;overflow:hidden;display:block; }
#omyb3S38frAAe78CMk1EMVdzKqEyJCJk { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:10.625rem;left:54rem;display:block; }
#BMc5E0yEPdMfIZtXCS4kTUxiQszW56br { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:26.0625rem;left:55.25rem;height:4.798175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bh4eQ4495ASKIn7QURDr28E4HH3c6dFm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:54rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhRy1OCTtCcXADaHhv3BvI4uSaJe0XT3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11rem;top:11.625rem;left:57.875rem;overflow:hidden;display:block; }
#P34oWggOGlRfOVVRJcWOGy0t7WoPpb5t { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:35.6875rem;left:54rem;display:block; }
#H1RU7ZsQqlxcOWWs992TWRsQwSOz2Lo1 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:51.125rem;left:55.25rem;height:4.798175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPFQRGhbzuP38HIiZBf4zDZNgGhtIlM3 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:48.875rem;left:54rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g68CHZVwkziVp7lxpC6qRNCDR9a4qySw { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:35.6875rem;left:29rem;display:block; }
#iIWsI9HCfBfAw69WBUIWe1pNoPXEhMnw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:51.125rem;left:30.25rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9pJUXJOdTvFrgzCleZ0pDAXG40xqr55 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:48.875rem;left:29rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6w5TzUOF4sXaFyHMtUEcTQyCHmtyrda { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:9.5625rem;top:37.5rem;left:58.625rem;overflow:hidden;display:block; }
#XqF71U2DPD27Jm39SVrqVamC9S1bGofd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.5rem;top:37.5rem;left:33.625rem;overflow:hidden;display:block; }
#gyTOzJK9nFuze5KucpA0ZSMPd1UFTuzX { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:22.75rem;width:18.75rem;top:35.6875rem;left:4rem;display:block; }
#X0OiebcQDnVPtPwasVehg8TVZNUfHQPZ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48.875rem;left:4rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whgogHTBiu7CtM0hhyxrDE3qD9kPVFLo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:51.125rem;left:5.25rem;height:3.1987875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3tcmZxCk9gJNipIUmWJMzQCbuegc99r { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:9.875rem;top:37.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#hopVyPbzvCb3ud7EwPQD8NWIJKbO6FQ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:39.0625rem;top:67.21875rem;left:33.75rem;overflow:hidden;display:block; }
#NO3aW8eUG6GVOQshd4Eidbmn4E7cQ0MP { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:70.125rem;left:4rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Svefu0deq4xXmCGM8W49oK1FWIWL1apD { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:76.0625rem;left:4rem;height:2.99913125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container { background-color: transparent; background-image: none; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container > .video-iframe-container { display: none; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row > .video-iframe-container { display: none; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .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); }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container { border-width: 0; border-radius: 0; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#REHXLywyukNfzEmQx1BTPzPhA0iE2Whd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.875rem;left:16.25rem;height:4.5497rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCNRdI14cTQKJMNsyIXm8Do6chtif9ZZ { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:40.03759765625rem;left:16.25rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRt9TmEEJbeky7g5OutuzLRlynVQ5Ka0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:25rem;top:31.625rem;left:13.125rem;display:block; }
#Pm2hNGvVIesdV5V4lgkSMGmgdTXv7y9y { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5rem;left:18.15625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sMzEn7VtvfEEeKo9yBTQli2WqUlqtpgb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:25.0625rem;top:15rem;left:13.09375rem;overflow:hidden;display:block; }
#Wv3n37c9yLU0a2RD5gVrI0mGOLgi1E4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.25rem;left:26.8125rem; }
#XaCZUgmLTTH2uyJ7cIyum4u5JqfOR25a { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.09375rem;left:19.5rem;display:block; }
#Jp88HfOmA68TMwNBrBgSveSiTwk2VnrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQU5HhNcddEDob68MWANfnI3L7QJ5Bbx { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:40.0625rem;left:43.6875rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AuMZCJKskToB6QsD7JwCydUm82C9Ctay { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:25rem;top:31.625rem;left:40.5625rem;display:block; }
#hJ3XisXAFc2G5kIRTTTQDIEpD1lO56nA { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.875rem;left:43.6875rem;height:4.5497rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gskB1MbGXJXdeCO7XCrh9lTlqCTNfBOS { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.125rem;left:46.9375rem;display:block; }
#oAy6UNO0AETyc5oXuH3RiTNNHGP1c5B6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#METuOs1AQ9G6pKDBcesNHgB2nr6Oi94x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.25rem;left:57.4375rem; }
#uUQLSDR0VruBuRImykl5cLUabrAletTf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:15.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#lHCDNRXleziChKl2pPV7yPklc2Txuwyi { color:rgba(var(--color-primary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.625rem;left:10.46875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b39e4ab9-d335-4a09-abe3-c583b2535b1b/Screenshot20250120at85319PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.84); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.84); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::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; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header {  }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#1c1c1c;width:24.4375rem;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;font-style:normal;line-height:1;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.48);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:24.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.48);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.48);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:24.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(28,28,28,0.48);border-left:0.0625rem solid rgba(28,28,28,0.48);border-right:0.0625rem solid rgba(28,28,28,0.48);border-bottom:0.0625rem solid rgba(28,28,28,0.48);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:24.4375rem;box-sizing:border-box;height:2.5rem;color:#2d3137;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .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; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.25rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:13.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .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.2;font-size:0.75rem;font-weight:300;color:#2d3137;vertical-align:top;width:26.125rem;overflow:hidden;font-style:normal;float:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .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; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.020593643189rem;left:5.3434257507324rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.4375rem;display:block;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.020593643189rem;left:5.3434257507324rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { position:relative;display:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KWi2xMBeIxf8WklamoAKB4x8laqkfqtt { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lp0USJceQgM2P3d8S0lyew6yaQdQRN09 { position:relative;display:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yafzqz0aG8LH3PFMtwpvRoSoQMvk0s9N { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TXFITDqUUXo9fFVBalhhQA5Ar7SGnKUv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #OLFTlcaoOzWXe2MDmA7SUKWJg3N3riSh { position:relative;display:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #NcJVq1VGZqIBSGEdP4u5fTNGcJXBFHLU { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #z8tsUooasJbdHwA3r9HIHzlOwBzZbZZ3 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #vNpQCQ8O8MWKDbvvtJN8agVg2wiDVW1U { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yWPTQpAOF6B98KrgSHqrLIGMKsrpmBEr { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:37.5rem;top:9rem;left:37.375rem;display:block; }
#t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:21.0625rem;left:42.71875rem;height:11.4746125rem;font-style:normal;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:37.5rem;top:9rem;left:0rem;display:block; }
#cHTv337IWTeUG9qxWrLF35VkkFDF89as { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.5rem;left:42.625rem;height:5.54904375rem;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; }
#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container { background-color: transparent; background-image: none; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container > .video-iframe-container { display: none; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row > .video-iframe-container { display: none; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .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); }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container { border-width: 0; border-radius: 0; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#UQqy494Q02lFZuIrFkv6O6BL3NTEnD13 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.837890625rem;left:57.8125rem;height:2.76171875rem;text-align:right;text-align-last:right;display:block; }
#Ueo4MD5tNZ2OD2vIBZzFJWIdbXHtoXl8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.3125rem;top:1rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz { display:block; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeKZqmKF2z4SzCncPzlCuQIeQT0TdFmI { width:34.75rem;height:7.125rem;top:5.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6TTaxEpzyilpMyGwpCtOS24I4gxQ49 { width:35rem;height:2.875rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L38LgoKiVpkcvvfQU1venvryaou9uqk4 { width:19.75rem;height:4.75rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDMDtoOGd655NHFJgqv5uEVyfZGvtGJD { display:block; }
 }@media only screen and (max-width: 763px) { #AdTBSl3I41ZEhuvNffINbUEr4KJgB3gZ { width:29.8125rem;height:23.450957384491rem;top:3.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:12rem;left:0rem;width:25.5625rem;height:10.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:25.9375rem;left:0rem;width:25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:12rem;height:3.375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:0rem;left:0rem;width:30.25rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:12.25rem;height:3.375rem;top:34rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { top:16.125rem;left:0rem;width:37.3125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { top:12.1875rem;left:0rem;width:26.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2x26fGzr4EmuP4JWLDXuITPotTyi6XX { top:2.125rem;left:0rem;width:11.0625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:5.125rem;left:20.3125rem;width:27.4375rem;height:4.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:44.1875rem;left:0rem;width:34.5rem;height:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { top:5.125rem;left:0rem;width:36.375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { top:4.875rem;left:27.3125rem;width:0.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { top:36.375rem;left:0rem;width:34.875rem;height:4.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { top:11.875rem;left:13.8125rem;width:33.9375rem;height:19.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { top:35.1875rem;left:0rem;width:0.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { top:36.5625rem;left:13.875rem;width:33.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:13.75rem;height:3.375rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #dtbdqTRlKsdQg8J51tUWNIwPEGDXFE1z { width:14.875rem;height:3.375rem;top:62.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdfHrDk4t1TqQxyUF2fKFQzANskMTUtc { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:3.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw3mZ3nQ5x6S5OaOrE9gpuhIBsl5lXLD { top:7.375rem;left:1.1875rem;width:46.5625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCiJFo2gXJUgSMHpf2KdF44pfZ0L1WIC { top:2.0625rem;left:0rem;width:12.3125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ { display:block; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2K0naT0wELzxN6BIFx0WpbNMXq02KSg { width:18.75rem;height:22.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LZ3RTTSGxTt55mRPD4o1zRpyybXwlI { width:11rem;height:11.75rem;top:11.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFX8AKFsmARglwKoTn3F4nNPwAbXb0T { width:18.75rem;height:1.625rem;top:23.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3co7sQq0h43aQ3pfbOATXzaPeATT7Xq { width:16.25rem;height:4.75rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuSrQVRmDRVvcLNHMIODst6yul1gUJtc { top:5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkFT3PGHkuOP969liNkW0JTSc7hZcA9P { width:18.75rem;height:22.75rem;top:10.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91QHtG9TrHAPUSFJfHAT3xygq9TN5TF { width:16.25rem;height:4.75rem;top:26.0625rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrcAo125kJJJOy8rCmPUibhJ6t82uZSB { width:18.75rem;height:1.625rem;top:23.8125rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEbqBufMM5dAeFhk8xe5Rrdc948tBrdW { width:9.5625rem;height:10.1875rem;top:12.4375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omyb3S38frAAe78CMk1EMVdzKqEyJCJk { width:18.75rem;height:22.75rem;top:10.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMc5E0yEPdMfIZtXCS4kTUxiQszW56br { width:16.25rem;height:4.75rem;top:26.0625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh4eQ4495ASKIn7QURDr28E4HH3c6dFm { width:18.75rem;height:1.625rem;top:23.8125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRy1OCTtCcXADaHhv3BvI4uSaJe0XT3 { width:11rem;height:11.75rem;top:11.625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P34oWggOGlRfOVVRJcWOGy0t7WoPpb5t { width:18.75rem;height:22.75rem;top:35.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1RU7ZsQqlxcOWWs992TWRsQwSOz2Lo1 { width:16.25rem;height:4.75rem;top:51.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPFQRGhbzuP38HIiZBf4zDZNgGhtIlM3 { width:18.75rem;height:1.625rem;top:48.875rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68CHZVwkziVp7lxpC6qRNCDR9a4qySw { width:18.75rem;height:22.75rem;top:35.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWsI9HCfBfAw69WBUIWe1pNoPXEhMnw { width:16.25rem;height:3.1875rem;top:51.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9pJUXJOdTvFrgzCleZ0pDAXG40xqr55 { width:18.75rem;height:1.625rem;top:48.875rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6w5TzUOF4sXaFyHMtUEcTQyCHmtyrda { width:9.5625rem;height:10.25rem;top:37.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqF71U2DPD27Jm39SVrqVamC9S1bGofd { width:9.5rem;height:10.1875rem;top:37.5rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyTOzJK9nFuze5KucpA0ZSMPd1UFTuzX { width:18.75rem;height:22.75rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0OiebcQDnVPtPwasVehg8TVZNUfHQPZ { width:18.75rem;height:1.625rem;top:48.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whgogHTBiu7CtM0hhyxrDE3qD9kPVFLo { width:16.25rem;height:4.75rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tcmZxCk9gJNipIUmWJMzQCbuegc99r { width:9.875rem;height:10.5625rem;top:37.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopVyPbzvCb3ud7EwPQD8NWIJKbO6FQ2 { top:67.1875rem;left:0rem;width:39.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO3aW8eUG6GVOQshd4Eidbmn4E7cQ0MP { top:70.125rem;left:0rem;width:25.8125rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svefu0deq4xXmCGM8W49oK1FWIWL1apD { top:76.0625rem;left:0rem;width:25.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp { display:block; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REHXLywyukNfzEmQx1BTPzPhA0iE2Whd { width:18.75rem;height:4.5rem;top:34.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNRdI14cTQKJMNsyIXm8Do6chtif9ZZ { width:18.75rem;height:1.75rem;top:40rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRt9TmEEJbeky7g5OutuzLRlynVQ5Ka0 { top:31.625rem;left:0rem;width:25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2hNGvVIesdV5V4lgkSMGmgdTXv7y9y { top:5rem;left:0rem;width:38.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzEn7VtvfEEeKo9yBTQli2WqUlqtpgb { top:15rem;left:0rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3n37c9yLU0a2RD5gVrI0mGOLgi1E4X { top:35.25rem;left:15.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCZUgmLTTH2uyJ7cIyum4u5JqfOR25a { width:12.25rem;height:3.375rem;top:44.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp88HfOmA68TMwNBrBgSveSiTwk2VnrW { display:block; }
 }@media only screen and (max-width: 763px) { #SQU5HhNcddEDob68MWANfnI3L7QJ5Bbx { width:18.75rem;height:1.75rem;top:40.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMZCJKskToB6QsD7JwCydUm82C9Ctay { top:31.625rem;left:6.75rem;width:25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ3XisXAFc2G5kIRTTTQDIEpD1lO56nA { width:18.75rem;height:4.5rem;top:34.875rem;left:13rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gskB1MbGXJXdeCO7XCrh9lTlqCTNfBOS { width:12.25rem;height:3.375rem;top:44.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAy6UNO0AETyc5oXuH3RiTNNHGP1c5B6 { display:block; }
 }@media only screen and (max-width: 763px) { #METuOs1AQ9G6pKDBcesNHgB2nr6Oi94x { top:35.25rem;left:34.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQLSDR0VruBuRImykl5cLUabrAletTf { top:15.0625rem;left:7rem;width:25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCDNRXleziChKl2pPV7yPklc2Txuwyi { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:27.375rem;height:23.875rem;top:10rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:27.375rem;height:23.875rem;top:10rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KWi2xMBeIxf8WklamoAKB4x8laqkfqtt {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lp0USJceQgM2P3d8S0lyew6yaQdQRN09 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yafzqz0aG8LH3PFMtwpvRoSoQMvk0s9N {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TXFITDqUUXo9fFVBalhhQA5Ar7SGnKUv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #OLFTlcaoOzWXe2MDmA7SUKWJg3N3riSh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #NcJVq1VGZqIBSGEdP4u5fTNGcJXBFHLU {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #z8tsUooasJbdHwA3r9HIHzlOwBzZbZZ3 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #vNpQCQ8O8MWKDbvvtJN8agVg2wiDVW1U {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yWPTQpAOF6B98KrgSHqrLIGMKsrpmBEr {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { top:9rem;left:10.125rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { top:21.0625rem;left:19.1875rem;width:28.5625rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:9rem;left:0rem;width:37.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { top:14.5rem;left:18.9375rem;width:28.8125rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW { display:block; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQqy494Q02lFZuIrFkv6O6BL3NTEnD13 { top:1.8125rem;left:30.5625rem;width:17.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueo4MD5tNZ2OD2vIBZzFJWIdbXHtoXl8 { width:8.3125rem;height:4.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz { display:block; }#VG5TnFSuHSDlpvaDiMy0m97ErNWahIxz > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeKZqmKF2z4SzCncPzlCuQIeQT0TdFmI { width:20rem;height:7.3111875rem;top:2.0621745586395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6TTaxEpzyilpMyGwpCtOS24I4gxQ49 { width:20rem;height:3.8981125rem;top:26.845705032349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L38LgoKiVpkcvvfQU1venvryaou9uqk4 { width:19.8123125rem;height:4.81228125rem;top:32.062175750733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDMDtoOGd655NHFJgqv5uEVyfZGvtGJD { display:block; }
 }@media only screen and (max-width: 763px) { #AdTBSl3I41ZEhuvNffINbUEr4KJgB3gZ { width:20rem;height:15.7498125rem;top:10.283745765686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e060f05-7784-4bb1-950e-77a38382ebda/Applianceslifespan.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,211,211,0.36); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,211,211,0.36); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:18.4375rem;height:8.400625rem;top:10.87646484375rem;left:0.78125rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:18rem;height:5.063475rem;top:20.9375rem;left:1rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:13.125rem;height:3.75rem;top:27.875rem;left:3.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:20rem;height:29.3125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:13.125rem;height:3.375rem;top:32.6875rem;left:3.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { width:18.0625rem;height:19.3125rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { width:12.3125rem;height:6.5625rem;top:33.125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2x26fGzr4EmuP4JWLDXuITPotTyi6XX { width:11.0625rem;height:6.125rem;top:2.125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:16.25rem;height:5.625rem;top:16.8125rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:20rem;height:22.0968875rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { width:20rem;height:13.75rem;top:1.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47205157-8999-402f-9f58-3faecc0fb94d/cornerstonevaleroverecerasnow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { width:0.1875rem;height:5.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { width:18.6875rem;height:5.625rem;top:64.9375rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { width:20rem;height:28.89595rem;top:72.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { width:0.1875rem;height:5.5rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { width:20rem;height:13.75rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:13.75rem;height:3.375rem;top:104rem;left:3.125rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #dtbdqTRlKsdQg8J51tUWNIwPEGDXFE1z { width:14.875rem;height:3.375rem;top:108.5625rem;left:2.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fdfHrDk4t1TqQxyUF2fKFQzANskMTUtc { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:20rem;height:4.20030625rem;top:14.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw3mZ3nQ5x6S5OaOrE9gpuhIBsl5lXLD { width:20rem;height:7.22225rem;top:20.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCiJFo2gXJUgSMHpf2KdF44pfZ0L1WIC { width:12.3125rem;height:10.9375rem;top:2.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ { display:block; }#KVUJs9nmaDxtQhkGe0yfVoRI3CmfJ1TZ > .row .container { width:20rem;height:178.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2K0naT0wELzxN6BIFx0WpbNMXq02KSg { width:18.75rem;height:22.625rem;top:9.0185546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LZ3RTTSGxTt55mRPD4o1zRpyybXwlI { width:10.25rem;height:10.9375rem;top:10.8310546875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFX8AKFsmARglwKoTn3F4nNPwAbXb0T { width:18.75rem;height:1.462675rem;top:22.3505859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3co7sQq0h43aQ3pfbOATXzaPeATT7Xq { width:16.25rem;height:4.798175rem;top:24.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuSrQVRmDRVvcLNHMIODst6yul1gUJtc { width:20rem;height:4.20030625rem;top:2.80078125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkFT3PGHkuOP969liNkW0JTSc7hZcA9P { width:18.75rem;height:22.75rem;top:57.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91QHtG9TrHAPUSFJfHAT3xygq9TN5TF { width:16.25rem;height:4.798175rem;top:73.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrcAo125kJJJOy8rCmPUibhJ6t82uZSB { width:18.75rem;height:1.462675rem;top:71.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEbqBufMM5dAeFhk8xe5Rrdc948tBrdW { width:9.5625rem;height:10.1875rem;top:59.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omyb3S38frAAe78CMk1EMVdzKqEyJCJk { width:18.75rem;height:22.75rem;top:106.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMc5E0yEPdMfIZtXCS4kTUxiQszW56br { width:16.25rem;height:4.798175rem;top:121.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh4eQ4495ASKIn7QURDr28E4HH3c6dFm { width:18.75rem;height:1.462675rem;top:119rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRy1OCTtCcXADaHhv3BvI4uSaJe0XT3 { width:11rem;height:11.75rem;top:107.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P34oWggOGlRfOVVRJcWOGy0t7WoPpb5t { width:18.75rem;height:22.75rem;top:130.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1RU7ZsQqlxcOWWs992TWRsQwSOz2Lo1 { width:16.25rem;height:4.798175rem;top:146.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPFQRGhbzuP38HIiZBf4zDZNgGhtIlM3 { width:18.75rem;height:1.462675rem;top:144.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68CHZVwkziVp7lxpC6qRNCDR9a4qySw { width:18.75rem;height:22.75rem;top:81.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWsI9HCfBfAw69WBUIWe1pNoPXEhMnw { width:16.25rem;height:3.19921875rem;top:97.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9pJUXJOdTvFrgzCleZ0pDAXG40xqr55 { width:18.75rem;height:1.462675rem;top:95.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6w5TzUOF4sXaFyHMtUEcTQyCHmtyrda { width:9.5625rem;height:10.25rem;top:132.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqF71U2DPD27Jm39SVrqVamC9S1bGofd { width:9.5rem;height:10.1875rem;top:84.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyTOzJK9nFuze5KucpA0ZSMPd1UFTuzX { width:18.75rem;height:22.75rem;top:33.2900390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0OiebcQDnVPtPwasVehg8TVZNUfHQPZ { width:18.75rem;height:1.462675rem;top:47.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whgogHTBiu7CtM0hhyxrDE3qD9kPVFLo { width:16.25rem;height:4.798175rem;top:49.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tcmZxCk9gJNipIUmWJMzQCbuegc99r { width:9.875rem;height:10.5625rem;top:35.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopVyPbzvCb3ud7EwPQD8NWIJKbO6FQ2 { width:20rem;height:7.5625rem;top:162.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO3aW8eUG6GVOQshd4Eidbmn4E7cQ0MP { width:20rem;height:4.20030625rem;top:156.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Svefu0deq4xXmCGM8W49oK1FWIWL1apD { width:20rem;height:2.99913125rem;top:171.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp { display:block; }#EQwifxSBXa9ZKlPXARHvhFqHZQw5okgp > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REHXLywyukNfzEmQx1BTPzPhA0iE2Whd { width:18.75rem;height:4.5497rem;top:26.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCNRdI14cTQKJMNsyIXm8Do6chtif9ZZ { width:18.75rem;height:1.5996125rem;top:32.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRt9TmEEJbeky7g5OutuzLRlynVQ5Ka0 { width:20rem;height:16.875rem;top:24.75rem;left:0rem;background-color:#0f143d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2hNGvVIesdV5V4lgkSMGmgdTXv7y9y { width:20rem;height:4.20030625rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzEn7VtvfEEeKo9yBTQli2WqUlqtpgb { width:20rem;height:13.316375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv3n37c9yLU0a2RD5gVrI0mGOLgi1E4X { display:flex;width:0.625rem;height:0.625rem;top:27.5rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #XaCZUgmLTTH2uyJ7cIyum4u5JqfOR25a { width:12.25rem;height:3.375rem;top:35.875rem;left:3.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Jp88HfOmA68TMwNBrBgSveSiTwk2VnrW { display:block; }
 }@media only screen and (max-width: 763px) { #SQU5HhNcddEDob68MWANfnI3L7QJ5Bbx { width:18.75rem;height:1.5996125rem;top:62.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMZCJKskToB6QsD7JwCydUm82C9Ctay { width:20rem;height:17rem;top:54.875rem;left:0rem;background-color:#0f143d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hJ3XisXAFc2G5kIRTTTQDIEpD1lO56nA { width:18.75rem;height:4.5497rem;top:57rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gskB1MbGXJXdeCO7XCrh9lTlqCTNfBOS { width:12.25rem;height:3.375rem;top:66.1875rem;left:3.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #oAy6UNO0AETyc5oXuH3RiTNNHGP1c5B6 { display:block; }
 }@media only screen and (max-width: 763px) { #METuOs1AQ9G6pKDBcesNHgB2nr6Oi94x { display:flex;width:0.625rem;height:0.625rem;top:57.5625rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #uUQLSDR0VruBuRImykl5cLUabrAletTf { width:20rem;height:13.2998125rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCDNRXleziChKl2pPV7yPklc2Txuwyi { width:20rem;height:2.69965rem;top:7.4013671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b39e4ab9-d335-4a09-abe3-c583b2535b1b/Screenshot20250120at85319PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,20,61,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,20,61,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:17.5rem;height:auto;top:27.5rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:17.5rem;height:auto;top:27.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KWi2xMBeIxf8WklamoAKB4x8laqkfqtt {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lp0USJceQgM2P3d8S0lyew6yaQdQRN09 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yafzqz0aG8LH3PFMtwpvRoSoQMvk0s9N {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TXFITDqUUXo9fFVBalhhQA5Ar7SGnKUv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #OLFTlcaoOzWXe2MDmA7SUKWJg3N3riSh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #NcJVq1VGZqIBSGEdP4u5fTNGcJXBFHLU {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #z8tsUooasJbdHwA3r9HIHzlOwBzZbZZ3 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #vNpQCQ8O8MWKDbvvtJN8agVg2wiDVW1U {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yWPTQpAOF6B98KrgSHqrLIGMKsrpmBEr {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { width:20rem;height:9.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { width:20rem;height:13.59810625rem;top:12.125rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:19.875rem;height:28.3125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { width:17.5625rem;height:6.75rem;top:2.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW { display:block; }#GK5C9msQTC3DoQx5QO8r2Z9eoZU4sQNW > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQqy494Q02lFZuIrFkv6O6BL3NTEnD13 { width:11.3125rem;height:1.94921875rem;top:2rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueo4MD5tNZ2OD2vIBZzFJWIdbXHtoXl8 { width:4.5625rem;height:2.4375rem;top:1.75rem;left:0rem;display:block; }
 }