.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:234,232,253;--color-primary-1:184,178,249;--color-primary-2:112,100,243;--color-primary-3:56,50,122;--color-primary-4:17,15,36;--color-secondary-0:221,251,250;--color-secondary-1:140,241,237;--color-secondary-2:25,227,219;--color-secondary-3:13,114,110;--color-secondary-4:4,34,33;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:225,225,225;--color-tertiary-3:113,113,113;--color-tertiary-4:22,22,22;--headlines-font-family:"exo";--paragraphs-font-family:"exo"; }@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:#1e2154;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,37,90,0.74);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { 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:2.6875rem;width:5.25rem;top:1.5000152587891rem;left:0rem;overflow:hidden;display:block; }
#sdtkKIVFlmVz7aTkmn4KQEvHX8EGD3ZL { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.5340909197035rem;left:56.354408143372rem;overflow:hidden;display:block; }
#xtai26MOT7IHZ40706PyTWibSCkANvsX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:47.4375rem;height:1.38068125rem;font-style:normal;display:block; }
#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container { background-color: transparent; background-image: none; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container > .video-iframe-container { display: none; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row > .video-iframe-container { display: none; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .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); }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container { border-width: 0; border-radius: 0; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.599431991577rem;left:0rem;height:11.0497125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:11.922585487366rem;left:19.767046928406rem;display:block; }
#P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:7.03750038147rem;left:8.3125rem;display:block; }
#DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:26.30624961853rem;left:41.499219894409rem;display:block; }
#xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { position:absolute;display:block;z-index:15004;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.25rem;left:19.062500953674rem;display:block; }
#V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:33.816761851311rem;left:46.606534004211rem;display:block; }
#a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { color:rgba(var(--color-tertiary-0),0.5);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.4375rem 0.3125rem 0.5rem rgba(0,0,0,0.5);top:26.306109428406rem;left:11.437500953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7625rem;height:2.5125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.471592903137rem;left:23.080967903137rem;display:block; }
#sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdEGXJ2loQlXOaPclh99iUinLwMTypGT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:30.75rem;height:4.387075rem;font-style:normal;display:block; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.50125rem;padding-right:0.424375rem;padding-bottom:0.50125rem;padding-left:0.424375rem;display:block;align-items:center;width:2.545rem;min-width:2.545rem;height:2.6925rem;position:relative;font-family:var(--headlines-font-family);font-size:2.005rem;font-weight:700;line-height:43.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.313125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.39375rem;height:1.06375rem;position:relative;font-family:arial;font-size:0.751875rem;font-weight:700;line-height:17.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.6875rem;height:4.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:12.625000953674rem;z-index:15006; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze { width:auto; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#oXZTssvy1xfoAAidERni5qhxfrfas7hK { 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:15.5625rem;width:15.375rem;top:8.25rem;left:4.875rem;overflow:hidden;display:block; }
#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.6875009536744rem;left:30.593750953674rem;height:2.39985625rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.4375rem;left:30.687500953674rem;height:3rem;font-style:normal;display:block; }
#J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.107955098152rem;left:32.031250953674rem;display:block; }
#UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:block; }
#xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:30.000000953674rem;height:;font-style:normal;display:block; }#xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m li:before{  }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { 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:20.3125rem;width:14.5625rem;top:4.9375rem;left:38.96875rem;overflow:hidden;display:block; }
#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:4.625rem;left:0rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:1.875rem;height:2.39985625rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.093749284744rem;left:1.875rem;height:7.5rem;font-style:normal;display:block; }
#coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.75rem;left:1.875rem;display:block; }
#s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:56rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:7.375rem;left:23.90625rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.adaptive-delivery-prevent-bg, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyload, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyloading { background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { background-color: transparent; background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .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); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { border-width: 0; border-radius: 0; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625000953674rem;height:2.39985625rem;font-style:normal;display:block; }
#hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.9375rem;left:30.625000953674rem;height:7.5rem;font-style:normal;display:block; }
#BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.375rem;left:30.625rem;display:block; }
#Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:4.8125rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:20.9375rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:22.6875rem;display:block; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { 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:17.25rem;width:14.25rem;top:6.78125rem;left:5.5rem;overflow:hidden;display:block; }
#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container { background-color: transparent; background-image: none; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container > .video-iframe-container { display: none; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row > .video-iframe-container { display: none; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .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); }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container { border-width: 0; border-radius: 0; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#qygMT1kFMPSfWGwbVMyhJSDhuu8Guh0U { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.5561065673828rem;left:10.000000953674rem;height:2.61221875rem;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; }
#M3nmQMzflpKaC5RGsbV8GRT496XQ2CfF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:14.237924098969rem;left:7.4062509536744rem;height:2.26846875rem;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; }
#rnJN35Nr8XWiykffOHk0DT249yfszyEf { color:rgba(206,202,202,0.7);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:17.470881700516rem;left:3.5rem;height:3.918325rem;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; }
#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container { background-color: transparent; background-image: none; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container > .video-iframe-container { display: none; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row > .video-iframe-container { display: none; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .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); }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container { border-width: 0; border-radius: 0; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container { font-size:0.875rem;font-family:arial;height:73.125rem;width:60rem;position:relative;display:block; }#TUgcscE3KOI18FcPTPsu45KW6w2AHSRI { box-sizing:content-box;height:53.25rem;width:19.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WuRqTdtnGI9TTViKk7e3drP9ms9LS7wF { color:#1a1d2b;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.8125rem;height:3.08665rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GEo8c18DP100qVveC5ZX3uCfClGhAfZh { color:rgba(var(--color-primary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.833807945251rem;left:7.2500009536744rem;height:2.27485625rem;font-style:normal;display:block; }
#yKOKXGQ26Ve6Vyt2elnP8ZT7arbQphVM { box-sizing:content-box;height:53.375rem;width:19.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:20.156250953674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB { color:#262626;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:5.375rem;left:20.9375rem;height:39.5170625rem;font-style:normal;display:block; }#g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB li:before{  }
#q1mUf3fRdZVefarTEAL6RWcUzw9U5ZTq { color:#1a1d2b;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1rem;left:24.406250953674rem;height:2.92471875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#naPM53GA296FWkSsvTip9TxTAPkUV19T { color:rgba(var(--color-primary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:46.833806991577rem;left:27.687500953674rem;height:2.27485625rem;font-style:normal;display:block; }
#xxiLoI2SVU9SKwGstyG3tVrewndQSKin { box-sizing:content-box;height:53.375rem;width:19.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:40.312500953674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR { color:#262626;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:5.375rem;left:41.093750953674rem;height:39.5170625rem;font-style:normal;display:block; }#eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR li:before{  }
#HZqzJQU6CZhJDHbScyEMnaBAJJHaT26F { color:#1a1d2b;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1rem;left:44.656250953674rem;height:2.92471875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MOrlHMpHcCeFKSEiA4bwRPJs976gUgy9 { color:rgba(var(--color-primary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:46.9375rem;left:48.562500953674rem;height:2.27485625rem;font-style:normal;display:block; }
#scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:49.4375rem;left:0.40625rem;display:block; }#scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb.adaptive-delivery-prevent-bg, #scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb.lazyload, #scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb.lazyloading { background-image: none; }
#nLD8b7dPWT3vhgzpXPxKuTzabHOLMf1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzcLercmMyD4zo5EGkolXurNWpU894Js { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:49.545455932618rem;left:20.625000953674rem;display:block; }#AzcLercmMyD4zo5EGkolXurNWpU894Js.adaptive-delivery-prevent-bg, #AzcLercmMyD4zo5EGkolXurNWpU894Js.lazyload, #AzcLercmMyD4zo5EGkolXurNWpU894Js.lazyloading { background-image: none; }
#w6guAB2TZDJ1TMDgmZa1n4sL5fFGFGKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B069bLlib86PqObO8GGODOxb3WPPv6mV { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:49.5625rem;left:40.750000953674rem;display:block; }#B069bLlib86PqObO8GGODOxb3WPPv6mV.adaptive-delivery-prevent-bg, #B069bLlib86PqObO8GGODOxb3WPPv6mV.lazyload, #B069bLlib86PqObO8GGODOxb3WPPv6mV.lazyloading { background-image: none; }
#DuEFq569mLk14fdSzBWOviHxl1r8tKiG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqKJ08ufIgrGqXUVUa0JWEdSAreszftV { color:#e2e2e2;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:69.186086654663rem;left:1.0625rem;height:1.625rem;display:block; }
#ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S { color:#262626;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.0625rem;height:36.555375rem;font-style:normal;display:block; }#ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S li:before{  }
#RNSgfJz1gVs3oztIOpMsvJEaMH0NCT8H { color:#e2e2e2;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:56.669034957886rem;left:1.125rem;height:;font-style:normal;display:block; }
#Oi2kTxJ4wu7LBDw4hVlndrf7HxhJTqsx { color:#5f5b5b;display:block;width:4.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:46.914774894714rem;left:11.375rem;height:2.03125rem;font-style:normal;display:block; }
#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container { background-color: transparent; background-image: none; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container > .video-iframe-container { display: none; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row > .video-iframe-container { display: none; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .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); }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container { border-width: 0; border-radius: 0; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#GtWKTTzRAmq9TWV5a1EzcE3EZRDgzXK5 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:5.3622159957886rem;left:7.4062509536744rem;height:;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; }
#XTTHC6sMieW9zJCl1Of4HqXlQFr3h0Ms { color:rgba(206,202,202,0.7);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:9.2833805084231rem;left:3.5rem;height:;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; }
#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container { background-color: transparent; background-image: none; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container > .video-iframe-container { display: none; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row > .video-iframe-container { display: none; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .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); }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container { border-width: 0; border-radius: 0; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:60rem;position:relative;display:block; }#n7XN8qSuRBaXiZFCQSXDQqbx65Icm4LT { box-sizing:content-box;height:48.9375rem;width:20.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:9.0000009536744rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HzXXcbL5mzl71mACVSFZWG94JOudGiuT { color:#1a1d2b;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6676137447357rem;left:11.531250953674rem;height:3.08665rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N5N78eMbDs9JUNSVsZzxTOaXNoo8yS5I { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.879261016846rem;left:17.250000953674rem;height:2.27485625rem;font-style:normal;display:block; }
#XbTGscxplUTp7uwJKw4GKmTGUn78eSue { box-sizing:content-box;height:49.0625rem;width:20rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30.718750953674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#oamDaaS9iFflJe8TMXduIInWPZIQdvvk { color:#262626;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:5.9978694915771rem;left:31.625rem;height:36.1306875rem;font-style:normal;display:block; }#oamDaaS9iFflJe8TMXduIInWPZIQdvvk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oamDaaS9iFflJe8TMXduIInWPZIQdvvk li:before{  }
#sDo2VnWdbzgRnKgZg6ATabxvGtWOf86v { color:#1a1d2b;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.7478713989257rem;left:33.687500953674rem;height:3.08665rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrTrWnJBKta74tn6NwzzEytTAFAZPpH7 { color:rgba(var(--color-primary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:42.879261016846rem;left:38.062500953674rem;height:2.27485625rem;font-style:normal;display:block; }
#G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:45.153409957886rem;left:9.8437509536744rem;display:block; }#G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL.adaptive-delivery-prevent-bg, #G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL.lazyload, #G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL.lazyloading { background-image: none; }
#L91Lv5qvfR55U6FmoCiExaZmCS2BpGSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:45.1875rem;left:31.343750953674rem;display:block; }#KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD.adaptive-delivery-prevent-bg, #KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD.lazyload, #KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD.lazyloading { background-image: none; }
#nO01iyDDuE8RkQWkFkzvXzhZdc8ViQsb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOpyt4ATwNhPbnTS05EEk3ensT5RUVsr { color:#e2e2e2;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:68.560359954831rem;left:1.09375rem;height:1.625rem;display:block; }
#Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 { color:#262626;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:5.9978647232056rem;left:10.1875rem;height:35.5681875rem;font-style:normal;display:block; }#Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 li:before{  }
#qTPxGeP5IyDN5smqy5hEmXBKpL94WK5c { color:#e2e2e2;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:52.499980926514rem;left:1.09375rem;height:;font-style:normal;display:block; }
#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container { background-color: transparent; background-image: none; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container > .video-iframe-container { display: none; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row > .video-iframe-container { display: none; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .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); }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container { border-width: 0; border-radius: 0; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#TEM3MIkEV3Dv6IIPWPQVAlU9OnINLSQv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:5.1122360229492rem;left:7.4062509536744rem;height:2.26846875rem;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; }
#MzWOscAt4Vf4s5RsB9V1thEmChVHo9Wq { color:rgba(206,202,202,0.7);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:9.2833824157712rem;left:3.5rem;height:3.918325rem;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; }
#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container { background-color: transparent; background-image: none; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container > .video-iframe-container { display: none; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row > .video-iframe-container { display: none; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .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); }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container { border-width: 0; border-radius: 0; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:60rem;position:relative;display:block; }#kOIi1G792gttrmMEZFFTQIARhd4s36iN { box-sizing:content-box;height:46.75rem;width:20.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:9.0000009536744rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#aChovG1aB7d6Nzf9WHQZ4pGCb5TZBMKS { color:#1a1d2b;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6676137447357rem;left:11.531250953674rem;height:1.543325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l4NuHfU0JqZB4C7lpqniPfLGTF02yRgk { color:rgba(var(--color-primary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:40.875rem;left:16.968750953674rem;height:2.27485625rem;font-style:normal;display:block; }
#TQ82FMFJ5z3ZPv8GzzzJkF5SqVMDVty7 { box-sizing:content-box;height:46.875rem;width:20.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30.718750953674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q { color:#262626;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.5rem;height:35.375rem;font-style:normal;display:block; }#xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q li:before{  }
#plUCcsVGqZQ4KGV2PrsBeSWsCKCRu8R7 { color:#1a1d2b;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.7478694915771rem;left:33.687500953674rem;height:1.543325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qMM3TRmGT9tu3nCOtOgTOl0qDT1g9ft3 { color:rgba(var(--color-primary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:40.875rem;left:38.156250953674rem;height:2.27485625rem;font-style:normal;display:block; }
#Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:43.0625rem;left:9.8437509536744rem;display:block; }#Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv.adaptive-delivery-prevent-bg, #Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv.lazyload, #Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv.lazyloading { background-image: none; }
#ZT11Bx6GGZlhhoW1wK9eS2oJMARdawX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:43.125rem;left:31.437500953674rem;display:block; }#fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI.adaptive-delivery-prevent-bg, #fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI.lazyload, #fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI.lazyloading { background-image: none; }
#sxOATfz7HRqzQB7QRqMUtPLBDNTTcFs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgCzl5hWkOuaMlpnqG8OHFgR0J6XsJZC { color:#e2e2e2;display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:65.872173309325rem;left:1.09375rem;height:1.625rem;display:block; }
#NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN { color:#262626;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:4.5625rem;left:10.125rem;height:31.9815625rem;font-style:normal;display:block; }#NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN li:before{  }
#zABJ7nCy61HHNHRyF2ueRLM8o5VT42Z2 { color:#e2e2e2;display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:51.436801910401rem;left:1.09375rem;height:13.8068125rem;font-style:normal;display:block; }
#ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { 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:14.625rem;width:13.1875rem;top:67.497181892394rem;left:16.295454978943rem;overflow:hidden;display:block; }
#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.adaptive-delivery-prevent-bg, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyload, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyloading { background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { background-color: transparent; background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .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); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { border-width: 0; border-radius: 0; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.753572463989rem;left:0rem;height:9.897725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:6.875rem;left:54.25rem;display:block; }
#crOTghSTkDchDsJvI8IPmwVvzteIRAZK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-secondary-4),0.1) ;height:24.125rem;width:28.6875rem;top:0rem;left:30.656250953674rem;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-form-header {  }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;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;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:12.375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .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; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .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.3; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container:first-of-type{padding-top:0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container:last-of-type{padding-bottom:0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4034090042114rem;left:33.406250953674rem; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg {display:block;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4034090042114rem;left:33.406250953674rem; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #kINXTUGhiiGGQKfp8y81hkiiMI0v8cg4 { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #w4oneiqK8144UC1dTALfGnxnvQzhvRF4 { position:relative;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #dREVdcQFkeFbZwlxilV5vTquB4nIa4VN { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HEJyTzxw6dUz0tzw8LguUTrkJEuXpc4e { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #LbL1rR0sBUZrSDEMr1Pxwnqyei9F7Ny3 { position:relative;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #MZNxJ73IhmkBvSu4LsPaEUiTKTHwGGtc { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #uApE3bs0QvxFqmkQawfftnSZETt0P5tE { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HNUzInZOGdKS9opT8FTrCWSvi8OECT7C { position:relative;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #fu0wTrAoSQZa8bIoxMRo9btMpJCDFTl2 { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #CcmdbXMGeMmx1J2IKBoi7KAzhzhvJ5WP { position:relative; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HieGQEbNafZDQQPAA1lZmaI3HQcenTOT { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:1.5rem;left:0rem;width:5.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdtkKIVFlmVz7aTkmn4KQEvHX8EGD3ZL { top:1.5rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtai26MOT7IHZ40706PyTWibSCkANvsX { top:2.25rem;left:38.625rem;width:9.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 { display:block; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:14.5625rem;left:0rem;width:47.75rem;height:11rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { top:11.875rem;left:13.642046928406rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { top:7rem;left:2.1875rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:26.25rem;left:35.374219894409rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { top:7.25rem;left:12.9375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { top:33.8125rem;left:40.481534004211rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:26.25rem;left:5.3125009536743rem;width:37.125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:13.75rem;height:2.5rem;top:34.4375rem;left:16.955967903137rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block; }
 }@media only screen and (max-width: 763px) { #PdEGXJ2loQlXOaPclh99iUinLwMTypGT { top:0.9375rem;left:24.625rem;width:22.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:19rem;height:5.3125rem;display:flex;top:18.375rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:8.25rem;left:1.8125rem;width:15.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:5.25rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:7.6875rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:11.4375rem;left:20rem;width:27.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { width:14.0625rem;height:2.8125rem;top:23.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m { top:15.3125rem;left:20.25rem;width:27.5rem;height:;font-size:0.875rem;display:block; }#xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m li:before{  }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { top:4.9375rem;left:29.78125rem;width:14.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:4.625rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:8.4375rem;left:0rem;width:26.375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:12.0625rem;left:0rem;width:27.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:14.0625rem;height:2.8125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:7.375rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:5.25rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:9.0625rem;left:18.875rem;width:28.875rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:12.9375rem;left:20.25rem;width:27.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:14.0625rem;height:2.8125rem;top:23.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { top:6.75rem;left:2.4375rem;width:14.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT { display:block; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qygMT1kFMPSfWGwbVMyhJSDhuu8Guh0U { top:5.5rem;left:3.8750009536743rem;width:40rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nmQMzflpKaC5RGsbV8GRT496XQ2CfF { top:14.1875rem;left:1.2812509536743rem;width:45.1875rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJN35Nr8XWiykffOHk0DT249yfszyEf { top:17.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 { display:block; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUgcscE3KOI18FcPTPsu45KW6w2AHSRI { width:19.5625rem;height:53.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuRqTdtnGI9TTViKk7e3drP9ms9LS7wF { top:0.875rem;left:0rem;width:15.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEo8c18DP100qVveC5ZX3uCfClGhAfZh { top:46.8125rem;left:1.1250009536743rem;width:3.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKOKXGQ26Ve6Vyt2elnP8ZT7arbQphVM { width:19.625rem;height:53.375rem;top:0rem;left:14.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB { top:5.375rem;left:14.8125rem;width:18.125rem;height:40.875rem;font-size:1.0625rem;display:block; }#g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB li:before{  }
 }@media only screen and (max-width: 763px) { #q1mUf3fRdZVefarTEAL6RWcUzw9U5ZTq { top:1rem;left:18.3125rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naPM53GA296FWkSsvTip9TxTAPkUV19T { top:46.8125rem;left:21.562500953674rem;width:4.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiLoI2SVU9SKwGstyG3tVrewndQSKin { width:19.625rem;height:53.375rem;top:0rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR { top:5.375rem;left:29.5625rem;width:18.1875rem;height:40.875rem;font-size:1.0625rem;display:block; }#eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR li:before{  }
 }@media only screen and (max-width: 763px) { #HZqzJQU6CZhJDHbScyEMnaBAJJHaT26F { top:1rem;left:36.8125rem;width:10.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOrlHMpHcCeFKSEiA4bwRPJs976gUgy9 { top:46.9375rem;left:42.4375rem;width:3.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb { width:18.75rem;height:2.8125rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLD8b7dPWT3vhgzpXPxKuTzabHOLMf1T { display:block; }
 }@media only screen and (max-width: 763px) { #AzcLercmMyD4zo5EGkolXurNWpU894Js { width:18.75rem;height:2.8125rem;top:49.5rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6guAB2TZDJ1TMDgmZa1n4sL5fFGFGKm { display:block; }
 }@media only screen and (max-width: 763px) { #B069bLlib86PqObO8GGODOxb3WPPv6mV { width:18.75rem;height:2.8125rem;top:49.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFq569mLk14fdSzBWOviHxl1r8tKiG { display:block; }
 }@media only screen and (max-width: 763px) { #yqKJ08ufIgrGqXUVUa0JWEdSAreszftV { top:69.125rem;left:0rem;width:32.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S { top:5.375rem;left:0rem;width:16.25rem;height:36.5rem;font-size:1rem;display:block; }#ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S li:before{  }
 }@media only screen and (max-width: 763px) { #RNSgfJz1gVs3oztIOpMsvJEaMH0NCT8H { top:56.625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi2kTxJ4wu7LBDw4hVlndrf7HxhJTqsx { top:46.9375rem;left:5.25rem;width:4.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JglCpbkcr3qGxSpIMSin09F0cIDmyhqD { display:block; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtWKTTzRAmq9TWV5a1EzcE3EZRDgzXK5 { top:5.3125rem;left:1.2812509536743rem;width:45.1875rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTHC6sMieW9zJCl1Of4HqXlQFr3h0Ms { top:9.25rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq { display:block; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7XN8qSuRBaXiZFCQSXDQqbx65Icm4LT { width:20.4375rem;height:48.9375rem;top:0rem;left:2.8750009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXXcbL5mzl71mACVSFZWG94JOudGiuT { top:1.625rem;left:5.4062509536743rem;width:15.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5N78eMbDs9JUNSVsZzxTOaXNoo8yS5I { top:42.875rem;left:11.125000953674rem;width:3.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTGscxplUTp7uwJKw4GKmTGUn78eSue { width:20rem;height:49.0625rem;top:0rem;left:24.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #oamDaaS9iFflJe8TMXduIInWPZIQdvvk { top:6rem;left:25.5rem;width:18.3125rem;height:36.125rem;font-size:1.0625rem;display:block; }#oamDaaS9iFflJe8TMXduIInWPZIQdvvk li:before{  }
 }@media only screen and (max-width: 763px) { #sDo2VnWdbzgRnKgZg6ATabxvGtWOf86v { top:1.6875rem;left:27.562500953674rem;width:15.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrTrWnJBKta74tn6NwzzEytTAFAZPpH7 { top:42.875rem;left:31.937500953674rem;width:5.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL { width:18.75rem;height:2.8125rem;top:45.125rem;left:3.7187509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91Lv5qvfR55U6FmoCiExaZmCS2BpGSv { display:block; }
 }@media only screen and (max-width: 763px) { #KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD { width:18.75rem;height:2.8125rem;top:45.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO01iyDDuE8RkQWkFkzvXzhZdc8ViQsb { display:block; }
 }@media only screen and (max-width: 763px) { #yOpyt4ATwNhPbnTS05EEk3ensT5RUVsr { top:68.5rem;left:0rem;width:32.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 { top:6rem;left:4.0625rem;width:16.25rem;height:;font-size:1rem;display:block; }#Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 li:before{  }
 }@media only screen and (max-width: 763px) { #qTPxGeP5IyDN5smqy5hEmXBKpL94WK5c { top:52.4375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 { display:block; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEM3MIkEV3Dv6IIPWPQVAlU9OnINLSQv { top:5.0625rem;left:1.2812509536743rem;width:45.1875rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzWOscAt4Vf4s5RsB9V1thEmChVHo9Wq { top:9.25rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu { display:block; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOIi1G792gttrmMEZFFTQIARhd4s36iN { width:20.4375rem;height:46.75rem;top:0rem;left:2.8750009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #aChovG1aB7d6Nzf9WHQZ4pGCb5TZBMKS { top:1.625rem;left:5.4062509536743rem;width:15.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4NuHfU0JqZB4C7lpqniPfLGTF02yRgk { top:40.875rem;left:10.875rem;width:4.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ82FMFJ5z3ZPv8GzzzJkF5SqVMDVty7 { width:20.1875rem;height:46.875rem;top:0rem;left:24.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q { top:4.5625rem;left:25.375rem;width:18.625rem;height:35.375rem;font-size:1.0625rem;display:block; }#xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q li:before{  }
 }@media only screen and (max-width: 763px) { #plUCcsVGqZQ4KGV2PrsBeSWsCKCRu8R7 { top:1.6875rem;left:27.562500953674rem;width:14.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMM3TRmGT9tu3nCOtOgTOl0qDT1g9ft3 { top:40.875rem;left:32.031250953674rem;width:5.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv { width:18.75rem;height:2.8125rem;top:43.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT11Bx6GGZlhhoW1wK9eS2oJMARdawX2 { display:block; }
 }@media only screen and (max-width: 763px) { #fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI { width:18.75rem;height:2.8125rem;top:43.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxOATfz7HRqzQB7QRqMUtPLBDNTTcFs2 { display:block; }
 }@media only screen and (max-width: 763px) { #rgCzl5hWkOuaMlpnqG8OHFgR0J6XsJZC { top:65.8125rem;left:0rem;width:32.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN { top:4.5625rem;left:4rem;width:16.25rem;height:31.9375rem;font-size:1rem;display:block; }#NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN li:before{  }
 }@media only screen and (max-width: 763px) { #zABJ7nCy61HHNHRyF2ueRLM8o5VT42Z2 { top:51.375rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { top:67.4375rem;left:10.170454978943rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { top:10.75rem;left:0rem;width:32.5rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { top:6.875rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOTghSTkDchDsJvI8IPmwVvzteIRAZK { width:28.6875rem;height:24.125rem;top:0rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg  { width:20.6875rem;height:17rem;top:3.375rem;left:24.218750953674rem; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg {display:block;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg { width:20.6875rem;height:17rem;top:3.375rem;left:24.218750953674rem; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #kINXTUGhiiGGQKfp8y81hkiiMI0v8cg4 {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #w4oneiqK8144UC1dTALfGnxnvQzhvRF4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #dREVdcQFkeFbZwlxilV5vTquB4nIa4VN {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HEJyTzxw6dUz0tzw8LguUTrkJEuXpc4e {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #LbL1rR0sBUZrSDEMr1Pxwnqyei9F7Ny3 { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #MZNxJ73IhmkBvSu4LsPaEUiTKTHwGGtc {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #uApE3bs0QvxFqmkQawfftnSZETt0P5tE {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HNUzInZOGdKS9opT8FTrCWSvi8OECT7C { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #fu0wTrAoSQZa8bIoxMRo9btMpJCDFTl2 {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #CcmdbXMGeMmx1J2IKBoi7KAzhzhvJ5WP {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HieGQEbNafZDQQPAA1lZmaI3HQcenTOT {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;z-index:auto;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:10.44246875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:2.8125rem;height:1.5625rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdtkKIVFlmVz7aTkmn4KQEvHX8EGD3ZL { width:2.5rem;height:2.5rem;top:6.69246875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtai26MOT7IHZ40706PyTWibSCkANvsX { width:9.125rem;height:0;top:4.0625rem;left:5.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 { position:relative;z-index:auto;display:block; }#yLeX0MGyspCqLRzJV4tSegQ08KS0q6s9 > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.6rem;top:10.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { width:19.875rem;height:19.875rem;top:2.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { width:5.625rem;height:5.625rem;top:1.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { width:8.0625rem;height:8.0625rem;top:16.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { width:0.75rem;height:0.75rem;top:4.5625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { width:0.75rem;height:0.75rem;top:22.15625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:1.1375rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:14.0625rem;height:2.8125rem;top:4.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block; }
 }@media only screen and (max-width: 763px) { #PdEGXJ2loQlXOaPclh99iUinLwMTypGT { width:20rem;height:0;top:25.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:18rem;height:5.0625rem;display:flex;top:14.625rem;left:0.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:9.375rem;height:9.4375rem;top:19.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:19.375rem;height:6.2988125rem;top:3.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9375rem;height:6.5625rem;top:10.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { width:12.5rem;height:2.8125rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.75rem;height:0.75rem;top:8.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:12.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:7.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.75rem;height:0.75rem;top:27.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m { width:20rem;height:0;top:30.8125rem;left:0rem;font-size:0.875rem;display:block; }#xPx3ZLcmEZtCHwyAS8BMwv0o9oBoeA0m li:before{  }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { width:7.5rem;height:10.375rem;top:19.4375rem;left:12.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:6.2988125rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9375rem;height:6.5625rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:12.5rem;height:2.8125rem;top:18.3125rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.75rem;height:0.75rem;top:23.5rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:14.6875rem;left:2.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:23.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.75rem;height:0.75rem;top:30rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:6.2988125rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9375rem;height:6.5625rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:12.5rem;height:2.8125rem;top:18.1875rem;left:0.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { width:0.75rem;height:0.75rem;top:25.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { width:15rem;height:15rem;top:12.0625rem;left:2.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:22.3125rem;left:4.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { width:0.75rem;height:0.75rem;top:18.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { width:8.75rem;height:10.5rem;top:20rem;left:11.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT { display:block; }#q27rQqZrDMbCmTRGlJMVwehgZz9SFcRT > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qygMT1kFMPSfWGwbVMyhJSDhuu8Guh0U { width:20rem;height:7.7983125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M3nmQMzflpKaC5RGsbV8GRT496XQ2CfF { width:20rem;height:5.1988625rem;top:10.2983125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rnJN35Nr8XWiykffOHk0DT249yfszyEf { width:20rem;height:0;top:16.7358125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 { display:block; }#PwKNTLo5NmxrLI8yJND5KgHxeZqFWbR3 > .row .container { width:20rem;height:132.80259619141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUgcscE3KOI18FcPTPsu45KW6w2AHSRI { width:15.9375rem;height:20.625rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuRqTdtnGI9TTViKk7e3drP9ms9LS7wF { width:14.1875rem;height:4.387075rem;top:2.0653457641601rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GEo8c18DP100qVveC5ZX3uCfClGhAfZh { width:4.8125rem;height:2.27485625rem;top:29.819610595703rem;left:9.7187509536744rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKOKXGQ26Ve6Vyt2elnP8ZT7arbQphVM { width:15.9375rem;height:20.625rem;top:37.041198730469rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB { width:11.375rem;height:22.0298125rem;top:43.228698730469rem;left:2.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#g6UvvTLm35eFc6v8l4AyTST1GMNKUaXB li:before{  }
 }@media only screen and (max-width: 763px) { #q1mUf3fRdZVefarTEAL6RWcUzw9U5ZTq { width:14.1875rem;height:4.387075rem;top:37.856544494629rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #naPM53GA296FWkSsvTip9TxTAPkUV19T { width:4.8125rem;height:2.27485625rem;top:65.610809326175rem;left:9.1732940673825rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxiLoI2SVU9SKwGstyG3tVrewndQSKin { width:15.9375rem;height:20.625rem;top:72.832397460938rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR { width:11.375rem;height:23.166875rem;top:78.769897460938rem;left:3.4829559326172rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#eFTmK7DOL9d3AuOnb5yoXmD55L97EkrR li:before{  }
 }@media only screen and (max-width: 763px) { #HZqzJQU6CZhJDHbScyEMnaBAJJHaT26F { width:14.1875rem;height:1.46235625rem;top:73.647033691406rem;left:5.5625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MOrlHMpHcCeFKSEiA4bwRPJs976gUgy9 { width:4.8125rem;height:2.27485625rem;top:101.40200805664rem;left:9rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scMV78XdbLZ5O1HpkeiWkyT2VS8QkpVb { width:18.75rem;height:2.8125rem;top:32.978698730469rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLD8b7dPWT3vhgzpXPxKuTzabHOLMf1T { display:block; }
 }@media only screen and (max-width: 763px) { #AzcLercmMyD4zo5EGkolXurNWpU894Js { width:18.75rem;height:2.8125rem;top:68.769897460938rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6guAB2TZDJ1TMDgmZa1n4sL5fFGFGKm { display:block; }
 }@media only screen and (max-width: 763px) { #B069bLlib86PqObO8GGODOxb3WPPv6mV { width:18.75rem;height:2.8125rem;top:104.56109619141rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFq569mLk14fdSzBWOviHxl1r8tKiG { display:block; }
 }@media only screen and (max-width: 763px) { #yqKJ08ufIgrGqXUVUa0JWEdSAreszftV { width:20rem;height:6.5rem;top:108.62359619141rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S { width:11.375rem;height:19.7556875rem;top:7.4375rem;left:3.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ESn4Tn0yd2GUvZxMCbIHEH0639OlfV4S li:before{  }
 }@media only screen and (max-width: 763px) { #RNSgfJz1gVs3oztIOpMsvJEaMH0NCT8H { width:20rem;height:0;top:119.65484619141rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oi2kTxJ4wu7LBDw4hVlndrf7HxhJTqsx { width:4.8125rem;height:0;top:116.37359619141rem;left:7.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JglCpbkcr3qGxSpIMSin09F0cIDmyhqD { display:block; }#JglCpbkcr3qGxSpIMSin09F0cIDmyhqD > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtWKTTzRAmq9TWV5a1EzcE3EZRDgzXK5 { width:20rem;height:5.1988625rem;top:10.2983125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XTTHC6sMieW9zJCl1Of4HqXlQFr3h0Ms { width:20rem;height:0;top:16.7358125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq { display:block; }#ucfzGB1n8DNp84RpJx8mgsmSoOTBHZOq > .row .container { width:20rem;height:132.81109619141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7XN8qSuRBaXiZFCQSXDQqbx65Icm4LT { width:15.9375rem;height:20.625rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXXcbL5mzl71mACVSFZWG94JOudGiuT { width:14.1875rem;height:4.387075rem;top:2.0653457641601rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N5N78eMbDs9JUNSVsZzxTOaXNoo8yS5I { width:4.8125rem;height:2.27485625rem;top:29.819610595703rem;left:9.7187509536744rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbTGscxplUTp7uwJKw4GKmTGUn78eSue { width:15.9375rem;height:20.625rem;top:37.041198730469rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oamDaaS9iFflJe8TMXduIInWPZIQdvvk { width:11.375rem;height:22.0298125rem;top:43.228698730469rem;left:2.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oamDaaS9iFflJe8TMXduIInWPZIQdvvk li:before{  }
 }@media only screen and (max-width: 763px) { #sDo2VnWdbzgRnKgZg6ATabxvGtWOf86v { width:14.1875rem;height:4.387075rem;top:37.856544494629rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yrTrWnJBKta74tn6NwzzEytTAFAZPpH7 { width:4.8125rem;height:2.27485625rem;top:65.610809326175rem;left:9.1732940673825rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1yRVuLxBi5AfrRA2WJAKvzaHHruLkiL { width:18.75rem;height:2.8125rem;top:32.978698730469rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91Lv5qvfR55U6FmoCiExaZmCS2BpGSv { display:block; }
 }@media only screen and (max-width: 763px) { #KF20SXPL3WG2lb8XXr2m7qSbo03Ar5UD { width:18.75rem;height:2.8125rem;top:68.769897460938rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO01iyDDuE8RkQWkFkzvXzhZdc8ViQsb { display:block; }
 }@media only screen and (max-width: 763px) { #yOpyt4ATwNhPbnTS05EEk3ensT5RUVsr { width:20rem;height:6.5rem;top:108.62359619141rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 { width:11.375rem;height:19.7556875rem;top:7.4375rem;left:3.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#Ant4maCAzzaEBVBMou4ehZAe5y8lI6Z6 li:before{  }
 }@media only screen and (max-width: 763px) { #qTPxGeP5IyDN5smqy5hEmXBKpL94WK5c { width:20rem;height:0;top:116.37359619141rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 { display:block; }#VL081CyfBg5zfr3RHxWihOoh2lCJ7Xk7 > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEM3MIkEV3Dv6IIPWPQVAlU9OnINLSQv { width:20rem;height:5.1988625rem;top:10.2983125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MzWOscAt4Vf4s5RsB9V1thEmChVHo9Wq { width:20rem;height:0;top:16.7358125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu { display:block; }#LQs1TcwAvmfbdCFuOQpbnkfQb67rqWbu > .row .container { width:20rem;height:131.42972119141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOIi1G792gttrmMEZFFTQIARhd4s36iN { width:15.9375rem;height:20.625rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aChovG1aB7d6Nzf9WHQZ4pGCb5TZBMKS { width:14.1875rem;height:4.387075rem;top:2.0653457641601rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l4NuHfU0JqZB4C7lpqniPfLGTF02yRgk { width:4.8125rem;height:2.27485625rem;top:29.819610595703rem;left:9.7187509536744rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ82FMFJ5z3ZPv8GzzzJkF5SqVMDVty7 { width:15.9375rem;height:20.625rem;top:37.041198730469rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q { width:11.375rem;height:22.0298125rem;top:43.228698730469rem;left:2.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#xsAw18NPBW4XrULQVKfxuprUTZJ6mh8Q li:before{  }
 }@media only screen and (max-width: 763px) { #plUCcsVGqZQ4KGV2PrsBeSWsCKCRu8R7 { width:14.1875rem;height:4.387075rem;top:37.856544494629rem;left:4.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qMM3TRmGT9tu3nCOtOgTOl0qDT1g9ft3 { width:4.8125rem;height:2.27485625rem;top:65.610809326175rem;left:9.1732940673825rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oylcaf6TKEC3dlkHEkZqJLmMhz484AQv { width:18.75rem;height:2.8125rem;top:32.978698730469rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT11Bx6GGZlhhoW1wK9eS2oJMARdawX2 { display:block; }
 }@media only screen and (max-width: 763px) { #fuLUPbrJoK7AxTDLDARTyR0fqJzs3TBI { width:18.75rem;height:2.8125rem;top:68.769897460938rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxOATfz7HRqzQB7QRqMUtPLBDNTTcFs2 { display:block; }
 }@media only screen and (max-width: 763px) { #rgCzl5hWkOuaMlpnqG8OHFgR0J6XsJZC { width:20rem;height:6.5rem;top:108.62359619141rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN { width:11.375rem;height:19.7556875rem;top:7.4375rem;left:3.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NB3FUhnm52yA0BRy1NWR6ThoWamVqnXN li:before{  }
 }@media only screen and (max-width: 763px) { #zABJ7nCy61HHNHRyF2ueRLM8o5VT42Z2 { width:20rem;height:0;top:116.37359619141rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { width:6.25rem;height:6.875rem;top:13.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { width:20rem;height:3.8984375rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { width:5.625rem;height:5.625rem;top:15.5625rem;left:13.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #crOTghSTkDchDsJvI8IPmwVvzteIRAZK { width:20rem;height:24.125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-text {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-select {padding-top: 0; padding-bottom: 0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#005bae;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container:first-of-type{padding-top:0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .widget-container:last-of-type{padding-bottom:0;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg  { width:17.5rem;height:17rem;top:3.375rem;left:0rem; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg {display:block;}#tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg { width:17.5rem;height:17rem;top:25.840896606445rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #kINXTUGhiiGGQKfp8y81hkiiMI0v8cg4 {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #w4oneiqK8144UC1dTALfGnxnvQzhvRF4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #dREVdcQFkeFbZwlxilV5vTquB4nIa4VN {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HEJyTzxw6dUz0tzw8LguUTrkJEuXpc4e {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #LbL1rR0sBUZrSDEMr1Pxwnqyei9F7Ny3 { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #MZNxJ73IhmkBvSu4LsPaEUiTKTHwGGtc {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #uApE3bs0QvxFqmkQawfftnSZETt0P5tE {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HNUzInZOGdKS9opT8FTrCWSvi8OECT7C { display:block; }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #fu0wTrAoSQZa8bIoxMRo9btMpJCDFTl2 {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #CcmdbXMGeMmx1J2IKBoi7KAzhzhvJ5WP {  }
 }@media only screen and (max-width: 763px) { #tpeh0mpmT7TKliiDUrlTw2wI2yTd3vrg #HieGQEbNafZDQQPAA1lZmaI3HQcenTOT {  }
 }