.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0bb3d2, #195476);background-image: -moz-linear-gradient(90deg, #0bb3d2, #195476);background-image: -ms-linear-gradient(90deg, #0bb3d2, #195476);background-image: -o-linear-gradient(90deg, #0bb3d2, #195476);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb3d2', endColorstr='#195476' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb3d2', endColorstr='#195476' );";background-image: linear-gradient(90deg, #0bb3d2, #195476);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container { background-color: transparent; background-image: none; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container > .video-iframe-container { display: none; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row > .video-iframe-container { display: none; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .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); }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container { border-width: 0; border-radius: 0; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#PP0bFg3UErD62tkWTV5bmhrXgHTRlvMb { box-sizing:content-box;height:4.6875rem;width:22.4375rem;position:absolute;display:block;z-index:15053;background-color:#f7fafd;background-image:none;top:4.5124998092651rem;left:1.4333343505859rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#OXvIgLlhDKcf6I6HWFKBXM9wJ4kEO5qu { color:#093a73;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.3937501907349rem;left:1.7145843505859rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQrhxGwf0sbAEHJzQJBeipwAX5Se6R7P { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:29.25rem;top:9.5605473518369rem;left:-1.97265625rem;overflow:hidden;display:block; }
#IUfkS237ie0iP57ePOcNfmrTFPC2hLRt { color:#093a73;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.125rem;left:26.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGxxvAp8diX76hSlJOTMyoB1uqwPmOW5 { box-sizing:content-box;height:3.5625rem;width:18.4375rem;position:absolute;display:block;z-index:15055;background-color:#f7fafd;background-image:none;top:5.0625rem;left:28.3125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-top:0.0625rem solid #093a73;border-left:0.0625rem solid #093a73;border-right:0.0625rem solid #093a73;border-bottom:0.0625rem solid #093a73;display:block; }
#xM4bpmJWdh0D02KdtHTyPGhg6nZWaOvB { box-sizing:content-box;height:50.6875rem;width:21.4375rem;position:absolute;display:block;z-index:15052;background-color:#d0e3f6;background-image:none;top:3.6822919845581rem;left:26.780208587646rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.125rem 2rem rgba(84,127,175,0.5) ;display:block; }
#VBehnpgyF8yP9Whywinb8ux9LDIQG8h9 { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:11.811633586884rem;left:28.125003814698rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxbABCouZr81HXedtV83GsRzLVKAJuRz { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.815972805023rem;left:28.125003814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhDQqvHgmlJHCWpNxxGAKIFSJxU4lyzi { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:17.559680461884rem;left:28.125003814698rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAmvUInnR5hRc9eAvuAQvzHu7gPBlTb3 { box-sizing:content-box;height:45.1875rem;width:21.4375rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:9.1875rem;left:51.1875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.125rem 2rem rgba(84,127,175,0.5) ;display:block; }
#Nn50ullBNu7TOTxKBoRLE9KnTWFoXzsR { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:11.810981273651rem;left:52.530384063721rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSveh0S8BydETEboGQS6bzmAFX0HAMoW { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:14.815539836884rem;left:52.530384063721rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnLzzRHQ0m9uFGx1r0N6cp6oiJ8h4L7W { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:17.557509899139rem;left:52.530384063721rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eklEvynSkle5C8HWqIQiZEiweGAz8oDM { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:3.375rem;left:28.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MQeuq0W0ArtOuQ7oEocQ8nQRuJ59q7hA { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:0.6875rem;left:28.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ulsxSXO28rGbS8g8yz5cmKUQhgzR0U7c { background-color:#59b535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #59b535;border-left:0.0625rem solid #59b535;border-right:0.0625rem solid #59b535;border-bottom:0.0625rem solid #59b535;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.25rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:72rem;left:28.90625rem;display:none; }
#JAfStxiFPZKAMFaUcAx10tEkQmVTvsb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kByMCCacOf3OC2qW7SulFBMdodUd1yEg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:9.4041671752931rem;left:29.15625rem;height:11.65rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#nJttbk3M6DnZ4SqOCRtTF61G1kSHJcw9 { box-sizing:content-box;height:50.6875rem;width:21.4375rem;position:absolute;display:block;z-index:15052;background-color:#d0e3f6;background-image:none;top:3.6822919845581rem;left:26.780208587646rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.125rem 2rem rgba(84,127,175,0.5) ;display:none; }
#n3tvC1QVVaRZKDBpNQyRLu0gQeMROfTN { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:11.811633586884rem;left:28.125003814698rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#upMvn4Xab3O1PVsBAgniDE5aEB9FMUGP { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.815972805023rem;left:28.125003814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cIlOs7dMUVR2nU2QGWPd0qexekqsbwCC { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:17.559680461884rem;left:28.125003814698rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Pw8J0XkD0hOPx4vAzJb1F8w9ZQUZTq1b { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:0.6875rem;left:28.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l0RyDgoPTTmG9GIVXTCNKk5hv4UiDD5J { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:3.375rem;left:28.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qvL19g6C9umiUkgUK7PmofvV9GkTc6Ry { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pNpcp7522OS4VktdLHyTIF0DA6XmkmXE { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:9.4041671752931rem;left:53.717712402344rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#pNpcp7522OS4VktdLHyTIF0DA6XmkmXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pNpcp7522OS4VktdLHyTIF0DA6XmkmXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:15.291667938233rem;left:53.717712402344rem;height:5.825rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#RD0aiUJ811xSxwWqg6d3UbAQf80giKu9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #59b535;border-left:0.0625rem solid #59b535;border-right:0.0625rem solid #59b535;border-bottom:0.0625rem solid #59b535;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#59b535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.25rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.056251525879rem;left:52.842712402344rem;display:none; }
#yq2yGeNmTztOTPPC9UMbts83x3iNf3HS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyuteDH5RCI3ZuU0RBBc29CHTnQeg8xr { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:11.53125rem;left:3.40625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#P6D6U3yKO51HNAl6brIKLm6cTWI5SOhX { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:12.5rem;top:15.291667938233rem;left:6.53125rem;overflow:hidden;display:none; }
#xVEaxi81007wFJguho99sXPswMn7SgfR { position:relative;display:block; }#xVEaxi81007wFJguho99sXPswMn7SgfR { background-color: transparent; background-image: none; }#xVEaxi81007wFJguho99sXPswMn7SgfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container > .video-iframe-container { display: none; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row > .video-iframe-container { display: none; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .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); }#xVEaxi81007wFJguho99sXPswMn7SgfR { border-width: 0; border-radius: 0; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d2hl3OMhBqGCM8JgBwS1l9FgsHuxsldp { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:0.0625rem;left:28.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhdzWnn9iL8RIJ2PuKb3ZP93LdLFSn3x { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:2.75rem;left:28.125rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hc4tcQxhCC9ahUZgp4nmvQIXBxNBaksl { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:2.7463111877441rem;left:52.686634063721rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SgUEKbm9nT4vG68xdIdmh1TFiG964A8E { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:0.0625rem;left:52.6865234375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHsvJLEisVoF7oAcWyxwDceaRGMikdAx { box-sizing:content-box;height:13.6875rem;width:18.625rem;position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;top:8.3229179382325rem;left:28.125rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:9.4041671752931rem;left:29.15625rem;height:11.65rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#IE1cbuN42tHrVPsdK2tgNh6cO0wbIK7E { box-sizing:content-box;height:13.6875rem;width:18.625rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;top:8.3229179382325rem;left:52.686462402344rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:15.291667938233rem;left:53.717712402344rem;height:5.825rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#XyZm21XE37TVkDUmF3eoGaHt7Z10iMN3 { background-color:#59b535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #59b535;border-left:0.0625rem solid #59b535;border-right:0.0625rem solid #59b535;border-bottom:0.0625rem solid #59b535;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.25rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.056251525879rem;left:28.28125rem;display:block; }
#v2zmHuieVxVyQTFTNryynsfUFzZmZQTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeFcxOM4CrPV7DiQlORgILekuxegVs1r { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #59b535;border-left:0.0625rem solid #59b535;border-right:0.0625rem solid #59b535;border-bottom:0.0625rem solid #59b535;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#59b535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.25rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.056251525879rem;left:52.842712402344rem;display:block; }
#RZz0kncZJBwcLTiaUPxZrmH7PJ2k0CJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIghcGkmQ84b61aou8kDXCvGXTxnHFVI { color:#093a73;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:9.4041671752931rem;left:53.717712402344rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#AIghcGkmQ84b61aou8kDXCvGXTxnHFVI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AIghcGkmQ84b61aou8kDXCvGXTxnHFVI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#WlfNCTxVFXPv93ei5Jsokttzz6ioRf6p { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:12.5rem;top:15.291667938233rem;left:6.53125rem;overflow:hidden;display:block; }
#pNWXWHcTQmeWZLl51ntJiyzse3OiTJcN { color:#093a73;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:11.53125rem;left:3.40625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { border-width: 0; border-radius: 0; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-form-header {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:20.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:20.625rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:20.625rem;height:3rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]:-moz-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]::-moz-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]:-ms-input-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 [class*="-text"]::-webkit-input-placeholder {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:19.0625rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#e9e9e9;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.875rem;top:1rem;left:42.375rem;position:absolute;z-index:15001;height:auto; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:20.625rem;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; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-info-text { font-size:0.6875rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:#e9e9e9;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.875rem;top:1rem;left:42.375rem;position:absolute;z-index:15001;height:auto; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { position:relative;z-index:2; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de { position:relative; }
#iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { position:relative;display:block; }
#CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { position:relative;display:block; }
#xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { position:relative;display:block; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl { position:relative; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW { position:relative; }
#vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { position:absolute;display:block;z-index:15039;height:6.25rem;width:6.25rem;top:1rem;left:68.75rem;display:block; }
#TRVX6PGIaFBSEBQ7TwuiuN6z6gvAlU0L { position:absolute;display:block;z-index:15046;background-color:#f4f4f4;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:47.25rem;width:37.5rem;top:3.3125rem;left:0rem;display:block; }
#q89q9DWKvBmKAU9QsSti7pTA7MOF1Nhx { box-sizing:content-box;height:32.5625rem;width:34.375rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:16.5rem;left:1.5rem;border-top:0.0625rem solid #2d72b6;border-left:0.0625rem solid #2d72b6;border-right:0.0625rem solid #2d72b6;border-bottom:0.0625rem solid #2d72b6;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:45.125rem;left:3.1875rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:40.0625rem;left:3.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#m9yZDekEAoDQg7aWgekLXKBqSNwGyz7k { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:35.7734375rem;left:3.90625rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.8125rem;left:3.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#ZoxicPG3B81AXK1f5vDNfGx3RVVFuhrV { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:22.9375rem;left:4.1875rem;height:9.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.375rem;left:2.9375rem;height:4.0375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#CVQtqDLUWOI9XUTXNDZdiGGTHXguyEwN { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.5625rem;height:1.3rem;font-style:normal;display:block; }
#GHo8cx6SleqG82LkSAQzR7lOBTsTxh65 { color:#093a73;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:9.828125rem;left:1.625rem;height:4.55rem;font-style:normal;display:block; }
#s6hZWFZL5ex6MFOO7n0d7bP2kkJDNAsu { color:#093a73;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.5rem;height:2.6rem;font-style:normal;display:block; }
#GWVxC84OLxh19hNsexnBPwfhTXgJp124 { color:#093a73;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.5625rem;height:2.6rem;font-style:normal;display:block; }
#AzKu3pXal2x6w8L7zqeExnRCzEAQpXVa { position:absolute;display:block;z-index:15047;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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.875rem;width:37.5rem;top:1.5625rem;left:0rem;display:block; }
#Sy95azwHuGPr38lWAozVQCTtnC0mNA2b { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKIZDO3Jd2Fr39qVtl5uoKFvVuW35gZG { color:#093a73;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:41.732421875rem;left:3.90625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cq94qkw2ZR5OxE4XRHyn68GxMJ4ftwA4 { color:#093a73;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:9.828125rem;left:1.5rem;height:4.55rem;font-style:normal;display:block; }
#Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 { color:#093a73;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.1875rem;height:4.0375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { position:relative;display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { background-color: transparent; background-image: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container > .video-iframe-container { display: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row > .video-iframe-container { display: none; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .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); }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { border-width: 0; border-radius: 0; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { color:#000000;display:block;width:46.625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8843765258789rem;left:14.1875rem;height:8.04375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH { display:block; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container { width:47.75rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PP0bFg3UErD62tkWTV5bmhrXgHTRlvMb { width:14.8125rem;height:2.875rem;top:5.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXvIgLlhDKcf6I6HWFKBXM9wJ4kEO5qu { width:14.125rem;height:1.95rem;top:6.27499961853rem;left:0.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQrhxGwf0sbAEHJzQJBeipwAX5Se6R7P { width:15.625rem;height:12.9375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUfkS237ie0iP57ePOcNfmrTFPC2hLRt { width:12.5rem;height:1.1375rem;top:7rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGxxvAp8diX76hSlJOTMyoB1uqwPmOW5 { width:14.1875rem;height:2.375rem;top:6.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xM4bpmJWdh0D02KdtHTyPGhg6nZWaOvB { width:15.875rem;height:47.0625rem;top:4.75rem;left:16.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 1199px) { #VBehnpgyF8yP9Whywinb8ux9LDIQG8h9 { width:18.75rem;height:1.21875rem;top:12.3125rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxbABCouZr81HXedtV83GsRzLVKAJuRz { width:18.75rem;height:2.11230625rem;top:15.9375rem;left:14.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhDQqvHgmlJHCWpNxxGAKIFSJxU4lyzi { width:18.75rem;height:2.275rem;top:18rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAmvUInnR5hRc9eAvuAQvzHu7gPBlTb3 { width:15.625rem;height:42.4375rem;top:9.4375rem;left:32.125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 1199px) { #Nn50ullBNu7TOTxKBoRLE9KnTWFoXzsR { width:13.375rem;height:1.21875rem;top:12.3125rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSveh0S8BydETEboGQS6bzmAFX0HAMoW { width:13.625rem;height:2.11230625rem;top:15.9375rem;left:33.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnLzzRHQ0m9uFGx1r0N6cp6oiJ8h4L7W { width:14.4375rem;height:2.275rem;top:18.0498046875rem;left:32.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eklEvynSkle5C8HWqIQiZEiweGAz8oDM { width:18.75rem;height:2.2734375rem;top:2.1748046875rem;left:14.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQeuq0W0ArtOuQ7oEocQ8nQRuJ59q7hA { width:18.75rem;height:2.11230625rem;top:0rem;left:14.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ulsxSXO28rGbS8g8yz5cmKUQhgzR0U7c { width:12.6875rem;height:2.8125rem;top:65.7666015625rem;left:17.53125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JAfStxiFPZKAMFaUcAx10tEkQmVTvsb3 { display:block; }
 }@media only screen and (max-width: 1199px) { #kByMCCacOf3OC2qW7SulFBMdodUd1yEg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL { width:12.5rem;height:13.7625rem;top:7.71249961853rem;left:17.625rem;font-size:0.875rem;z-index:15075;display:none; }#G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #nJttbk3M6DnZ4SqOCRtTF61G1kSHJcw9 { width:15.875rem;height:47.0625rem;top:4.75rem;left:16.0625rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 1199px) { #n3tvC1QVVaRZKDBpNQyRLu0gQeMROfTN { width:18.75rem;height:1.21875rem;top:12.3125rem;left:14.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #upMvn4Xab3O1PVsBAgniDE5aEB9FMUGP { width:18.75rem;height:2.11230625rem;top:15.9375rem;left:14.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cIlOs7dMUVR2nU2QGWPd0qexekqsbwCC { width:18.75rem;height:2.275rem;top:18rem;left:14.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pw8J0XkD0hOPx4vAzJb1F8w9ZQUZTq1b { width:18.75rem;height:2.11230625rem;top:0rem;left:14.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l0RyDgoPTTmG9GIVXTCNKk5hv4UiDD5J { width:18.75rem;height:2.2734375rem;top:2.1748046875rem;left:14.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qvL19g6C9umiUkgUK7PmofvV9GkTc6Ry { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pNpcp7522OS4VktdLHyTIF0DA6XmkmXE { width:12.5rem;height:3.4125rem;top:7.71249961853rem;left:33.96875rem;font-size:0.875rem;display:none; }#pNpcp7522OS4VktdLHyTIF0DA6XmkmXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 { width:12.5rem;height:7.45rem;top:14.08749961853rem;left:33.71875rem;font-size:0.875rem;display:none; }#BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #RD0aiUJ811xSxwWqg6d3UbAQf80giKu9 { width:12.6875rem;height:2.8125rem;top:24.516666412354rem;left:33.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yq2yGeNmTztOTPPC9UMbts83x3iNf3HS { display:block; }
 }@media only screen and (max-width: 1199px) { #lyuteDH5RCI3ZuU0RBBc29CHTnQeg8xr { width:14rem;height:2.275rem;top:1.4249992370606rem;left:0.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P6D6U3yKO51HNAl6brIKLm6cTWI5SOhX { width:12.5rem;height:18.125rem;top:5.53125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xVEaxi81007wFJguho99sXPswMn7SgfR { display:block; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d2hl3OMhBqGCM8JgBwS1l9FgsHuxsldp { width:18.75rem;height:2.11230625rem;top:0rem;left:14.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhdzWnn9iL8RIJ2PuKb3ZP93LdLFSn3x { width:18.75rem;height:2.275rem;top:2.1748046875rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hc4tcQxhCC9ahUZgp4nmvQIXBxNBaksl { width:15rem;height:2.275rem;top:2.1748046875rem;left:32.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SgUEKbm9nT4vG68xdIdmh1TFiG964A8E { width:15.0625rem;height:2.11230625rem;top:0rem;left:32.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHsvJLEisVoF7oAcWyxwDceaRGMikdAx { width:13.8125rem;height:14.75rem;top:7.15625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x { width:12.5rem;height:12.625rem;top:8.28125rem;left:17.625rem;font-size:0.875rem;z-index:15075;display:block; }#iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #IE1cbuN42tHrVPsdK2tgNh6cO0wbIK7E { width:13.8125rem;height:14.75rem;top:7.15625rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 { width:12.5rem;height:7.45rem;top:13.518749237061rem;left:33.96875rem;font-size:0.875rem;display:block; }#FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #XyZm21XE37TVkDUmF3eoGaHt7Z10iMN3 { width:12.6875rem;height:2.8125rem;top:24.516666412354rem;left:17.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2zmHuieVxVyQTFTNryynsfUFzZmZQTd { display:block; }
 }@media only screen and (max-width: 1199px) { #UeFcxOM4CrPV7DiQlORgILekuxegVs1r { width:12.6875rem;height:2.8125rem;top:24.516666412354rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZz0kncZJBwcLTiaUPxZrmH7PJ2k0CJg { display:block; }
 }@media only screen and (max-width: 1199px) { #AIghcGkmQ84b61aou8kDXCvGXTxnHFVI { width:12.5rem;height:4.8625rem;top:8.28125rem;left:33.71875rem;font-size:0.875rem;display:block; }#AIghcGkmQ84b61aou8kDXCvGXTxnHFVI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #WlfNCTxVFXPv93ei5Jsokttzz6ioRf6p { width:12.5rem;height:18.125rem;top:5.53125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNWXWHcTQmeWZLl51ntJiyzse3OiTJcN { width:14rem;height:2.275rem;top:1.4249992370606rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:47.75rem;height:127.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:14.9375rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.9375rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:14.9375rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:8.125rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:14.9375rem;height:3rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:13.4375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.0625rem;height:auto;left:11.9375rem;top:50.4375rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:14.9375rem;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; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.0625rem;height:auto;left:11.9375rem;top:50.4375rem; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de {  }
 }@media only screen and (max-width: 1199px) { #iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { display:block; }
 }@media only screen and (max-width: 1199px) { #CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { display:block; }
 }@media only screen and (max-width: 1199px) { #xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { display:block; }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl {  }
 }@media only screen and (max-width: 1199px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW {  }
 }@media only screen and (max-width: 1199px) { #vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { width:6.25rem;height:6.25rem;top:50.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRVX6PGIaFBSEBQ7TwuiuN6z6gvAlU0L { width:36.875rem;height:45.4375rem;top:2.3740234375rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q89q9DWKvBmKAU9QsSti7pTA7MOF1Nhx { width:34.375rem;height:30.8125rem;top:14.8974609375rem;left:6.6240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui { width:32.375rem;height:2.5875rem;top:40.9169921875rem;left:7.6875rem;font-size:0.875rem;display:block; }#xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT { width:32.4375rem;height:1.1375rem;top:36.2490234375rem;left:7.65625rem;font-size:0.875rem;display:block; }#IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #m9yZDekEAoDQg7aWgekLXKBqSNwGyz7k { width:31.125rem;height:3.4125rem;top:32.4296875rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 { width:31.875rem;height:2.275rem;top:29.78125rem;left:7.6875rem;font-size:0.875rem;display:block; }#HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #ZoxicPG3B81AXK1f5vDNfGx3RVVFuhrV { width:30.75rem;height:9.1rem;top:20.5rem;left:9.4990234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs { width:32.0625rem;height:4.0375rem;top:16.0615234375rem;left:7.9990234375rem;font-size:0.875rem;display:block; }#hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #CVQtqDLUWOI9XUTXNDZdiGGTHXguyEwN { width:34.375rem;height:1.29980625rem;top:12.7490234375rem;left:6.5615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHo8cx6SleqG82LkSAQzR7lOBTsTxh65 { width:34.375rem;height:4.55rem;top:7.8120670318606rem;left:6.4995660781863rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6hZWFZL5ex6MFOO7n0d7bP2kkJDNAsu { width:34.375rem;height:2.6rem;top:4.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GWVxC84OLxh19hNsexnBPwfhTXgJp124 { width:34.375rem;height:2.6rem;top:4.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzKu3pXal2x6w8L7zqeExnRCzEAQpXVa { width:36.875rem;height:2.8125rem;top:1.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy95azwHuGPr38lWAozVQCTtnC0mNA2b { width:20.5625rem;height:1.1375rem;top:1.900390625rem;left:13.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TKIZDO3Jd2Fr39qVtl5uoKFvVuW35gZG { width:31.0625rem;height:2.275rem;top:37.9560546875rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq94qkw2ZR5OxE4XRHyn68GxMJ4ftwA4 { width:34.375rem;height:4.55rem;top:7.8120670318606rem;left:6.4995660781863rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 { width:32.0625rem;height:4.0375rem;top:16.0615234375rem;left:8.09375rem;font-size:0.875rem;display:block; }#Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 1199px) { #z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { width:46.3125rem;height:8.04375rem;top:1.4375rem;left:0.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH { display:block; }#Ce6HqJ2eftqcbQzoKeRaXNMp45etERKH > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP0bFg3UErD62tkWTV5bmhrXgHTRlvMb { width:20rem;height:5.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvIgLlhDKcf6I6HWFKBXM9wJ4kEO5qu { width:17.9375rem;height:2.6rem;top:2.2312498092651rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQrhxGwf0sbAEHJzQJBeipwAX5Se6R7P { width:20rem;height:16.5810625rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUfkS237ie0iP57ePOcNfmrTFPC2hLRt { width:20rem;height:1.4625rem;top:9.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxxvAp8diX76hSlJOTMyoB1uqwPmOW5 { width:17.5rem;height:3.5625rem;top:8.625rem;left:1.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM4bpmJWdh0D02KdtHTyPGhg6nZWaOvB { width:20rem;height:42.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBehnpgyF8yP9Whywinb8ux9LDIQG8h9 { width:18.75rem;height:1.21875rem;top:14.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxbABCouZr81HXedtV83GsRzLVKAJuRz { width:18.75rem;height:2.1125rem;top:16.4375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhDQqvHgmlJHCWpNxxGAKIFSJxU4lyzi { width:18.75rem;height:2.275rem;top:18.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAmvUInnR5hRc9eAvuAQvzHu7gPBlTb3 { width:20rem;height:107.375rem;top:148.5332109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nn50ullBNu7TOTxKBoRLE9KnTWFoXzsR { width:18.75rem;height:1.21875rem;top:150.033203125rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSveh0S8BydETEboGQS6bzmAFX0HAMoW { width:18.75rem;height:2.11230625rem;top:152.283203125rem;left:0.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnLzzRHQ0m9uFGx1r0N6cp6oiJ8h4L7W { width:18.75rem;height:2.2734375rem;top:154.9580078125rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eklEvynSkle5C8HWqIQiZEiweGAz8oDM { width:18.75rem;height:2.275rem;top:24.1875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQeuq0W0ArtOuQ7oEocQ8nQRuJ59q7hA { width:18.75rem;height:2.1125rem;top:21.875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulsxSXO28rGbS8g8yz5cmKUQhgzR0U7c { width:18.4375rem;height:3.25rem;top:43.533203125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAfStxiFPZKAMFaUcAx10tEkQmVTvsb3 { display:block; }
 }@media only screen and (max-width: 763px) { #kByMCCacOf3OC2qW7SulFBMdodUd1yEg { top:28.0625rem;left:1.125rem;width:17.8125rem;height:12.625rem;z-index:15074;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;background-color:#ffffff;background-image:none;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL { width:16.6875rem;height:;top:29.125rem;left:1.75rem;font-size:0.875rem;z-index:15076;display:block; }#G0TATZ2bRAWdv6x6JhnJQ4UeTxBT8iEL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #nJttbk3M6DnZ4SqOCRtTF61G1kSHJcw9 { width:20rem;height:38.4375rem;top:51.75rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #n3tvC1QVVaRZKDBpNQyRLu0gQeMROfTN { width:18.75rem;height:1.21875rem;top:53.5625rem;left:0.625rem;font-size:0.9375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #upMvn4Xab3O1PVsBAgniDE5aEB9FMUGP { width:18.75rem;height:2.11230625rem;top:56.125rem;left:0.625rem;font-size:1.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #cIlOs7dMUVR2nU2QGWPd0qexekqsbwCC { width:18.75rem;height:2.275rem;top:58.25rem;left:0.625rem;font-size:0.8125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Pw8J0XkD0hOPx4vAzJb1F8w9ZQUZTq1b { width:18.75rem;height:2.1125rem;top:62.375rem;left:0.625rem;font-size:1.625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #l0RyDgoPTTmG9GIVXTCNKk5hv4UiDD5J { width:18.75rem;height:2.275rem;top:64.5rem;left:0.625rem;font-size:0.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #qvL19g6C9umiUkgUK7PmofvV9GkTc6Ry { top:68.5rem;left:1.0625rem;width:17.8125rem;height:12.625rem;z-index:15075;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;background-color:#ffffff;background-image:none;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNpcp7522OS4VktdLHyTIF0DA6XmkmXE { width:16.6875rem;height:4.8625rem;top:69.625rem;left:1.65625rem;font-size:0.875rem;z-index:15077;display:block; }#pNpcp7522OS4VktdLHyTIF0DA6XmkmXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 { width:16.6875rem;height:5.175rem;top:74.987499237062rem;left:1.65625rem;font-size:0.875rem;z-index:15078;display:block; }#BqBbyDXEcQbwA3gfpPsr7nmGoOCg0Xr3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #RD0aiUJ811xSxwWqg6d3UbAQf80giKu9 { width:18.4375rem;height:3.25rem;top:83.8125rem;left:0.78125rem;font-size:1rem;z-index:15074;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yq2yGeNmTztOTPPC9UMbts83x3iNf3HS { display:block; }
 }@media only screen and (max-width: 763px) { #lyuteDH5RCI3ZuU0RBBc29CHTnQeg8xr { width:19.5rem;height:2.6rem;top:92.375rem;left:0.25rem;font-size:1rem;z-index:15059;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P6D6U3yKO51HNAl6brIKLm6cTWI5SOhX { width:12.5rem;height:18.125rem;top:97.625rem;left:3.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #xVEaxi81007wFJguho99sXPswMn7SgfR { display:none; }#xVEaxi81007wFJguho99sXPswMn7SgfR > .row .container { width:20rem;height:140.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2hl3OMhBqGCM8JgBwS1l9FgsHuxsldp { width:18.75rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhdzWnn9iL8RIJ2PuKb3ZP93LdLFSn3x { width:18.75rem;height:2.2734375rem;top:7.9746125rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc4tcQxhCC9ahUZgp4nmvQIXBxNBaksl { width:18.75rem;height:2.2734375rem;top:7.310546875rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgUEKbm9nT4vG68xdIdmh1TFiG964A8E { width:18.75rem;height:2.11230625rem;top:4.61230625rem;left:0.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHsvJLEisVoF7oAcWyxwDceaRGMikdAx { width:18.625rem;height:13.6875rem;top:102.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x { width:16.6875rem;height:10.35rem;top:88.918750762938rem;left:1.65625rem;font-size:0.875rem;display:block; }#iIBEmMcF7MnxdfsRFc7tuu7HFb3X777x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #IE1cbuN42tHrVPsdK2tgNh6cO0wbIK7E { width:18.625rem;height:13.6875rem;top:87.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 { width:16.6875rem;height:5.175rem;top:109.18124961853rem;left:1.09375rem;font-size:0.875rem;display:block; }#FInnmlLDDuKym22DvVz0p1WHyNTr6Nh5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #XyZm21XE37TVkDUmF3eoGaHt7Z10iMN3 { width:18.4375rem;height:3.25rem;top:72.125rem;left:0.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2zmHuieVxVyQTFTNryynsfUFzZmZQTd { display:block; }
 }@media only screen and (max-width: 763px) { #UeFcxOM4CrPV7DiQlORgILekuxegVs1r { width:18.4375rem;height:3.25rem;top:82.6875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZz0kncZJBwcLTiaUPxZrmH7PJ2k0CJg { display:block; }
 }@media only screen and (max-width: 763px) { #AIghcGkmQ84b61aou8kDXCvGXTxnHFVI { width:16.6875rem;height:2.275rem;top:102.80624961853rem;left:1.34375rem;font-size:0.875rem;display:block; }#AIghcGkmQ84b61aou8kDXCvGXTxnHFVI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #WlfNCTxVFXPv93ei5Jsokttzz6ioRf6p { width:12.5rem;height:18.125rem;top:120.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNWXWHcTQmeWZLl51ntJiyzse3OiTJcN { width:18.75rem;height:2.275rem;top:117.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD { background-color:#ffffff;background-image:none;display:block; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { background-color: transparent; background-image: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row > .video-iframe-container { display: none; }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .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); }#LELFmpKUNmaFKxJxsROMU3gSTJTv8IpD > .row .container { width:20rem;height:153.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWoh8OLDVvcm6oTfbW8AtDukMN9vyBtM { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:auto;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.adaptive-delivery-prevent-bg, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyload, #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-button.lazyloading { background-image: none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:first-of-type{padding-top:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .widget-container:last-of-type{padding-bottom:0;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19  { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:66.8125rem;left:0rem; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 {display:block;}#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:66.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX {  }
#SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m72U1dUulff3Z8BcT77sm8qamLhIsfSX .container-column{width:50%;} }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #pceVREGEJk1P2kViRNKLcSVispB2psln { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #C3AEootfWLz2GJFRAC85FbW1qny6ysyL { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oyBx119UV2TtKRFEWNHT58N6vaXZN5eP {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #qHXCMV6N17xfIzZA6PPVlSG7DZXEEs4S { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #au1v5uC8oaRQrEw08LSRUfotKWftpGfm {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ORzM8lzZH3hLpI6RxJnxy8dw3awot5oT {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #edpaFVLlQg5k43yQcwOfnTDox4g7XKFv { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DdI3P4t9mWROpEtszerJaSnAVbGSTXFw {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eQqItwt9Fl5ofAaOJBPFUUHWa30W948X {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BDVDcE257FBPfsTsIJnRHTQDFDQmrnph { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #HTKFk2pTuTcx9lhr62JWTPRPah2aierD {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #f9tn7OTivo6RGvcaIqs3V70S4nkJwqBu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #W3TlQKD2S4IFIUTIORX9AiecPB8ZbswT { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #N38i5SBWmhhOzzeJxdEDdB5ZHxUWQvWg {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #lck92mtOqRcH7mqCsq9JSvTBTuzm6iDp {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #uIWAMtQSBmsOBTiQtAM5PPeBuHh9neTP { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Xg59t9Tl0372g3RMmQ0g7HNd1kkudycu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Cfed13bm0aVxmR4E2vERLXwIaPSnbm6i {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mN8PtJcANvvx9497EtoJpuexdEPk2uUp { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JFERxw5yyd4WvKrGEdKTO4hBSENbZPzn {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VsZAJFVQ16t0A8eo4wQnm6Jwo7IKFAg6 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #xVzJITVNqPcf5httFSeiM4WbWMFDCPDM { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #B221EbR5XR0EhLVQyCRaA0qVc0iERTfC {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JcLEK5QJJV0qeXNNUmyoOdLaac28BtVr {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #rnr8gLC9IVsy1Oy4uR8CniXcapMscUb2 { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #R4xfhEzBzihnWy7fzuNrbWMEr0KPEyeg {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #v4bv7CTrPkvpRcSTDBeMpRLphI7WOtNZ {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #MJ6f5KERIBilONwQAAkXsXeTywc5oDvx { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cLCDN8oU8tEiWf7du3hb5WNB8GJdu3xF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JfH0vFTdmdkrmB69sSP38Sh2gpkicdoP {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #niwsm2l8rPHvuTKmVzWF10P0GsPoFKTp { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #KUBrakACDW5mxdd0OuzpgGNC0RRmeOr7 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QWKkZLh2IsN738GyEGwaQnwahdZbwcoi {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #wtIgSP26eJugmnOskdZZBQ2ONZxCs8kD { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZVyBNebxTvtRXQooHhbTmUKBcGAtlwLW {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VKWP2rE4579qoclA6UxUcN6dDTWAwS0i {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #JMAB7aB18hPSH6fSJwKO5asM8ezmVoTk { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #cQtfmlNrC2Fx3RBJ2qTKX0q2IEUdPtPz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #kZTVpn0U1Pk1Vyw48vOWDf1lcS11qXfe {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fa2IEGvlnuxhT5g7Ec4tJDool7uPvOKc {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #x5XzUMWqS64fvBUkFTl7fbg59ErwnOF0 {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #foXw9vtQqV7rkcdHtbrT6w44MXdy5MRF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #m13QtWSxE1KmCTVT1E9hKSvFKHfJ7vPT { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #hUaNB0HLreJdaDn7GoiMFCZ1ziDNn4Pa {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #CVWyCc7DALHq2P5olymFNp3ys55UVmiU {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fvTaObpEhvqQltcGQEZZT6v3Snk5XHml { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #Sr6gxrUp8B6Sqfl51Iy5DtelAHHwyNLF {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eq7eD1HaGz5wZLtTSdLRFaHu8qDOTb5k {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BPVaMvfhy1yRt8zEZBFRU8rdm8C0kEzg { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eeMxGUfuicCkGVBivWrNq0a889dPuSMz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TJ61Z0D3BvwTftBaf4V2XZRP9A2RrNyC {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #LTIwc08TG2JpADCeBTh9cfQd7dzApXZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #eIGor1itAShlvbC0UoPJn4ZgL1HGvFLZ {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #fTpaorXCGGA8KbFL0T68FLZaZIehDqAH {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #IcasEmqVVFI37aNZzgvEAuILs3OKi53T { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #NxJeOcmp7ilioMBkX6PDmsV2ubSuIqCD {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #snSxAK65mb3NezhIiSIH1Q8A5SxBs65D {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #VasRMG0tctNtaX6DkhCRWK9twJtQwdPH { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #DZbpbu5TCk0dDt1zSfbzpzzB4n1u2h8A {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #ZtHEp6PtB4ZhNkQvTE086WDPGkfUyHkf {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #AmnX1ZcbOqOGZrLVbUvU9zRyq6GiDK4w { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #tNFep8zy3nUlPP1sviibKgwo5gUsrVco {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #QRC1OUgGzA42i9uptu9yNXHShM81TToM {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mHHADKXRKIo1sLfrlIukJGDaJTuFNqTI { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #zagyOQzZpvUTBsmOUyEHueETG12kgtuu {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #evLg6gy9LridWCmCdguf2mSz2dlptJ8a {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #TMSgJWw3IJNvXPZLL4cicHBiX7nUOqPc { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #mX4I4ar5zssHF4M5Os4pixPKwCsdf2Fz {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #SrAcUXIG5KJ2bE0lNp9T7Qa5ilr2S5FT {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #batBnXLPG9xASpI9XLTZ9VvTl9cfCgaW { z-index:2; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #By7tAa3P0WFWcH0yChpx80qxewV083de {  }
 }@media only screen and (max-width: 763px) { #iR97nSgJNL7WBAEvB5tJ1DIHMZ4BsZDf { display:block; }
 }@media only screen and (max-width: 763px) { #CPhn2Ab870V0gk3Xd5cUqyp4TR9ThNqx { display:block; }
 }@media only screen and (max-width: 763px) { #xmlk7w7InA0CZVwIMTWnB1lrREf0zpNC { display:block; }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #oD8qhe4xxr3vlyn8HK27HHRpXzrgEUQl {  }
 }@media only screen and (max-width: 763px) { #SOIV8yr6GVz3WFU8QmuUJxcs6rRfeL19 #BItGD0PEASmIP1BFDeTFmpH1HeKgBwJW {  }
 }@media only screen and (max-width: 763px) { #vscfR0GScH8D0VHX6OcVWLm2CCc5i6bB { width:6.25rem;height:6.25rem;top:66.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRVX6PGIaFBSEBQ7TwuiuN6z6gvAlU0L { width:20rem;height:47.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89q9DWKvBmKAU9QsSti7pTA7MOF1Nhx { width:19.875rem;height:43.3125rem;top:21.529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui { width:20rem;height:3.725rem;top:59.3896484375rem;left:0rem;font-size:0.875rem;display:block; }#xDLfzvPWgLNuSRtAWD1lEv6vWfDZQNui li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT { width:20rem;height:1.1375rem;top:52.3798828125rem;left:0rem;font-size:0.875rem;display:block; }#IPHoERJ0fv5AfMtoe5ZSKr8U0vxCKbvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #m9yZDekEAoDQg7aWgekLXKBqSNwGyz7k { width:18.8125rem;height:4.55rem;top:46.25937461853rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 { width:20rem;height:3.4125rem;top:42.2431640625rem;left:0rem;font-size:0.875rem;display:block; }#HWKN47PIACerqzrp2MJvpHJLKnzRzMV9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #ZoxicPG3B81AXK1f5vDNfGx3RVVFuhrV { width:17.625rem;height:9.1rem;top:31.591667175293rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs { width:20rem;height:7.45rem;top:22.9443359375rem;left:0rem;font-size:0.875rem;display:block; }#hehcN7Ufu5oTCWOcbBuMk87GyuWzAkfs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #CVQtqDLUWOI9XUTXNDZdiGGTHXguyEwN { width:20rem;height:1.3rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHo8cx6SleqG82LkSAQzR7lOBTsTxh65 { width:20rem;height:6.825rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hZWFZL5ex6MFOO7n0d7bP2kkJDNAsu { width:20rem;height:2.6rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWVxC84OLxh19hNsexnBPwfhTXgJp124 { width:20rem;height:2.6rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKu3pXal2x6w8L7zqeExnRCzEAQpXVa { width:20rem;height:3.875rem;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy95azwHuGPr38lWAozVQCTtnC0mNA2b { width:20rem;height:1.1375rem;top:1.3687496185302rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIZDO3Jd2Fr39qVtl5uoKFvVuW35gZG { width:18rem;height:3.4125rem;top:54.755207061767rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq94qkw2ZR5OxE4XRHyn68GxMJ4ftwA4 { width:20rem;height:6.825rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 { width:20rem;height:7.45rem;top:22.9443359375rem;left:0rem;font-size:0.875rem;display:block; }#Z8BL0kMJNM9ITKRaRunNQWsc2Cbf07Q3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f040c704-4ad7-4a58-a954-2c8aed2d79af/Vector.svg); }
 }@media only screen and (max-width: 763px) { #z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal { display:block; }#z2VyQpBC9wDqMSQDEpI5IBIfTwbo0fal > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsAg8UL7oQhXl0O4rTBMRACfxFiw87In { width:18.75rem;height:9.83125rem;top:0.99062347412112rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }