.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(top, #2258c5, rgba(0,0,0,0));background-image: -moz-linear-gradient(top, #2258c5, rgba(0,0,0,0));background-image: -ms-linear-gradient(top, #2258c5, rgba(0,0,0,0));background-image: -o-linear-gradient(top, #2258c5, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258c5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258c5', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, #2258c5, rgba(0,0,0,0));background-size:cover !important;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0830c92e-f9ba-4ad4-a2d6-07b64abe11dc/ScreenShot20220613at104903.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:48.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qBz3gwPfE9HMMBqKH9k32C6cT4CE48h7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:20.25rem;left:12.96875rem;height:1.25rem;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:none; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:99996;background-color:#04ecdf;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;height:16.875rem;width:18.4375rem;top:2.75rem;left:0rem;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:#ffffff;display:block;width:12rem;position:absolute;font-family:gotham;font-size:1.625rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:7.5rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:#01296f;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:11.625rem;left:2.4375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:100006;background-color:#04ecdf;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;height:16.875rem;width:18.4375rem;top:2.75rem;left:41.5625rem;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:99997;background-color:#04ecdf;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;height:16.875rem;width:18.4375rem;top:2.75rem;left:20.8125rem;display:none; }
#pLCSPHHgV0XToHgh09prk1XRHVOOeIay { box-sizing:content-box;color:#ffe800;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.1875rem;left:6.75rem;display:block; }
#NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { box-sizing:content-box;color:#ffe800;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1.59375rem;left:27.9375rem;display:block; }
#zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:gotham;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:7.5rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { color:#01296f;display:block;width:14.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:11.625rem;left:22.8125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { color:#01296f;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:11.625rem;left:44rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POgvI76OStWzKFVObNn5Stymg3tlz1Sb { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:gotham;font-size:1.625rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:7.5rem;left:42.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { box-sizing:content-box;color:#ffe800;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100098;top:1.3125rem;left:48.5rem;display:block; }
#aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { position:absolute;display:block;z-index:100009;background-color:#6783c2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:3.6875rem;width:6.1875rem;top:2.75rem;left:47.75rem;display:block; }
#U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { position:absolute;display:block;z-index:100097;background-color:#ee2e7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ee2e7e;border-left:0.25rem solid #ee2e7e;border-right:0.25rem solid #ee2e7e;border-bottom:0.25rem solid #ee2e7e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:47.5625rem;display:block; }
#w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { position:absolute;display:block;z-index:99998;background-color:#ee2e7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ee2e7e;border-left:0.25rem solid #ee2e7e;border-right:0.25rem solid #ee2e7e;border-bottom:0.25rem solid #ee2e7e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:26.8125rem;display:block; }
#cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { position:absolute;display:block;z-index:99999;background-color:#ee2e7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ee2e7e;border-left:0.25rem solid #ee2e7e;border-right:0.25rem solid #ee2e7e;border-bottom:0.25rem solid #ee2e7e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:6rem;display:block; }
#uswks2dCKIN5anlaEMgw8W2f0EiTh2gI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#S746GSAyKeL38wFNuLo4zmGTIlz68b4b { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#naQldWW9iZB28Vx9smIZ5FWLTh3b79iX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -moz-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -ms-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -o-linear-gradient(180deg, #5115b0, #fff4dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5115b0', endColorstr='#fff4dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5115b0', endColorstr='#fff4dc' );";background-image: linear-gradient(180deg, #5115b0, #fff4dc);background-size:cover !important;position:relative;display:block; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { background-color: transparent; background-image: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container > .video-iframe-container { display: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row > .video-iframe-container { display: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .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); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { border-width: 0; border-radius: 0; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#RqTGKCkqQSAh7vmdXB8cyn8NU7MeA8BV { color:#000000;display:block;width:30rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:15.59375rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHNtTuEJvX39lTxnnmAbBWcRbIaDSJQy { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:13.0625rem;left:17.625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-form-header {  }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-regular-label { height:auto;display:block;font-family:gotham;font-size:0.75rem;font-weight:400;color:#ee2e7e;width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .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; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#04ecdf;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#01296f;width:22.875rem;height:3.4375rem;font-family:gotham;overflow:hidden; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .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; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container:first-of-type{padding-top:0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container:last-of-type{padding-bottom:0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.90625rem;top:17.125rem;z-index:100006;position:absolute; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp {display:block;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:17.90625rem;top:17.125rem;z-index:100006;position:absolute; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #qgpCp9ZBVeOmxtqaDFwwULqIC9KFEWAZ { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #ykVffvvNfUeHh3ZmdPbvAvJnS7rWsB9B { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #CeyG1fCSbzMCwnpi34xZpISocWDXmqzH { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #u4fNc3ZPoIMqly1UNcFDJcnILkW5gmRT { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #gAZoHBlkur76Z2ZPvvJeeFA8mBiiHL4C { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TpUAveq2sOxhR3NPmG5B9KfBPCbpsEqH { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #MZCPkLROuPgQwfDFHCOa16xyXyUTZVaG { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #B7ad1JHr5grO6sygQcHMR6r5Xc15xTSD { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #t56FkOmKCTDB6hT2uE7JT9qUKWv06ce0 { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #xVOcsdmRqeEcuqi9H8LWv95ApZuSTMPA { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #mbCEhDuZm6EbTH5GS8kBlKILAR2GvxE8 { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TQVqVO9D0aGs67L3RkeoTGf0z63BKGbF { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #M8X2ol46DyxEWgFWAoRE2cPQw5ufmxTH { position:relative; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #tnbyq8eUKNPTfLLdIKysn7xp6J7BtzXG { position:relative; }
#OuhmHFDtyWDdKWVJiHDaeHPKwmfWTDrX { color:#fff4dc;display:block;width:30rem;position:absolute;font-family:gotham;font-size:2.3125rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:4.1875rem;left:15.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDZfg6aR88d4Z2pOAs2faD0t1N7hBqQQ { color:#000000;display:block;width:30rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,245,0.79);background-image:url("https://images.assets-landingi.com/uc/db7a7238-b994-4476-87d5-fda7266d8ebc/ScreenShot20220613at104934.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.adaptive-delivery-prevent-bg, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyload, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyloading { background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { border-width: 0; border-radius: 0; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { background-color: transparent; background-image: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container > .video-iframe-container { display: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row > .video-iframe-container { display: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .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); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { border-width: 0; border-radius: 0; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { box-sizing:content-box;color:#ee2e7e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.125rem;left:49.6875rem;display:block; }
#mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { box-sizing:content-box;color:#ee2e7e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:52.8125rem;display:block; }
#NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { display:block;width:37.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:1.9986782073974rem;left:0.87348175048825rem;height:1.4375rem;font-style:normal;display:block; }
#lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { box-sizing:content-box;color:#ee2e7e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.125rem;left:55.9375rem;display:block; }
#J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:0.8125rem;left:41.375rem;overflow:hidden;display:block; }
#Ana8zEm32XPLz2g2HOeiDt73JJnuWyeN { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:0.8125rem;left:36.625rem;overflow:hidden;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:none; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.03125rem;left:0.03125rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.21875rem;height:8.25rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.71875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:23.25rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:20.75rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:6.875rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:43.1875rem;height:6.875rem;font-style:normal;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:none; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5rem;left:0.0625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBz3gwPfE9HMMBqKH9k32C6cT4CE48h7 { width:12.5rem;height:1.25rem;top:20.25rem;left:6.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:3.25rem;top:7.5rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:13.5625rem;height:4.125rem;top:11.625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.875rem;top:2.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.875rem;top:2.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:4.9375rem;height:4.9375rem;top:1.1875rem;left:4.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:4.125rem;height:4.125rem;top:1.5625rem;left:21.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:3.25rem;top:7.5rem;left:17.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.4375rem;height:4.125rem;top:11.625rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:4.125rem;top:11.625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:15.6875rem;height:3.25rem;top:7.5rem;left:31.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { width:4.6875rem;height:4.6875rem;top:1.3125rem;left:38.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { width:6.1875rem;height:3.6875rem;top:2.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:0.5rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:0.5rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { width:5.9375rem;height:5.9375rem;top:0.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uswks2dCKIN5anlaEMgw8W2f0EiTh2gI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S746GSAyKeL38wFNuLo4zmGTIlz68b4b { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #naQldWW9iZB28Vx9smIZ5FWLTh3b79iX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg { display:block; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqTGKCkqQSAh7vmdXB8cyn8NU7MeA8BV { width:30rem;height:2.875rem;top:9.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHNtTuEJvX39lTxnnmAbBWcRbIaDSJQy { width:25.9375rem;height:2.375rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp  { width:22.875rem;height:auto; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp {display:block;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp { width:22.875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #qgpCp9ZBVeOmxtqaDFwwULqIC9KFEWAZ {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #ykVffvvNfUeHh3ZmdPbvAvJnS7rWsB9B {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #CeyG1fCSbzMCwnpi34xZpISocWDXmqzH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #u4fNc3ZPoIMqly1UNcFDJcnILkW5gmRT {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #gAZoHBlkur76Z2ZPvvJeeFA8mBiiHL4C {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TpUAveq2sOxhR3NPmG5B9KfBPCbpsEqH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #MZCPkLROuPgQwfDFHCOa16xyXyUTZVaG {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #B7ad1JHr5grO6sygQcHMR6r5Xc15xTSD {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #t56FkOmKCTDB6hT2uE7JT9qUKWv06ce0 {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #xVOcsdmRqeEcuqi9H8LWv95ApZuSTMPA {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #mbCEhDuZm6EbTH5GS8kBlKILAR2GvxE8 {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TQVqVO9D0aGs67L3RkeoTGf0z63BKGbF {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #M8X2ol46DyxEWgFWAoRE2cPQw5ufmxTH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #tnbyq8eUKNPTfLLdIKysn7xp6J7BtzXG {  }
 }@media only screen and (max-width: 763px) { #OuhmHFDtyWDdKWVJiHDaeHPKwmfWTDrX { width:30rem;height:3.1875rem;top:4.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDZfg6aR88d4Z2pOAs2faD0t1N7hBqQQ { width:30rem;height:2.875rem;top:1.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.75rem;height:3.75rem;top:0.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ana8zEm32XPLz2g2HOeiDt73JJnuWyeN { width:3.8125rem;height:3.8125rem;top:0.8125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:2.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0a237c84-abb3-44f7-8661-5f3f82aabfa1/ScreenShot20220613at125400.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBz3gwPfE9HMMBqKH9k32C6cT4CE48h7 { width:12.5rem;height:1.25rem;top:43.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:66.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.25rem;top:5.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:3.25rem;top:10.6875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:4.125rem;top:14.875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.25rem;top:48.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:27.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:5.3125rem;height:5.3125rem;top:3.125rem;left:7.34375rem;font-size:3.6875rem;z-index:100100;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:5.3125rem;height:5.3125rem;top:24.125rem;left:7.3125rem;font-size:3.6875rem;z-index:100099;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:3.25rem;top:31.5rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.875rem;height:4.125rem;top:35.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:15.5rem;height:4.125rem;top:56.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:15.1875rem;height:3.25rem;top:52.875rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { width:5.3125rem;height:5.3125rem;top:45.375rem;left:7.21875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { width:6.75rem;height:3.6875rem;top:38.125rem;left:6.625rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:68.625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:60.9375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { width:5.9375rem;height:5.9375rem;top:53.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uswks2dCKIN5anlaEMgw8W2f0EiTh2gI { top:44.4375rem;left:6.3125rem;width:7.1875rem;height:7.1875rem;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ee2e7e;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) { #S746GSAyKeL38wFNuLo4zmGTIlz68b4b { top:23.1875rem;left:6.40625rem;width:7.1875rem;height:7.1875rem;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ee2e7e;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) { #naQldWW9iZB28Vx9smIZ5FWLTh3b79iX { top:2.1875rem;left:6.40625rem;width:7.1875rem;height:7.1875rem;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ee2e7e;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) { #xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -moz-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -ms-linear-gradient(180deg, #5115b0, #fff4dc);background-image: -o-linear-gradient(180deg, #5115b0, #fff4dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5115b0', endColorstr='#fff4dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5115b0', endColorstr='#fff4dc' );";background-image: linear-gradient(180deg, #5115b0, #fff4dc);background-size:cover !important;display:block; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { background-color: transparent; background-image: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container > .video-iframe-container { display: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row > .video-iframe-container { display: none; }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .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); }#xOVpnTHioUhKpK3pm4tnvT9JXBhcXgkg > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqTGKCkqQSAh7vmdXB8cyn8NU7MeA8BV { width:20rem;height:3.875rem;top:12.5595703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pHNtTuEJvX39lTxnnmAbBWcRbIaDSJQy { width:19.1875rem;height:3.5625rem;top:16.9970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-form-header {  }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-regular-label { height:auto;display:block;font-family:gotham;font-size:0.75rem;font-weight:400;color:#ee2e7e;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .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; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#04ecdf;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#0b3a59;width:9.75rem;height:3.4375rem;font-family:gotham;overflow:hidden; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .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; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container:first-of-type{padding-top:0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-container:last-of-type{padding-bottom:0;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.25rem;top:23.25rem;z-index:100002; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp {display:block;}#Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.25rem;top:23.25rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #qgpCp9ZBVeOmxtqaDFwwULqIC9KFEWAZ {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #ykVffvvNfUeHh3ZmdPbvAvJnS7rWsB9B {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #CeyG1fCSbzMCwnpi34xZpISocWDXmqzH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #u4fNc3ZPoIMqly1UNcFDJcnILkW5gmRT {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #gAZoHBlkur76Z2ZPvvJeeFA8mBiiHL4C {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TpUAveq2sOxhR3NPmG5B9KfBPCbpsEqH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #MZCPkLROuPgQwfDFHCOa16xyXyUTZVaG {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #B7ad1JHr5grO6sygQcHMR6r5Xc15xTSD {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #t56FkOmKCTDB6hT2uE7JT9qUKWv06ce0 {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #xVOcsdmRqeEcuqi9H8LWv95ApZuSTMPA {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #mbCEhDuZm6EbTH5GS8kBlKILAR2GvxE8 {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #TQVqVO9D0aGs67L3RkeoTGf0z63BKGbF {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #M8X2ol46DyxEWgFWAoRE2cPQw5ufmxTH {  }
 }@media only screen and (max-width: 763px) { #Va2i7JP1fZGnTlGN6T7ZNpI0LD4rFiqp #tnbyq8eUKNPTfLLdIKysn7xp6J7BtzXG {  }
 }@media only screen and (max-width: 763px) { #OuhmHFDtyWDdKWVJiHDaeHPKwmfWTDrX { width:20rem;height:2rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JDZfg6aR88d4Z2pOAs2faD0t1N7hBqQQ { width:20rem;height:3.875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { background-color:#6783c2;background-image:url("https://images.assets-landingi.com/uc/fa09ce55-39e5-4ba2-9c8e-13b75b558720/ScreenShot20220613at125418.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.adaptive-delivery-prevent-bg, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyload, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyloading { background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:4.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:4.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:19.25rem;height:2.5rem;top:1.6861991882324rem;left:0.43619799613952rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { width:3.125rem;height:3.125rem;top:4.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.9375rem;height:3.8125rem;top:8.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ana8zEm32XPLz2g2HOeiDt73JJnuWyeN { width:3.8125rem;height:3.8125rem;top:8.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:50.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:3.3125rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:13.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:29.5625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:45.75rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:20.1875rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:16.875rem;left:0.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:36.25rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:4.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }