.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); }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { 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; }#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:845px;width:1200px;position:relative;display:block; }#TIPNmKCtdaNXrF2SZorKyMstAN714ByZ { color:#213d6a;display:block;width:732.988px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45.95703125px;left:0px;height:132.6px;font-style:normal;display:block; }
#pnzKSO8Tdc7qTA3wkuH4crsKPn7uDHos { box-sizing:content-box;height:5.97656px;width:648.965px;position:absolute;display:block;z-index:15001;background-color:#f9d031;background-image:none;top:205.95703125px;left:0px;display:block; }
#zmCtENm2guR5syNW5ItEGWhuAAwGmxfk { color:#213d6a;display:block;width:591.934px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:290px;left:49px;height:168px;font-style:normal;display:block; }
#JzgOZ0h6hlMdWXq1qklfIkOdKs5VKTgJ { color:#213d6a;display:block;width:568.984px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:507.20703125px;left:39.9609375px;height:112.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3n6oGET7WOmt6bcW9fqzJQuKQNLX4tK { background-color:#efce30;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#213d6a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:498.924px;height:66.9271px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:652.43057250977px;left:14.739593505859px;display:block; }
#M66TQWTOXiKHrA4ATyn87D7MQpLRSUPc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z3c0RT7fiPOu9uoiLB7O3OGpugymqiiU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:713px;width:768px;top:137.5px;left:546.94849863328px;overflow:hidden;display:block; }
#aSuKBXVWeyoHE33xbQHTW6DyxTAeEGHm { 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.9922px;width:385px;top:45.95703125px;left:798.984375px;overflow:hidden;display:block; }
#cVXMU9DsxRltktzqtczNkBxUvedPgGvB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:290px;left:0px; }
#JTnb0Hk2uKgMSpdI2eQt43hp3hue9Cr4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:397.5px;left:0px; }
#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedede;background-image:none;position:relative;border-top-left-radius:56px;border-top-right-radius:56px;border-bottom-left-radius:56px;border-bottom-right-radius:56px;display:block; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container { background-color: transparent; background-image: none; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container > .video-iframe-container { display: none; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row > .video-iframe-container { display: none; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .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); }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container { border-width: 0; border-radius: 0; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row > .video-iframe-container { border-top-left-radius:56px;border-top-right-radius:56px;border-bottom-left-radius:56px;border-bottom-right-radius:56px; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container { font-size:14px;font-family:arial;height:1139px;width:1200px;position:relative;display:block; }#TQML1f4Hc54Mg3XV4nRUplSwJy4tTPqk { color:#213d6a;display:block;width:675.984px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:17.921875px;left:0px;height:90px;font-style:normal;display:block; }
#EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG { color:#213d6a;display:block;width:750.957px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:702.578125px;left:0px;height:340.5px;font-style:normal;overflow:hidden;display:block; }#EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
#hNVipC3F1ek90tCufm7qQlqT4JJQOTJX { color:#213d6a;display:block;width:567.969px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:156.69921875px;left:444.43359375px;height:28.5px;font-style:normal;display:block; }
#zSTex1Tgib1oGToGaTABgMiLKC8K8adD { color:#213d6a;display:block;width:756px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:208.703125px;left:444.4375px;height:270px;font-style:normal;overflow:hidden;display:block; }#zSTex1Tgib1oGToGaTABgMiLKC8K8adD li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#zSTex1Tgib1oGToGaTABgMiLKC8K8adD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
#rwZqzauzpnV6BFaE65HSJmQfH3wLVAaI { color:#213d6a;display:block;width:762px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:584.66796875px;left:0px;height:85.5px;font-style:normal;display:block; }
#l51TL9wTrEr4pGNavMaGw5BpRomPdFsF { box-sizing:content-box;height:5.99609px;width:648.984px;position:absolute;display:block;z-index:15002;background-color:#f9d031;background-image:none;top:117.20703125px;left:0px;display:block; }
#N3V692fHLHQpDEC1qVzOPfsnpm8pmmrO { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:275px;width:422.969px;top:208.69140625px;left:0px;overflow:hidden;display:block; }
#mAqGeKmVQoN0aOMsxroBF2ArToQbMhLm { position:absolute;display:block;z-index:15041;border-top:0 solid #5d92ff;border-left:0 solid #5d92ff;border-right:3px solid #f9d031;border-bottom:3px solid #f9d031;border-top-left-radius:56px;border-top-right-radius:1px;border-bottom-left-radius:56px;border-bottom-right-radius:56px;box-shadow: 1px 1px 14px rgba(249,208,49,0.5) ;height:270.938px;width:407.969px;top:712.1875px;left:789.51171875px;overflow:hidden;display:block; }
#QLNyzT15ITuSdbzNfUlap1xHin8viN9U { box-sizing:content-box;height:273.965px;width:410.977px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;top:208.69140625px;left:0px;border-top-left-radius:0;border-top-right-radius:56px;border-bottom-left-radius:56px;border-bottom-right-radius:56px;box-shadow: 1px 1px 8px rgba(249,208,49,0.5) ;display:block; }
#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff1f4;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; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container { background-color: transparent; background-image: none; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container > .video-iframe-container { display: none; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row > .video-iframe-container { display: none; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .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); }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container { border-width: 0; border-radius: 0; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container { font-size:14px;font-family:arial;height:868px;width:1200px;position:relative;display:block; }#rtfUZFfHEiEwqwTBG0m4BhLmTBPy7swo { color:#213d6a;display:block;width:1046px;position:absolute;font-family:arial;font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:30.96875px;left:0px;height:39px;display:block; }
#wRDxrccgaoLWai76wg5BxIkNTsyW3S1o { box-sizing:content-box;height:5px;width:480px;position:absolute;display:block;z-index:15001;background-color:#213d6a;background-image:none;top:99px;left:0px;display:block; }
#IGRBw8rdfGpPdTbIFWoVfQu4Mf1QkerS { background-color:#f9d031;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#213d6a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:335.969px;height:66.9844px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:762.4609375px;left:355px;display:block; }
#BcJ3DqyG2u13qPp7gLxsVMcIT4H21h69 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JU8TKatPvJ8uxv1VHdbC3sUt3lJw3VAi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9844px;width:37.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:610.46875px;left:304.21875px; }
#Qvtl7dEg3e9hKGumMdB84DwpVfxrg33z { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9844px;width:37.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:382.98828125px;left:304.21875px; }
#OrAegvPvgmDAFfckuoHUX9KRsLuaw1eD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9844px;width:37.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:490.15625px;left:304.21875px; }
#okc81Q4be1NaVWMcKGox1AXz8g7qDu6C { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:374px;width:271px;top:322.16796875px;left:0px;overflow:hidden;display:block; }
#yIr6zyPdD2FCd4sH9VWIvBsswVDLDSeo { color:#213d6a;display:block;width:728px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:276px;left:393px;height:28.5px;display:block; }
#I6J13gmwZ4VKdRL8widdADqf88gS7XXR { color:#213d6a;display:block;width:1177px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:126.77734375px;left:0px;height:142.5px;display:block; }
#n5hAAygfpJ9g0y8HhvR3UtVoF0aLGO20 { color:#213d6a;display:block;width:840.996px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:359.19921875px;left:359.00390625px;height:285px;display:block; }
#PQ4HLPVCrrJxmRBrd4TX0CBmCTq0MBC2 { color:#213d6a;display:block;width:435.996px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:322.16796875px;left:325.9765625px;height:28.5px;display:block; }
#PTZKaO9SDLUtOqfxNvAQGomQs93svswm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#213d6a;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; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container { background-color: transparent; background-image: none; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container > .video-iframe-container { display: none; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row > .video-iframe-container { display: none; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .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); }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container { border-width: 0; border-radius: 0; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container { font-size:14px;font-family:arial;height:546px;width:1200px;position:relative;display:block; }#zUwDrzHAg8TONOTXoq2V5z3A4hIAO9GE { color:#ffffff;display:block;width:78.9844px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:105.95703125px;left:110.48828125px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTKQBmrgTsrB2TsHFCUzIhTny8dGAJkL { color:#ffffff;display:block;width:78.9844px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:105.95703125px;left:410.5078125px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbrcuATRUCGaM6umA1Hl9EJmgTWwchbu { color:#ffffff;display:block;width:78.9844px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:105.95703125px;left:710.5078125px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVEGSbBtuFbVHw1aLxuPJLfHfKIRyk4p { color:#ffffff;display:block;width:78.9844px;position:absolute;font-family:poppins;font-size:50px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:105.95703125px;left:1010.5078125px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpAvroUqv7BDBWC9RJlcMNWvTB4Vs4y7 { color:#f9d031;display:block;width:200px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:247.98828125px;left:65.99609375px;height:26.8333px;text-align:center;text-align-last:center;display:block; }
#fiXo0i4CpRtlqEUIt6tQRy9PXTq9Qk37 { color:#ffffff;display:block;width:168px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:287px;left:66px;height:62.4px;text-align:center;text-align-last:center;display:block; }
#ngM0IwdpghRN3wObPQcX1bu9LTuXkueX { color:#ffffff;display:block;width:168px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:287px;left:366px;height:83.2px;text-align:center;text-align-last:center;display:block; }
#ENQ4Inq4HCBBTy1gIOtEyTUbqhTplZJk { color:#f9d031;display:block;width:200px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:248px;left:350px;height:26.8333px;text-align:center;text-align-last:center;display:block; }
#XdwicvcS8OeyX3w1Qri3WvvrkZzExf2c { color:#ffffff;display:block;width:257px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:287px;left:621.5px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#b9TJSJGW75pqrtMGQ6MLL83oKFJ3oSvT { color:#f9d031;display:block;width:200px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:248px;left:650px;height:26.8333px;text-align:center;text-align-last:center;display:block; }
#rJzJbq8xMOPaS8FXF19T9loK7TcV5mJo { color:#ffffff;display:block;width:257px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:287px;left:922px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#szWMK3msUqp1RTLEwO9HaVFDxvLXxuIJ { color:#f9d031;display:block;width:200px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:248px;left:950px;height:26.8333px;text-align:center;text-align-last:center;display:block; }
#QdcNZykMIs2pHBnao4TAw1xpnqZaJext { background-color:#f9d031;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#213d6a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:335.957px;height:66.9727px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:442.4609375px;left:430px;display:block; }
#WIR0TbB9vTQlmnWd6ELg2dG1QaxsvOwl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#otHk2XcCmUuM6dEMnTpqT9Koc7RFT4P1 { box-sizing:content-box;height:152.988px;width:152.988px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15015;background-color:#f9d031;background-image:none;top:61.97265625px;left:73.49609375px;display:block; }
#A7GUNVLBwC89x4Sx5vQPsnmdyS8ZCCe2 { box-sizing:content-box;height:152.969px;width:152.969px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#f9d031;background-image:none;top:61.97265625px;left:973.49609375px;display:block; }
#V3SvQVcKi3qQlgE9ssatq6fZwVV81BTc { box-sizing:content-box;height:152.969px;width:152.969px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#f9d031;background-image:none;top:61.97265625px;left:673.49609375px;display:block; }
#c8SB5Tx5WhsoRGUpLbeqEign3dzOm0L1 { box-sizing:content-box;height:152.969px;width:152.969px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15018;background-color:#f9d031;background-image:none;top:61.97265625px;left:373.49609375px;display:block; }
#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedede;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; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container { background-color: transparent; background-image: none; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container > .video-iframe-container { display: none; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row > .video-iframe-container { display: none; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .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); }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container { border-width: 0; border-radius: 0; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container { font-size:14px;font-family:arial;height:334px;width:1200px;position:relative;display:block; }#yaOpRZKbmld1OBq5BwWl4r09FT525J2a { color:#213d6a;display:block;width:1181px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:141.89453125px;left:0px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTfu8l4epzHeD3w2NNFBnVyRmbIIk39h { 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:75px;width:360px;top:100.3125px;left:420px;overflow:hidden;display:block; }
#VUPkKV7WnxIWp9axTg0sLhuxATvTxWuR { color:#213d6a;display:block;width:1128.95px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54.1796875px;left:23.984375px;height:36.4062px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvRu0RfJGStlLofX1WCeep0MdFyuxysM { 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; }#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:1148px;width:1200px;position:relative;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:301px;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:301px;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:301px;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:301px;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:226px;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:431px;top:60.989593505859px;left:43.993072509766px;position:absolute;z-index:15003;height:auto; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:301px;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:431px;top:60.989593505859px;left:43.993072509766px;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; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM { position:relative; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 { position:relative; }
#TeSWTZ9MUfEPtAkziI5WcD76sFenq9mI { position:absolute;display:block;z-index:15074;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:548px;left:589px;display:block; }
#qIQSFOahsJzrZQ2CMu4PaOeffFdJMNoV { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15120;line-height:1.4;letter-spacing:0;top:802px;left:650px;height:58.8px;font-style:normal;display:block; }
#u8g6pyV4nLalUkwKtJGzhRoQa8TLppRZ { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15110;line-height:1.4;letter-spacing:0;top:872px;left:653px;height:39.2px;font-style:normal;display:block; }
#lLlwg2EEVDJQRpSSwEQrIHZCIeFMyTmc { color:#000000;display:block;width:439px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15119;line-height:1.4;letter-spacing:0;top:770px;left:655px;height:19.6px;font-style:normal;display:block; }
#XpXyFo8aRUnna3UqyPXbHTRtWe2M4CnQ { color:#000000;display:block;width:568px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15118;line-height:1.7;letter-spacing:0;top:628px;left:613px;height:73.5334px;display:block; }
#rCVll9dQdK6J5R0wwRpWq7uB5KiqPqMy { color:#000000;display:block;width:241px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:448px;left:820px;height:18.2031px;display:block; }
#rZpmXNuwIqUHLLDs4hR7RlyvL86zBCbn { 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:15123;opacity:1;top:445px;left:789px; }
#QzsdWHIpCWqDbLgwCoGuDctWcJr0eb7l { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15107;line-height:1.4;letter-spacing:0;top:298px;left:670px;height:58.8px;font-style:normal;display:block; }
#dc3UfXtq6h4Q6VBZukLS3cZ7Ap3QT1P6 { color:#ffffff;display:block;width:466px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:548px;left:661.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBIJnnrhBaH6JgRTLAJxWdS79wt3XBXq { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15108;line-height:1.4;letter-spacing:0;top:380px;left:670px;height:39.2px;font-style:normal;display:block; }
#Hhb9UCkFz4ZL9Po5mXIcyUsVITaT2xFE { position:absolute;display:block;z-index:15137;background-color:#2d72b6;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:533px;top:525px;left:622px;display:block; }
#wEFAFmJ15Qg0TboXAcabiV1O0JpW2tZ8 { color:#000000;display:block;width:449px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15106;line-height:1.4;letter-spacing:0;top:236px;left:670px;height:39.2px;font-style:normal;display:block; }
#ZGkccQFHQOczKbqoMdsKWfoPIVIMnB7n { color:#000000;display:block;width:124px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:448px;left:647px;height:18.2031px;display:block; }
#EmWmUSJqo0ZTs82DTDaiS49Q3PFw5ivB { color:#000000;display:block;width:529px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15105;line-height:1.7;letter-spacing:0;top:138px;left:608px;height:73.5334px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PwhFDQKZWvwhlztP3Gbzc853Ue7nLsyB { 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:15122;opacity:1;top:445px;left:613px; }
#pNbQ560cx2hvB5cKdb50lgRQDd07iIvE { position:absolute;display:block;z-index:15134;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:385.59375px;left:617px;overflow:hidden;display:block; }
#akRD1JPWdTPu6OZ0ybWpaZ2TpJQdxpTz { position:absolute;display:block;z-index:15136;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:878px;left:613px;overflow:hidden;display:block; }
#VNIiCJW1D7pkqX5F8K4S8ZpKzF0hNQ7L { position:absolute;display:block;z-index:15121;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:770px;left:613px;overflow:hidden;display:block; }
#WIgF9pf5AL12QexLA4PH6slZaGmi3yNa { position:absolute;display:block;z-index:15120;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:298px;left:613px;overflow:hidden;display:block; }
#ITsGxcQ7BalLOZKhlvVLnDMlQ8scwVKw { position:absolute;display:block;z-index:15106;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:243.09375px;left:613px;overflow:hidden;display:block; }
#eQ0G9hFLRMmbEzGm6kWfni62x57cQJeQ { position:absolute;display:block;z-index:15100;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:434px;width:611px;top:60.989624023438px;left:588.99310302734px;display:block; }
#Bsh8BJbZpDuIksNX5F3dTHfnUAobcqP1 { color:#2d72b6;display:block;width:442px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:65px;left:673.5px;height:27.3px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfLZfQfarirAWp1A2BHVWD1StxkK1IQc { position:absolute;display:block;z-index:15132;background-color:#f9d031;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:50px;left:658px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { display:block; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { width:764px;height:533px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TIPNmKCtdaNXrF2SZorKyMstAN714ByZ { width:478.993px;height:156px;top:27.986112594604px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #pnzKSO8Tdc7qTA3wkuH4crsKPn7uDHos { width:400px;height:5.98958px;top:191.97917175293px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #zmCtENm2guR5syNW5ItEGWhuAAwGmxfk { width:410.99px;height:107.9688px;top:219.01042175293px;left:33.975696563721px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #JzgOZ0h6hlMdWXq1qklfIkOdKs5VKTgJ { width:397.986px;height:76.5px;top:338.97570800781px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #z3n6oGET7WOmt6bcW9fqzJQuKQNLX4tK { width:335.99px;height:66.9792px;top:431.97918701172px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #M66TQWTOXiKHrA4ATyn87D7MQpLRSUPc { display:block; }
 }@media only screen and (max-width: 1199px) { #Z3c0RT7fiPOu9uoiLB7O3OGpugymqiiU { width:365.99px;height:338.993px;top:141.92709350586px;left:398.00350189209px;display:block; }
 }@media only screen and (max-width: 1199px) { #aSuKBXVWeyoHE33xbQHTW6DyxTAeEGHm { width:262.986px;height:40.9896px;top:37.986114501953px;left:501.006980896px;display:block; }
 }@media only screen and (max-width: 1199px) { #cVXMU9DsxRltktzqtczNkBxUvedPgGvB { width:42px;height:42px;top:210.00001525879px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 1199px) { #JTnb0Hk2uKgMSpdI2eQt43hp3hue9Cr4 { width:41.9965px;height:41.9965px;top:273.01043701172px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E { display:block; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container { width:764px;height:1136px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQML1f4Hc54Mg3XV4nRUplSwJy4tTPqk { width:745px;height:78px;top:20.052062988281px;left:18.993055343628px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG { width:439px;height:454px;top:661.89239501953px;left:0px;font-size:16px;display:block; }#EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
 }@media only screen and (max-width: 1199px) { #hNVipC3F1ek90tCufm7qQlqT4JJQOTJX { width:252.986px;height:28.5px;top:130.9548664093px;left:353.99306488037px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #zSTex1Tgib1oGToGaTABgMiLKC8K8adD { width:410.99px;height:378px;top:167.96876525879px;left:353.00350189209px;font-size:16px;display:block; }#zSTex1Tgib1oGToGaTABgMiLKC8K8adD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
 }@media only screen and (max-width: 1199px) { #rwZqzauzpnV6BFaE65HSJmQfH3wLVAaI { width:760.99px;height:81px;top:564.9479675293px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #l51TL9wTrEr4pGNavMaGw5BpRomPdFsF { width:400px;height:6px;top:103px;left:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #N3V692fHLHQpDEC1qVzOPfsnpm8pmmrO { width:330.99px;height:218.993px;top:158.42708969116px;left:6px;display:block; }
 }@media only screen and (max-width: 1199px) { #mAqGeKmVQoN0aOMsxroBF2ArToQbMhLm { width:307.986px;height:203.993px;top:679.73962402344px;left:453.80211639404px;display:block; }
 }@media only screen and (max-width: 1199px) { #QLNyzT15ITuSdbzNfUlap1xHin8viN9U { width:334px;height:273px;top:130.98957824707px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt { display:block; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container { width:764px;height:769px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rtfUZFfHEiEwqwTBG0m4BhLmTBPy7swo { width:764px;height:26px;top:32.986206054688px;left:-7.0104141235352px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wRDxrccgaoLWai76wg5BxIkNTsyW3S1o { width:187.986px;height:5.98958px;top:68.975677490234px;left:280.98958587646px;display:block; }
 }@media only screen and (max-width: 1199px) { #IGRBw8rdfGpPdTbIFWoVfQu4Mf1QkerS { width:335.99px;height:66.9965px;top:666.97920227051px;left:206.99654388428px;display:block; }
 }@media only screen and (max-width: 1199px) { #BcJ3DqyG2u13qPp7gLxsVMcIT4H21h69 { display:block; }
 }@media only screen and (max-width: 1199px) { #JU8TKatPvJ8uxv1VHdbC3sUt3lJw3VAi { width:36.9965px;height:36.9965px;top:312.98611450195px;left:260.13890838623px;display:block; }
 }@media only screen and (max-width: 1199px) { #Qvtl7dEg3e9hKGumMdB84DwpVfxrg33z { width:36.9965px;height:36.9965px;top:454.11468505859px;left:260.10417938232px;display:block; }
 }@media only screen and (max-width: 1199px) { #OrAegvPvgmDAFfckuoHUX9KRsLuaw1eD { width:36.9965px;height:36.9965px;top:555.00010681152px;left:260.10417938232px;display:block; }
 }@media only screen and (max-width: 1199px) { #okc81Q4be1NaVWMcKGox1AXz8g7qDu6C { width:247px;height:342px;top:265.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #yIr6zyPdD2FCd4sH9VWIvBsswVDLDSeo { width:728px;height:28.5px;top:276px;left:36px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #I6J13gmwZ4VKdRL8widdADqf88gS7XXR { width:763.993px;height:144px;top:96.979156494141px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #n5hAAygfpJ9g0y8HhvR3UtVoF0aLGO20 { width:467.986px;height:360px;top:287.95140075684px;left:296.02431488037px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #PQ4HLPVCrrJxmRBrd4TX0CBmCTq0MBC2 { width:435px;height:28.5px;top:275.98959350586px;left:270.98958587646px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #PTZKaO9SDLUtOqfxNvAQGomQs93svswm { display:block; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container { width:764px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zUwDrzHAg8TONOTXoq2V5z3A4hIAO9GE { width:78px;height:65px;top:105px;left:55.98828125px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #oTKQBmrgTsrB2TsHFCUzIhTny8dGAJkL { width:78px;height:65px;top:105px;left:247.0078125px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #WbrcuATRUCGaM6umA1Hl9EJmgTWwchbu { width:78px;height:65px;top:105px;left:438.0078125px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #kVEGSbBtuFbVHw1aLxuPJLfHfKIRyk4p { width:78px;height:65px;top:105px;left:629.0078125px;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #zpAvroUqv7BDBWC9RJlcMNWvTB4Vs4y7 { width:159px;height:49.375px;top:248px;left:16px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #fiXo0i4CpRtlqEUIt6tQRy9PXTq9Qk37 { width:168px;height:62.3958px;top:309px;left:11.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ngM0IwdpghRN3wObPQcX1bu9LTuXkueX { width:168px;height:83.1945px;top:309px;left:202.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ENQ4Inq4HCBBTy1gIOtEyTUbqhTplZJk { width:200px;height:24.6991px;top:248px;left:182px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #XdwicvcS8OeyX3w1Qri3WvvrkZzExf2c { width:178px;height:62.3958px;top:309px;left:388.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #b9TJSJGW75pqrtMGQ6MLL83oKFJ3oSvT { width:200px;height:24.6991px;top:248px;left:373px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #rJzJbq8xMOPaS8FXF19T9loK7TcV5mJo { width:144px;height:62.3958px;top:309px;left:596.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #szWMK3msUqp1RTLEwO9HaVFDxvLXxuIJ { width:200px;height:24.6991px;top:248px;left:564px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #QdcNZykMIs2pHBnao4TAw1xpnqZaJext { width:335.99px;height:66.9965px;top:422.98612976074px;left:218.09029388428px;display:block; }
 }@media only screen and (max-width: 1199px) { #WIR0TbB9vTQlmnWd6ELg2dG1QaxsvOwl { display:block; }
 }@media only screen and (max-width: 1199px) { #otHk2XcCmUuM6dEMnTpqT9Koc7RFT4P1 { width:152px;height:152px;top:61px;left:18.99609375px;display:block; }
 }@media only screen and (max-width: 1199px) { #A7GUNVLBwC89x4Sx5vQPsnmdyS8ZCCe2 { width:152px;height:152px;top:61px;left:591.99609375px;display:block; }
 }@media only screen and (max-width: 1199px) { #V3SvQVcKi3qQlgE9ssatq6fZwVV81BTc { width:152px;height:152px;top:61px;left:400.99609375px;display:block; }
 }@media only screen and (max-width: 1199px) { #c8SB5Tx5WhsoRGUpLbeqEign3dzOm0L1 { width:152px;height:152px;top:61px;left:209.99609375px;display:block; }
 }@media only screen and (max-width: 1199px) { #TTbXoetKJp2MgpEPveUfsUfRtl8nVyis { display:block; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container { width:764px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yaOpRZKbmld1OBq5BwWl4r09FT525J2a { width:648px;height:210.5152px;top:83.383331298828px;left:58.000002861023px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #WTfu8l4epzHeD3w2NNFBnVyRmbIIk39h { width:270px;height:55px;top:62.450164794922px;left:247.00001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #VUPkKV7WnxIWp9axTg0sLhuxATvTxWuR { width:482px;height:35.1px;top:15.41682434082px;left:141.00000286102px;font-size:27px;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:2188px;position:relative;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:190px;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:190px;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:190px;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:190px;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:166px;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:370px;height:auto;left:188px;top:902px; }
#TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ .radio-container { display:inline-block;*zoom:1;*display:inline;width:190px;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:370px;height:auto;left:188px;top:902px; }
 }@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) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM {  }
 }@media only screen and (max-width: 1199px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 {  }
 }@media only screen and (max-width: 1199px) { #TeSWTZ9MUfEPtAkziI5WcD76sFenq9mI { width:590px;height:414px;top:458px;left:86px;display:block; }
 }@media only screen and (max-width: 1199px) { #qIQSFOahsJzrZQ2CMu4PaOeffFdJMNoV { width:449px;height:58.7812px;top:711px;left:155px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #u8g6pyV4nLalUkwKtJGzhRoQa8TLppRZ { width:449px;height:39.1875px;top:794px;left:155px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #lLlwg2EEVDJQRpSSwEQrIHZCIeFMyTmc { width:439px;height:19.5938px;top:682px;left:155px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #XpXyFo8aRUnna3UqyPXbHTRtWe2M4CnQ { width:565px;height:105px;top:533px;left:113px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #rCVll9dQdK6J5R0wwRpWq7uB5KiqPqMy { width:241px;height:18.1875px;top:343px;left:336px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #rZpmXNuwIqUHLLDs4hR7RlyvL86zBCbn { width:20px;height:20px;top:342px;left:311px;display:block; }
 }@media only screen and (max-width: 1199px) { #QzsdWHIpCWqDbLgwCoGuDctWcJr0eb7l { width:449px;height:58.7812px;top:209px;left:143px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #dc3UfXtq6h4Q6VBZukLS3cZ7Ap3QT1P6 { width:466px;height:27.309px;top:451px;left:148px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #SBIJnnrhBaH6JgRTLAJxWdS79wt3XBXq { width:449px;height:39.1875px;top:283px;left:143px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Hhb9UCkFz4ZL9Po5mXIcyUsVITaT2xFE { width:474px;height:75px;top:427px;left:144px;display:block; }
 }@media only screen and (max-width: 1199px) { #wEFAFmJ15Qg0TboXAcabiV1O0JpW2tZ8 { width:448.993px;height:39.1875px;top:153px;left:145px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGkccQFHQOczKbqoMdsKWfoPIVIMnB7n { width:124px;height:18.1875px;top:343px;left:171px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #EmWmUSJqo0ZTs82DTDaiS49Q3PFw5ivB { width:519px;height:21px;top:121px;left:143px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #PwhFDQKZWvwhlztP3Gbzc853Ue7nLsyB { width:25px;height:25px;top:339px;left:143px;display:block; }
 }@media only screen and (max-width: 1199px) { #pNbQ560cx2hvB5cKdb50lgRQDd07iIvE { width:34px;height:28px;top:289px;left:105px;display:block; }
 }@media only screen and (max-width: 1199px) { #akRD1JPWdTPu6OZ0ybWpaZ2TpJQdxpTz { width:34px;height:28px;top:800px;left:113px;display:block; }
 }@media only screen and (max-width: 1199px) { #VNIiCJW1D7pkqX5F8K4S8ZpKzF0hNQ7L { width:25px;height:25px;top:679px;left:113px;display:block; }
 }@media only screen and (max-width: 1199px) { #WIgF9pf5AL12QexLA4PH6slZaGmi3yNa { width:25px;height:25px;top:209px;left:103px;display:block; }
 }@media only screen and (max-width: 1199px) { #ITsGxcQ7BalLOZKhlvVLnDMlQ8scwVKw { width:25px;height:25px;top:153px;left:103px;display:block; }
 }@media only screen and (max-width: 1199px) { #eQ0G9hFLRMmbEzGm6kWfni62x57cQJeQ { width:590px;height:334px;top:56.996520996094px;left:82.986114501953px;display:block; }
 }@media only screen and (max-width: 1199px) { #Bsh8BJbZpDuIksNX5F3dTHfnUAobcqP1 { width:421px;height:24.7px;top:49px;left:158px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #dfLZfQfarirAWp1A2BHVWD1StxkK1IQc { width:474px;height:55px;top:34px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO { display:block; }#Xf4c1AyLCC5Uwe1TMeP7sz8Vpm7a46NO > .row .container { width:320px;height:841px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIPNmKCtdaNXrF2SZorKyMstAN714ByZ { width:320px;height:104px;top:95px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnzKSO8Tdc7qTA3wkuH4crsKPn7uDHos { width:255px;height:5.98958px;top:209px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zmCtENm2guR5syNW5ItEGWhuAAwGmxfk { width:301px;height:115.125px;top:246px;left:18px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzgOZ0h6hlMdWXq1qklfIkOdKs5VKTgJ { width:320px;height:72px;top:361px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3n6oGET7WOmt6bcW9fqzJQuKQNLX4tK { width:303.976px;height:66.9792px;top:747.03128051758px;left:8.003472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #M66TQWTOXiKHrA4ATyn87D7MQpLRSUPc { display:block; }
 }@media only screen and (max-width: 763px) { #Z3c0RT7fiPOu9uoiLB7O3OGpugymqiiU { width:320px;height:297.049px;top:449.98266601562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aSuKBXVWeyoHE33xbQHTW6DyxTAeEGHm { width:320px;height:54.1319px;top:25.000001907349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cVXMU9DsxRltktzqtczNkBxUvedPgGvB { display:flex;width:32.9861px;height:32.9861px;top:248.98959350586px;left:0px; }
 }@media only screen and (max-width: 763px) { #JTnb0Hk2uKgMSpdI2eQt43hp3hue9Cr4 { display:flex;width:33px;height:33px;top:303.97222900391px;left:0px;font-size:23px; }
 }@media only screen and (max-width: 763px) { #hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E { display:block; }#hXmeO1GWbZWzbvqFoyqyuoqWUwMxmT9E > .row .container { width:320px;height:1790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQML1f4Hc54Mg3XV4nRUplSwJy4tTPqk { width:320px;height:120px;top:22.986053466797px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG { width:320px;height:564px;top:940.46878051758px;left:0px;font-size:16px;display:block; }#EAVofCEXm4EHoie5TvyNRVmzuPMzAXEG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
 }@media only screen and (max-width: 763px) { #hNVipC3F1ek90tCufm7qQlqT4JJQOTJX { width:320px;height:27px;top:178.97567749023px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zSTex1Tgib1oGToGaTABgMiLKC8K8adD { width:320px;height:474px;top:226.97914886475px;left:0px;font-size:16px;display:block; }#zSTex1Tgib1oGToGaTABgMiLKC8K8adD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba233787-dd32-4837-8f0c-14649a7a2d39/checkyellow3.png); }
 }@media only screen and (max-width: 763px) { #rwZqzauzpnV6BFaE65HSJmQfH3wLVAaI { width:320px;height:189px;top:736.9793548584px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l51TL9wTrEr4pGNavMaGw5BpRomPdFsF { width:320px;height:5px;top:157.98614501953px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N3V692fHLHQpDEC1qVzOPfsnpm8pmmrO { width:320px;height:211.70524789269px;top:2353.246548125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mAqGeKmVQoN0aOMsxroBF2ArToQbMhLm { width:316.997px;height:210.538px;top:1551.4756317139px;left:0.76388835906982px;display:block; }
 }@media only screen and (max-width: 763px) { #QLNyzT15ITuSdbzNfUlap1xHin8viN9U { width:320px;height:273px;top:1827.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt { display:block; }#TgazB5eBZWF8xH28mkrmxuOwpLV8Fqkt > .row .container { width:320px;height:1460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtfUZFfHEiEwqwTBG0m4BhLmTBPy7swo { width:320px;height:85.7812px;top:31.979187011719px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wRDxrccgaoLWai76wg5BxIkNTsyW3S1o { width:187.986px;height:5.98958px;top:135.72915649414px;left:65.989586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #IGRBw8rdfGpPdTbIFWoVfQu4Mf1QkerS { width:303.993px;height:66.9965px;top:1368.9929962158px;left:8.003472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #BcJ3DqyG2u13qPp7gLxsVMcIT4H21h69 { display:block; }
 }@media only screen and (max-width: 763px) { #JU8TKatPvJ8uxv1VHdbC3sUt3lJw3VAi { display:flex;width:37px;height:37px;top:531px;left:0px; }
 }@media only screen and (max-width: 763px) { #Qvtl7dEg3e9hKGumMdB84DwpVfxrg33z { display:flex;width:37px;height:37px;top:716px;left:0px; }
 }@media only screen and (max-width: 763px) { #OrAegvPvgmDAFfckuoHUX9KRsLuaw1eD { display:flex;width:36.9965px;height:36.9965px;top:885.98965454102px;left:0px; }
 }@media only screen and (max-width: 763px) { #okc81Q4be1NaVWMcKGox1AXz8g7qDu6C { width:212.986px;height:293.993px;top:1060.9897460938px;left:53.489586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #yIr6zyPdD2FCd4sH9VWIvBsswVDLDSeo { width:320px;height:28.5px;top:1388.2119293213px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #I6J13gmwZ4VKdRL8widdADqf88gS7XXR { width:320px;height:312px;top:159px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n5hAAygfpJ9g0y8HhvR3UtVoF0aLGO20 { width:287px;height:528px;top:505.67724609375px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PQ4HLPVCrrJxmRBrd4TX0CBmCTq0MBC2 { width:320px;height:28.5px;top:491px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PTZKaO9SDLUtOqfxNvAQGomQs93svswm { display:block; }#PTZKaO9SDLUtOqfxNvAQGomQs93svswm > .row .container { width:320px;height:1297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUwDrzHAg8TONOTXoq2V5z3A4hIAO9GE { width:79px;height:41.5972px;top:59px;left:121px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oTKQBmrgTsrB2TsHFCUzIhTny8dGAJkL { width:79px;height:41.5938px;top:384px;left:121px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #WbrcuATRUCGaM6umA1Hl9EJmgTWwchbu { width:78.9931px;height:41.5938px;top:698px;left:120px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kVEGSbBtuFbVHw1aLxuPJLfHfKIRyk4p { width:78.9931px;height:41.5938px;top:975.83340454102px;left:120.48611545563px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zpAvroUqv7BDBWC9RJlcMNWvTB4Vs4y7 { width:200px;height:24.6875px;top:174px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fiXo0i4CpRtlqEUIt6tQRy9PXTq9Qk37 { width:167.986px;height:62.3958px;top:245px;left:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ngM0IwdpghRN3wObPQcX1bu9LTuXkueX { width:167.986px;height:83.1945px;top:533.42015838623px;left:75.989586830139px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ENQ4Inq4HCBBTy1gIOtEyTUbqhTplZJk { width:200px;height:24.6875px;top:496.16319274902px;left:60.000000953674px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XdwicvcS8OeyX3w1Qri3WvvrkZzExf2c { width:257px;height:41.5972px;top:1127px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9TJSJGW75pqrtMGQ6MLL83oKFJ3oSvT { width:200px;height:24.6875px;top:815px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rJzJbq8xMOPaS8FXF19T9loK7TcV5mJo { width:256.997px;height:41.5972px;top:851px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #szWMK3msUqp1RTLEwO9HaVFDxvLXxuIJ { width:200px;height:24.6875px;top:1091px;left:61px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QdcNZykMIs2pHBnao4TAw1xpnqZaJext { width:304px;height:66px;top:1192.6563415527px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #WIR0TbB9vTQlmnWd6ELg2dG1QaxsvOwl { display:block; }
 }@media only screen and (max-width: 763px) { #otHk2XcCmUuM6dEMnTpqT9Koc7RFT4P1 { width:152px;height:152px;top:3.7499237060547px;left:83.993058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #A7GUNVLBwC89x4Sx5vQPsnmdyS8ZCCe2 { width:152px;height:152px;top:920.65948486328px;left:83.993058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #V3SvQVcKi3qQlgE9ssatq6fZwVV81BTc { width:152px;height:152px;top:643px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #c8SB5Tx5WhsoRGUpLbeqEign3dzOm0L1 { width:152px;height:152px;top:329px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #TTbXoetKJp2MgpEPveUfsUfRtl8nVyis { display:block; }#TTbXoetKJp2MgpEPveUfsUfRtl8nVyis > .row .container { width:320px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaOpRZKbmld1OBq5BwWl4r09FT525J2a { width:320px;height:311.9528px;top:106.80000305176px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WTfu8l4epzHeD3w2NNFBnVyRmbIIk39h { width:247px;height:49px;top:67px;left:36.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #VUPkKV7WnxIWp9axTg0sLhuxATvTxWuR { width:320px;height:36.4062px;top:20.133331298828px;left:0px;font-size:28px;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:2170px;position:relative;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:308px;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:1057px;left:0px; }
#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:308px;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:1057px;left:0px; }
 }@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) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #TX1gxiLid6GR2MnKB7Ry0g77R7yK4mlM {  }
 }@media only screen and (max-width: 763px) { #TgkV3gCyrFRtGXoSIdMCTtTvs9WeqGGZ #s8n8hKKKuUwdM36H5b6ySArelgsL1Ts7 {  }
 }@media only screen and (max-width: 763px) { #TeSWTZ9MUfEPtAkziI5WcD76sFenq9mI { width:320px;height:464px;top:563px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qIQSFOahsJzrZQ2CMu4PaOeffFdJMNoV { width:313px;height:97.9688px;top:838px;left:7px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8g6pyV4nLalUkwKtJGzhRoQa8TLppRZ { width:269px;height:58.7812px;top:951px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lLlwg2EEVDJQRpSSwEQrIHZCIeFMyTmc { width:244px;height:19.5938px;top:801px;left:38px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XpXyFo8aRUnna3UqyPXbHTRtWe2M4CnQ { width:320px;height:118.9845px;top:638px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCVll9dQdK6J5R0wwRpWq7uB5KiqPqMy { width:241px;height:18.1875px;top:475px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZpmXNuwIqUHLLDs4hR7RlyvL86zBCbn { display:flex;width:20px;height:20px;top:474px;left:11px; }
 }@media only screen and (max-width: 763px) { #QzsdWHIpCWqDbLgwCoGuDctWcJr0eb7l { width:273px;height:78.375px;top:274px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dc3UfXtq6h4Q6VBZukLS3cZ7Ap3QT1P6 { width:320px;height:52px;top:556px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SBIJnnrhBaH6JgRTLAJxWdS79wt3XBXq { width:273px;height:58.7812px;top:371px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hhb9UCkFz4ZL9Po5mXIcyUsVITaT2xFE { width:320px;height:75px;top:532px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wEFAFmJ15Qg0TboXAcabiV1O0JpW2tZ8 { width:274px;height:78.375px;top:189px;left:46px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkccQFHQOczKbqoMdsKWfoPIVIMnB7n { width:124px;height:18.1875px;top:445px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmWmUSJqo0ZTs82DTDaiS49Q3PFw5ivB { width:320px;height:118.9845px;top:57px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwhFDQKZWvwhlztP3Gbzc853Ue7nLsyB { display:flex;width:25px;height:25px;top:442px;left:7px; }
 }@media only screen and (max-width: 763px) { #pNbQ560cx2hvB5cKdb50lgRQDd07iIvE { width:34px;height:28px;top:373px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #akRD1JPWdTPu6OZ0ybWpaZ2TpJQdxpTz { width:34px;height:28px;top:951px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #VNIiCJW1D7pkqX5F8K4S8ZpKzF0hNQ7L { width:25px;height:25px;top:798px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WIgF9pf5AL12QexLA4PH6slZaGmi3yNa { width:25px;height:25px;top:278px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ITsGxcQ7BalLOZKhlvVLnDMlQ8scwVKw { width:25px;height:25px;top:189px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #eQ0G9hFLRMmbEzGm6kWfni62x57cQJeQ { width:320px;height:446px;top:55.98974609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bsh8BJbZpDuIksNX5F3dTHfnUAobcqP1 { width:320px;height:24.6875px;top:17px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dfLZfQfarirAWp1A2BHVWD1StxkK1IQc { width:320px;height:55px;top:2px;left:0px;display:block; }
 }