.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ { position:relative;display:block; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ { background-color: transparent; background-image: none; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container > .video-iframe-container { display: none; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row > .video-iframe-container { display: none; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .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); }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ { border-width: 0; border-radius: 0; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:50.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oSxab98MxM9kAzckgK0TQg9hA7iEHF55 { display:block;width:31.9375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:31.625rem;left:1.0625rem;height:;color:#ffe181;display:block; }#oSxab98MxM9kAzckgK0TQg9hA7iEHF55 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oSxab98MxM9kAzckgK0TQg9hA7iEHF55 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
#nJqP1axl6KTEugg0DVfxkTk1kKKGksDh { color:#0d0d0d;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.171875rem;left:9.375rem;height:;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; }
#LSWyGlzV0guEPK8Mck4G0dSxBBoHZuTP { display:block;width:38rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.84375rem;left:1.0625rem;height:13.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#0d0d0d;display:block; }
#cV8AlqXSHUHN6ZmtUr303saSal2oB9c7 { position:absolute;display:block;z-index:15002;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:34.5625rem;width:27.75rem;top:15.640625rem;left:47.25rem;overflow:hidden;display:block; }
#uC3uOTE1EEEEqImyKfOeTG82eEZCXBCV { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4359375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.625rem;left:0.8125rem;display:block; }
#oefT9l6Dg3XKFLZSlkBzbW0CdtFVWk2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQIO7Ky2uIDxpz9JzmUD01KcXOI3WGg7 { position:absolute;display:block;z-index:15001;background-color:#f8ba1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#xCyzSEwJ3ilHC55zHkarANOvBzmOS8DC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:12.875rem;top:33.765625rem;left:34.0625rem;overflow:hidden;display:block; }
#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A { position:relative;display:block; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A { background-color: transparent; background-image: none; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container > .video-iframe-container { display: none; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row > .video-iframe-container { display: none; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .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); }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A { border-width: 0; border-radius: 0; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5PXC5CMakDNh0Oh7sWe2s1O5RXVaONQ { display:block;width:64.75rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.8125rem;left:5.125rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#0d0d0d;text-align:center;text-align-last:center;display:block; }
#T968OgeTWvaSBI6EueoOXmp3DSMhZ3C2 { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4355625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.9375rem;left:21.28125rem;display:block; }
#f972l15IZvM0u8oDAAGeEbUH9Xly6Cee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container { background-color: transparent; background-image: none; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container > .video-iframe-container { display: none; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row > .video-iframe-container { display: none; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .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); }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container { border-width: 0; border-radius: 0; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container { font-size:0.875rem;font-family:"open sans";height:50.3125rem;width:75rem;position:relative;display:block; }#BuH1oB1WLX22JJTZa1RMTAzJIStdeJZ0 { display:block;width:66.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:2.4041662216186rem;left:3.75rem;height:;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;text-align:left;text-align-last:left;display:block; }
#gSsrxAVhhF0fPeSkxEfHpB6xLLMn1TI8 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:39.5625rem;width:67.1875rem;top:7.625rem;left:3.90625rem;display:block; }
#Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE { color:#000000;display:block;width:31.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.068749904633rem;left:5.375rem;height:;display:block; }#Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE li:before{  }
#MXbx3fqRKppuQeydl49Ts5l9Srr1TBz7 { color:#000000;display:block;width:62.3125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:6.25rem;height:2.11230625rem;font-style:normal;display:block; }
#i3XZ0m63g1LH8cXqBzMgookeRxArGNei { color:#000000;display:block;width:31rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.068749904633rem;left:38.874219894409rem;height:;display:block; }#i3XZ0m63g1LH8cXqBzMgookeRxArGNei li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#i3XZ0m63g1LH8cXqBzMgookeRxArGNei li:before{  }
#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/25h9epYm/topp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp.adaptive-delivery-prevent-bg, #UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp.lazyload, #UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp.lazyloading { background-image: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { background-color: transparent; background-image: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container > .video-iframe-container { display: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row > .video-iframe-container { display: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .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); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { border-width: 0; border-radius: 0; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#XvS1Hlzw4KSb1htNL65HJo5nfQnXF2cr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:13.5rem;top:6.9053821563719rem;left:35.9375rem;overflow:hidden;display:block; }
#yyg9lc4JhqKIOIGDzghoMTFmSVg9AETE { color:#00aaee;display:block;width:11.312125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.4453125rem;left:56.25rem;height:2.3984375rem;font-style:normal;display:block; }
#Skk8nsAKTpOvXePolJeNRNOd8pftoo39 { color:#00aaee;display:block;width:9.249125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.955946922303rem;left:58.1875rem;height:2.3984375rem;font-style:normal;display:block; }
#mwWy6GTFRrya6TguTmTT3Bs8d5FaawZs { color:#00aaee;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:29.436849594116rem;left:55.25rem;height:3.59765625rem;font-style:normal;display:block; }
#bPK8OfZyQzFsoGF2kuUPJssCikSPX35g { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68663125rem;width:4.31098125rem;top:9.3619794845581rem;left:52rem;overflow:hidden;display:block; }
#FvpI1OaIAVssIOuilb5PFasgXuJIGRds { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.5625rem;top:16.417100906372rem;left:51.6875rem;overflow:hidden;display:block; }
#aTzTrPIkf9oQGkCdnOhZIxEwKIGF43GS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:6.375rem;top:20.756021499634rem;left:51.875rem;overflow:hidden;display:block; }
#zwdSuK6cG3xtiXh6hWGBgXMTfzwHdtNc { color:#010f2e;display:block;width:24.812rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9051103591919rem;left:9.4375rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z4A0WJzxoxQISzuPXxD7O2bBNVTZEkOt { color:#010f2e;display:block;width:21.9998125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.308811187744rem;left:9.4375rem;height:7.1484375rem;display:block; }
#zXISQizc4hpaJBPl4mkEE3SqWTm18RCL { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.874375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.9658203125rem;left:9.4375rem;display:block; }
#T2iqt6bZF8Pe0QXu8tsTPNQ528olIztF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { background-color: transparent; background-image: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container > .video-iframe-container { display: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row > .video-iframe-container { display: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .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); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { border-width: 0; border-radius: 0; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#hEPvkeH3mnR4WeTk23Zu2OwzGQZTB9eN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.5rem;width:11.0625rem;top:12.247916221619rem;left:18.123958587646rem;overflow:hidden;display:block; }
#KiaU5k4fbuahibJ2aQIGoCKz9y62PFTI { color:#010f2e;display:block;width:24.8123125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4366302490234rem;left:8.1875rem;height:3.7375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wShJiNDNMO5AMgULVyVDS6PsoAZa30uw { color:#010f2e;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1150188446045rem;left:8.1875rem;height:2.6001rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ya0CZ4WkMkGZq2n26pvl0vF3xosWllnC { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:31.25rem;width:0.125rem;top:4.4697914123535rem;left:37.4375rem;display:block; }
#NhoFTkPJ5X9yELl6adi4fuXnSwDiESOM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:4.375rem;top:17.845840454101rem;left:35.1875rem;overflow:hidden;display:block; }
#T18RyHAbWLM88X9xxWrTnzDMaNSgp12r { color:#010f2e;display:block;width:18.1864375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.857292175293rem;left:15.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIBtEnmi6yxUoKAs4LGRktNehvhkExho { color:#010f2e;display:block;width:17.6855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.2421875rem;left:15.373046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6pz6B1FrCIWwnAivJO6SieakQ4TGdfR { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.436rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.465713500976rem;left:21.25rem;display:block; }
#rC3Ad4VsgdmeaeBhFa3DgsGQCr0b5ZKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrWTUk70boc4N6klPHJFVwrFn4Q1S4iB { color:#010f2e;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.857292175293rem;left:40.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGEr6KLNH5pLXQAUliLriLwyq9wd1qgk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:10.6875rem;top:12.532291412354rem;left:48.84375rem;overflow:hidden;display:block; }
#tDtoKhxFw7W1ULzZSN4EQT2sgPHs9y4z { color:#010f2e;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.747917175293rem;left:40.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1F97NriGTLHHwAsgVvENROZCJi84Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zluiOLgJ/Fotolia_53598930_Subscription_Monthly_XXL_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm.adaptive-delivery-prevent-bg, #LB1F97NriGTLHHwAsgVvENROZCJi84Mm.lazyload, #LB1F97NriGTLHHwAsgVvENROZCJi84Mm.lazyloading { background-image: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { background-color: transparent; background-image: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container > .video-iframe-container { display: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row > .video-iframe-container { display: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .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); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { border-width: 0; border-radius: 0; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#LwAQmL3poEv92VQ7Z6Z5vgI3pkXCs8pT { color:#f55700;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.099609375rem;left:13.75rem;height:2.923825rem;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; }
#TiFz7fm0m0c0gsERfkOiTTTCcBrCq6mo { color:#f55700;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16rem;left:13.5rem;height:2.923825rem;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; }
#VDfLPTIpfu1oEaFDsMlE50qRf2F32dNU { color:#f55700;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:13.5rem;height:2.923825rem;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; }
#li0KtnpNx4VJxK7ewoqmuvluuZJwFZvd { color:#f55700;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27rem;left:13.5rem;height:2.923825rem;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; }
#XeQkBNcG6D05T89vgqRXH2IuavvfsJiG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:11.156782150269rem;left:8.125rem;overflow:hidden;display:block; }
#J4Z5TNkINMUSLsPF6tfomWzv1Ixd2T2T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:15.875rem;left:8.25rem;overflow:hidden;display:block; }
#nfBng2qRcrNvLhGFiitxS1xwe3VlsbEq { position:absolute;display:block;z-index:15011;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.875rem;width:2.1875rem;top:21.5625rem;left:8.5rem;overflow:hidden;display:block; }
#PKkwW8SoZIQKCJGB0I5BWhRPzFgeJTXG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:26.875rem;left:8rem;overflow:hidden;display:block; }
#kJOoh8eesGtWroOi4Z8SvT96DnsDBJFQ { color:#000000;display:block;width:40.1865rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.609375rem;left:8.3759765625rem;height:5.2rem;font-style:normal;display:block; }
#etcQNuTZp0uETwV20h5LQOTL1mslRsdK { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4355625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.560546875rem;left:21.28125rem;display:block; }
#UtXFmyX5q5IInvSLmGo8OkvVXtpyliC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container { background-color: transparent; background-image: none; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container > .video-iframe-container { display: none; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row > .video-iframe-container { display: none; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .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); }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container { border-width: 0; border-radius: 0; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#HW7HFitGI0TcEs6fTdoalhy67v2c5yJ4 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:9.25rem;height:5.20019375rem;font-style:normal;display:block; }
#kr657Rlo6bG0RdmLgiDwNGZJMiox3sDX { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.25rem;height:3.7375rem;font-style:normal;display:block; }
#LQctC6ePNHCiiUG107kpTCXDSusWzVVG { color:#000000;display:block;width:30.5620625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.840063095092rem;left:9.1875rem;height:;font-style:normal;display:block; }#LQctC6ePNHCiiUG107kpTCXDSusWzVVG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQctC6ePNHCiiUG107kpTCXDSusWzVVG li:before{  }
#b2pWNp0EGDHemu3WoZywrnTfOnbDxC4N { position:absolute;display:block;z-index:15003;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:13.4375rem;width:35.4375rem;top:10.122613906861rem;left:31.125rem;overflow:hidden;display:block; }
#zrcHkKX7f0sSGuTSFgrJxB4RvPiRZokJ { background-color:#f8ba1c;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;box-sizing:border-box;color:#010f2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4364375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.811458587646rem;left:21.282291412354rem;display:block; }
#INNi6GDld5sSCf0txuEyTPehJb6MilpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { background-color: transparent; background-image: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container > .video-iframe-container { display: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container { display: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .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); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { border-width: 0; border-radius: 0; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { font-size:0.875rem;font-family:"open sans";height:78.5625rem;width:75rem;position:relative;display:block; }#fzyb3o0C5TJzfKf0yyJTSk586LywllCv { display:block;width:33.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.91145324707rem;left:40.5rem;height:11.195325rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#0d0d0d;display:block; }
#mTswdzIhau6wderl8I6spDIBw0qBkwvr { display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:22.5rem;left:40.4375rem;height:;text-align:justify;text-align-last:initial;display:block; }#mTswdzIhau6wderl8I6spDIBw0qBkwvr li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mTswdzIhau6wderl8I6spDIBw0qBkwvr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-form-header {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:"open sans";font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:"open sans";font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.adaptive-delivery-prevent-bg, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyload, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyloading { background-image: none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz [class*="-text"]:-moz-placeholder {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz [class*="-text"]::-moz-placeholder {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz [class*="-text"]:-ms-input-placeholder {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz [class*="-text"]::-webkit-input-placeholder {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:"open sans";font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-radio-label { font-size:0.6875rem;font-family:"open sans";font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:first-of-type{padding-top:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:last-of-type{padding-bottom:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:"open sans";width:23.75rem;top:7.1000061035156rem;left:4.9375rem;position:absolute;z-index:15015;height:auto; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz {display:block;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:"open sans";width:23.75rem;top:7.1000061035156rem;left:4.9375rem;position:absolute;z-index:15015;height:auto; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf .container-column{width:50%;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #TC1BShTHnZSbVpLIHvyO1TnK9CybF5MZ { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #dfilB6dGbO0Fk6DAdTFNtzT5FM9V1Df1 { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #bGxoKLUnmxpFxr8KZ4o2BT5srEWZzC2t { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #No2xHcDpTXz8tA2qSMiBBTJEbVOlA0mG { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hyawOZCVJszrUfQQKCUTVNowCnObCDco { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #yCELohCNWiclTbT5k2cGskatbJLQKkVG { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #T5HC6sruv5wfJNtn6KOs497m2rclnFMZ { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #MRAMgKXH0AfulvaWcinMxTlsknMTpkeo { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DaPozRqTK2UnlkyziuUJat18tsdbxoDV { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZyTMkKB25aUa6Meou0sGTVZcThv0xEcE { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RaWiEAOVTuC8q48XfTZdBGq4NWQ5dH7d { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #X7EioAiqUBDpkuGbLCzIotH67GqAtpwm { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #g62eiahZwuwpwgmPpVqcIE8TNFJ1MMNo { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #e8NDxtJm3E3zs1AMI0XJdrBlnxRR3KEc { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XnxFCFV7QN2iO97N9TcPzcRNZTCNaR0o { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #SIDeqysZv44peBwq4GhlCWOLWQMQuaQZ { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JTXEXtNpcwITVbcsDJS3ctQQ2pWGTxh2 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #f1AC9I0IndTQhk9SDk2XBTMn67KNcwGz { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #De9Mx7roTSeSGSzirfp8XLT3OTgpGeMH { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XPgMTE2HBNAeAellomTIEHmkKa6JWDKp { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpHsIOae8g4ETMgTHEXiqTe7UNZRhXRx { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RC5JMRfMgqe57DLXPf47Uy88eQx1V80W { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RFFr9H8cxUPmendGkCQwHqqZN9EKErbW { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #h7SFGecKRxA1yTs3cql3Jeof3GNaTwed { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Sz7e0wp59NeotoqJ6eyv1QbXwMh5mmX6 { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sSZkv4kgzET6J08aoA255TXhUsSaQDa1 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #VrSbXrRTVfKsP9sAcKWPyTe1l387oeEP { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #zLSyx5WXTHqlapxFZAzmyrbUTLxWTuMm { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sGxvc53LIhM7BGw04XLE6VHO9dODcL6v { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #M1J8MbO3tiNsacPqb7T1Nx8R0b5dbk6H { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #tNKW0RHRRIzNgOrdpZ7ezUT012LQTONg { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vzZOQTX9DHZu3wksG72bHZ157taTd8KI { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Eomv4xpR9GCXz0JqwgWLuDF4x6BTG5iV { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WlwmkFnMJaXSJT1nHupDVqowJaHJi6cA { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Phse75bkLtF6cgEtd1fPB6JuhRxDMeNV { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #b36KIIpS7n3clMGIkA0h1V4F15DQB2QR { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #rtEOd9fEQXVDOp4oiTcKdsETky505WiI { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nkMegE5SxfLEbx7rNXxJFTvyB204TTlT { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QLylDiyG2NarFB9sdy8yOelTLk9BafiH { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZImlndzvf46JrulA82CicNQ7hqEUFygw { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #oTiGBVXvx7WyANu4TIhhCktT2vsSG312 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #CJFCEPwwX07bRmcR6mOnQRZCyTsrZ7Jy { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HiNZS5txdRpvUqQkTcLE2HsUZn6R6OgA { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #eu5K6xXpKuRCEHKdooafyt8ZESCn4nHn { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XfiNWGWyvi11ffAIM5p0EI065FLAALge { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HkhGMDTrM2QihQtTNTf9kxnrmVInqbbu { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xC064lV4sRqtuiQrWNzc3PxyTiIBVwpE { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cMFiNnesfpwK4HVCbWQbE8RD6xbLQb1n { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpXwLLCZeLUUtJecgl7iqP6VICNMIvVK { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ikRFtpO6eZ4QeqmR6LXn831bsstxKJ3G { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #aH8OsvWBu1MnpA575txrs562TXehXxT9 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cUBZrmaMfEmASueZZsnFk1gTVZTx28lb { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #pXKnV2HCPGkaIkTfSkyk76mhpytpyrsl { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sJArqdTP3sUeRi88Kk8WsaqsWrSHDFwc { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nCG9xmBGvrKRMNrSMiHliIDxuQwAIdDC { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #msokrS689ND1JkTOxFTWTf694Eml7nyi { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qq248E89becXSLyR97eteZR03nD2HPTS { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vRwLDhg1Jo2Izefrpe7O2mf63cv34TFn { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JS35TqB1oBKp3zMKO9nw8tE8GeDReO1h { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hR125eeUo7tEKBnBlcprd7fMM05IoEdM { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ykcFifCIKiB8b9LS2aTapInX4NPxelCi { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QngqeH4TZaUCXVmwEqvgXkh5TDO2aD0m { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #L06DtaTpUuGFr88iUNWUP1NqfaZZC28s { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #gOFz0RG43PGwuGPeKlFT8d6C9cfX02wT { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nKaWfnw5iW1hBptG4TRwhcbVe2iT4Oy0 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qvgdeTMsXMGOGLDa8XnfQcZ672kJpTJ9 { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xMGQM6Exa5wJiM5Pl9USvtSTzqEXG3vu { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #a5nG5eU2Tlx5fEiQrSZ9gUhB73XeA0uw { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vaT1BChTXlXzNFmwyy2EZg8frNJBHITW { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WoQCDwK6PuAAq2ZcAkRwTtMmnsT7BE5q { position:relative;z-index:2; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cwZl5QHDxrTxNWOnUxNgUh6Xdrx6Pqg1 { position:relative; }
#R7GK5Buiidi0zX88qqxJBUspFC0l5FK8 { position:relative;display:block; }
#zuq01bbg8I0nuhghDExxB53ba3onDrat { position:relative;display:block; }
#aJeF59RXiMy0wOdQXkeaTTR3BytWgW78 { position:relative;display:block; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nmTNM5rbyJOWXHrs2T5cfgqJRcBMXJhl { position:relative; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #uKb6oZm5JE3gZ9TA2FQp16VaxCk1Wv7F { position:relative; }
#JG3x0tHOGN67lsdF8vLe6KPh0GPTAoZP { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3115234375rem;left:9.3125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yD2VsQtlct9TLeFys39FRedDhDkkw4Sy { display:block;width:33.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.974609375rem;left:40.5rem;height:1.4rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ed6708;font-style:normal;display:block; }
#OTmwNHuIp3GeJ64NiUeumPPdcTEAR8WV { display:block;width:33.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:33.23046875rem;left:40.5rem;height:39.18359375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#0d0d0d;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ { display:block; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container { width:47.75rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oSxab98MxM9kAzckgK0TQg9hA7iEHF55 { width:21.75rem;height:10.46875rem;top:31.125rem;left:1.375rem;font-size:0.9375rem;display:block; }#oSxab98MxM9kAzckgK0TQg9hA7iEHF55 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
 }@media only screen and (max-width: 1199px) { #nJqP1axl6KTEugg0DVfxkTk1kKKGksDh { width:35.8125rem;height:11.71875rem;top:2.015625rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSWyGlzV0guEPK8Mck4G0dSxBBoHZuTP { width:20.6875rem;height:13.5rem;top:16.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cV8AlqXSHUHN6ZmtUr303saSal2oB9c7 { width:24.8125rem;height:30.9375rem;top:15.625rem;left:22.830054479419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uC3uOTE1EEEEqImyKfOeTG82eEZCXBCV { width:19.5rem;height:3.75rem;top:42.75rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oefT9l6Dg3XKFLZSlkBzbW0CdtFVWk2v { display:block; }
 }@media only screen and (max-width: 1199px) { #aQIO7Ky2uIDxpz9JzmUD01KcXOI3WGg7 { width:47.75rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCyzSEwJ3ilHC55zHkarANOvBzmOS8DC { width:12.1875rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A { display:block; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T5PXC5CMakDNh0Oh7sWe2s1O5RXVaONQ { width:45.0625rem;height:9rem;top:1.3125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T968OgeTWvaSBI6EueoOXmp3DSMhZ3C2 { width:19.5rem;height:3.75rem;top:11.375rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f972l15IZvM0u8oDAAGeEbUH9Xly6Cee { display:block; }
 }@media only screen and (max-width: 1199px) { #ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa { display:block; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container { width:47.75rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BuH1oB1WLX22JJTZa1RMTAzJIStdeJZ0 { width:42.5625rem;height:5.625rem;top:1.8125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSsrxAVhhF0fPeSkxEfHpB6xLLMn1TI8 { width:46.0625rem;height:43.75rem;top:10.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE { width:21.1875rem;height:34.75rem;top:15.099609375rem;left:1.96875rem;font-size:0.9375rem;display:block; }#Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE li:before{  }
 }@media only screen and (max-width: 1199px) { #MXbx3fqRKppuQeydl49Ts5l9Srr1TBz7 { width:43.9375rem;height:1.29980625rem;top:12.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3XZ0m63g1LH8cXqBzMgookeRxArGNei { width:21.25rem;height:28.65625rem;top:15.099609375rem;left:24.8125rem;font-size:0.9375rem;display:block; }#i3XZ0m63g1LH8cXqBzMgookeRxArGNei li:before{  }
 }@media only screen and (max-width: 1199px) { #UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp { display:block; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XvS1Hlzw4KSb1htNL65HJo5nfQnXF2cr { width:10.6875rem;height:16.9375rem;top:2.9817709922791rem;left:21.997613430023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyg9lc4JhqKIOIGDzghoMTFmSVg9AETE { width:9.0625rem;height:1.95rem;top:1.9850851297379rem;left:38.290127515793rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Skk8nsAKTpOvXePolJeNRNOd8pftoo39 { width:7.9368125rem;height:2.0996125rem;top:7.8355822563169rem;left:38.852093458176rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwWy6GTFRrya6TguTmTT3Bs8d5FaawZs { width:10.062125rem;height:2.923825rem;top:17.120916366577rem;left:37.352627515793rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPK8OfZyQzFsoGF2kuUPJssCikSPX35g { width:2.3117875rem;height:1.5625rem;top:2.81338763237rem;left:35.919743299484rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvpI1OaIAVssIOuilb5PFasgXuJIGRds { width:2.8125rem;height:0.9375rem;top:8.3904476165769rem;left:35.919743299484rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTzTrPIkf9oQGkCdnOhZIxEwKIGF43GS { width:2.9367875rem;height:3.5617875rem;top:13.560901641846rem;left:35.919743299484rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwdSuK6cG3xtiXh6hWGBgXMTfzwHdtNc { width:17.4373125rem;height:4.38671875rem;top:2.9817706719041rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4A0WJzxoxQISzuPXxD7O2bBNVTZEkOt { width:18.999rem;height:7.3095625rem;top:7.8352862969044rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXISQizc4hpaJBPl4mkEE3SqWTm18RCL { width:18.811875rem;height:3.75rem;top:16.416828788817rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2iqt6bZF8Pe0QXu8tsTPNQ528olIztF { display:block; }
 }@media only screen and (max-width: 1199px) { #EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST { background-color:#ffffff;background-image:none;display:block; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { background-color: transparent; background-image: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container > .video-iframe-container { display: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row > .video-iframe-container { display: none; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .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); }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { width:47.75rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hEPvkeH3mnR4WeTk23Zu2OwzGQZTB9eN { width:11.375rem;height:18rem;top:8.783365567215rem;left:6.7488603591919rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiaU5k4fbuahibJ2aQIGoCKz9y62PFTI { width:24.874125rem;height:3.25rem;top:1.1990013122559rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wShJiNDNMO5AMgULVyVDS6PsoAZa30uw { width:24.874125rem;height:2.6001rem;top:4.3901920318604rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ya0CZ4WkMkGZq2n26pvl0vF3xosWllnC { width:0.125rem;height:31.25rem;top:4.4375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NhoFTkPJ5X9yELl6adi4fuXnSwDiESOM { width:4.375rem;height:3.99895625rem;top:17.8125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T18RyHAbWLM88X9xxWrTnzDMaNSgp12r { width:19.6231875rem;height:6.3369375rem;top:29.388834476471rem;left:3.2478840351105rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIBtEnmi6yxUoKAs4LGRktNehvhkExho { width:20.749rem;height:3.25rem;top:36.6572265625rem;left:2.6533203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6pz6B1FrCIWwnAivJO6SieakQ4TGdfR { width:25.5595625rem;height:3.75rem;top:41.2451171875rem;left:11.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rC3Ad4VsgdmeaeBhFa3DgsGQCr0b5ZKD { display:block; }
 }@media only screen and (max-width: 1199px) { #MrWTUk70boc4N6klPHJFVwrFn4Q1S4iB { width:22rem;height:9.098625rem;top:29.388542175293rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGEr6KLNH5pLXQAUliLriLwyq9wd1qgk { width:10.6875rem;height:15.125rem;top:10.220833778381rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDtoKhxFw7W1ULzZSN4EQT2sgPHs9y4z { width:22rem;height:1.3rem;top:26.783332824707rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LB1F97NriGTLHHwAsgVvENROZCJi84Mm { background-color:transparent;background-image:url("https://images.assets-landingi.com/a4vlyCv2/lastbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm.adaptive-delivery-prevent-bg, #LB1F97NriGTLHHwAsgVvENROZCJi84Mm.lazyload, #LB1F97NriGTLHHwAsgVvENROZCJi84Mm.lazyloading { background-image: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { background-color: transparent; background-image: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container > .video-iframe-container { display: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row > .video-iframe-container { display: none; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .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); }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LwAQmL3poEv92VQ7Z6Z5vgI3pkXCs8pT { width:38.2493125rem;height:2.923825rem;top:8.1875rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiFz7fm0m0c0gsERfkOiTTTCcBrCq6mo { width:40.3125rem;height:2.923825rem;top:12.125rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDfLPTIpfu1oEaFDsMlE50qRf2F32dNU { width:39rem;height:2.923825rem;top:17rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li0KtnpNx4VJxK7ewoqmuvluuZJwFZvd { width:36.375rem;height:2.923825rem;top:23.1875rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeQkBNcG6D05T89vgqRXH2IuavvfsJiG { width:3.4375rem;height:2.8125rem;top:7.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J4Z5TNkINMUSLsPF6tfomWzv1Ixd2T2T { width:3.0625rem;height:3.125rem;top:12rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfBng2qRcrNvLhGFiitxS1xwe3VlsbEq { width:2.1875rem;height:2.875rem;top:17.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKkwW8SoZIQKCJGB0I5BWhRPzFgeJTXG { width:3.0625rem;height:3.0625rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJOoh8eesGtWroOi4Z8SvT96DnsDBJFQ { width:45.4365rem;height:5.19921875rem;top:1.05859375rem;left:1.1552734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etcQNuTZp0uETwV20h5LQOTL1mslRsdK { width:25.5604375rem;height:3.75rem;top:27.625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UtXFmyX5q5IInvSLmGo8OkvVXtpyliC3 { display:block; }
 }@media only screen and (max-width: 1199px) { #m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L { display:block; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HW7HFitGI0TcEs6fTdoalhy67v2c5yJ4 { width:45.4373125rem;height:5.20019375rem;top:6.6861915588381rem;left:1.1555989980698rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kr657Rlo6bG0RdmLgiDwNGZJMiox3sDX { width:45.4375rem;height:3.25rem;top:1.6246433258057rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQctC6ePNHCiiUG107kpTCXDSusWzVVG { width:17.25rem;height:15.03225rem;top:13.7021484375rem;left:1.1552734375rem;font-size:1.125rem;display:block; }#LQctC6ePNHCiiUG107kpTCXDSusWzVVG li:before{  }
 }@media only screen and (max-width: 1199px) { #b2pWNp0EGDHemu3WoZywrnTfOnbDxC4N { width:28.375rem;height:10.75rem;top:16.503908157349rem;left:17.912326335907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrcHkKX7f0sSGuTSFgrJxB4RvPiRZokJ { width:25.5604375rem;height:3.75rem;top:30.888542175293rem;left:11.094791412354rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INNi6GDld5sSCf0txuEyTPehJb6MilpP { display:block; }
 }@media only screen and (max-width: 1199px) { #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { width:47.75rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fzyb3o0C5TJzfKf0yyJTSk586LywllCv { width:42.375rem;height:7.3476625rem;top:5.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mTswdzIhau6wderl8I6spDIBw0qBkwvr { width:39.875rem;height:6.7734375rem;top:15.4375rem;left:2.125rem;font-size:0.875rem;display:block; }#mTswdzIhau6wderl8I6spDIBw0qBkwvr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.adaptive-delivery-prevent-bg, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyload, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyloading { background-image: none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:first-of-type{padding-top:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:last-of-type{padding-bottom:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:52.375rem;left:2.125rem; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz {display:block;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;top:52.375rem;left:2.125rem; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #TC1BShTHnZSbVpLIHvyO1TnK9CybF5MZ { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #dfilB6dGbO0Fk6DAdTFNtzT5FM9V1Df1 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #bGxoKLUnmxpFxr8KZ4o2BT5srEWZzC2t {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #No2xHcDpTXz8tA2qSMiBBTJEbVOlA0mG { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hyawOZCVJszrUfQQKCUTVNowCnObCDco {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #yCELohCNWiclTbT5k2cGskatbJLQKkVG {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #T5HC6sruv5wfJNtn6KOs497m2rclnFMZ { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #MRAMgKXH0AfulvaWcinMxTlsknMTpkeo {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DaPozRqTK2UnlkyziuUJat18tsdbxoDV {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZyTMkKB25aUa6Meou0sGTVZcThv0xEcE { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RaWiEAOVTuC8q48XfTZdBGq4NWQ5dH7d {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #X7EioAiqUBDpkuGbLCzIotH67GqAtpwm {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #g62eiahZwuwpwgmPpVqcIE8TNFJ1MMNo { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #e8NDxtJm3E3zs1AMI0XJdrBlnxRR3KEc {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XnxFCFV7QN2iO97N9TcPzcRNZTCNaR0o {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #SIDeqysZv44peBwq4GhlCWOLWQMQuaQZ { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JTXEXtNpcwITVbcsDJS3ctQQ2pWGTxh2 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #f1AC9I0IndTQhk9SDk2XBTMn67KNcwGz {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #De9Mx7roTSeSGSzirfp8XLT3OTgpGeMH { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XPgMTE2HBNAeAellomTIEHmkKa6JWDKp {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpHsIOae8g4ETMgTHEXiqTe7UNZRhXRx {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RC5JMRfMgqe57DLXPf47Uy88eQx1V80W { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RFFr9H8cxUPmendGkCQwHqqZN9EKErbW {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #h7SFGecKRxA1yTs3cql3Jeof3GNaTwed {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Sz7e0wp59NeotoqJ6eyv1QbXwMh5mmX6 { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sSZkv4kgzET6J08aoA255TXhUsSaQDa1 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #VrSbXrRTVfKsP9sAcKWPyTe1l387oeEP {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #zLSyx5WXTHqlapxFZAzmyrbUTLxWTuMm { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sGxvc53LIhM7BGw04XLE6VHO9dODcL6v {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #M1J8MbO3tiNsacPqb7T1Nx8R0b5dbk6H {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #tNKW0RHRRIzNgOrdpZ7ezUT012LQTONg { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vzZOQTX9DHZu3wksG72bHZ157taTd8KI {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Eomv4xpR9GCXz0JqwgWLuDF4x6BTG5iV {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WlwmkFnMJaXSJT1nHupDVqowJaHJi6cA { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Phse75bkLtF6cgEtd1fPB6JuhRxDMeNV {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #b36KIIpS7n3clMGIkA0h1V4F15DQB2QR {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #rtEOd9fEQXVDOp4oiTcKdsETky505WiI { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nkMegE5SxfLEbx7rNXxJFTvyB204TTlT {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QLylDiyG2NarFB9sdy8yOelTLk9BafiH {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZImlndzvf46JrulA82CicNQ7hqEUFygw {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #oTiGBVXvx7WyANu4TIhhCktT2vsSG312 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #CJFCEPwwX07bRmcR6mOnQRZCyTsrZ7Jy {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HiNZS5txdRpvUqQkTcLE2HsUZn6R6OgA { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #eu5K6xXpKuRCEHKdooafyt8ZESCn4nHn {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XfiNWGWyvi11ffAIM5p0EI065FLAALge {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HkhGMDTrM2QihQtTNTf9kxnrmVInqbbu { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xC064lV4sRqtuiQrWNzc3PxyTiIBVwpE {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cMFiNnesfpwK4HVCbWQbE8RD6xbLQb1n {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpXwLLCZeLUUtJecgl7iqP6VICNMIvVK { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ikRFtpO6eZ4QeqmR6LXn831bsstxKJ3G {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #aH8OsvWBu1MnpA575txrs562TXehXxT9 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cUBZrmaMfEmASueZZsnFk1gTVZTx28lb { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #pXKnV2HCPGkaIkTfSkyk76mhpytpyrsl {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sJArqdTP3sUeRi88Kk8WsaqsWrSHDFwc {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nCG9xmBGvrKRMNrSMiHliIDxuQwAIdDC { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #msokrS689ND1JkTOxFTWTf694Eml7nyi {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qq248E89becXSLyR97eteZR03nD2HPTS {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vRwLDhg1Jo2Izefrpe7O2mf63cv34TFn { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JS35TqB1oBKp3zMKO9nw8tE8GeDReO1h {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hR125eeUo7tEKBnBlcprd7fMM05IoEdM {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ykcFifCIKiB8b9LS2aTapInX4NPxelCi { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QngqeH4TZaUCXVmwEqvgXkh5TDO2aD0m {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #L06DtaTpUuGFr88iUNWUP1NqfaZZC28s {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #gOFz0RG43PGwuGPeKlFT8d6C9cfX02wT { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nKaWfnw5iW1hBptG4TRwhcbVe2iT4Oy0 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qvgdeTMsXMGOGLDa8XnfQcZ672kJpTJ9 {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xMGQM6Exa5wJiM5Pl9USvtSTzqEXG3vu { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #a5nG5eU2Tlx5fEiQrSZ9gUhB73XeA0uw {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vaT1BChTXlXzNFmwyy2EZg8frNJBHITW {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WoQCDwK6PuAAq2ZcAkRwTtMmnsT7BE5q { z-index:2; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cwZl5QHDxrTxNWOnUxNgUh6Xdrx6Pqg1 {  }
 }@media only screen and (max-width: 1199px) { #R7GK5Buiidi0zX88qqxJBUspFC0l5FK8 { display:block; }
 }@media only screen and (max-width: 1199px) { #zuq01bbg8I0nuhghDExxB53ba3onDrat { display:block; }
 }@media only screen and (max-width: 1199px) { #aJeF59RXiMy0wOdQXkeaTTR3BytWgW78 { display:block; }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nmTNM5rbyJOWXHrs2T5cfgqJRcBMXJhl {  }
 }@media only screen and (max-width: 1199px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #uKb6oZm5JE3gZ9TA2FQp16VaxCk1Wv7F {  }
 }@media only screen and (max-width: 1199px) { #JG3x0tHOGN67lsdF8vLe6KPh0GPTAoZP { width:47.75rem;height:2.275rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yD2VsQtlct9TLeFys39FRedDhDkkw4Sy { width:32.875rem;height:1.225rem;top:13.375rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OTmwNHuIp3GeJ64NiUeumPPdcTEAR8WV { width:42.375rem;height:26.94141875rem;top:23.125rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ { display:block; }#kTRnFO9os0gOh8zLekw07nOU0o5Fm6KQ > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSxab98MxM9kAzckgK0TQg9hA7iEHF55 { width:18.875rem;height:14.125rem;top:27.3125rem;left:0.5625rem;font-size:1rem;z-index:14999;display:block; }#oSxab98MxM9kAzckgK0TQg9hA7iEHF55 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
 }@media only screen and (max-width: 763px) { #nJqP1axl6KTEugg0DVfxkTk1kKKGksDh { width:19rem;height:7.96875rem;top:0.78125rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSWyGlzV0guEPK8Mck4G0dSxBBoHZuTP { width:18.75rem;height:15rem;top:11.0625rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cV8AlqXSHUHN6ZmtUr303saSal2oB9c7 { width:15.5625rem;height:19.375rem;top:76.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC3uOTE1EEEEqImyKfOeTG82eEZCXBCV { width:19rem;height:3.75rem;top:42.3125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefT9l6Dg3XKFLZSlkBzbW0CdtFVWk2v { display:block; }
 }@media only screen and (max-width: 763px) { #aQIO7Ky2uIDxpz9JzmUD01KcXOI3WGg7 { width:20rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCyzSEwJ3ilHC55zHkarANOvBzmOS8DC { width:12.5rem;height:16.0625rem;top:47.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A { display:block; }#BQ8if6DDCdkIxRcQUIdTpTMtW4zIOG7A > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5PXC5CMakDNh0Oh7sWe2s1O5RXVaONQ { width:18.75rem;height:21rem;top:0.625rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T968OgeTWvaSBI6EueoOXmp3DSMhZ3C2 { width:19rem;height:3.75rem;top:22.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f972l15IZvM0u8oDAAGeEbUH9Xly6Cee { display:block; }
 }@media only screen and (max-width: 763px) { #ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa { display:block; }#ThzolkmXHPxDJpZEz4BJPL71dvpn17Aa > .row .container { width:20rem;height:126.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuH1oB1WLX22JJTZa1RMTAzJIStdeJZ0 { width:17.5625rem;height:9rem;top:1.5625rem;left:1.21875rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSsrxAVhhF0fPeSkxEfHpB6xLLMn1TI8 { width:18.75rem;height:112.75rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE { width:16.125rem;height:59.1161875rem;top:19.26171875rem;left:1.9375rem;font-size:1rem;display:block; }#Vfx2J6zorJFqpXrQ9ZO2aqp0yw7y4osE li:before{  }
 }@media only screen and (max-width: 763px) { #MXbx3fqRKppuQeydl49Ts5l9Srr1TBz7 { width:12.5rem;height:5.19921875rem;top:14.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XZ0m63g1LH8cXqBzMgookeRxArGNei { width:16.125rem;height:46.1181875rem;top:78.9375rem;left:1.9375rem;font-size:1rem;display:block; }#i3XZ0m63g1LH8cXqBzMgookeRxArGNei li:before{  }
 }@media only screen and (max-width: 763px) { #UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp { background-color:#ffffff;background-image:none;display:block; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { background-color: transparent; background-image: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container > .video-iframe-container { display: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row > .video-iframe-container { display: none; }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .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); }#UhW2CHeHAeXAShEGxNBOQQdnk9ri8rxp > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvS1Hlzw4KSb1htNL65HJo5nfQnXF2cr { width:7.875rem;height:12.5rem;top:15.999348640442rem;left:0.62418621778488rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyg9lc4JhqKIOIGDzghoMTFmSVg9AETE { width:6.937125rem;height:2.923825rem;top:15.0625rem;left:12.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Skk8nsAKTpOvXePolJeNRNOd8pftoo39 { width:7.0623125rem;height:3.15rem;top:19.375rem;left:12.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mwWy6GTFRrya6TguTmTT3Bs8d5FaawZs { width:9.124625rem;height:2.923825rem;top:26.375rem;left:10.875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bPK8OfZyQzFsoGF2kuUPJssCikSPX35g { width:1.749825rem;height:1.18696875rem;top:16.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvpI1OaIAVssIOuilb5PFasgXuJIGRds { width:2.5rem;height:0.75rem;top:20.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzTrPIkf9oQGkCdnOhZIxEwKIGF43GS { width:2.5rem;height:3rem;top:23.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwdSuK6cG3xtiXh6hWGBgXMTfzwHdtNc { width:19.0625rem;height:3.736325rem;top:1.6875rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4A0WJzxoxQISzuPXxD7O2bBNVTZEkOt { width:18.936625rem;height:7.3095625rem;top:5.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXISQizc4hpaJBPl4mkEE3SqWTm18RCL { width:19rem;height:3.75rem;top:32.373046875rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2iqt6bZF8Pe0QXu8tsTPNQ528olIztF { display:block; }
 }@media only screen and (max-width: 763px) { #EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST { display:block; }#EXf8NqpaPa5cNxH1rB87Xfmr01tqC0ST > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEPvkeH3mnR4WeTk23Zu2OwzGQZTB9eN { width:10.75rem;height:17rem;top:7.6228837966919rem;left:3.9990231394767rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiaU5k4fbuahibJ2aQIGoCKz9y62PFTI { width:13.811875rem;height:2.4375rem;top:0.87347984313963rem;left:3.4364152550697rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wShJiNDNMO5AMgULVyVDS6PsoAZa30uw { width:16.7480625rem;height:1.625rem;top:4.2491321563721rem;left:1.6243489384651rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ya0CZ4WkMkGZq2n26pvl0vF3xosWllnC { width:0.125rem;height:31.25rem;top:93.905174810794rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhoFTkPJ5X9yELl6adi4fuXnSwDiESOM { width:4.375rem;height:3.99956875rem;top:38.186848640442rem;left:7.8125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18RyHAbWLM88X9xxWrTnzDMaNSgp12r { width:13.75rem;height:4.38574375rem;top:26.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIBtEnmi6yxUoKAs4LGRktNehvhkExho { width:17.6245rem;height:2.923825rem;top:34.248858135194rem;left:1.1865233778954rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6pz6B1FrCIWwnAivJO6SieakQ4TGdfR { width:18.996125rem;height:3.75rem;top:73.625rem;left:0.5009765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Ad4VsgdmeaeBhFa3DgsGQCr0b5ZKD { display:block; }
 }@media only screen and (max-width: 763px) { #MrWTUk70boc4N6klPHJFVwrFn4Q1S4iB { width:17.3125rem;height:10.96875rem;top:61.784374237061rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGEr6KLNH5pLXQAUliLriLwyq9wd1qgk { width:10.6875rem;height:15.125rem;top:43.858333587646rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDtoKhxFw7W1ULzZSN4EQT2sgPHs9y4z { width:20rem;height:1.21875rem;top:59.733333587646rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB1F97NriGTLHHwAsgVvENROZCJi84Mm { display:block; }#LB1F97NriGTLHHwAsgVvENROZCJi84Mm > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwAQmL3poEv92VQ7Z6Z5vgI3pkXCs8pT { width:20rem;height:4.38574375rem;top:9.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiFz7fm0m0c0gsERfkOiTTTCcBrCq6mo { width:20rem;height:5.84765625rem;top:19.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDfLPTIpfu1oEaFDsMlE50qRf2F32dNU { width:20rem;height:5.84765625rem;top:30.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li0KtnpNx4VJxK7ewoqmuvluuZJwFZvd { width:20rem;height:5.84765625rem;top:41.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeQkBNcG6D05T89vgqRXH2IuavvfsJiG { width:3.4375rem;height:2.8125rem;top:5.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Z5TNkINMUSLsPF6tfomWzv1Ixd2T2T { width:3.0625rem;height:3.1255421858894rem;top:14.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfBng2qRcrNvLhGFiitxS1xwe3VlsbEq { width:2.1875rem;height:2.87464375rem;top:26.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKkwW8SoZIQKCJGB0I5BWhRPzFgeJTXG { width:3.0625rem;height:3.0625rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJOoh8eesGtWroOi4Z8SvT96DnsDBJFQ { width:20rem;height:4.875rem;top:0.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etcQNuTZp0uETwV20h5LQOTL1mslRsdK { width:18.9980625rem;height:3.75rem;top:48.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXFmyX5q5IInvSLmGo8OkvVXtpyliC3 { display:block; }
 }@media only screen and (max-width: 763px) { #m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L { display:block; }#m0kH0Mf9e9OvnfWXaDLof4hIxTiJDD9L > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HW7HFitGI0TcEs6fTdoalhy67v2c5yJ4 { width:20rem;height:3.25rem;top:6.8098964691163rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kr657Rlo6bG0RdmLgiDwNGZJMiox3sDX { width:20rem;height:4.875rem;top:0.76931381225588rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQctC6ePNHCiiUG107kpTCXDSusWzVVG { width:19.125rem;height:15.03225rem;top:12.24934387207rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LQctC6ePNHCiiUG107kpTCXDSusWzVVG li:before{  }
 }@media only screen and (max-width: 763px) { #b2pWNp0EGDHemu3WoZywrnTfOnbDxC4N { width:19.125rem;height:7.25rem;top:27rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrcHkKX7f0sSGuTSFgrJxB4RvPiRZokJ { width:19rem;height:3.75rem;top:35.5rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNi6GDld5sSCf0txuEyTPehJb6MilpP { display:block; }
 }@media only screen and (max-width: 763px) { #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { width:20rem;height:185.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzyb3o0C5TJzfKf0yyJTSk586LywllCv { width:17.5625rem;height:18.375rem;top:7.0625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTswdzIhau6wderl8I6spDIBw0qBkwvr { width:17.5rem;height:16.3125rem;top:29.5625rem;left:1.25rem;z-index:15009;font-size:0.9375rem;display:block; }#mTswdzIhau6wderl8I6spDIBw0qBkwvr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/JVrSPF6u/tick.png); }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:auto;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.adaptive-delivery-prevent-bg, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyload, #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-button.lazyloading { background-image: none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:first-of-type{padding-top:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .widget-container:last-of-type{padding-bottom:0;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz  { width:16.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:105.75rem;left:1.21875rem; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz {display:block;}#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz { width:16.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:105.75rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf {  }
#IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hfUdSxoDdMRF7T9pELpoeGe5qTfLzdZf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #TC1BShTHnZSbVpLIHvyO1TnK9CybF5MZ { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #dfilB6dGbO0Fk6DAdTFNtzT5FM9V1Df1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #bGxoKLUnmxpFxr8KZ4o2BT5srEWZzC2t {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #No2xHcDpTXz8tA2qSMiBBTJEbVOlA0mG { z-index:2; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hyawOZCVJszrUfQQKCUTVNowCnObCDco {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #yCELohCNWiclTbT5k2cGskatbJLQKkVG {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #T5HC6sruv5wfJNtn6KOs497m2rclnFMZ { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #MRAMgKXH0AfulvaWcinMxTlsknMTpkeo {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DaPozRqTK2UnlkyziuUJat18tsdbxoDV {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZyTMkKB25aUa6Meou0sGTVZcThv0xEcE { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RaWiEAOVTuC8q48XfTZdBGq4NWQ5dH7d {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #X7EioAiqUBDpkuGbLCzIotH67GqAtpwm {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #g62eiahZwuwpwgmPpVqcIE8TNFJ1MMNo { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #e8NDxtJm3E3zs1AMI0XJdrBlnxRR3KEc {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XnxFCFV7QN2iO97N9TcPzcRNZTCNaR0o {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #SIDeqysZv44peBwq4GhlCWOLWQMQuaQZ { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JTXEXtNpcwITVbcsDJS3ctQQ2pWGTxh2 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #f1AC9I0IndTQhk9SDk2XBTMn67KNcwGz {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #De9Mx7roTSeSGSzirfp8XLT3OTgpGeMH { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XPgMTE2HBNAeAellomTIEHmkKa6JWDKp {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpHsIOae8g4ETMgTHEXiqTe7UNZRhXRx {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RC5JMRfMgqe57DLXPf47Uy88eQx1V80W { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #RFFr9H8cxUPmendGkCQwHqqZN9EKErbW {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #h7SFGecKRxA1yTs3cql3Jeof3GNaTwed {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Sz7e0wp59NeotoqJ6eyv1QbXwMh5mmX6 { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sSZkv4kgzET6J08aoA255TXhUsSaQDa1 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #VrSbXrRTVfKsP9sAcKWPyTe1l387oeEP {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #zLSyx5WXTHqlapxFZAzmyrbUTLxWTuMm { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sGxvc53LIhM7BGw04XLE6VHO9dODcL6v {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #M1J8MbO3tiNsacPqb7T1Nx8R0b5dbk6H {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #tNKW0RHRRIzNgOrdpZ7ezUT012LQTONg { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vzZOQTX9DHZu3wksG72bHZ157taTd8KI {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Eomv4xpR9GCXz0JqwgWLuDF4x6BTG5iV {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WlwmkFnMJaXSJT1nHupDVqowJaHJi6cA { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #Phse75bkLtF6cgEtd1fPB6JuhRxDMeNV {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #b36KIIpS7n3clMGIkA0h1V4F15DQB2QR {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #rtEOd9fEQXVDOp4oiTcKdsETky505WiI { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nkMegE5SxfLEbx7rNXxJFTvyB204TTlT {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QLylDiyG2NarFB9sdy8yOelTLk9BafiH {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ZImlndzvf46JrulA82CicNQ7hqEUFygw {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #oTiGBVXvx7WyANu4TIhhCktT2vsSG312 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #CJFCEPwwX07bRmcR6mOnQRZCyTsrZ7Jy {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HiNZS5txdRpvUqQkTcLE2HsUZn6R6OgA { z-index:2; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #eu5K6xXpKuRCEHKdooafyt8ZESCn4nHn {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #XfiNWGWyvi11ffAIM5p0EI065FLAALge {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #HkhGMDTrM2QihQtTNTf9kxnrmVInqbbu { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xC064lV4sRqtuiQrWNzc3PxyTiIBVwpE {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cMFiNnesfpwK4HVCbWQbE8RD6xbLQb1n {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #DpXwLLCZeLUUtJecgl7iqP6VICNMIvVK { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ikRFtpO6eZ4QeqmR6LXn831bsstxKJ3G {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #aH8OsvWBu1MnpA575txrs562TXehXxT9 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cUBZrmaMfEmASueZZsnFk1gTVZTx28lb { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #pXKnV2HCPGkaIkTfSkyk76mhpytpyrsl {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #sJArqdTP3sUeRi88Kk8WsaqsWrSHDFwc {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nCG9xmBGvrKRMNrSMiHliIDxuQwAIdDC { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #msokrS689ND1JkTOxFTWTf694Eml7nyi {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qq248E89becXSLyR97eteZR03nD2HPTS {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vRwLDhg1Jo2Izefrpe7O2mf63cv34TFn { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #JS35TqB1oBKp3zMKO9nw8tE8GeDReO1h {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #hR125eeUo7tEKBnBlcprd7fMM05IoEdM {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #ykcFifCIKiB8b9LS2aTapInX4NPxelCi { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #QngqeH4TZaUCXVmwEqvgXkh5TDO2aD0m {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #L06DtaTpUuGFr88iUNWUP1NqfaZZC28s {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #gOFz0RG43PGwuGPeKlFT8d6C9cfX02wT { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nKaWfnw5iW1hBptG4TRwhcbVe2iT4Oy0 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #qvgdeTMsXMGOGLDa8XnfQcZ672kJpTJ9 {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #xMGQM6Exa5wJiM5Pl9USvtSTzqEXG3vu { z-index:2; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #a5nG5eU2Tlx5fEiQrSZ9gUhB73XeA0uw {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #vaT1BChTXlXzNFmwyy2EZg8frNJBHITW {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #WoQCDwK6PuAAq2ZcAkRwTtMmnsT7BE5q { z-index:2; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #cwZl5QHDxrTxNWOnUxNgUh6Xdrx6Pqg1 {  }
 }@media only screen and (max-width: 763px) { #R7GK5Buiidi0zX88qqxJBUspFC0l5FK8 { display:block; }
 }@media only screen and (max-width: 763px) { #zuq01bbg8I0nuhghDExxB53ba3onDrat { display:block; }
 }@media only screen and (max-width: 763px) { #aJeF59RXiMy0wOdQXkeaTTR3BytWgW78 { display:block; }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #nmTNM5rbyJOWXHrs2T5cfgqJRcBMXJhl {  }
 }@media only screen and (max-width: 763px) { #IxMlikI6e5kw8iyUJZGkclZP6OCaGQNz #uKb6oZm5JE3gZ9TA2FQp16VaxCk1Wv7F {  }
 }@media only screen and (max-width: 763px) { #JG3x0tHOGN67lsdF8vLe6KPh0GPTAoZP { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD2VsQtlct9TLeFys39FRedDhDkkw4Sy { width:20rem;height:2.625rem;top:26.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTmwNHuIp3GeJ64NiUeumPPdcTEAR8WV { width:18.4375rem;height:56.4375rem;top:46.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }