.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa { 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; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container { background-color: transparent; background-image: none; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container > .video-iframe-container { display: none; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row > .video-iframe-container { display: none; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .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); }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container { border-width: 0; border-radius: 0; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container { font-size:14px;font-family:arial;height:694px;width:1200px;position:relative;display:block; }#I5TQxT8gzdA0Iekfrlf58bAt52KF7CHK { color:#39355e;display:block;width:501px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:151.640625px;left:5.453125px;height:78px;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; }
#A0yD8b7ATAlXr108yoN1783nrF8lasG6 { color:#39355e;display:block;width:570px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:355.5px;left:18.984375px;height:154px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#A0yD8b7ATAlXr108yoN1783nrF8lasG6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#A0yD8b7ATAlXr108yoN1783nrF8lasG6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
#bnhihk8GgVHFED5qFu595ecTZPZQ3S8H { background-color:#d7009d;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:473.993px;height:70.9722px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:586px;left:67px;display:block; }
#n30P0OVWab83zffue7rfamXeH5WW0NUk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EF7P4DkaRwURrQJoKquWkclWfpWIEdQf { position:absolute;display:block;z-index:15005;background-color:#39355e;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:43px;border-top-right-radius:43px;border-bottom-left-radius:43px;border-bottom-right-radius:43px;height:719px;width:550px;top:-64.96875px;left:647.09375px;display:block; }
#BHQI8lxNBgqJwA78ZdLNZKHoJAGqnZEU { 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;height:618.994px;width:433.987px;top:23.606248855591px;left:766.01245117188px;overflow:hidden;display:block; }
#eJuU7v7B5WeC6bfyMldIJussmJ41zaAl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:278px;width:471px;top:348px;left:589px;overflow:hidden;display:block; }
#ZzI50O3EUKCaHJl0mS9vDz5ZG61f3zug { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:61.9875px;width:418.969px;top:43.912376403809px;left:93.599975585938px;overflow:hidden;display:block; }
#JWBGtNwUy1U7Il7BGzzRm1UtI2TEaaCB { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px dashed #e12291;border-left:3px dashed #e12291;border-right:3px dashed #e12291;border-bottom:3px dashed #e12291;border-top-left-radius:56px;border-top-right-radius:56px;border-bottom-left-radius:56px;border-bottom-right-radius:56px;height:231px;width:599px;top:314px;left:0px;display:block; }
#N7OMbdEs2PpfpetOaMtNWkXAzRAWQZpE { color:#39355e;display:block;width:731.984px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:253px;left:0px;height:31.1875px;display:block; }
#Kqerxbs7R3DqBeZZCKr02RwfvGv1UCav { position:absolute;display:block;z-index:15023;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;height:309px;width:211px;top:278px;left:975px;overflow:hidden;display:block; }
#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG { position:relative;display:block; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG { background-color: transparent; background-image: none; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row .container > .video-iframe-container { display: none; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row > .video-iframe-container { display: none; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .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); }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG { border-width: 0; border-radius: 0; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .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; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row .container { border-top:6px dashed #39355e;border-left:0;border-right:0;border-bottom:6px dashed #39355e;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:204.889px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z1mp2ONvHH2wUNEgMVvCTpod28nw4LnO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:173.993px;width:516.997px;top:13.836791992188px;left:341.49310302734px;overflow:hidden;display:block; }
#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fa;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; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { background-color: transparent; background-image: none; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container > .video-iframe-container { display: none; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row > .video-iframe-container { display: none; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .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); }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { border-width: 0; border-radius: 0; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { font-size:14px;font-family:"open sans";height:432px;width:1200px;position:relative;display:block; }#apdUzCBrHEz97HqxLnmT81cK9T8ahye7 { color:#39355e;display:block;width:1112.98px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:92.34375px;left:48px;height:311.875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#vNHTLUiTtd2ASWc8abJlvAh5R42KlItA { color:#39355e;display:block;width:1152px;position:absolute;font-family:rubik;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.296875px;left:48px;height:39px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3GYTz7oM/landing_va_09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.adaptive-delivery-prevent-bg, #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.lazyload, #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.lazyloading { background-image: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { background-color: transparent; background-image: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .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); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { border-width: 0; border-radius: 0; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { font-size:14px;font-family:arial;height:963px;width:1200px;position:relative;display:block; }#OxBwgtJyGGG6MQ2ES86euL865r2resBu { color:#39355e;display:block;width:710px;position:absolute;font-family:poppins;font-size:23px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:183.921875px;left:481.359375px;height:652.141px;overflow:hidden;display:block; }#OxBwgtJyGGG6MQ2ES86euL865r2resBu li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#OxBwgtJyGGG6MQ2ES86euL865r2resBu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
#saumhwsnWGtM9dHAfhLqGenaDlitouF0 { background-color:#d7009d;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:473.969px;height:70.9375px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:864.859375px;left:553.390625px;display:block; }
#IgvyyHlzrVc2zonzzwND4ITPzOlg2dbW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pgU0va3gtBrk8vf8ZlHqo33CSKG0mRmB { color:#39355e;display:block;width:755.972px;position:absolute;font-family:rubik;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:45.960632324219px;left:434.3981552124px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b { position:relative;display:block; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b { background-color: transparent; background-image: none; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container > .video-iframe-container { display: none; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row > .video-iframe-container { display: none; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .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); }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b { border-width: 0; border-radius: 0; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:615px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NZbIROdRurMJLBIUeJT8L0q458DCVPV2 { color:#09384c;display:block;width:798px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:56px;left:201px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiQNML2dKyCuNyXVao02QhSQkPlkFqH1 { position:absolute;display:block;z-index:15020;background-color:#367be4;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;height:3px;width:390px;top:108px;left:405px;display:block; }
#xCGZELboKrO9PeR8paS4dVvDB92vwzkX { position:absolute;display:block;z-index:15021;background-color:#a9b0ff;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:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;height:129px;width:129px;top:177px;left:135.5px;display:block; }
#yqwI9NZbGhHLoMsMkpzEQtQSTKloGhRU { position:absolute;display:block;z-index:15022;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;height:108px;width:98px;top:187.5px;left:151px;overflow:hidden;display:block; }
#EkcOZ63r7nHMCn6pmKXyVNON4CbMb5kF { color:#09384c;display:block;width:226px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:330px;left:87px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKiR58SKRekRt38L7C3nisFekhXL5NTM { color:#09384c;display:block;width:334.987px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:469.98748016357px;left:56.456237792969px;height:;text-align:left;text-align-last:left;display:block; }#xKiR58SKRekRt38L7C3nisFekhXL5NTM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xKiR58SKRekRt38L7C3nisFekhXL5NTM li:before{  }
#ea2QDVTmeKTwhrbDHq0uQD6cD1TuMqw9 { position:absolute;display:block;z-index:15025;background-color:#464646;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;height:1px;width:287px;top:406px;left:56.5px;display:block; }
#mcQdEXWMRJPwOvrcFJ27tOtMx48l38JM { color:#09384c;display:block;width:288px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:433.98748016357px;left:455.98120117188px;height:111.953px;text-align:center;text-align-last:center;display:block; }
#gO1fl57JTs4qwpqVLnL8BBoJqyZlefX4 { color:#09384c;display:block;width:139px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:330px;left:530.5px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c94Ibs9azhHq9srfFBttWJdazObvHEzp { position:absolute;display:block;z-index:15030;background-color:#464646;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;height:1px;width:287px;top:406px;left:457px;display:block; }
#Ln0sD30afgVThHdqyJIITMLexMKNEwFq { position:absolute;display:block;z-index:15026;background-color:#a9b0ff;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:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;height:129px;width:129px;top:177px;left:536px;display:block; }
#tnmzsNDgkCKfIwbnbDvPlZelTmpg3C2E { position:absolute;display:block;z-index:15027;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;height:98px;width:98px;top:188px;left:551px;overflow:hidden;display:block; }
#qI2CK4bU3Dc8EQJClbuXCLaFuQb0eIuc { color:#09384c;display:block;width:321px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:435.16869354248px;left:839.47497558594px;height:134.3437px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPaHeFXizpABqG3A9azSUgX2FUqNAKbV { color:#09384c;display:block;width:278px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:330px;left:861px;height:62.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVqLZ6LqdzLrvbmaQTehk992KEUK4kpT { position:absolute;display:block;z-index:15035;background-color:#464646;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;height:1px;width:287px;top:406px;left:857px;display:block; }
#DVtf8Z99DfyuP95BXPb80F4rBvZ4HL18 { position:absolute;display:block;z-index:15031;background-color:#a9b0ff;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:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;height:129px;width:129px;top:177px;left:936px;display:block; }
#Rg9HJrkOzHdCkVnwRQPkq8OVZgMrZVdy { position:absolute;display:block;z-index:15032;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;height:98px;width:96px;top:188px;left:951px;overflow:hidden;display:block; }
#G7EfB2gVhKqKvPWBRiGc3GAMvAfgzroD { position:absolute;display:block;z-index:15036;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;height:17px;width:216px;top:246px;left:293.5px;overflow:hidden;display:block; }
#diWQxhD5NX5nbVX8Zua1JpJlUzIMdJiC { position:absolute;display:block;z-index:15037;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;height:17px;width:216px;top:246px;left:694.5px;overflow:hidden;display:block; }
#pDSOMrVe3Eth7vw0Wdfrt0ha51SBzLDO { color:#09384c;display:block;width:334.969px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:433.98748016357px;left:56.4375px;height:22.3906px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rvRu0RfJGStlLofX1WCeep0MdFyuxysM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e2dd;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; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { background-color: transparent; background-image: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .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); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { border-width: 0; border-radius: 0; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { font-size:14px;font-family:rubik;height:1291px;width:1200px;position:relative;display:block; }#eKRuztXC30tsV4AWg7twf20tzRT5W6WB { position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:418px;width:611px;top:774.00002288818px;left:9px;display:block; }
#iUk0Cu8PpVk3q7w29nzZJeJAplD9gRVi { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:1021px;left:71px;height:58.7812px;font-style:normal;display:block; }
#ZwmEgasOZuvBrFN5VQvD2au2hEBZyd2v { position:absolute;display:block;z-index:15073;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;height:25px;width:25px;top:996px;left:33px;overflow:hidden;display:block; }
#roBwAo2NZ1sHqSQloDkdnlikMS8N3pB1 { color:#000000;display:block;width:439px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:994px;left:71px;height:19.6065px;font-style:normal;display:block; }
#dGT2TTuMXgZn3plE8rpir2H0a9HwbtdB { color:#000000;display:block;width:568px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15070;line-height:1.5;letter-spacing:0;top:854px;left:33px;height:105px;display:block; }
#QlvxXEJ83opfIBXJHBDnTHbHEdBraVkT { position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:565px;width:611px;top:149px;left:9px;display:block; }
#exWD7tFtJTUbP6m4RpyDyxupaLnNqlaB { color:#000000;display:block;width:124px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:646px;left:85px;height:18.1875px;display:block; }
#UDccpVMQxdus0fwRoJPL9zuNXdCTK0Lo { color:#000000;display:block;width:241px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:646px;left:258px;height:18.1875px;display:block; }
#dVBdC9BKT3yRbZCn8I7JJ3dD0WeyexKf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:643px;left:51px; }
#TSkXWXTNRDE69DR3vzKL9xubTXV6HpEg { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:643px;left:227px; }
#IblWaKRVwvzRHzbeMeMiSZXLVBizRvLo { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:482px;left:70px;height:58.7812px;font-style:normal;display:block; }
#NarhqQSXIDegU5N9ZyDXCRF5h360rWD2 { position:absolute;display:block;z-index:15072;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;height:25px;width:25px;top:482px;left:33px;overflow:hidden;display:block; }
#mPF12hfq92mWX6xlnKRgmFfEZn0DIwdX { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:419px;left:70px;height:39.1875px;font-style:normal;display:block; }
#v4huCh9aILI0V6FMWnPOvpBqUfFmxuTd { position:absolute;display:block;z-index:15058;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;height:25px;width:25px;top:416px;left:33px;overflow:hidden;display:block; }
#BfE0sZRxzEmhw0IT5TvQZES60oCTxmX2 { color:#000000;display:block;width:433px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:351px;left:33px;height:42.0139px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mHF0tsx2GEblDvnwrpVSHfd4CqcoNmC8 { color:#000000;display:block;width:557px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:212px;left:33px;height:127.3125px;display:block; }
#TQlsw04JVhCXcVhMDIWKNt3LXbA4fZkR { color:#3f4347;display:block;width:416px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:42.5px;left:392px;height:42.8935px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXsTTxeTyfkemsM6tXqBHT9WaWupd0yr { color:#ffffff;display:block;width:442px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:143.5px;left:93.5px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsZcvmbJBP1pqkAtIkIvhq0TAwCPnyDo { color:#ffffff;display:block;width:414px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:774.00003051758px;left:107.5px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olcV1WtZhwSpobkCccHtZvpgJvGQ4Z1Q { position:absolute;display:block;z-index:15084;background-color:#177a62;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:55px;width:474px;top:126px;left:77.5px;display:block; }
#J64N7XTpawk9ckTJr3oxUcADQn7eecgm { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:561px;left:70px;height:39.1875px;font-style:normal;display:block; }
#VHpECQgB1INwDzXGylehhHJpZACKm2xP { position:absolute;display:block;z-index:15086;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;height:28px;width:34px;top:567px;left:30.5px;overflow:hidden;display:block; }
#OPSCxuDE7VWXmz0qgmOTLWw9B1UN5flX { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:1098px;left:73px;height:39.1875px;font-style:normal;display:block; }
#wugmvApA3BIVR91uuawqAkHOMTnRI29Z { position:absolute;display:block;z-index:15088;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;height:28px;width:34px;top:1104px;left:33px;overflow:hidden;display:block; }
#O5bBnc7qtqXzSzy5oXt9QWbUPHkkP3Ve { position:absolute;display:block;z-index:15089;background-color:#39355e;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:75px;width:474px;top:751px;left:77.5px;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-form-header {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:11px;font-weight:bold;color:#868695;width:120px;padding-top:0;padding-right:10px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;font-family:lato;font-size:12px;color:#000000;width:250px;box-sizing:border-box;height:29px;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:250px;box-sizing:border-box;height:100px;display:inline-block;*zoom:1;*display:inline;font-family:lato;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;width:250px;box-sizing:border-box;height:29px;display:inline-block;*zoom:1;*display:inline;font-family:lato;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;margin-top:10px;margin-right:11px;margin-bottom:0;margin-left:180px;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;z-index:2;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:0;margin-left:130px;box-sizing:border-box;font-family:lato;font-size:18px;font-weight:bold;color:#ffffff;width:250px;height:48px; }#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.adaptive-delivery-prevent-bg, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyload, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyloading { background-image: none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ [class*="-text"]:-moz-placeholder {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ [class*="-text"]::-moz-placeholder {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ [class*="-text"]:-ms-input-placeholder {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ [class*="-text"]::-webkit-input-placeholder {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:10px;margin-right:0;margin-bottom:5px;margin-left:0;text-align:justify;text-align-last:initial;width:175px;line-height:14px;font-family:lato;font-size:11px;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:0;margin-bottom:6px;margin-left:3px;vertical-align:top; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-radio-label { font-size:11px;font-family:lato;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:14px;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:first-of-type{padding-top:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:last-of-type{padding-bottom:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ  { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:lato;width:380px;top:134.25px;left:807.734375px;position:absolute;z-index:15003;height:auto; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:250px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-info-text { font-size:11px; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ {display:block;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:lato;width:380px;top:134.25px;left:807.734375px;position:absolute;z-index:15003;height:auto; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 .container-column{width:50%;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xcZTuIfkel4bBnJ4Lg82J2K9ynX5Jz3c { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #qzTkQ7pJrEW5ZBNTbdBgZUpZq1KkQdOT { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AIWwxny680L907PABB4Ld9IvFqm0pxvp { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JS1WPwf9MBJSxXGxE2gvMC6KpMWzegsK { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KeaVeyPVnUaPaBTLvEyrOlcTMmVU3WFT { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BIF9t02gvv2cUui1GfFQTLLSGedkR5RG { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #ARU1puUzTsvHQQSJzgtG7Pd1o1FrD08A { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #t1wnrnTI7ouDnrXqEgTy6eLExXJAvuuU { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SxT8FROGq46IUlREoyAbg95BDnbtNQJI { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aUiQ7za66uPrkQiBZCiH8pGEIhWWi3OD { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #x2typrRVtiIVRFO5nqkPT0TofbTxAIFm { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #wVr8ECcMJhrelsgpAd4Hmu0mwyksKbiF { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oNtu1uHi8A9WCl5zaW8TnlcgxPtGDA3Q { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GdHfARKw4Wwiyh040VxaDPD2vgGZ5LnJ { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XvNKFt9ydc83BBQyaMSDngJkBcSQowpD { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Xqibs9ZSZvB3Q5qcU7rXQm0IWI4MnvbJ { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IaO8atb2QJcUgf2R3MHWSr0CzCSsy8UK { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zOeLEGNHQ4FtEVdTHWg1G6ZFHMk4UT8B { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zwO6cvgV17htzfUqeBq1WGnBtXi8J2zq { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #upKyZTzpyKW27J6VmoNXeaKG3Cl5i50T { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #rpKWPMwkKyuvRgNLk8pNIo74oW8Aa0mi { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xhgTrDTKbxyxouBLFJmqJ6vLaxsfMT5O { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LUcWyFZsdQnrmcnZQLumz45XJcH91RTD { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #I67hpmBHOfZdIm1UQnOEbfnGL2Fs1GBW { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #auy57W4fTICidCccGdHbmsLDk444mSHD { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #w8mwz06Ux4nlhlPHVz4zBWT0v9ZGzMVr { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bO0BiKrDHG8w5kINW9QqdHA5WxXN6JfR { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oXL4ilLeJFdK0ATvPZz0buyfQTBUT16I { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OdrCmoTn6rHZvbCmh07nMPz1O62JuW7s { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #iVttZdyCEGLLBRDJVdXTWp0B4olBoKqt { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #blVTlGBy4IEHbLGXAPkotFqA4RXEim7M { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BztU3pt7EZVco9bcmSavt6ru3qzTXV0b { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #V0vSemhKNslGcwxTMmmMz1xsE6JycCKP { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zFv96QOHyLc3xFdwaqNBQM9KL3ZM3hCr { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TSRyfLeM2QyxrLSGSqoSoeNzut54AFpp { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NssHNxA5O2ENyKNukTMmDMu3ApfCyrgM { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sCUfBNxPSbUWiG1NXbf9ypWB8goR2Uiv { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JEtXX8bAd9wSTnrSPqT5NIIp7ysXzhkN { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bOaIci2tAP934ZHp1UlQbdzIKAEOcgJq { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #S9gPRtfRp5CR2Fqdk8MeTSi7SWlIGsbC { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XDDbzdGpICg3TSP3p4kvzL0E1vsqPLVF { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #T1zJ7zoHXIqI5yo3iSONrz5EXdiO7QXH { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SIZeSsvFBiagDTSchw0tDJ3zbKDiB84f { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OAlfrJAD5SwPBmma2pImsLIxoMzCFOP1 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xVCmFetBBbbGMFgSmgo14rbdKn41G19P { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GpCSz61G7nCnJzUEGkfsTVl4X3WundI6 { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #eC4bnOi3iD8qTAoG8rJpwx3zFSBx0O2c { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #P7DgGozyox4uvoeRIiZUs0SfLycKhiyA { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fAXvxsq3TzVR95aCD01qc7W07E9Hwp7p { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Q2SdqxxX4ORJMTpa0UcJ5C7k0fOJQO4R { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #WTwt7pz84hEp02Kxrs0PFkX10HopcSZZ { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #FJgwgDNGIGSCd72sNyP0W7zMSzfhEpsu { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LTWS7MfKVSXBDaWH6xxGM4EdhJW1GRqv { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #PymkEeSJ6Jtff7Agn1JLXofT0lycFpcT { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #l2ChzFNqLtyRBXP2vfp3A0adxEUiOaow { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bzzORWkaIfQTcd64EPw7GlbIo13J0XTb { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Rw6Br7dvJo5cnsfNJmzC5sH2K8yi1FkX { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GwL0tcPVbEcS6pDNb65qScIEhR8IEqR5 { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #mVtJMxBdZfnvQ7BG5WzfzgG8yV9p9J2W { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GiO5VnDtWqKbxz6IFlvnsTIiCBrH69m1 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JBVBC1S0fWJaxA1TnyTmx2zo7CCPQUxO { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KJHaVHzLD44uNJUaWThulX8kTpIq3htt { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IS9cDRgO9y1LEigmTBfDVoPLRyEAkir1 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Ey59mAogxkumemNTIEX2mdm28PZQAuwE { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NbT8lHH2FJQxEqAMRreJo2noIPeAbuZc { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aBOduwI9BmA5f4Cu4b7HTKZDS1FCkm6t { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AkxPvcHNMC9peovb9n5v29iM7nLothAw { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fezhQoauqWLvO1kz54xF34MrGzpE5Ai9 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sriQ1bEmBgtpbJRlz60TMu4HkW4Js3M1 { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AWSOPUiU0SsF3TgOavyIKEC1fipzqFLn { position:relative;z-index:2; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #MQC91DWkaaAToogs9VvNCeRkhsZAJTxb { position:relative; }
#udFumgJ6gcbJ7TIyJV404W6K1uxgpWrm { position:relative;display:block; }
#uMnBQ8Wh26kPHLe4lEGz5QLGuhTLmKqX { position:relative;display:block; }
#LT8UodZfJUOtvPzV5rEzcBzA6Dm5LP1J { position:relative;display:block; }
#xl1Mxs8x6p2zKlkO1UNZ0EGPNgPH2M2h { position:relative;display:block; }
#w6STsoc0DWUTEUiBvM2U89tdCTgGMvwf { position:relative;display:block; }
#BImcOTBwRTD1rPSnG015P7Xd9fOINToX { position:relative;display:block; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 { position:relative; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa { display:block; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container { width:764px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I5TQxT8gzdA0Iekfrlf58bAt52KF7CHK { width:592.987px;height:91px;top:155.83123779297px;left:85.481241226196px;font-size:35px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #A0yD8b7ATAlXr108yoN1783nrF8lasG6 { width:575.99px;height:154px;top:419px;left:97px;font-size:24px;text-align:left;text-align-last:left;display:block; }#A0yD8b7ATAlXr108yoN1783nrF8lasG6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
 }@media only screen and (max-width: 1199px) { #bnhihk8GgVHFED5qFu595ecTZPZQ3S8H { width:435.972px;height:70.9722px;top:637px;left:167px;display:block; }
 }@media only screen and (max-width: 1199px) { #n30P0OVWab83zffue7rfamXeH5WW0NUk { display:block; }
 }@media only screen and (max-width: 1199px) { #EF7P4DkaRwURrQJoKquWkclWfpWIEdQf { width:587px;height:712px;top:652px;left:88px;display:none; }
 }@media only screen and (max-width: 1199px) { #BHQI8lxNBgqJwA78ZdLNZKHoJAGqnZEU { width:345px;height:486px;top:707px;left:306px;display:none; }
 }@media only screen and (max-width: 1199px) { #eJuU7v7B5WeC6bfyMldIJussmJ41zaAl { width:381px;height:226px;top:1045px;left:252.98333740234px;display:none; }
 }@media only screen and (max-width: 1199px) { #ZzI50O3EUKCaHJl0mS9vDz5ZG61f3zug { width:417.994px;height:61.8375px;top:48.993747711182px;left:142.08748817444px;display:block; }
 }@media only screen and (max-width: 1199px) { #JWBGtNwUy1U7Il7BGzzRm1UtI2TEaaCB { width:633.993px;height:305px;top:302px;left:66px;display:block; }
 }@media only screen and (max-width: 1199px) { #N7OMbdEs2PpfpetOaMtNWkXAzRAWQZpE { width:424px;height:83.1875px;top:326px;left:122px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #Kqerxbs7R3DqBeZZCKr02RwfvGv1UCav { width:211px;height:309px;top:226px;left:553px;display:block; }
 }@media only screen and (max-width: 1199px) { #TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG { display:block; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z1mp2ONvHH2wUNEgMVvCTpod28nw4LnO { width:516px;height:173.65746416324px;top:13px;left:123.49310302734px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { display:block; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { width:764px;height:592px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #apdUzCBrHEz97HqxLnmT81cK9T8ahye7 { width:705px;height:436.6245px;top:132.90625px;left:18px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #vNHTLUiTtd2ASWc8abJlvAh5R42KlItA { width:728px;height:78px;top:31.96875px;left:18px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta { background-color:transparent;background-image:url("https://images.assets-landingi.com/3GYTz7oM/landing_va_09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.adaptive-delivery-prevent-bg, #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.lazyload, #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta.lazyloading { background-image: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { background-color: transparent; background-image: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .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); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { width:764px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OxBwgtJyGGG6MQ2ES86euL865r2resBu { width:698.969px;height:767.75px;top:145.8125px;left:32.5px;font-size:24px;display:block; }#OxBwgtJyGGG6MQ2ES86euL865r2resBu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
 }@media only screen and (max-width: 1199px) { #saumhwsnWGtM9dHAfhLqGenaDlitouF0 { width:435.938px;height:70.9375px;top:942.875px;left:164.015625px;display:block; }
 }@media only screen and (max-width: 1199px) { #IgvyyHlzrVc2zonzzwND4ITPzOlg2dbW { display:block; }
 }@media only screen and (max-width: 1199px) { #pgU0va3gtBrk8vf8ZlHqo33CSKG0mRmB { width:725px;height:117px;top:15.984375px;left:32.46875px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #qbRE9HHZ064o3p5luGFvKq1re1QfvW5b { display:block; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container { width:764px;height:676px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NZbIROdRurMJLBIUeJT8L0q458DCVPV2 { width:713px;height:39px;top:29px;left:25.5px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JiQNML2dKyCuNyXVao02QhSQkPlkFqH1 { width:250px;height:3px;top:79px;left:254.65625px;display:block; }
 }@media only screen and (max-width: 1199px) { #xCGZELboKrO9PeR8paS4dVvDB92vwzkX { width:129px;height:129px;top:147px;left:62.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #yqwI9NZbGhHLoMsMkpzEQtQSTKloGhRU { width:98px;height:108px;top:157px;left:78px;display:block; }
 }@media only screen and (max-width: 1199px) { #EkcOZ63r7nHMCn6pmKXyVNON4CbMb5kF { width:226px;height:57.1991px;top:332px;left:14.328125px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #xKiR58SKRekRt38L7C3nisFekhXL5NTM { width:214px;height:166.734px;top:486px;left:20.328125px;font-size:16px;display:block; }#xKiR58SKRekRt38L7C3nisFekhXL5NTM li:before{  }
 }@media only screen and (max-width: 1199px) { #ea2QDVTmeKTwhrbDHq0uQD6cD1TuMqw9 { width:200px;height:1px;top:404px;left:27.328125px;display:block; }
 }@media only screen and (max-width: 1199px) { #mcQdEXWMRJPwOvrcFJ27tOtMx48l38JM { width:214px;height:134.344px;top:427px;left:275px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #gO1fl57JTs4qwpqVLnL8BBoJqyZlefX4 { width:127px;height:57.1991px;top:332px;left:318.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #c94Ibs9azhHq9srfFBttWJdazObvHEzp { width:200px;height:1px;top:404px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln0sD30afgVThHdqyJIITMLexMKNEwFq { width:129px;height:129px;top:147px;left:317px;display:block; }
 }@media only screen and (max-width: 1199px) { #tnmzsNDgkCKfIwbnbDvPlZelTmpg3C2E { width:98px;height:98px;top:158px;left:332px;display:block; }
 }@media only screen and (max-width: 1199px) { #qI2CK4bU3Dc8EQJClbuXCLaFuQb0eIuc { width:214px;height:201.5155px;top:427px;left:530px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #PPaHeFXizpABqG3A9azSUgX2FUqNAKbV { width:243px;height:57.1991px;top:332px;left:515.15625px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #PVqLZ6LqdzLrvbmaQTehk992KEUK4kpT { width:200px;height:1px;top:404px;left:536.65625px;display:block; }
 }@media only screen and (max-width: 1199px) { #DVtf8Z99DfyuP95BXPb80F4rBvZ4HL18 { width:129px;height:129px;top:147px;left:572px;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9HJrkOzHdCkVnwRQPkq8OVZgMrZVdy { width:96px;height:98px;top:158px;left:587px;display:block; }
 }@media only screen and (max-width: 1199px) { #G7EfB2gVhKqKvPWBRiGc3GAMvAfgzroD { width:216px;height:17px;top:246px;left:38px;display:none; }
 }@media only screen and (max-width: 1199px) { #diWQxhD5NX5nbVX8Zua1JpJlUzIMdJiC { width:216px;height:17px;top:246px;left:292px;display:none; }
 }@media only screen and (max-width: 1199px) { #pDSOMrVe3Eth7vw0Wdfrt0ha51SBzLDO { width:214px;height:44.7812px;top:427px;left:20.328125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #rvRu0RfJGStlLofX1WCeep0MdFyuxysM { background-color:#e3e2dd;background-image:none;display:block; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { background-color: transparent; background-image: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .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); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { width:764px;height:2421px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eKRuztXC30tsV4AWg7twf20tzRT5W6WB { width:590px;height:414px;top:717px;left:86.999998092651px;display:block; }
 }@media only screen and (max-width: 1199px) { #iUk0Cu8PpVk3q7w29nzZJeJAplD9gRVi { width:449px;height:58.7812px;top:970px;left:156px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwmEgasOZuvBrFN5VQvD2au2hEBZyd2v { width:25px;height:25px;top:938px;left:114px;display:block; }
 }@media only screen and (max-width: 1199px) { #roBwAo2NZ1sHqSQloDkdnlikMS8N3pB1 { width:439px;height:19.6065px;top:941px;left:156px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #dGT2TTuMXgZn3plE8rpir2H0a9HwbtdB { width:565px;height:105px;top:792px;left:113.99999809265px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #QlvxXEJ83opfIBXJHBDnTHbHEdBraVkT { width:590px;height:466px;top:166px;left:81px;display:block; }
 }@media only screen and (max-width: 1199px) { #exWD7tFtJTUbP6m4RpyDyxupaLnNqlaB { width:124px;height:18.1875px;top:580px;left:172px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #UDccpVMQxdus0fwRoJPL9zuNXdCTK0Lo { width:241px;height:18.1875px;top:580px;left:337px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #dVBdC9BKT3yRbZCn8I7JJ3dD0WeyexKf { width:25px;height:25px;top:576px;left:144px;display:block; }
 }@media only screen and (max-width: 1199px) { #TSkXWXTNRDE69DR3vzKL9xubTXV6HpEg { width:20px;height:20px;top:579px;left:312px;display:block; }
 }@media only screen and (max-width: 1199px) { #IblWaKRVwvzRHzbeMeMiSZXLVBizRvLo { width:449px;height:58.7812px;top:446px;left:144px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #NarhqQSXIDegU5N9ZyDXCRF5h360rWD2 { width:25px;height:25px;top:446px;left:104px;display:block; }
 }@media only screen and (max-width: 1199px) { #mPF12hfq92mWX6xlnKRgmFfEZn0DIwdX { width:448.993px;height:39.1875px;top:390px;left:146px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #v4huCh9aILI0V6FMWnPOvpBqUfFmxuTd { width:25px;height:25px;top:390px;left:104px;display:block; }
 }@media only screen and (max-width: 1199px) { #BfE0sZRxzEmhw0IT5TvQZES60oCTxmX2 { width:519px;height:21.0069px;top:358px;left:144px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #mHF0tsx2GEblDvnwrpVSHfd4CqcoNmC8 { width:542px;height:127.3125px;top:213.5px;left:107px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #TQlsw04JVhCXcVhMDIWKNt3LXbA4fZkR { width:416px;height:46.7969px;top:47px;left:174px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #CXsTTxeTyfkemsM6tXqBHT9WaWupd0yr { width:421px;height:24.7031px;top:158.13751220703px;left:156.00000572205px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #HsZcvmbJBP1pqkAtIkIvhq0TAwCPnyDo { width:466px;height:27.2969px;top:709.85000610352px;left:149.00000572205px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #olcV1WtZhwSpobkCccHtZvpgJvGQ4Z1Q { width:474px;height:55px;top:143px;left:139px;display:block; }
 }@media only screen and (max-width: 1199px) { #J64N7XTpawk9ckTJr3oxUcADQn7eecgm { width:449px;height:39.1875px;top:520px;left:144px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #VHpECQgB1INwDzXGylehhHJpZACKm2xP { width:34px;height:28px;top:525.59375px;left:106px;display:block; }
 }@media only screen and (max-width: 1199px) { #OPSCxuDE7VWXmz0qgmOTLWw9B1UN5flX { width:449px;height:39.1875px;top:1053px;left:156px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #wugmvApA3BIVR91uuawqAkHOMTnRI29Z { width:34px;height:28px;top:1059px;left:114px;display:block; }
 }@media only screen and (max-width: 1199px) { #O5bBnc7qtqXzSzy5oXt9QWbUPHkkP3Ve { width:474px;height:75px;top:686px;left:145px;display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:11px;font-weight:bold;color:#868695;width:170px;padding-top:0;padding-right:10px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;font-family:arial;font-size:12px;color:#000000;width:200px;box-sizing:border-box;height:29px;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:200px;box-sizing:border-box;height:100px;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;width:200px;box-sizing:border-box;height:29px;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;margin-top:10px;margin-right:11px;margin-bottom:0;margin-left:180px;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;z-index:2;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:0;margin-left:180px;box-sizing:border-box;font-family:arial;font-size:18px;font-weight:bold;color:#ffffff;width:200px;height:48px; }#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.adaptive-delivery-prevent-bg, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyload, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyloading { background-image: none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:10px;margin-right:0;margin-bottom:5px;margin-left:0;text-align:justify;text-align-last:initial;width:175px;line-height:14px;font-family:arial;font-size:11px;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:0;margin-bottom:6px;margin-left:3px;vertical-align:top; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-radio-label { font-size:11px;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:14px;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:first-of-type{padding-top:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:last-of-type{padding-bottom:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ  { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:arial;width:380px;height:auto;left:185.85070037842px;top:1167.9859619141px; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:200px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ {display:block;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:arial;width:380px;height:auto;left:185.85070037842px;top:1167.9859619141px; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xcZTuIfkel4bBnJ4Lg82J2K9ynX5Jz3c { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #qzTkQ7pJrEW5ZBNTbdBgZUpZq1KkQdOT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AIWwxny680L907PABB4Ld9IvFqm0pxvp {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JS1WPwf9MBJSxXGxE2gvMC6KpMWzegsK { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KeaVeyPVnUaPaBTLvEyrOlcTMmVU3WFT {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BIF9t02gvv2cUui1GfFQTLLSGedkR5RG {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #ARU1puUzTsvHQQSJzgtG7Pd1o1FrD08A { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #t1wnrnTI7ouDnrXqEgTy6eLExXJAvuuU {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SxT8FROGq46IUlREoyAbg95BDnbtNQJI {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aUiQ7za66uPrkQiBZCiH8pGEIhWWi3OD { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #x2typrRVtiIVRFO5nqkPT0TofbTxAIFm {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #wVr8ECcMJhrelsgpAd4Hmu0mwyksKbiF {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oNtu1uHi8A9WCl5zaW8TnlcgxPtGDA3Q { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GdHfARKw4Wwiyh040VxaDPD2vgGZ5LnJ {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XvNKFt9ydc83BBQyaMSDngJkBcSQowpD {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Xqibs9ZSZvB3Q5qcU7rXQm0IWI4MnvbJ { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IaO8atb2QJcUgf2R3MHWSr0CzCSsy8UK {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zOeLEGNHQ4FtEVdTHWg1G6ZFHMk4UT8B {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zwO6cvgV17htzfUqeBq1WGnBtXi8J2zq { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #upKyZTzpyKW27J6VmoNXeaKG3Cl5i50T {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #rpKWPMwkKyuvRgNLk8pNIo74oW8Aa0mi {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xhgTrDTKbxyxouBLFJmqJ6vLaxsfMT5O { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LUcWyFZsdQnrmcnZQLumz45XJcH91RTD {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #I67hpmBHOfZdIm1UQnOEbfnGL2Fs1GBW {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #auy57W4fTICidCccGdHbmsLDk444mSHD { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #w8mwz06Ux4nlhlPHVz4zBWT0v9ZGzMVr {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bO0BiKrDHG8w5kINW9QqdHA5WxXN6JfR {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oXL4ilLeJFdK0ATvPZz0buyfQTBUT16I { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OdrCmoTn6rHZvbCmh07nMPz1O62JuW7s {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #iVttZdyCEGLLBRDJVdXTWp0B4olBoKqt {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #blVTlGBy4IEHbLGXAPkotFqA4RXEim7M { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BztU3pt7EZVco9bcmSavt6ru3qzTXV0b {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #V0vSemhKNslGcwxTMmmMz1xsE6JycCKP {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zFv96QOHyLc3xFdwaqNBQM9KL3ZM3hCr { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TSRyfLeM2QyxrLSGSqoSoeNzut54AFpp {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NssHNxA5O2ENyKNukTMmDMu3ApfCyrgM {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sCUfBNxPSbUWiG1NXbf9ypWB8goR2Uiv { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JEtXX8bAd9wSTnrSPqT5NIIp7ysXzhkN {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bOaIci2tAP934ZHp1UlQbdzIKAEOcgJq {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #S9gPRtfRp5CR2Fqdk8MeTSi7SWlIGsbC {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XDDbzdGpICg3TSP3p4kvzL0E1vsqPLVF {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #T1zJ7zoHXIqI5yo3iSONrz5EXdiO7QXH {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SIZeSsvFBiagDTSchw0tDJ3zbKDiB84f { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OAlfrJAD5SwPBmma2pImsLIxoMzCFOP1 {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xVCmFetBBbbGMFgSmgo14rbdKn41G19P {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GpCSz61G7nCnJzUEGkfsTVl4X3WundI6 { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #eC4bnOi3iD8qTAoG8rJpwx3zFSBx0O2c {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #P7DgGozyox4uvoeRIiZUs0SfLycKhiyA {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fAXvxsq3TzVR95aCD01qc7W07E9Hwp7p { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Q2SdqxxX4ORJMTpa0UcJ5C7k0fOJQO4R {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #WTwt7pz84hEp02Kxrs0PFkX10HopcSZZ {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #FJgwgDNGIGSCd72sNyP0W7zMSzfhEpsu { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LTWS7MfKVSXBDaWH6xxGM4EdhJW1GRqv {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #PymkEeSJ6Jtff7Agn1JLXofT0lycFpcT {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #l2ChzFNqLtyRBXP2vfp3A0adxEUiOaow { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bzzORWkaIfQTcd64EPw7GlbIo13J0XTb {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Rw6Br7dvJo5cnsfNJmzC5sH2K8yi1FkX {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GwL0tcPVbEcS6pDNb65qScIEhR8IEqR5 { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #mVtJMxBdZfnvQ7BG5WzfzgG8yV9p9J2W {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GiO5VnDtWqKbxz6IFlvnsTIiCBrH69m1 {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JBVBC1S0fWJaxA1TnyTmx2zo7CCPQUxO { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KJHaVHzLD44uNJUaWThulX8kTpIq3htt {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IS9cDRgO9y1LEigmTBfDVoPLRyEAkir1 {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Ey59mAogxkumemNTIEX2mdm28PZQAuwE { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NbT8lHH2FJQxEqAMRreJo2noIPeAbuZc {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aBOduwI9BmA5f4Cu4b7HTKZDS1FCkm6t {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AkxPvcHNMC9peovb9n5v29iM7nLothAw { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fezhQoauqWLvO1kz54xF34MrGzpE5Ai9 {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sriQ1bEmBgtpbJRlz60TMu4HkW4Js3M1 {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AWSOPUiU0SsF3TgOavyIKEC1fipzqFLn { z-index:2; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #MQC91DWkaaAToogs9VvNCeRkhsZAJTxb {  }
 }@media only screen and (max-width: 1199px) { #udFumgJ6gcbJ7TIyJV404W6K1uxgpWrm { display:block; }
 }@media only screen and (max-width: 1199px) { #uMnBQ8Wh26kPHLe4lEGz5QLGuhTLmKqX { display:block; }
 }@media only screen and (max-width: 1199px) { #LT8UodZfJUOtvPzV5rEzcBzA6Dm5LP1J { display:block; }
 }@media only screen and (max-width: 1199px) { #xl1Mxs8x6p2zKlkO1UNZ0EGPNgPH2M2h { display:block; }
 }@media only screen and (max-width: 1199px) { #w6STsoc0DWUTEUiBvM2U89tdCTgGMvwf { display:block; }
 }@media only screen and (max-width: 1199px) { #BImcOTBwRTD1rPSnG015P7Xd9fOINToX { display:block; }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa { display:block; }#PKVnEqyp8IA38yXqoTyzzdT9NEmJ3pSa > .row .container { width:320px;height:948px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5TQxT8gzdA0Iekfrlf58bAt52KF7CHK { width:294.984px;height:93.5625px;top:65.125px;left:12.484375px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A0yD8b7ATAlXr108yoN1783nrF8lasG6 { width:269px;height:130px;top:316px;left:30px;font-size:16px;display:block; }#A0yD8b7ATAlXr108yoN1783nrF8lasG6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
 }@media only screen and (max-width: 763px) { #bnhihk8GgVHFED5qFu595ecTZPZQ3S8H { width:320px;height:71px;top:850.984375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #n30P0OVWab83zffue7rfamXeH5WW0NUk { display:block; }
 }@media only screen and (max-width: 763px) { #EF7P4DkaRwURrQJoKquWkclWfpWIEdQf { width:320px;height:467px;top:655.234375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BHQI8lxNBgqJwA78ZdLNZKHoJAGqnZEU { width:185px;height:260.99px;top:787.22225952148px;left:134.98265171051px;display:none; }
 }@media only screen and (max-width: 763px) { #eJuU7v7B5WeC6bfyMldIJussmJ41zaAl { width:230px;height:136px;top:936.23333740234px;left:45px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ZzI50O3EUKCaHJl0mS9vDz5ZG61f3zug { width:320px;height:47.340392445825px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JWBGtNwUy1U7Il7BGzzRm1UtI2TEaaCB { width:317px;height:271px;top:186px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N7OMbdEs2PpfpetOaMtNWkXAzRAWQZpE { width:261px;height:85.7812px;top:217px;left:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Kqerxbs7R3DqBeZZCKr02RwfvGv1UCav { width:211px;height:309px;top:503.984375px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG { display:block; }#TUTnHetSATQdGQ5iJI5Iqbc4PPDcbGOG > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1mp2ONvHH2wUNEgMVvCTpod28nw4LnO { width:320px;height:109.531px;top:29.234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { display:block; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { width:320px;height:957px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apdUzCBrHEz97HqxLnmT81cK9T8ahye7 { width:300px;height:800.6246px;top:136.203125px;left:10px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vNHTLUiTtd2ASWc8abJlvAh5R42KlItA { width:319.987px;height:93.5625px;top:28.950008392334px;left:0.018749237060547px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta { background-color:rgba(255,255,255,0.39);background-image:none;display:block; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { background-color: transparent; background-image: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row > .video-iframe-container { display: none; }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .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); }#v7WwbsikmBsVnSTwyLXRxNwr3IIbwdta > .row .container { width:320px;height:1454px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxBwgtJyGGG6MQ2ES86euL865r2resBu { width:300px;height:1173.38px;top:162.453125px;left:10px;font-size:22px;display:block; }#OxBwgtJyGGG6MQ2ES86euL865r2resBu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f16cf679-3e2e-48d0-b1e9-1f939a523a02/check.svg); }
 }@media only screen and (max-width: 763px) { #saumhwsnWGtM9dHAfhLqGenaDlitouF0 { width:319.969px;height:69.9688px;top:1360.03125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IgvyyHlzrVc2zonzzwND4ITPzOlg2dbW { display:block; }
 }@media only screen and (max-width: 763px) { #pgU0va3gtBrk8vf8ZlHqo33CSKG0mRmB { width:319.977px;height:142.969px;top:9.6296310424805px;left:0.011573791503906px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbRE9HHZ064o3p5luGFvKq1re1QfvW5b { display:block; }#qbRE9HHZ064o3p5luGFvKq1re1QfvW5b > .row .container { width:320px;height:1393px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZbIROdRurMJLBIUeJT8L0q458DCVPV2 { width:320px;height:59.7917px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiQNML2dKyCuNyXVao02QhSQkPlkFqH1 { width:320px;height:3px;top:99.7656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xCGZELboKrO9PeR8paS4dVvDB92vwzkX { width:129px;height:129px;top:122.75px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #yqwI9NZbGhHLoMsMkpzEQtQSTKloGhRU { width:98px;height:108px;top:132.75px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EkcOZ63r7nHMCn6pmKXyVNON4CbMb5kF { width:226px;height:57.1991px;top:271.75px;left:47px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xKiR58SKRekRt38L7C3nisFekhXL5NTM { width:255.994px;height:136px;top:397.21871948242px;left:31.968747138977px;font-size:15px;display:block; }#xKiR58SKRekRt38L7C3nisFekhXL5NTM li:before{  }
 }@media only screen and (max-width: 763px) { #ea2QDVTmeKTwhrbDHq0uQD6cD1TuMqw9 { width:287px;height:1px;top:348.9375px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mcQdEXWMRJPwOvrcFJ27tOtMx48l38JM { width:255.994px;height:126px;top:803.06245422363px;left:31.968747138977px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gO1fl57JTs4qwpqVLnL8BBoJqyZlefX4 { width:124.987px;height:57.1991px;top:714px;left:98px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #c94Ibs9azhHq9srfFBttWJdazObvHEzp { width:286.987px;height:0.99375px;top:786.0562286377px;left:16.499999046326px;display:block; }
 }@media only screen and (max-width: 763px) { #Ln0sD30afgVThHdqyJIITMLexMKNEwFq { width:129px;height:129px;top:574px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #tnmzsNDgkCKfIwbnbDvPlZelTmpg3C2E { width:97.9875px;height:97.9875px;top:590px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #qI2CK4bU3Dc8EQJClbuXCLaFuQb0eIuc { width:255.994px;height:168px;top:1199.15625px;left:31.953125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PPaHeFXizpABqG3A9azSUgX2FUqNAKbV { width:277.987px;height:57.1991px;top:1104.234375px;left:21px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PVqLZ6LqdzLrvbmaQTehk992KEUK4kpT { width:286.987px;height:0.99375px;top:1174.171875px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DVtf8Z99DfyuP95BXPb80F4rBvZ4HL18 { width:129px;height:129px;top:962px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9HJrkOzHdCkVnwRQPkq8OVZgMrZVdy { width:96px;height:98px;top:973px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #G7EfB2gVhKqKvPWBRiGc3GAMvAfgzroD { width:216px;height:17px;top:1274.1875px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #diWQxhD5NX5nbVX8Zua1JpJlUzIMdJiC { width:216px;height:17px;top:1311.1875px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #pDSOMrVe3Eth7vw0Wdfrt0ha51SBzLDO { width:270.984px;height:21px;top:361.109375px;left:31.953125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rvRu0RfJGStlLofX1WCeep0MdFyuxysM { background-color:#e3e2dd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { background-color: transparent; background-image: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container { display: none; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .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); }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { border-width: 0; border-radius: 0; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvRu0RfJGStlLofX1WCeep0MdFyuxysM > .row .container { width:320px;height:2840px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKRuztXC30tsV4AWg7twf20tzRT5W6WB { width:288px;height:561px;top:1002px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iUk0Cu8PpVk3q7w29nzZJeJAplD9gRVi { width:230px;height:137.156px;top:1316px;left:64px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwmEgasOZuvBrFN5VQvD2au2hEBZyd2v { width:25px;height:25px;top:1281px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #roBwAo2NZ1sHqSQloDkdnlikMS8N3pB1 { width:213px;height:19.5938px;top:1282px;left:62px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGT2TTuMXgZn3plE8rpir2H0a9HwbtdB { width:271px;height:168px;top:1076px;left:31px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlvxXEJ83opfIBXJHBDnTHbHEdBraVkT { width:288px;height:766px;top:165px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #exWD7tFtJTUbP6m4RpyDyxupaLnNqlaB { width:124px;height:18.1875px;top:766px;left:62px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UDccpVMQxdus0fwRoJPL9zuNXdCTK0Lo { width:241px;height:18.1875px;top:806.90625px;left:62px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dVBdC9BKT3yRbZCn8I7JJ3dD0WeyexKf { display:flex;width:25px;height:25px;top:762.59375px;left:31px; }
 }@media only screen and (max-width: 763px) { #TSkXWXTNRDE69DR3vzKL9xubTXV6HpEg { display:flex;width:20px;height:20px;top:806px;left:34px; }
 }@media only screen and (max-width: 763px) { #IblWaKRVwvzRHzbeMeMiSZXLVBizRvLo { width:235px;height:97.9688px;top:650.484375px;left:62px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NarhqQSXIDegU5N9ZyDXCRF5h360rWD2 { width:25px;height:25px;top:650.484375px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #mPF12hfq92mWX6xlnKRgmFfEZn0DIwdX { width:239px;height:78.375px;top:558px;left:62px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v4huCh9aILI0V6FMWnPOvpBqUfFmxuTd { width:25px;height:25px;top:561px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #BfE0sZRxzEmhw0IT5TvQZES60oCTxmX2 { width:258px;height:63px;top:475px;left:31px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHF0tsx2GEblDvnwrpVSHfd4CqcoNmC8 { width:254px;height:218.25px;top:224.8125px;left:30.5px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQlsw04JVhCXcVhMDIWKNt3LXbA4fZkR { width:269px;height:83.1944px;top:26.8125px;left:18px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CXsTTxeTyfkemsM6tXqBHT9WaWupd0yr { width:254px;height:24.7031px;top:158.28741073608px;left:33.000001907349px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HsZcvmbJBP1pqkAtIkIvhq0TAwCPnyDo { width:297px;height:26px;top:1002px;left:12px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #olcV1WtZhwSpobkCccHtZvpgJvGQ4Z1Q { width:320px;height:55px;top:141.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J64N7XTpawk9ckTJr3oxUcADQn7eecgm { width:228px;height:58.7812px;top:852px;left:59px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHpECQgB1INwDzXGylehhHJpZACKm2xP { width:34px;height:28px;top:852px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #OPSCxuDE7VWXmz0qgmOTLWw9B1UN5flX { width:229px;height:58.7812px;top:1468px;left:64px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wugmvApA3BIVR91uuawqAkHOMTnRI29Z { width:34px;height:28px;top:1468px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #O5bBnc7qtqXzSzy5oXt9QWbUPHkkP3Ve { width:320px;height:75px;top:979px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:240px;height:auto;font-family:arial;font-size:11px;font-weight:bold;color:#868695;padding-top:0;padding-right:10px;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text { width:240px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;font-family:arial;font-size:12px;color:#000000;box-sizing:border-box;height:29px;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-textarea { width:240px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;box-sizing:border-box;height:100px;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select { width:240px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;background-image:none;border-top:1px solid #cacad9;border-right:1px solid #cacad9;border-bottom:1px solid #cacad9;border-left:1px solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:5px;margin-top:2px;margin-right:0;margin-bottom:2px;margin-left:0;box-sizing:border-box;height:29px;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:12px;color:#000000;box-shadow: -1px 3px 12px 0px #e0e0e0 inset;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox { left:0px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;margin-top:10px;margin-right:11px;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;z-index:2;vertical-align:middle; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button { width:240px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:18px;font-weight:bold;color:#ffffff;height:48px;left:0px; }#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.adaptive-delivery-prevent-bg, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyload, #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-button.lazyloading { background-image: none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-checkbox-label { margin-top:10px;margin-right:0;margin-bottom:5px;margin-left:0;left:0px;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:216px;line-height:14px;font-family:arial;font-size:11px;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:0;margin-bottom:6px;margin-left:3px;vertical-align:top; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-radio-label { font-size:11px;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:14px;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:first-of-type{padding-top:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .widget-container:last-of-type{padding-bottom:0;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ  { width:240px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:arial;height:auto;top:1602px;left:34px; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:240px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ {display:block;}#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ { width:240px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ececfb;border-right:1px solid #ececfb;border-bottom:1px solid #ececfb;border-left:1px solid #ececfb;box-shadow: 1px 1px 20px #ececfb ;padding-top:40px;padding-right:5px;padding-bottom:20px;padding-left:5px;font-family:arial;height:auto;top:1602px;left:34px; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 {  }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #uw4io7EQQGnU392FHAENSEkB14gHE0g5 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xcZTuIfkel4bBnJ4Lg82J2K9ynX5Jz3c { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #qzTkQ7pJrEW5ZBNTbdBgZUpZq1KkQdOT { z-index:2; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AIWwxny680L907PABB4Ld9IvFqm0pxvp {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JS1WPwf9MBJSxXGxE2gvMC6KpMWzegsK { z-index:2; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KeaVeyPVnUaPaBTLvEyrOlcTMmVU3WFT {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BIF9t02gvv2cUui1GfFQTLLSGedkR5RG {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #ARU1puUzTsvHQQSJzgtG7Pd1o1FrD08A { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #t1wnrnTI7ouDnrXqEgTy6eLExXJAvuuU {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SxT8FROGq46IUlREoyAbg95BDnbtNQJI {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aUiQ7za66uPrkQiBZCiH8pGEIhWWi3OD { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #x2typrRVtiIVRFO5nqkPT0TofbTxAIFm {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #wVr8ECcMJhrelsgpAd4Hmu0mwyksKbiF {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oNtu1uHi8A9WCl5zaW8TnlcgxPtGDA3Q { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GdHfARKw4Wwiyh040VxaDPD2vgGZ5LnJ {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XvNKFt9ydc83BBQyaMSDngJkBcSQowpD {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Xqibs9ZSZvB3Q5qcU7rXQm0IWI4MnvbJ { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IaO8atb2QJcUgf2R3MHWSr0CzCSsy8UK {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zOeLEGNHQ4FtEVdTHWg1G6ZFHMk4UT8B {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zwO6cvgV17htzfUqeBq1WGnBtXi8J2zq { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #upKyZTzpyKW27J6VmoNXeaKG3Cl5i50T {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #rpKWPMwkKyuvRgNLk8pNIo74oW8Aa0mi {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xhgTrDTKbxyxouBLFJmqJ6vLaxsfMT5O { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LUcWyFZsdQnrmcnZQLumz45XJcH91RTD {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #I67hpmBHOfZdIm1UQnOEbfnGL2Fs1GBW {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #auy57W4fTICidCccGdHbmsLDk444mSHD { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #w8mwz06Ux4nlhlPHVz4zBWT0v9ZGzMVr {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bO0BiKrDHG8w5kINW9QqdHA5WxXN6JfR {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #oXL4ilLeJFdK0ATvPZz0buyfQTBUT16I { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OdrCmoTn6rHZvbCmh07nMPz1O62JuW7s {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #iVttZdyCEGLLBRDJVdXTWp0B4olBoKqt {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #blVTlGBy4IEHbLGXAPkotFqA4RXEim7M { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #BztU3pt7EZVco9bcmSavt6ru3qzTXV0b {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #V0vSemhKNslGcwxTMmmMz1xsE6JycCKP {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #zFv96QOHyLc3xFdwaqNBQM9KL3ZM3hCr { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TSRyfLeM2QyxrLSGSqoSoeNzut54AFpp {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NssHNxA5O2ENyKNukTMmDMu3ApfCyrgM {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sCUfBNxPSbUWiG1NXbf9ypWB8goR2Uiv { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JEtXX8bAd9wSTnrSPqT5NIIp7ysXzhkN {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bOaIci2tAP934ZHp1UlQbdzIKAEOcgJq {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #S9gPRtfRp5CR2Fqdk8MeTSi7SWlIGsbC {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #XDDbzdGpICg3TSP3p4kvzL0E1vsqPLVF {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #T1zJ7zoHXIqI5yo3iSONrz5EXdiO7QXH {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #SIZeSsvFBiagDTSchw0tDJ3zbKDiB84f { z-index:2; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #OAlfrJAD5SwPBmma2pImsLIxoMzCFOP1 {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #xVCmFetBBbbGMFgSmgo14rbdKn41G19P {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GpCSz61G7nCnJzUEGkfsTVl4X3WundI6 { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #eC4bnOi3iD8qTAoG8rJpwx3zFSBx0O2c {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #P7DgGozyox4uvoeRIiZUs0SfLycKhiyA {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fAXvxsq3TzVR95aCD01qc7W07E9Hwp7p { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Q2SdqxxX4ORJMTpa0UcJ5C7k0fOJQO4R {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #WTwt7pz84hEp02Kxrs0PFkX10HopcSZZ {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #FJgwgDNGIGSCd72sNyP0W7zMSzfhEpsu { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #LTWS7MfKVSXBDaWH6xxGM4EdhJW1GRqv {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #PymkEeSJ6Jtff7Agn1JLXofT0lycFpcT {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #l2ChzFNqLtyRBXP2vfp3A0adxEUiOaow { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #bzzORWkaIfQTcd64EPw7GlbIo13J0XTb {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Rw6Br7dvJo5cnsfNJmzC5sH2K8yi1FkX {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GwL0tcPVbEcS6pDNb65qScIEhR8IEqR5 { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #mVtJMxBdZfnvQ7BG5WzfzgG8yV9p9J2W {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #GiO5VnDtWqKbxz6IFlvnsTIiCBrH69m1 {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #JBVBC1S0fWJaxA1TnyTmx2zo7CCPQUxO { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #KJHaVHzLD44uNJUaWThulX8kTpIq3htt {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #IS9cDRgO9y1LEigmTBfDVoPLRyEAkir1 {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #Ey59mAogxkumemNTIEX2mdm28PZQAuwE { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #NbT8lHH2FJQxEqAMRreJo2noIPeAbuZc {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #aBOduwI9BmA5f4Cu4b7HTKZDS1FCkm6t {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AkxPvcHNMC9peovb9n5v29iM7nLothAw { z-index:2; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #fezhQoauqWLvO1kz54xF34MrGzpE5Ai9 {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #sriQ1bEmBgtpbJRlz60TMu4HkW4Js3M1 {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #AWSOPUiU0SsF3TgOavyIKEC1fipzqFLn { z-index:2; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #MQC91DWkaaAToogs9VvNCeRkhsZAJTxb {  }
 }@media only screen and (max-width: 763px) { #udFumgJ6gcbJ7TIyJV404W6K1uxgpWrm { display:block; }
 }@media only screen and (max-width: 763px) { #uMnBQ8Wh26kPHLe4lEGz5QLGuhTLmKqX { display:block; }
 }@media only screen and (max-width: 763px) { #LT8UodZfJUOtvPzV5rEzcBzA6Dm5LP1J { display:block; }
 }@media only screen and (max-width: 763px) { #xl1Mxs8x6p2zKlkO1UNZ0EGPNgPH2M2h { display:block; }
 }@media only screen and (max-width: 763px) { #w6STsoc0DWUTEUiBvM2U89tdCTgGMvwf { display:block; }
 }@media only screen and (max-width: 763px) { #BImcOTBwRTD1rPSnG015P7Xd9fOINToX { display:block; }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 {  }
 }