.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container { background-color: transparent; background-image: none; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container > .video-iframe-container { display: none; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row > .video-iframe-container { display: none; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .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); }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container { border-width: 0; border-radius: 0; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ixmGaXWkH3sVKuaFTCtAhVcGQFLJLwsW { color:#323330;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:62.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyAiX6pSnFtzCnA33XgZg0Me47z1K8dr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.6875rem;left:61.9375rem; }
#c0duWpCrCa3KTcXp5XdsuGJfoOKTusnT { color:#323330;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WilSbQruoTBVHy0PMAfI931EPaFvTetq { color:#323330;display:block;width:6.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:33rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9L7U2oOKnK8UuayTVRoCclbXXMiuaaZ { color:#323330;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:39.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5PVCMv34sbD67dTTbJOgw52495qDZcC { color:#323330;display:block;width:4rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gguJicfpT42dklPCcFWMipu61tuBkp6t { background-color:#6aa244;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.3125rem;left:63.9375rem;display:block; }
#vGhTKD0McIEbmBryZV1E04tf4MTypD0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n80EaEy8RXefErhrr7eeibl7d0mNqnEm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:7.5rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm { position:relative;display:block; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm { background-color: transparent; background-image: none; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row .container > .video-iframe-container { display: none; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row > .video-iframe-container { display: none; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .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); }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm { border-width: 0; border-radius: 0; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .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; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .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:6.25rem;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; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb { position:relative;display:none; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb { border-width: 0; border-radius: 0; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .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; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .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:18.75rem;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:none; }#WTWodiBAgOBN4pf8X1Wf3hyM3lIAxTmt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BM76VT0ayKoBQ3SUMDP9654NheP9y0tq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:59.5625rem;display:none; }
#xkFztE0HJBrwWoutQQUrQlqvc8gNODez { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cyhbL13TpuiwPdWURObGQZtpESbTIbpp { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FqyRSqCayQ5N7S8AsyZlaHbCx2K1siNh { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QqgMqsIyP6I7TQTtMfSuHDCZ0h3IRWkg { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qdSLcL5onCg2HerHEoIBQ4zTkDSlt0PT { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HS0EN1ozGksR1A20CumPwE9pE3LEZmuL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eMmlVc1XOWllPIuu4m1ay4L1Mip32PKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5dcbr6TWHhIffMCyTDL4vS4zWoDq32s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.375rem;display:none; }
#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e3e2ae1-6044-4131-9fc9-c0324b0058a2/WhatsAppImage20250319at195453.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5.adaptive-delivery-prevent-bg, #bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5.lazyload, #bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5.lazyloading { background-image: none; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container { background-color: transparent; background-image: none; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container > .video-iframe-container { display: none; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row > .video-iframe-container { display: none; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .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); }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container { border-width: 0; border-radius: 0; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#O93qDEJDPDyZdLZDM4TkkbrgWX1sA3bK { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:13.75rem;font-style:normal;display:block; }
#regvQRuzzL2tSpi2nltnXCXrbKRGrttG { box-sizing:content-box;height:32.75rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:#659bc9;background-image:none;top:4.875rem;left:48.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FdRlC3gXRgkb8pZZqQFNFwJ7aKntg7kc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#atqcLToRSeF1IkwET7hfMlfRMDkVcLlf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:7.375rem;height:1.29980625rem;display:block; }
#vSA86NRMh55IxoSQ9bXyciOsKMzxdt5r { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.875rem;left:0rem;height:8.4375rem;display:block; }
#gNob41BaQA9DcE0qy6WEHqzGveBrHK3x { background-color:#6aa244;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.25rem;left:0rem;display:block; }
#NOS6dlS0pQp1CllIv61Kv2hcOnxXWDpi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0P186rtbe1c7DsL7RKJ1GG1t1xDfEQR { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:50.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-form-header {  }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#31332e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.875rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT [class*="-text"]:-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT [class*="-text"]::-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-container:first-of-type{padding-top:0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-container:last-of-type{padding-bottom:0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:48.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT {display:block;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:48.875rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #sTP9TyeUHwZT76TXEZMFD24CekT0iJfW { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VgkrkKv2HbDfsGH3SICffST3rHB6F2Bn { position:relative;display:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #kOQcrCMcBIiFZ7Nw1BD6H4glZPznbTk4 { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #akqJkL9GLICBq2bNeJM5Axuf0UHc6LFu { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FUuuAnlU5Pfxc5sAm0Tewy1tmcrz6EVn { position:relative;display:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Ltq2UTbIPyBmy1dZRWticoT6RA1ERJFv { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Pd30VRXCEAHgydJkQExrWW3tID6NtIbd { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #wB4pHlas5Ri2ottfcvRuu1T75nNT6TXc { position:relative;display:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FlQ8O7LrUTVd8gSJXiT0hN2ffLWl7PCX { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PEz8QtokXvTWampxZqfDcR9sBfaPMOBO { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PSwlXXsTiTMqCHrsoW7SxpGwT8cksAQG { position:relative;display:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #uoTsKnJH4rrTEHxlTpfIfgwZXuTTpyKD { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Xb737FtT40nKk6cS99O3M4V8L7JQa5li { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #mlrla4nbCCSPErp3po7WW47vu5yB9khC { position:relative;display:none; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #NmVcymDRLDs46bTfg5ZJQ1Qe2UCsz6N5 { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VoaDVsnnvv61tZEbvogcVyzVxNoz3AJl { position:relative; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #naV6ZoP7tCo0uAAl3lfZTRHqITuINcSO { position:relative; }
#hsBTn1GSLEmDCmWyig0fJTDozegeJRxT { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.25rem;left:53rem;height:1.13720625rem;display:block; }#hsBTn1GSLEmDCmWyig0fJTDozegeJRxT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hsBTn1GSLEmDCmWyig0fJTDozegeJRxT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
#NgrA1f6qpdrbtN2SCdqI7Ev5CfSkpuda { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:22.6875rem;top:4.3125rem;left:50.25rem;overflow:hidden;display:block; }
#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container { background-color: transparent; background-image: none; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container > .video-iframe-container { display: none; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row > .video-iframe-container { display: none; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .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); }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container { border-width: 0; border-radius: 0; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#tpA64HqRPp64wQXRslNFekylnApRpmeB { color:#6aa244;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#KD4RDbBeWORTKXc85K9QhdXmBvGOiu19 { color:#323330;display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.3125rem;left:37.8125rem;height:8.5488125rem;font-style:normal;display:block; }
#JZTMkww1AFB5mvGIDUit6AVrXpRG0nuS { color:#323330;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.0625rem;left:37.8125rem;height:15rem;display:block; }
#PxN4EmdXHQ4Z0C7IdXrtUWI6WnVT3gik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Zgk9XVyD6J6TxeZOWOv65gR4OVUTquO6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:33rem;top:4.96875rem;left:0rem;overflow:hidden;display:block; }
#CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs { color:#323330;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:30.1875rem;left:37.875rem;height:7.6875rem;overflow:hidden;font-style:normal;display:block; }#CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4cd495b-e4ea-4964-a15c-f7dada1101a0/check44.png); }
#dRJpGTzhxieMBP52KODUc7HKTltsyBP9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:3.8125rem;left:37.8125rem;display:block; }
#to8IO3W1LeeZgk4Z5aTpHJQybVDCid2I { color:#443933;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:3.625rem;left:48.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tT2Ut55mBGJPfzL4zlUZHAO09cF4uWq3 { color:#443933;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:3.65625rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pr4GZO2xkCsCDXJcCsOTfU6NvA5RJQdK { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:4.375rem;left:37.8125rem;display:none; }
#VWzMWA366wQdmXqOaPAAlxTioJeOmwxc { color:#443933;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.21875rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cTmvSpkkW5WhVp03v1sCKvd2PsJQRs5T { color:#443933;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1875rem;left:47.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container { background-color: transparent; background-image: none; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container > .video-iframe-container { display: none; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row > .video-iframe-container { display: none; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .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); }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container { border-width: 0; border-radius: 0; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#HKL2PDMqlM2Pe3kyOnlS27vLTQoAMhih { color:#6aa244;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#rxZOIoac2tEAg9zMzgBP2HkwcD4e8RZN { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:8.5488125rem;font-style:normal;display:block; }
#erCh4LvJf4f6mo0oTSMwBowZ8Wranryf { color:#323330;display:block;width:36.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.9609375rem;left:38.6875rem;height:7.5rem;display:block; }
#I5ZTF9uTdp5GtQdfWDTLFSG75kOHb9QS { color:#323330;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.6875rem;left:35.0625rem;height:1.5rem;display:block; }
#DmUPH41I7COAJGP39lfo7o0e7T3trmX1 { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:17.5rem;left:35.0625rem;height:1.6499rem;font-style:normal;display:block; }
#BXT5svQQruyZ9cebRTuKcE5qtKkm789L { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:22.4375rem;left:35.0625rem;display:block; }
#qbPKpPZtN626pffn7TL5B6iXP0oTaaCS { background-color:transparent;background-image:none;border-top:0.125rem solid #659bc9;border-left:0.125rem solid #659bc9;border-right:0.125rem solid #659bc9;border-bottom:0.125rem solid #659bc9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#659bc9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.125rem;left:71.625rem;display:block; }
#FvrJzfBM5JBXOTyNuo4fMAcXm0Tty9ki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQKok8vdUrIgLDxqOPaV5T8OCTykn4eZ { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:24.125rem;left:35.0625rem;height:1.6499rem;font-style:normal;display:block; }
#ooUpmDh1fLvzpbcToT4GIUgMGoi8tiGc { background-color:transparent;background-image:none;border-top:0.125rem solid #659bc9;border-left:0.125rem solid #659bc9;border-right:0.125rem solid #659bc9;border-bottom:0.125rem solid #659bc9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#659bc9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.75rem;left:71.625rem;display:block; }
#TIQnLKFdNbsURAi9PI7x3qntror0PpCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRCkXRgM2n9BKN5HVv8GOcFe6h26CzAJ { color:#323330;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:26.25rem;left:35.0625rem;height:1.5rem;display:block; }
#wRiL1zCG6dc8C8DS1NfQldgB4hkHt7hw { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:29.0625rem;left:35.0625rem;display:block; }
#zKp5spVD8iPnFd7qmXuNcwHPqWUXhUMo { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:35.875rem;left:35.0625rem;display:block; }
#PyeQmn1wqtL4uzI9exBI88wCiFMV0bZT { color:#323330;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:32.8125rem;left:35.0625rem;height:1.5rem;display:block; }
#tmiJs7dM7w2eoDOTFa3d757Ado4l13XH { background-color:transparent;background-image:none;border-top:0.125rem solid #659bc9;border-left:0.125rem solid #659bc9;border-right:0.125rem solid #659bc9;border-bottom:0.125rem solid #659bc9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#659bc9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.375rem;left:71.625rem;display:block; }
#T3S8sTH99NmD45qiPWCVqHAWOGEw4DO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saAk8OtEX50lLQTzOHpXHzWSP222PBGz { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:30.75rem;left:35.0625rem;height:1.6499rem;font-style:normal;display:block; }
#mh4swJQUNlFtQbpZcnckFKRLEOL2NK2S { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:42.75rem;left:35.0625rem;display:block; }
#mJwnoDLykTTa16abc4sP4zTLgGb76PIi { color:#323330;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:39.75rem;left:35.0625rem;height:1.5rem;display:block; }
#G6o0UVzzkiv3RTkCySPxFqcuvbWAn6aN { background-color:transparent;background-image:none;border-top:0.125rem solid #659bc9;border-left:0.125rem solid #659bc9;border-right:0.125rem solid #659bc9;border-bottom:0.125rem solid #659bc9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#659bc9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:37.1875rem;left:71.625rem;display:block; }
#neSaWMC85W2fUHNZtsBC1JOWFTJJN79e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8cglwOiNSi9pPTA3uqgz04gDrBrcP5s { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:37.5625rem;left:35.0625rem;height:1.6499rem;font-style:normal;display:block; }
#S2MV4cGKL80DnoPO8H4eeUhoM3AgtCTP { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:49.5rem;left:35.0625rem;display:block; }
#vN60gvXIyRp0q0q3XW5HJOh3quZc69cP { color:#323330;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:46.5rem;left:35.0625rem;height:1.5rem;display:block; }
#qxsZGaNUpan2UdtmN4vWXQWcy0OGZut2 { background-color:transparent;background-image:none;border-top:0.125rem solid #659bc9;border-left:0.125rem solid #659bc9;border-right:0.125rem solid #659bc9;border-bottom:0.125rem solid #659bc9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#659bc9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:43.9375rem;left:71.625rem;display:block; }
#g8yv0UPel29asaOaeIykKAXpCM0DfVR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neqtgEJCUmwLflx2lJ9CJxi8zsCLJ06O { color:#323330;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:44.3125rem;left:35.0625rem;height:1.6499rem;font-style:normal;display:block; }
#onqCn1C79tOF4LSq3Ez6F5nXHLd7u88S { position:absolute;display:block;z-index:15034;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:35rem;width:30rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL { background-color:#659bc9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container { background-color: transparent; background-image: none; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container > .video-iframe-container { display: none; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row > .video-iframe-container { display: none; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .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); }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container { border-width: 0; border-radius: 0; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#tATJHPCKQ215GxvgrXdAFyn8IN8cFN3c { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:2.8496125rem;font-style:normal;display:block; }
#CWUffdPSgqiBb0H90JRN7oPt437DXbTF { color:#ffffff;display:block;width:66.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:4.5rem;display:block; }
#TP1yMoc2l9r4rx4ZSufUe3oqHWBmFxxN { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5625rem;width:24.0625rem;top:14.4375rem;left:0rem;overflow:hidden;display:block; }
#LPrkpTZ3uMaUsZp8EIoJnCRWZJwExCVD { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.8125rem;width:24.0625rem;top:14.4375rem;left:25.5rem;overflow:hidden;display:block; }
#MIp0BN8TEAZe39TVlO5BiqlPP7SLHWOx { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.9375rem;width:24.0625rem;top:14.4375rem;left:50.9375rem;overflow:hidden;display:block; }
#bs8TJWt0eTyafd8WHQutx2womartsm78 { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.875rem;width:24.0625rem;top:26.1875rem;left:0rem;overflow:hidden;display:block; }
#cBpHAHict1PUGcKh4V7IoOzci5FMALnE { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:24.0625rem;top:30.5rem;left:25.46875rem;overflow:hidden;display:block; }
#ss05S8agKy7Iu8oZMUPfhNDLocO3M5Lq { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.125rem;width:24.0625rem;top:30.5rem;left:50.8125rem;overflow:hidden;display:block; }
#kH5TzUuhkx4IdyhzDsn8lTsXEaCAfTDb { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8rem;width:24.0625rem;top:58.0625rem;left:25.40625rem;overflow:hidden;display:block; }
#VNqggSrrTfFTsMVwZ3ErhRNOftLsodHm { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.0625rem;width:24.0625rem;top:40.9375rem;left:25.46875rem;overflow:hidden;display:block; }
#TODAabvST1chw4xzBafq2Rwog99tGVp1 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18rem;width:24.0625rem;top:41.8125rem;left:50.8125rem;overflow:hidden;display:block; }
#w5o3uK9gHM0Ih6a7OlnGMlGi0p9MgBty { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:24.0625rem;top:43.09375rem;left:0rem;overflow:hidden;display:block; }
#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container { background-color: transparent; background-image: none; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container > .video-iframe-container { display: none; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row > .video-iframe-container { display: none; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .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); }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container { border-width: 0; border-radius: 0; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;overflow:visible;position:relative;display:block; }#qttBtwUEL2Kqw73imoqU6C38NndzzQs0 { color:#6aa244;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#fJiJWrSTUMe5XMe2EVamZUOUxWykDmAa { color:#323330;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.9375rem;left:0rem;height:5.69921875rem;font-style:normal;display:block; }
#CRzG3VM2a5KIBxJJs2wIKtZndrteiDgu { color:#323330;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.625rem;left:0rem;height:6rem;display:block; }
#Isx0kagw8STL25mC9nAVkpFFvuVpSP1S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vl0gvH8XEXuulHVaqgcpNwVW9gNXKLeE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:36.625rem;top:4.65625rem;left:38.375rem;overflow:hidden;display:block; }
#i6SVH2PylVhamhX4ZiXtxL6PDk8T7aHz { color:#323330;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:20.3125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#FgTSCL7HkMziBCWtgJJgTK9Lz6lnL134 { background-color:#6aa244;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26rem;left:0rem;display:block; }
#SndLHV2Z3frfye78xDmWFgmLAh0kHoig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBUhQ4ADbGm1CkmNdT07EPRtwLavqZyT { background-color:#659bc9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26rem;left:14.4375rem;display:block; }
#Gkkl5Ul6m7taW7i8K6ZK71D7IL4w2HUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container { background-color: transparent; background-image: none; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container > .video-iframe-container { display: none; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row > .video-iframe-container { display: none; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .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); }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container { border-width: 0; border-radius: 0; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:block; }#aBH0WKuaQ1qQtZUSQiQq6zxQSpXUXezs { color:#323330;display:block;width:37.4375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:2.8496125rem;font-style:normal;display:block; }
#qy9wXmST3hnmyhSGdQAE7GzAFWra648D { color:#323330;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.9873046875rem;left:40.375rem;height:4.5rem;display:block; }
#gJ4UcUbrC7WoHeMiZv4TDE37HuPGrtio { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:10.125rem;left:0.125rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#IoVq2NReLZ3afeO0ePh2RX5XElPIDr4G { color:#323330;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:17.625rem;left:1.8125rem;height:1.3496125rem;font-style:normal;display:block; }
#Cqztp9ZsT9SIVPDTJ71XhxhlNWcdOctB { color:#323330;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.6875rem;left:1.8125rem;height:6rem;display:block; }
#OxH77174mEtDTW7M75lZeChTPI2HUhH3 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;top:12.25rem;left:1.8125rem;display:block; }
#dc7U2geLJOuDLzzB6AoIC6LlQUAK3P65 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.1875rem;left:2.75rem;overflow:hidden;display:block; }
#zXJ9S7Rl5Kbrh2Vr0L24gqk4ZR1uQsHK { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:10.125rem;left:18.875rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#dTD3rA54GHc20lTNgNVtkTUUzMR5TMRG { color:#323330;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.625rem;left:20.5625rem;height:9rem;display:block; }
#y7XCJb0DePqJGiE3ZvHMI6fJ00tgF0vO { color:#323330;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.625rem;left:20.5625rem;height:1.3496125rem;font-style:normal;display:block; }
#NZSWI5OaFwPxxQbAwD8cZ9RAUTrbcTNi { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#f5f5f5;background-image:none;top:12.25rem;left:20.5625rem;display:block; }
#bOdrl0048w9Tz4ze0IwwV1w68zkibfHd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.1875rem;left:21.5rem;overflow:hidden;display:block; }
#RTmJqoyD636WLaTB2JJHNNJw3vnNe2vJ { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:10.125rem;left:37.5625rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#rSdqATo9KVHTwmR9yf2UaqJBAQrVCF33 { color:#323330;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19.6875rem;left:39.25rem;height:7.5rem;display:block; }
#p2TAVXZP7NnlSE46Na7tesDn3uHESRye { color:#323330;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:17.625rem;left:39.25rem;height:1.3496125rem;font-style:normal;display:block; }
#b6TaeKeDQJlsc2bp6GbitSP1nPXTfMZO { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f5f5f5;background-image:none;top:12.25rem;left:39.25rem;display:block; }
#SL2zskzVCiV1Dt4D5TtmkvQ19wtNNDOh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.1875rem;left:40.25rem;overflow:hidden;display:block; }
#NmGI22u8fKVDJJaJhmSVvWOnhcWhE6Ub { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:10.125rem;left:56.25rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#wkuxDuMA3ykJ2uvnwEXA2OhZmTHB78ZP { color:#323330;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:21rem;left:57.9375rem;height:6rem;display:block; }
#TAb0dSmgxBis0y8NADILQ62BgS2HpVuL { color:#323330;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:17.625rem;left:57.9375rem;height:2.69921875rem;font-style:normal;display:block; }
#DA6S64NEX3ia0oZAcrZWKIiCnBug6VVf { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#f5f5f5;background-image:none;top:12.25rem;left:57.9375rem;display:block; }
#XS4PPNhTJsNm9auWJfWkuPOX25gaSzUr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.1875rem;left:58.875rem;overflow:hidden;display:block; }
#TUFv6oHnnIZmzda7oTN1u5Z17gO2Ppi6 { background-color:#6aa244;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.25rem;left:25.8125rem;display:block; }
#bI5Sr2s9Sceri2TC41C6iqE4A5TDv1gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kePs10BeJnoFR01MWf55TR6aJtVAFwHH { z-index:;position:relative;display:block; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH { background-color: transparent; background-image: none; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row .container > .video-iframe-container { display: none; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row > .video-iframe-container { display: none; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .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); }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH { border-width: 0; border-radius: 0; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#AEfLG32xoisd0JAWPZ5hfrNM4vybs6Se { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHG8d7MtFTHIJZR1JwpVmQwbHTcTWre9 { box-sizing:content-box;height:22.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:#659bc9;background-image:none;top:9.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#otWmFmNmvO5MAACshq0wqLcBAcxJ5IAh { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.75rem;left:1.71875rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#w02OEO16ncKv4xhO0hcTtePgU6qlZVsf { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.375rem;left:1.71875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIJ5URAH3HE0t8GHDBSX6c2a35BdmW4L { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#659bc9;background-image:none;top:9.3125rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EJDzudi8v1TEt8oKGUALnq2ILnLz5mLT { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:19.4375rem;left:27.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CpdzMfG7Ew7B1s3XBzUzg0wqFKUxJxgX { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.75rem;left:27.1875rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#sxEUGAlzwbBbL5SwDyLZRTslVz5q1Hds { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15016;background-color:#659bc9;background-image:none;top:9.3125rem;left:50.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#O0cOpzN7B4wm92o5lNxvhKpdfap8Vqpz { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:21.21875rem;left:52.65625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2D6l87Zl2t3w417bHxeNUqDRKLWLXTi { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:13.75rem;left:52.65625rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#yJ2WTn6qgGalNpleD7qPknnFztgyr8VO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:11.375rem;left:1.75rem;overflow:hidden;display:block; }
#KLBkxZKPFlHiQwA61rJ5umU48HRCsAlU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:11.375rem;left:27.1875rem;overflow:hidden;display:block; }
#zTyzrRwWJ2uOlt5yGvT3qwuCmBKpZKP5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:11.375rem;left:52.65625rem;overflow:hidden;display:block; }
#txvKufarq97M11tDJN5OXIVlbNwSuw3D { z-index:;position:relative;display:block; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D { background-color: transparent; background-image: none; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row .container > .video-iframe-container { display: none; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row > .video-iframe-container { display: none; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .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); }#txvKufarq97M11tDJN5OXIVlbNwSuw3D { border-width: 0; border-radius: 0; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MMx3G76DAd7hvIWMrpFUvBcZua3PFRaS { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:2.125rem;left:0rem;display:block; }
#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 { background-color:#2a2a2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container { background-color: transparent; background-image: none; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container > .video-iframe-container { display: none; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row > .video-iframe-container { display: none; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .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); }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container { border-width: 0; border-radius: 0; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#KLL3TavRQDLTn93fmMdEXFHNRWtAoFep { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#dFsbiHEF9Ho6v3ZAcDom6EXnX6TwLB3J { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#UuL7PXUXaKdFONAIFEUHUu2QG5FTbJTt { background-color:#6aa244;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:block; }
#vkRTk5wMZttMd5F4llqNTNREgsbyfdwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfxMglfkTngsyRgX4lfrgQKNqAzpNU0t { position:absolute;display:block;z-index:15015;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:5.3125rem;width:8.625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH { background-color: transparent; background-image: none; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row .container > .video-iframe-container { display: none; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row > .video-iframe-container { display: none; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .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); }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH { border-width: 0; border-radius: 0; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .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; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#lbf0uqx90HpBfgw4N9Fe3B1tFkWX1CgA { background-color:#517c00;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"nunito sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:none; }
#nAWa1uvBHRB9yMXI83OyNx8Xpaf6i2FH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl { display:block; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixmGaXWkH3sVKuaFTCtAhVcGQFLJLwsW { top:1.1875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyAiX6pSnFtzCnA33XgZg0Me47z1K8dr { top:2.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0duWpCrCa3KTcXp5XdsuGJfoOKTusnT { top:2.625rem;left:12.5rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WilSbQruoTBVHy0PMAfI931EPaFvTetq { top:2.625rem;left:19.375rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9L7U2oOKnK8UuayTVRoCclbXXMiuaaZ { top:2.625rem;left:25.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PVCMv34sbD67dTTbJOgw52495qDZcC { top:2.625rem;left:37.4375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguJicfpT42dklPCcFWMipu61tuBkp6t { width:10.5rem;height:2.5rem;top:2.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGhTKD0McIEbmBryZV1E04tf4MTypD0r { display:block; }
 }@media only screen and (max-width: 763px) { #n80EaEy8RXefErhrr7eeibl7d0mNqnEm { top:0.8125rem;left:0rem;width:7.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90ZBwvLALq98GBPhz9iBlNed7SU7aSm { display:block; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb { display:none; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTWodiBAgOBN4pf8X1Wf3hyM3lIAxTmt { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BM76VT0ayKoBQ3SUMDP9654NheP9y0tq { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkFztE0HJBrwWoutQQUrQlqvc8gNODez { display:none; }
 }@media only screen and (max-width: 763px) { #cyhbL13TpuiwPdWURObGQZtpESbTIbpp { top:6.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqyRSqCayQ5N7S8AsyZlaHbCx2K1siNh { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqgMqsIyP6I7TQTtMfSuHDCZ0h3IRWkg { top:10.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdSLcL5onCg2HerHEoIBQ4zTkDSlt0PT { top:12.75rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS0EN1ozGksR1A20CumPwE9pE3LEZmuL { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eMmlVc1XOWllPIuu4m1ay4L1Mip32PKP { display:block; }
 }@media only screen and (max-width: 763px) { #x5dcbr6TWHhIffMCyTDL4vS4zWoDq32s { width:19.375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 { display:block; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O93qDEJDPDyZdLZDM4TkkbrgWX1sA3bK { top:7.25rem;left:0rem;width:42.4375rem;height:13.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #regvQRuzzL2tSpi2nltnXCXrbKRGrttG { top:4.875rem;left:20.875rem;width:26.875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRlC3gXRgkb8pZZqQFNFwJ7aKntg7kc { top:4.875rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atqcLToRSeF1IkwET7hfMlfRMDkVcLlf { top:5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSA86NRMh55IxoSQ9bXyciOsKMzxdt5r { top:18.875rem;left:0rem;width:40.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNob41BaQA9DcE0qy6WEHqzGveBrHK3x { width:23.625rem;height:3.75rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOS6dlS0pQp1CllIv61Kv2hcOnxXWDpi { display:block; }
 }@media only screen and (max-width: 763px) { #Z0P186rtbe1c7DsL7RKJ1GG1t1xDfEQR { top:5.5625rem;left:25.875rem;width:21.875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-checkbox-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT  { width:22.875rem;height:auto;top:8.5rem;left:22.375rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT {display:block;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT { width:22.875rem;height:auto;top:8.5rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #sTP9TyeUHwZT76TXEZMFD24CekT0iJfW {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VgkrkKv2HbDfsGH3SICffST3rHB6F2Bn {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #kOQcrCMcBIiFZ7Nw1BD6H4glZPznbTk4 {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #akqJkL9GLICBq2bNeJM5Axuf0UHc6LFu {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FUuuAnlU5Pfxc5sAm0Tewy1tmcrz6EVn {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Ltq2UTbIPyBmy1dZRWticoT6RA1ERJFv {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Pd30VRXCEAHgydJkQExrWW3tID6NtIbd {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #wB4pHlas5Ri2ottfcvRuu1T75nNT6TXc {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FlQ8O7LrUTVd8gSJXiT0hN2ffLWl7PCX {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PEz8QtokXvTWampxZqfDcR9sBfaPMOBO {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PSwlXXsTiTMqCHrsoW7SxpGwT8cksAQG {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #uoTsKnJH4rrTEHxlTpfIfgwZXuTTpyKD {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Xb737FtT40nKk6cS99O3M4V8L7JQa5li {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #mlrla4nbCCSPErp3po7WW47vu5yB9khC {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #NmVcymDRLDs46bTfg5ZJQ1Qe2UCsz6N5 {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VoaDVsnnvv61tZEbvogcVyzVxNoz3AJl {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #naV6ZoP7tCo0uAAl3lfZTRHqITuINcSO {  }
 }@media only screen and (max-width: 763px) { #hsBTn1GSLEmDCmWyig0fJTDozegeJRxT { top:35.25rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#hsBTn1GSLEmDCmWyig0fJTDozegeJRxT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #NgrA1f6qpdrbtN2SCdqI7Ev5CfSkpuda { top:4.3125rem;left:25.0625rem;width:22.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 { display:block; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpA64HqRPp64wQXRslNFekylnApRpmeB { top:1.75rem;left:24.1875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4RDbBeWORTKXc85K9QhdXmBvGOiu19 { top:5.3125rem;left:10.5625rem;width:37.1875rem;height:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZTMkww1AFB5mvGIDUit6AVrXpRG0nuS { top:14.0625rem;left:10.625rem;width:37.125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxN4EmdXHQ4Z0C7IdXrtUWI6WnVT3gik { display:none; }
 }@media only screen and (max-width: 763px) { #Zgk9XVyD6J6TxeZOWOv65gR4OVUTquO6 { top:4.9375rem;left:0rem;width:33rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs { top:30.1875rem;left:10.625rem;width:37.125rem;height:;font-size:1.125rem;display:block; }#CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4cd495b-e4ea-4964-a15c-f7dada1101a0/check44.png); }
 }@media only screen and (max-width: 763px) { #dRJpGTzhxieMBP52KODUc7HKTltsyBP9 { top:3.8125rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to8IO3W1LeeZgk4Z5aTpHJQybVDCid2I { top:3.625rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2Ut55mBGJPfzL4zlUZHAO09cF4uWq3 { top:3.625rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr4GZO2xkCsCDXJcCsOTfU6NvA5RJQdK { top:4.375rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWzMWA366wQdmXqOaPAAlxTioJeOmwxc { top:4.1875rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTmvSpkkW5WhVp03v1sCKvd2PsJQRs5T { top:4.1875rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg { display:block; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKL2PDMqlM2Pe3kyOnlS27vLTQoAMhih { top:3.5625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxZOIoac2tEAg9zMzgBP2HkwcD4e8RZN { top:5.4375rem;left:0rem;width:33.0625rem;height:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erCh4LvJf4f6mo0oTSMwBowZ8Wranryf { top:5.9375rem;left:11.4375rem;width:36.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZTF9uTdp5GtQdfWDTLFSG75kOHb9QS { top:19.6875rem;left:8.6875rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmUPH41I7COAJGP39lfo7o0e7T3trmX1 { top:17.5rem;left:14.6875rem;width:33.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXT5svQQruyZ9cebRTuKcE5qtKkm789L { top:22.4375rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPKpPZtN626pffn7TL5B6iXP0oTaaCS { width:2.5rem;height:2.5rem;top:17.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvrJzfBM5JBXOTyNuo4fMAcXm0Tty9ki { display:block; }
 }@media only screen and (max-width: 763px) { #GQKok8vdUrIgLDxqOPaV5T8OCTykn4eZ { top:24.125rem;left:14.6875rem;width:33.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooUpmDh1fLvzpbcToT4GIUgMGoi8tiGc { width:2.5rem;height:2.5rem;top:23.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQnLKFdNbsURAi9PI7x3qntror0PpCN { display:block; }
 }@media only screen and (max-width: 763px) { #BRCkXRgM2n9BKN5HVv8GOcFe6h26CzAJ { top:26.25rem;left:8.6875rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRiL1zCG6dc8C8DS1NfQldgB4hkHt7hw { top:29.0625rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKp5spVD8iPnFd7qmXuNcwHPqWUXhUMo { top:35.875rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyeQmn1wqtL4uzI9exBI88wCiFMV0bZT { top:32.8125rem;left:8.6875rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiJs7dM7w2eoDOTFa3d757Ado4l13XH { width:2.5rem;height:2.5rem;top:30.375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3S8sTH99NmD45qiPWCVqHAWOGEw4DO0 { display:block; }
 }@media only screen and (max-width: 763px) { #saAk8OtEX50lLQTzOHpXHzWSP222PBGz { top:30.75rem;left:14.6875rem;width:33.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4swJQUNlFtQbpZcnckFKRLEOL2NK2S { top:42.75rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJwnoDLykTTa16abc4sP4zTLgGb76PIi { top:39.75rem;left:8.6875rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6o0UVzzkiv3RTkCySPxFqcuvbWAn6aN { width:2.5rem;height:2.5rem;top:37.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neSaWMC85W2fUHNZtsBC1JOWFTJJN79e { display:block; }
 }@media only screen and (max-width: 763px) { #s8cglwOiNSi9pPTA3uqgz04gDrBrcP5s { top:37.5625rem;left:14.6875rem;width:33.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2MV4cGKL80DnoPO8H4eeUhoM3AgtCTP { top:49.5rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN60gvXIyRp0q0q3XW5HJOh3quZc69cP { top:46.5rem;left:8.6875rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsZGaNUpan2UdtmN4vWXQWcy0OGZut2 { width:2.5rem;height:2.5rem;top:43.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8yv0UPel29asaOaeIykKAXpCM0DfVR2 { display:block; }
 }@media only screen and (max-width: 763px) { #neqtgEJCUmwLflx2lJ9CJxi8zsCLJ06O { top:44.3125rem;left:14.6875rem;width:33.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onqCn1C79tOF4LSq3Ez6F5nXHLd7u88S { top:16.0625rem;left:0rem;width:30rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL { display:block; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tATJHPCKQ215GxvgrXdAFyn8IN8cFN3c { top:3.6875rem;left:0rem;width:41rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWUffdPSgqiBb0H90JRN7oPt437DXbTF { top:7.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP1yMoc2l9r4rx4ZSufUe3oqHWBmFxxN { top:14.4375rem;left:0rem;width:24.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrkpTZ3uMaUsZp8EIoJnCRWZJwExCVD { top:14.4375rem;left:11.875rem;width:24.0625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIp0BN8TEAZe39TVlO5BiqlPP7SLHWOx { top:14.4375rem;left:23.6875rem;width:24.0625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs8TJWt0eTyafd8WHQutx2womartsm78 { top:26.1875rem;left:0rem;width:24.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpHAHict1PUGcKh4V7IoOzci5FMALnE { top:30.5rem;left:11.84375rem;width:24.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss05S8agKy7Iu8oZMUPfhNDLocO3M5Lq { top:30.5rem;left:23.5625rem;width:24.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5TzUuhkx4IdyhzDsn8lTsXEaCAfTDb { top:58.0625rem;left:11.78125rem;width:24.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNqggSrrTfFTsMVwZ3ErhRNOftLsodHm { top:40.9375rem;left:11.84375rem;width:24.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODAabvST1chw4xzBafq2Rwog99tGVp1 { top:41.8125rem;left:23.5625rem;width:24.0625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5o3uK9gHM0Ih6a7OlnGMlGi0p9MgBty { top:43.0625rem;left:0rem;width:24.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 { display:block; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qttBtwUEL2Kqw73imoqU6C38NndzzQs0 { top:4.0625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiJWrSTUMe5XMe2EVamZUOUxWykDmAa { top:5.9375rem;left:0rem;width:33.625rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzG3VM2a5KIBxJJs2wIKtZndrteiDgu { top:12.625rem;left:0rem;width:35.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isx0kagw8STL25mC9nAVkpFFvuVpSP1S { display:none; }
 }@media only screen and (max-width: 763px) { #vl0gvH8XEXuulHVaqgcpNwVW9gNXKLeE { top:4.625rem;left:11.125rem;width:36.625rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SVH2PylVhamhX4ZiXtxL6PDk8T7aHz { top:20.3125rem;left:0rem;width:35.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgTSCL7HkMziBCWtgJJgTK9Lz6lnL134 { width:13.5625rem;height:3.4375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndLHV2Z3frfye78xDmWFgmLAh0kHoig { display:block; }
 }@media only screen and (max-width: 763px) { #oBUhQ4ADbGm1CkmNdT07EPRtwLavqZyT { width:19.25rem;height:3.4375rem;top:26rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkkl5Ul6m7taW7i8K6ZK71D7IL4w2HUT { display:block; }
 }@media only screen and (max-width: 763px) { #w7bQBTicE7dGlRHGqytSlU4y2GpvQNig { display:block; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBH0WKuaQ1qQtZUSQiQq6zxQSpXUXezs { top:3.8125rem;left:0rem;width:37.4375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9wXmST3hnmyhSGdQAE7GzAFWra648D { top:2.9375rem;left:13.125rem;width:34.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4UcUbrC7WoHeMiZv4TDE37HuPGrtio { top:10.125rem;left:0rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoVq2NReLZ3afeO0ePh2RX5XElPIDr4G { top:17.625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqztp9ZsT9SIVPDTJ71XhxhlNWcdOctB { top:19.6875rem;left:0rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxH77174mEtDTW7M75lZeChTPI2HUhH3 { top:12.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7U2geLJOuDLzzB6AoIC6LlQUAK3P65 { top:13.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXJ9S7Rl5Kbrh2Vr0L24gqk4ZR1uQsHK { top:10.125rem;left:5.25rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTD3rA54GHc20lTNgNVtkTUUzMR5TMRG { top:19.625rem;left:6.9375rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XCJb0DePqJGiE3ZvHMI6fJ00tgF0vO { top:17.625rem;left:6.9375rem;width:12.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSWI5OaFwPxxQbAwD8cZ9RAUTrbcTNi { top:12.25rem;left:6.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdrl0048w9Tz4ze0IwwV1w68zkibfHd { top:13.1875rem;left:7.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmJqoyD636WLaTB2JJHNNJw3vnNe2vJ { top:10.125rem;left:23.9375rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdqATo9KVHTwmR9yf2UaqJBAQrVCF33 { top:19.6875rem;left:25.625rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TAVXZP7NnlSE46Na7tesDn3uHESRye { top:17.625rem;left:25.625rem;width:16.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6TaeKeDQJlsc2bp6GbitSP1nPXTfMZO { top:12.25rem;left:25.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL2zskzVCiV1Dt4D5TtmkvQ19wtNNDOh { top:13.1875rem;left:26.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmGI22u8fKVDJJaJhmSVvWOnhcWhE6Ub { top:10.125rem;left:29.0625rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkuxDuMA3ykJ2uvnwEXA2OhZmTHB78ZP { top:21rem;left:32.125rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAb0dSmgxBis0y8NADILQ62BgS2HpVuL { top:17.625rem;left:34.75rem;width:13rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA6S64NEX3ia0oZAcrZWKIiCnBug6VVf { top:12.25rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS4PPNhTJsNm9auWJfWkuPOX25gaSzUr { top:13.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFv6oHnnIZmzda7oTN1u5Z17gO2Ppi6 { width:23.625rem;height:3.4375rem;top:34.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI5Sr2s9Sceri2TC41C6iqE4A5TDv1gU { display:block; }
 }@media only screen and (max-width: 763px) { #kePs10BeJnoFR01MWf55TR6aJtVAFwHH { display:block; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEfLG32xoisd0JAWPZ5hfrNM4vybs6Se { top:3.8125rem;left:4.5rem;width:38.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHG8d7MtFTHIJZR1JwpVmQwbHTcTWre9 { top:9.25rem;left:0rem;width:24.0625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWmFmNmvO5MAACshq0wqLcBAcxJ5IAh { top:13.75rem;left:0rem;width:20.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w02OEO16ncKv4xhO0hcTtePgU6qlZVsf { top:22.375rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJ5URAH3HE0t8GHDBSX6c2a35BdmW4L { top:9.3125rem;left:11.875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDzudi8v1TEt8oKGUALnq2ILnLz5mLT { top:19.4375rem;left:13.5625rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdzMfG7Ew7B1s3XBzUzg0wqFKUxJxgX { top:13.75rem;left:13.5625rem;width:20.625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxEUGAlzwbBbL5SwDyLZRTslVz5q1Hds { top:9.3125rem;left:23.6875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cOpzN7B4wm92o5lNxvhKpdfap8Vqpz { top:21.1875rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2D6l87Zl2t3w417bHxeNUqDRKLWLXTi { top:13.75rem;left:27.125rem;width:20.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2WTn6qgGalNpleD7qPknnFztgyr8VO { top:11.375rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBkxZKPFlHiQwA61rJ5umU48HRCsAlU { top:11.375rem;left:13.5625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyzrRwWJ2uOlt5yGvT3qwuCmBKpZKP5 { top:11.375rem;left:39.03125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvKufarq97M11tDJN5OXIVlbNwSuw3D { display:block; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMx3G76DAd7hvIWMrpFUvBcZua3PFRaS { top:2.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 { display:block; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLL3TavRQDLTn93fmMdEXFHNRWtAoFep { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB { top:7.75rem;left:19.75rem;width:18.6875rem;height:1.0625rem;font-size:0.8125rem;display:block; }#cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC { top:9.75rem;left:19.8125rem;width:13.5625rem;height:;font-size:0.875rem;display:block; }#bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #dFsbiHEF9Ho6v3ZAcDom6EXnX6TwLB3J { top:9.75rem;left:0rem;width:29.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuL7PXUXaKdFONAIFEUHUu2QG5FTbJTt { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRTk5wMZttMd5F4llqNTNREgsbyfdwi { display:block; }
 }@media only screen and (max-width: 763px) { #OfxMglfkTngsyRgX4lfrgQKNqAzpNU0t { top:2.5625rem;left:0rem;width:8.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFXHz0TNTflHhLATdkp5k5up2kRWyGH { display:block; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #lbf0uqx90HpBfgw4N9Fe3B1tFkWX1CgA { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAWa1uvBHRB9yMXI83OyNx8Xpaf6i2FH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl { position:relative;z-index:auto;display:none; }#vGTdgqZMUIsDrBV5pdgmXHv1UODNq8cl > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixmGaXWkH3sVKuaFTCtAhVcGQFLJLwsW { width:12.5rem;height:1.13671875rem;top:4.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyAiX6pSnFtzCnA33XgZg0Me47z1K8dr { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #c0duWpCrCa3KTcXp5XdsuGJfoOKTusnT { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WilSbQruoTBVHy0PMAfI931EPaFvTetq { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9L7U2oOKnK8UuayTVRoCclbXXMiuaaZ { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PVCMv34sbD67dTTbJOgw52495qDZcC { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguJicfpT42dklPCcFWMipu61tuBkp6t { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGhTKD0McIEbmBryZV1E04tf4MTypD0r { display:block; }
 }@media only screen and (max-width: 763px) { #n80EaEy8RXefErhrr7eeibl7d0mNqnEm { width:8rem;height:4.9375rem;top:24.0859375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90ZBwvLALq98GBPhz9iBlNed7SU7aSm { display:none; }#l90ZBwvLALq98GBPhz9iBlNed7SU7aSm > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container { background-color: transparent; background-image: none; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container > .video-iframe-container { display: none; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row > .video-iframe-container { display: none; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .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); }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container { border-width: 0; border-radius: 0; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQiIZ8KIeFRbMwSft7ScS4cbRUIippDb > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTWodiBAgOBN4pf8X1Wf3hyM3lIAxTmt { width:8.875rem;height:0.9746125rem;top:1.0625rem;left:11.0625rem;font-size:0.75rem;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #BM76VT0ayKoBQ3SUMDP9654NheP9y0tq { display:flex;width:1.6875rem;height:1.6875rem;top:2.125rem;left:10.0625rem;z-index:15008;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #xkFztE0HJBrwWoutQQUrQlqvc8gNODez { display:flex;top:1.787109375rem;left:7rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cyhbL13TpuiwPdWURObGQZtpESbTIbpp { width:17.5rem;height:1.29980625rem;top:6.4375rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FqyRSqCayQ5N7S8AsyZlaHbCx2K1siNh { width:17.5rem;height:1.29980625rem;top:8.787109375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QqgMqsIyP6I7TQTtMfSuHDCZ0h3IRWkg { width:17.5rem;height:1.29980625rem;top:11.125rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qdSLcL5onCg2HerHEoIBQ4zTkDSlt0PT { width:17.5rem;height:1.29980625rem;top:13.5rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HS0EN1ozGksR1A20CumPwE9pE3LEZmuL { top:2.0625rem;left:11.93359375rem;width:8.0625rem;height:2.0625rem;z-index:15015;font-size:0.8125rem;background-color:#6aa244;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #eMmlVc1XOWllPIuu4m1ay4L1Mip32PKP { display:block; }
 }@media only screen and (max-width: 763px) { #x5dcbr6TWHhIffMCyTDL4vS4zWoDq32s { top:0.75rem;left:0rem;width:5.875rem;height:3.625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 { display:block; }#bo8IIB9e3kDsgLiGJAIzGUPZ4P1KiDF5 > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O93qDEJDPDyZdLZDM4TkkbrgWX1sA3bK { width:20rem;height:14.847625rem;top:4.7373046875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #regvQRuzzL2tSpi2nltnXCXrbKRGrttG { width:20rem;height:33.375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRlC3gXRgkb8pZZqQFNFwJ7aKntg7kc { width:6.875rem;height:1.25rem;top:2.8369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atqcLToRSeF1IkwET7hfMlfRMDkVcLlf { width:12.5rem;height:1.29980625rem;top:2.8740234375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSA86NRMh55IxoSQ9bXyciOsKMzxdt5r { width:20rem;height:13.5rem;top:17.396484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNob41BaQA9DcE0qy6WEHqzGveBrHK3x { width:20rem;height:3.4375rem;top:68.220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOS6dlS0pQp1CllIv61Kv2hcOnxXWDpi { display:block; }
 }@media only screen and (max-width: 763px) { #Z0P186rtbe1c7DsL7RKJ1GG1t1xDfEQR { width:17.4375rem;height:1.57470625rem;top:32.875rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT  { width:17.5rem;height:auto;top:35.5625rem;left:0rem; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT {display:block;}#Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT { width:17.5rem;height:auto;top:35.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #sTP9TyeUHwZT76TXEZMFD24CekT0iJfW {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VgkrkKv2HbDfsGH3SICffST3rHB6F2Bn {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #kOQcrCMcBIiFZ7Nw1BD6H4glZPznbTk4 {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #akqJkL9GLICBq2bNeJM5Axuf0UHc6LFu {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FUuuAnlU5Pfxc5sAm0Tewy1tmcrz6EVn {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Ltq2UTbIPyBmy1dZRWticoT6RA1ERJFv {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Pd30VRXCEAHgydJkQExrWW3tID6NtIbd {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #wB4pHlas5Ri2ottfcvRuu1T75nNT6TXc {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #FlQ8O7LrUTVd8gSJXiT0hN2ffLWl7PCX {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PEz8QtokXvTWampxZqfDcR9sBfaPMOBO {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #PSwlXXsTiTMqCHrsoW7SxpGwT8cksAQG {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #uoTsKnJH4rrTEHxlTpfIfgwZXuTTpyKD {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #Xb737FtT40nKk6cS99O3M4V8L7JQa5li {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #mlrla4nbCCSPErp3po7WW47vu5yB9khC {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #NmVcymDRLDs46bTfg5ZJQ1Qe2UCsz6N5 {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #VoaDVsnnvv61tZEbvogcVyzVxNoz3AJl {  }
 }@media only screen and (max-width: 763px) { #Wwd7XpA8cb1WZaEtB8XTFON2rdZlmfLT #naV6ZoP7tCo0uAAl3lfZTRHqITuINcSO {  }
 }@media only screen and (max-width: 763px) { #hsBTn1GSLEmDCmWyig0fJTDozegeJRxT { width:18.1875rem;height:1.05615rem;top:62.6875rem;left:1.375rem;font-size:0.8125rem;display:block; }#hsBTn1GSLEmDCmWyig0fJTDozegeJRxT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #NgrA1f6qpdrbtN2SCdqI7Ev5CfSkpuda { width:18.125rem;height:3.5625rem;top:31.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 { display:block; }#DdmRXzToDWSkC1CNt89nlWFH1NWHqQl0 > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpA64HqRPp64wQXRslNFekylnApRpmeB { width:16.875rem;height:1.29980625rem;top:24.5986328125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4RDbBeWORTKXc85K9QhdXmBvGOiu19 { width:20rem;height:6.75rem;top:30.2119140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZTMkww1AFB5mvGIDUit6AVrXpRG0nuS { width:20rem;height:28.6875rem;top:39.0830078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxN4EmdXHQ4Z0C7IdXrtUWI6WnVT3gik { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zgk9XVyD6J6TxeZOWOv65gR4OVUTquO6 { width:20rem;height:20rem;top:2.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs { width:20rem;height:11.0625rem;top:69.5830078125rem;left:0rem;font-size:1.125rem;display:block; }#CUcfrufTNbeTmW0P5IVuIJfzuanFkUMs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4cd495b-e4ea-4964-a15c-f7dada1101a0/check44.png); }
 }@media only screen and (max-width: 763px) { #dRJpGTzhxieMBP52KODUc7HKTltsyBP9 { width:0.9375rem;height:0.9375rem;top:75.7080078125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #to8IO3W1LeeZgk4Z5aTpHJQybVDCid2I { width:16.5rem;height:1.21875rem;top:80.3642578125rem;left:1.75rem;font-size:0.8125rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #tT2Ut55mBGJPfzL4zlUZHAO09cF4uWq3 { width:9.25rem;height:1.21875rem;top:77.8955078125rem;left:5.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pr4GZO2xkCsCDXJcCsOTfU6NvA5RJQdK { width:0.9375rem;height:0.9375rem;top:26.6494140625rem;left:2.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #VWzMWA366wQdmXqOaPAAlxTioJeOmwxc { width:9.25rem;height:1.21875rem;top:26.5087890625rem;left:3.8125rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cTmvSpkkW5WhVp03v1sCKvd2PsJQRs5T { width:17.8125rem;height:1.21875rem;top:27.7275390625rem;left:2.1875rem;font-size:0.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg { display:block; }#uxEzKdECr4tGNtRaQ357Q3h9NR70XSZg > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKL2PDMqlM2Pe3kyOnlS27vLTQoAMhih { width:16.875rem;height:1.29980625rem;top:27.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxZOIoac2tEAg9zMzgBP2HkwcD4e8RZN { width:20rem;height:9rem;top:29.5498046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erCh4LvJf4f6mo0oTSMwBowZ8Wranryf { width:20rem;height:13.5rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZTF9uTdp5GtQdfWDTLFSG75kOHb9QS { width:20rem;height:3rem;top:58.6083984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmUPH41I7COAJGP39lfo7o0e7T3trmX1 { width:17.1875rem;height:1.5rem;top:56.1103515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXT5svQQruyZ9cebRTuKcE5qtKkm789L { width:20rem;height:0.125rem;top:62.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPKpPZtN626pffn7TL5B6iXP0oTaaCS { width:2.5rem;height:2.5rem;top:55.6103515625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvrJzfBM5JBXOTyNuo4fMAcXm0Tty9ki { display:block; }
 }@media only screen and (max-width: 763px) { #GQKok8vdUrIgLDxqOPaV5T8OCTykn4eZ { width:17.625rem;height:1.5rem;top:64rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooUpmDh1fLvzpbcToT4GIUgMGoi8tiGc { width:2.5rem;height:2.5rem;top:63.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQnLKFdNbsURAi9PI7x3qntror0PpCN { display:block; }
 }@media only screen and (max-width: 763px) { #BRCkXRgM2n9BKN5HVv8GOcFe6h26CzAJ { width:20rem;height:3rem;top:66.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRiL1zCG6dc8C8DS1NfQldgB4hkHt7hw { width:20rem;height:0.125rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKp5spVD8iPnFd7qmXuNcwHPqWUXhUMo { width:20rem;height:0.125rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyeQmn1wqtL4uzI9exBI88wCiFMV0bZT { width:20rem;height:3rem;top:75.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiJs7dM7w2eoDOTFa3d757Ado4l13XH { width:2.5rem;height:2.5rem;top:71.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3S8sTH99NmD45qiPWCVqHAWOGEw4DO0 { display:block; }
 }@media only screen and (max-width: 763px) { #saAk8OtEX50lLQTzOHpXHzWSP222PBGz { width:16.8125rem;height:1.5rem;top:72.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4swJQUNlFtQbpZcnckFKRLEOL2NK2S { width:20rem;height:0.125rem;top:87.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJwnoDLykTTa16abc4sP4zTLgGb76PIi { width:20rem;height:3rem;top:83.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6o0UVzzkiv3RTkCySPxFqcuvbWAn6aN { width:2.5rem;height:2.5rem;top:80.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neSaWMC85W2fUHNZtsBC1JOWFTJJN79e { display:block; }
 }@media only screen and (max-width: 763px) { #s8cglwOiNSi9pPTA3uqgz04gDrBrcP5s { width:17.3125rem;height:1.5rem;top:80.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2MV4cGKL80DnoPO8H4eeUhoM3AgtCTP { width:20rem;height:0.125rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN60gvXIyRp0q0q3XW5HJOh3quZc69cP { width:20rem;height:3rem;top:93rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsZGaNUpan2UdtmN4vWXQWcy0OGZut2 { width:2.5rem;height:2.5rem;top:89.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8yv0UPel29asaOaeIykKAXpCM0DfVR2 { display:block; }
 }@media only screen and (max-width: 763px) { #neqtgEJCUmwLflx2lJ9CJxi8zsCLJ06O { width:17.1875rem;height:3rem;top:89.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onqCn1C79tOF4LSq3Ez6F5nXHLd7u88S { width:20rem;height:23.333rem;top:2.478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL { display:block; }#lF2Rhg6RxxRKvNyCwcXAooOyEtJpR5PL > .row .container { width:20rem;height:149.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tATJHPCKQ215GxvgrXdAFyn8IN8cFN3c { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWUffdPSgqiBb0H90JRN7oPt437DXbTF { width:20rem;height:15rem;top:8.109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP1yMoc2l9r4rx4ZSufUe3oqHWBmFxxN { width:19.875rem;height:8.7243506493506rem;top:25.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrkpTZ3uMaUsZp8EIoJnCRWZJwExCVD { width:19.875rem;height:12.23474025974rem;top:49.6015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIp0BN8TEAZe39TVlO5BiqlPP7SLHWOx { width:19.875rem;height:11.512012987013rem;top:63.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs8TJWt0eTyafd8WHQutx2womartsm78 { width:19.875rem;height:13.112337662338rem;top:35.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpHAHict1PUGcKh4V7IoOzci5FMALnE { width:19.875rem;height:7.64025974026rem;top:76.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss05S8agKy7Iu8oZMUPfhNDLocO3M5Lq { width:19.875rem;height:8.3629870129869rem;top:85.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5TzUuhkx4IdyhzDsn8lTsXEaCAfTDb { width:19.875rem;height:6.6077922077925rem;top:123.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNqggSrrTfFTsMVwZ3ErhRNOftLsodHm { width:19.875rem;height:13.267207792208rem;top:109.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODAabvST1chw4xzBafq2Rwog99tGVp1 { width:19.875rem;height:14.867532467533rem;top:131.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5o3uK9gHM0Ih6a7OlnGMlGi0p9MgBty { width:19.875rem;height:12.957467532468rem;top:94.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 { display:block; }#LTXrOXFWxD4ePTIq2w5g4CHSx2vwHkS2 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qttBtwUEL2Kqw73imoqU6C38NndzzQs0 { width:16.875rem;height:1.29980625rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiJWrSTUMe5XMe2EVamZUOUxWykDmAa { width:20rem;height:4.5rem;top:18.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRzG3VM2a5KIBxJJs2wIKtZndrteiDgu { width:20rem;height:10.5rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isx0kagw8STL25mC9nAVkpFFvuVpSP1S { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl0gvH8XEXuulHVaqgcpNwVW9gNXKLeE { width:20rem;height:13.8564375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SVH2PylVhamhX4ZiXtxL6PDk8T7aHz { width:20rem;height:5.0625rem;top:36.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgTSCL7HkMziBCWtgJJgTK9Lz6lnL134 { width:20rem;height:3.4375rem;top:43.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndLHV2Z3frfye78xDmWFgmLAh0kHoig { display:block; }
 }@media only screen and (max-width: 763px) { #oBUhQ4ADbGm1CkmNdT07EPRtwLavqZyT { width:20rem;height:3.4375rem;top:47.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkkl5Ul6m7taW7i8K6ZK71D7IL4w2HUT { display:block; }
 }@media only screen and (max-width: 763px) { #w7bQBTicE7dGlRHGqytSlU4y2GpvQNig { display:block; }#w7bQBTicE7dGlRHGqytSlU4y2GpvQNig > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBH0WKuaQ1qQtZUSQiQq6zxQSpXUXezs { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9wXmST3hnmyhSGdQAE7GzAFWra648D { width:20rem;height:9rem;top:8.046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4UcUbrC7WoHeMiZv4TDE37HuPGrtio { width:20rem;height:17.1875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoVq2NReLZ3afeO0ePh2RX5XElPIDr4G { width:17.5rem;height:1.5rem;top:25.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqztp9ZsT9SIVPDTJ71XhxhlNWcdOctB { width:17.5rem;height:6rem;top:27.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxH77174mEtDTW7M75lZeChTPI2HUhH3 { width:4.0625rem;height:4.0625rem;top:20.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7U2geLJOuDLzzB6AoIC6LlQUAK3P65 { width:2.1875rem;height:2.1875rem;top:21.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXJ9S7Rl5Kbrh2Vr0L24gqk4ZR1uQsHK { width:20rem;height:18.875rem;top:36.375rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #dTD3rA54GHc20lTNgNVtkTUUzMR5TMRG { width:17.5rem;height:7.5rem;top:45.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XCJb0DePqJGiE3ZvHMI6fJ00tgF0vO { width:17.5rem;height:1.5rem;top:43.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSWI5OaFwPxxQbAwD8cZ9RAUTrbcTNi { width:4.0625rem;height:4.0625rem;top:38.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdrl0048w9Tz4ze0IwwV1w68zkibfHd { width:2.1875rem;height:2.1875rem;top:39.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmJqoyD636WLaTB2JJHNNJw3vnNe2vJ { width:20rem;height:17.25rem;top:55.375rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #rSdqATo9KVHTwmR9yf2UaqJBAQrVCF33 { width:17.5rem;height:6rem;top:64.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TAVXZP7NnlSE46Na7tesDn3uHESRye { width:17.5rem;height:1.5rem;top:62.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6TaeKeDQJlsc2bp6GbitSP1nPXTfMZO { width:4.0625rem;height:4.0625rem;top:57.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL2zskzVCiV1Dt4D5TtmkvQ19wtNNDOh { width:2.25rem;height:2.25rem;top:58.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmGI22u8fKVDJJaJhmSVvWOnhcWhE6Ub { width:20rem;height:19.25rem;top:72.75rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #wkuxDuMA3ykJ2uvnwEXA2OhZmTHB78ZP { width:17.5rem;height:6rem;top:83.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAb0dSmgxBis0y8NADILQ62BgS2HpVuL { width:17.5rem;height:3rem;top:79.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA6S64NEX3ia0oZAcrZWKIiCnBug6VVf { width:4.0625rem;height:4.0625rem;top:74.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS4PPNhTJsNm9auWJfWkuPOX25gaSzUr { width:2.1875rem;height:2.1875rem;top:75.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFv6oHnnIZmzda7oTN1u5Z17gO2Ppi6 { width:20rem;height:3.4375rem;top:94.2978515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI5Sr2s9Sceri2TC41C6iqE4A5TDv1gU { display:block; }
 }@media only screen and (max-width: 763px) { #kePs10BeJnoFR01MWf55TR6aJtVAFwHH { display:block; }#kePs10BeJnoFR01MWf55TR6aJtVAFwHH > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEfLG32xoisd0JAWPZ5hfrNM4vybs6Se { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHG8d7MtFTHIJZR1JwpVmQwbHTcTWre9 { width:20rem;height:16.625rem;top:9.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWmFmNmvO5MAACshq0wqLcBAcxJ5IAh { width:17.5rem;height:7.96875rem;top:12.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w02OEO16ncKv4xhO0hcTtePgU6qlZVsf { width:17.5rem;height:1.5rem;top:21.640625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJ5URAH3HE0t8GHDBSX6c2a35BdmW4L { width:20rem;height:15.3125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDzudi8v1TEt8oKGUALnq2ILnLz5mLT { width:17.5rem;height:1.5rem;top:36.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdzMfG7Ew7B1s3XBzUzg0wqFKUxJxgX { width:17.5rem;height:4.78125rem;top:30.625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxEUGAlzwbBbL5SwDyLZRTslVz5q1Hds { width:20rem;height:18.125rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cOpzN7B4wm92o5lNxvhKpdfap8Vqpz { width:17.5rem;height:1.5rem;top:56rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2D6l87Zl2t3w417bHxeNUqDRKLWLXTi { width:17.5rem;height:7.96875rem;top:47.0625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2WTn6qgGalNpleD7qPknnFztgyr8VO { width:6.875rem;height:1.25rem;top:10.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBkxZKPFlHiQwA61rJ5umU48HRCsAlU { width:6.875rem;height:1.25rem;top:28.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyzrRwWJ2uOlt5yGvT3qwuCmBKpZKP5 { width:6.875rem;height:1.25rem;top:44.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvKufarq97M11tDJN5OXIVlbNwSuw3D { display:block; }#txvKufarq97M11tDJN5OXIVlbNwSuw3D > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMx3G76DAd7hvIWMrpFUvBcZua3PFRaS { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 { display:block; }#DPd1lp3xqMWaktnTxW3u5Q6lVX04SrT7 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLL3TavRQDLTn93fmMdEXFHNRWtAoFep { width:10.9375rem;height:1.4624rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD { width:11.0625rem;height:1.13720625rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }#LlyV7LUqKZdhBdRVbcTNdl6H44dSQ8rD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB { width:19.0625rem;height:1.13720625rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }#cJvAo8fzXg7eVAE10aWhuPqHCy7Ti8EB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC { width:19.75rem;height:2.2744125rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }#bkn1aaJyVu8AX1vZ9LTviuN0lCTrVCyC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #dFsbiHEF9Ho6v3ZAcDom6EXnX6TwLB3J { width:20rem;height:2.625rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuL7PXUXaKdFONAIFEUHUu2QG5FTbJTt { width:16.6875rem;height:3.75rem;top:25.328125rem;left:1.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkRTk5wMZttMd5F4llqNTNREgsbyfdwi { display:block; }
 }@media only screen and (max-width: 763px) { #OfxMglfkTngsyRgX4lfrgQKNqAzpNU0t { width:8.625rem;height:5.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFXHz0TNTflHhLATdkp5k5up2kRWyGH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TVFXHz0TNTflHhLATdkp5k5up2kRWyGH > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#KotAPqZQwVeuCLu1KoxUXcDJk1Qcx2T2 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #lbf0uqx90HpBfgw4N9Fe3B1tFkWX1CgA { width:16.6875rem;height:3.75rem;top:0rem;left:1.65625rem;font-size:1.125rem;z-index:15010;font-family:poppins;background-color:#6aa244;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) { #nAWa1uvBHRB9yMXI83OyNx8Xpaf6i2FH { display:block; }
 }