.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); }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr { 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; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container { background-color: transparent; background-image: none; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container > .video-iframe-container { display: none; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row > .video-iframe-container { display: none; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .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); }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container { border-width: 0; border-radius: 0; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;overflow:visible;position:relative;display:block; }#eWxcQ01cbgc7BqQBwZf4BSn3PkLsBM7t { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:62rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaDliQ1Cpe7oNo3Zsb7XxPLL7CMO9dEQ { 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:3.4375rem;left:61.125rem; }
#Ju6sdWRTmiUD5y5KMsOftVwkmcAIOQhI { color:#0b76b8;display:block;width:6.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:25.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtdH5RM0XDRWiisQs67BMRlraZikJP2A { color:#0b76b8;display:block;width:6.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eX0UyH0RRVimgBQU0DsvRFTVITCVDFBu { color:#0b76b8;display:block;width:11.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:39rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmWVP0FRT4XKcQ88TArS9a5nn2Loeavv { color:#0b76b8;display:block;width:4rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:50.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7z3s2JDmMEIORbKbz27ZwmG460DaNH7 { background-color:#0b76b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"dm sans";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:3.125rem;left:63.4375rem;display:block; }
#EJg1BGtn5V9T4Wo3L3m6gUnUxDwR8xCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bo1ryCVo8QF3ICIOSe6VZfeVG4pLihJD { 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:7rem;width:7.1875rem;top:0.3125rem;left:0.9375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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:7.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r { position:relative;display:none; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r { border-width: 0; border-radius: 0; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .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; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .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; }#cxuOlxEil4t4dNJl9fLSyNMi7MLhfHlO { 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; }
#q6Pranq3ZcHW7eRlrZpqFI9O9x9nNi9s { 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; }
#tRBi3EoT0Eck2JMHEyTLUyXEX5QgisSR { 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; }
#d3TCFeJJk0OwSsS4anE4vs7Ds81LGP7T { 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; }
#cwRTw6bhEhm81dZszOnJ7Vk3poOGK7vz { 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; }
#ubaUoykSKarWC3Neiig7woqyXCASqTiK { 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:42rem;width:42.4375rem;display:none; }
#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df3cd572-ee10-4d1c-b65a-6d78491f7bfe/WhatsAppImage20250917at1109423.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; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8.adaptive-delivery-prevent-bg, #Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8.lazyload, #Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8.lazyloading { background-image: none; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container { background-color: transparent; background-image: none; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container > .video-iframe-container { display: none; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row > .video-iframe-container { display: none; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .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); }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container { border-width: 0; border-radius: 0; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8::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; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#tTrkaTA9tq1ggzUkC4Wz6xGDqM9T10yC { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:"dm sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.625rem;left:0.9375rem;height:10.7988125rem;font-style:normal;display:block; }
#qOz4Px3zUHLmC0u6ovWWJxEoQEpZ2lvm { box-sizing:content-box;height:39.3125rem;width:28.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.0625rem;left:45.875rem;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; }
#EGSlh1PwDA2p35fS8lVxZU18Sskf0Vy4 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.25rem;left:0.9375rem;height:1.625rem;font-style:normal;display:block; }
#LaZvoqMseo6dTiv7NEmQVPrKvCvandaK { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.375rem;left:0.9375rem;height:8rem;font-style:normal;display:block; }#LaZvoqMseo6dTiv7NEmQVPrKvCvandaK li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#LaZvoqMseo6dTiv7NEmQVPrKvCvandaK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
#xo2xSf0QWBtsDPXef3TAcap3rlRZ43lv { background-color:#0b76b8;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"dm sans";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:15008;text-align:center;text-align-last:center;top:31.0625rem;left:0.9375rem;display:block; }
#cWzCFW4vDgh9OOuZHb3fFKnBXAadbEwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpszAVSEQgh23dctgLdTBBQThT5obta8 { color:#0b76b8;display:block;width:25.25rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.375rem;left:48.375rem;height:3.8994125rem;font-style:normal;display:block; }
#ghEUcI3q3XoysNwS7oXSqHzHXczSo5bq { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:50.3125rem;height:1.19970625rem;font-style:normal;display:block; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-form-header {  }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:23rem;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; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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.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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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.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:23rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .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; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d5a729;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:23rem;height:3.4375rem;font-family:"dm sans";overflow:hidden; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF [class*="-text"]:-moz-placeholder { color:#373737;font-family:"dm sans";font-size:0.875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF [class*="-text"]::-moz-placeholder { color:#373737;font-family:"dm sans";font-size:0.875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:"dm sans";font-size:0.875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:"dm sans";font-size:0.875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .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:"dm sans";line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .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; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .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; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-container:first-of-type{padding-top:0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-container:last-of-type{padding-bottom:0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;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:9.9375rem;left:47.21875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .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; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF {display:block;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;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:9.9375rem;left:47.21875rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Pwt8EISuqRLBayg0aJepof2fJ2XN9dTu { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #yAlFKue7heBnA0vr1XbkTS4S7TwNNdqm { position:relative;display:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ZzNX2ATB3al8l6ZMuArtwO39x3paMk4S { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #DLBn1Sa69H6B7Cpvt9feQemzQsicvkkQ { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #weDTCJr8BUUO5VuK6m13F2lEXei4K9lJ { position:relative;display:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #eIi4y6AXnlKLrXZRkoimRxG8qd1riLyB { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Ut6x9fOwBOrAQIJOrZs8SACTcH6uHm6W { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #me7c1y9vTxdAHXwBpTuoaVU5pTfwql70 { position:relative;display:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #i1cBOtGPQ9EiSfwk6fsGwk8CAfh88R7I { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #IXmJ1qrDugJVASRCcGvKFwrOpI4TMvTP { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #U0l0UGnnlu6VAPA2bodqi45LeKGdJicL { position:relative;display:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RKWZfqyfUZu7IVTo9ZGUKmQtwTC92NKq { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #xFhuutoGPxSe5TysfdWb47bsbmkQl0IT { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #BolCwfmuAtpVGTI3XdcU3WJKS1J3OR3z { position:relative;display:none; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wtlfSekyzil785AkVxMq2pn1cSaJdGcN { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #pUZGTpqEwH7hWGX6T3QT8lf9k9KvBPEW { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #CQZiRXJhigCZMT2iRWsemPtyC4FGlVHN { position:relative;z-index:2; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wInH0yPBLezOJzQ4XoaP2HimKbvUm87e { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RXFVMGZ4MearIHhp4PGZoQrTgkVH2dPM { position:relative; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ORtnmJ6owTX5vdHKGg2GWNDrqKE1TvRG { position:relative; }
#kIhpGIby3T2w871i3mAvXLFDyJLeP2XX { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:#006fbf;background-image:none;top:4.8125rem;left:48.4375rem;display:block; }
#iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.375rem;left:51.3125rem;height:1.13720625rem;display:block; }#iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu { 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; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container { background-color: transparent; background-image: none; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container > .video-iframe-container { display: none; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row > .video-iframe-container { display: none; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .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); }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container { border-width: 0; border-radius: 0; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#tNumEi5UJBOGAksZ53qiFC4SNdPySXGb { color:#d5a729;display:block;width:31.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#e5dhw6UVkzeivig7tkEvSBLQ925dBUsy { color:#0b76b8;display:block;width:35.125rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0.9375rem;height:6rem;font-style:normal;display:block; }
#TnSDqqOEtT474f2s5bey8R7y9J8hSJb6 { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.25rem;left:0.9375rem;height:14.34375rem;display:block; }
#qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.375rem;left:0.9375rem;height:6.349625rem;font-style:normal;overflow:hidden;display:block; }#qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68cb489f92b63429da58d11906389b43ff7f3f92.svg); }
#n5tm2rpxpSQIKtVE1y1ngavl9WAGBv2m { 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; }
#J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3 { box-sizing:content-box;height:33.5rem;width:32.5rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/25dbea1b-6d05-46f5-9a14-8bca8051bfe4/WhatsAppImage20250917at1109401.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.75rem;left:41.5625rem;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; }#J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3.adaptive-delivery-prevent-bg, #J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3.lazyload, #J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3.lazyloading { background-image: none; }
#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG { 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; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container { background-color: transparent; background-image: none; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container > .video-iframe-container { display: none; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row > .video-iframe-container { display: none; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .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); }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container { border-width: 0; border-radius: 0; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#eWT26Frc1QTshCOLKtT9KOmdvCmMnH0I { color:#d5a729;display:block;width:32.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.75rem;height:1.29980625rem;font-style:normal;display:block; }
#WOiTOV9dmqeIs0HgeHW3I8Km5JLEbTL7 { color:#0b76b8;display:block;width:35.125rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.25rem;left:37.75rem;height:3rem;font-style:normal;display:block; }
#kOwUoHVIr2ehAM2JqL8UbCUicfAbKSib { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.125rem;left:37.75rem;height:9.5625rem;display:block; }
#urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.9375rem;left:37.75rem;height:;font-style:normal;overflow:hidden;display:block; }#urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo li:before{  }
#OAx5xI0RvPTARcJiMOxtQRMlDsIRtAc6 { 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; }
#VQh0VImwcblaeb64EDcM6stnTIyJiwyi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.375rem;width:33.125rem;top:4.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.9375rem;left:53.125rem;height:9.535125rem;font-style:normal;overflow:hidden;display:block; }#qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO li:before{  }
#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedfdc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container { background-color: transparent; background-image: none; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container > .video-iframe-container { display: none; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row > .video-iframe-container { display: none; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .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); }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container { border-width: 0; border-radius: 0; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#sHwUa29OHBy4TLC2X9o8tsfbScXlz4gK { color:#0b76b8;display:block;width:69.5rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.4375rem;left:3.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLDKJ2ILfO5yPTCSLdsFxr2gnqcWd22X { box-sizing:content-box;height:22rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:10.375rem;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; }
#VCkxDuwagymBvUu5qB2yEWl3GWoETcOa { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2cd1de9-0ea2-4e31-93d5-ce04d5a82761/Rectangle1005.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:1.25rem;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; }#VCkxDuwagymBvUu5qB2yEWl3GWoETcOa.adaptive-delivery-prevent-bg, #VCkxDuwagymBvUu5qB2yEWl3GWoETcOa.lazyload, #VCkxDuwagymBvUu5qB2yEWl3GWoETcOa.lazyloading { background-image: none; }
#qA77z8U9AJsfTMBVNE3ssf1yH5ZKZuKK { color:#0b76b8;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:23.1875rem;left:1.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CL7V3Jx6aAU8TGPpLa2KEHk42ZwdcLRH { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:25.1875rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hRrzlx9oDDx6kZe2Ea72T2G3iTsThAH1 { box-sizing:content-box;height:22rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:10.375rem;left:25.625rem;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; }
#MJsxxGnoCRB9f16Fd0MytVQwyLzAegfZ { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:25.1875rem;left:26.875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sby7eiSEsZkUR0J7bBEy3zNxVSaR2E4T { color:#0b76b8;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:23.1875rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e28ce284-c623-42dd-ae46-b269cf6b6f23/Rectangle1006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:26.875rem;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; }#Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA.adaptive-delivery-prevent-bg, #Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA.lazyload, #Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA.lazyloading { background-image: none; }
#qlCN4SL0mWTo8AJ0egOXb4JbkG6TPs0P { box-sizing:content-box;height:22rem;width:23.75rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:10.375rem;left:51.25rem;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; }
#tMEqmoFl98vWyImEDqtL3K3ZwPLF27uI { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.1875rem;left:52.5rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJ76HAhXJ2J5xWKNTONddQNurq0DcIiE { color:#0b76b8;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:23.1875rem;left:52.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa3fdefe-58e2-4a22-8f19-05eff447cb62/Rectangle1007.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:52.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; }#M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg.adaptive-delivery-prevent-bg, #M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg.lazyload, #M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg.lazyloading { background-image: none; }
#keZv3yTKgCk23vW6KueBkyF92V70lst7 { box-sizing:content-box;height:22rem;width:23.75rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:35.1875rem;left:38.4375rem;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; }
#EXtCIw1tdcNq1kFZtHvAHQ9Jp2iJuT10 { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:50rem;left:39.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVfQC2wTM6QnFcT5i4bwOQmxcBTFT24L { box-sizing:content-box;height:22rem;width:23.75rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:35.1875rem;left:12.8125rem;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; }
#mJJA7ozJDgml9J6DkUvLLlGLCg3iAQ0i { color:#0b76b8;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:48rem;left:39.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lT2wPZroANItPeBfs7axfzyd1LtLsuBO { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:50rem;left:14.0625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pp5sRkQArZOMJBqgT7aVsuQofOXnl4lM { color:#0b76b8;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:48rem;left:14.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OXkpFL79hHLnQBstHuMIUCJxaEN64tgh { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feee45a8-f018-4251-976a-3df8a63a7c1d/Rectangle1008.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.3125rem;left:14.0625rem;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; }#OXkpFL79hHLnQBstHuMIUCJxaEN64tgh.adaptive-delivery-prevent-bg, #OXkpFL79hHLnQBstHuMIUCJxaEN64tgh.lazyload, #OXkpFL79hHLnQBstHuMIUCJxaEN64tgh.lazyloading { background-image: none; }
#Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1 { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ccc0ecc1-567f-40c8-8752-65de09b3c8e9/Rectangle1009.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.3125rem;left:39.6875rem;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; }#Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1.adaptive-delivery-prevent-bg, #Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1.lazyload, #Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1.lazyloading { background-image: none; }
#rXKxhwrSvHMRJO3rmaDnRK2UTb5SAwkm { background-color:transparent;background-image:none;border-top:0.125rem solid #0b76b8;border-left:0.125rem solid #0b76b8;border-right:0.125rem solid #0b76b8;border-bottom:0.125rem solid #0b76b8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b76b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:27.5rem;left:1.25rem;display:block; }
#UsG8yCcrIQKkGgJUCipM7Tbq45uwBMPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZ7NMoPBaBocTVS0FavB9oagGRc7boxp { background-color:transparent;background-image:none;border-top:0.125rem solid #0b76b8;border-left:0.125rem solid #0b76b8;border-right:0.125rem solid #0b76b8;border-bottom:0.125rem solid #0b76b8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b76b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:28.484375rem;left:26.875rem;display:block; }
#HWozUT71xvGfPEWotHLbhAH8OMxMsvqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQZJgCR4XbxleaWZSbXR2oblzpU08D8H { background-color:transparent;background-image:none;border-top:0.125rem solid #0b76b8;border-left:0.125rem solid #0b76b8;border-right:0.125rem solid #0b76b8;border-bottom:0.125rem solid #0b76b8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b76b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:28.484375rem;left:52.5rem;display:block; }
#rS7wXqfRex0mT9tKMC2zabUNyHJ9kvAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQzGf5qQgCAZ0CsiHtetO4I5op9cqIaC { background-color:transparent;background-image:none;border-top:0.125rem solid #0b76b8;border-left:0.125rem solid #0b76b8;border-right:0.125rem solid #0b76b8;border-bottom:0.125rem solid #0b76b8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b76b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:53.2978515625rem;left:14.0625rem;display:block; }
#ARtR6ohyCEHe6sxkH68BVJ0auPnRH6IR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhMeqQfu4dJk2ImD6FV7rdKisE6vqeBn { background-color:transparent;background-image:none;border-top:0.125rem solid #0b76b8;border-left:0.125rem solid #0b76b8;border-right:0.125rem solid #0b76b8;border-bottom:0.125rem solid #0b76b8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b76b8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:53.2978515625rem;left:39.6875rem;display:block; }
#yz3BpKsA538qZy22BnTnEakOJWgtFHo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe { background-color:#0b76b8;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; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container { background-color: transparent; background-image: none; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container > .video-iframe-container { display: none; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row > .video-iframe-container { display: none; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .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); }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container { border-width: 0; border-radius: 0; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#kJTX3eA5sfhtaDckB1xxTF4M6lx8T2sf { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:17rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vk58aBoZ63biymoKzioSvu3Wy3NqkSOb { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.2373046875rem;left:3.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#kHrQ27sIkAcmlJd9EunfeQtPfVvGc2lW { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:12.8125rem;left:0.90625rem;overflow:hidden;display:block; }
#OUQRVLi8OxvPTx5yGWc1Nly0rPLS2sg6 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:12.8125rem;left:50.5rem;overflow:hidden;display:block; }
#K3l7NuVsOuinfOwQEU52dxaP9PUMaXAi { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:12.8125rem;left:25.71875rem;overflow:hidden;display:block; }
#Bsl7oZXUsVgUmGmKHKSmMWs1AFSzEBBn { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:30.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#aL6psb9PXbuxcGf30WSyB1xTe5A2sx1M { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:30.4375rem;left:25.71875rem;overflow:hidden;display:block; }
#itayKNC93SRbITu036BgWOJHwiLoy3Wr { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.4375rem;top:30.4375rem;left:50.5rem;overflow:hidden;display:block; }
#iwnk8MmWEAGtc3SMqofnAzVkhfVWlywt { background-color:#0b76b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"dm sans";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:15009;text-align:center;text-align-last:center;top:49.6875rem;left:13.3125rem;display:block; }
#y3nrdRMneHO2ko3aLIlcN8vwTnUdELwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn72eQUlmz6sHm8M6FP4Rwv4WNCGLrcX { background-color:#d5a729;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"dm sans";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:15012;text-align:center;text-align-last:center;top:49.6875rem;left:38.125rem;display:block; }
#x1Rxz6bmIJRsQduKI0cGc8N3eIlCLkrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x { z-index:;position:relative;display:block; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x { background-color: transparent; background-image: none; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row .container > .video-iframe-container { display: none; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row > .video-iframe-container { display: none; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .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); }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x { border-width: 0; border-radius: 0; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .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.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#b16ET4vkWSLZ0TF7Rrkv12XlR04ClRUr { color:#0b76b8;display:block;width:36.9375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.875rem;left:19.03125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab2B8fcVQ2SC0RKau1ZgJPfmTRIfgxZZ { box-sizing:content-box;height:19.8125rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#efefef;background-image:none;top:10.0625rem;left:0.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#OvUp7ahQOSIWNL2aR2HkEeSns4147M5U { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.1875rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#PkiDOU8sP1FDvaUS7LBgOR1gdPgFuGFT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:3.4375rem;width:3.4375rem;top:11.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#dB5LDvg4FacRgcTkBvLPLdQmsIht3fHT { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.75rem;left:2.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kk5nNJ2i8DbwuwHXA34rVorv2F89zseG { box-sizing:content-box;height:19.8125rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:#efefef;background-image:none;top:10.125rem;left:25.625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ASR9qAMuUxpeHuX9WIg9J1UrGEZHBd4W { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:25.6875rem;left:26.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KSgp0yOHOahJy5ggAWrFqENR5kp3OBTt { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.625rem;left:26.875rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#nRkIV1IIfETNWm8F1zB6aUVhK3s6nn4T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:3.4375rem;width:3.4375rem;top:11.9375rem;left:26.875rem;overflow:hidden;display:block; }
#Mcw2pLOI9tdk6l8tPWopKc9h80QTQSLU { box-sizing:content-box;height:19.8125rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:none;top:10.125rem;left:50.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AfhdbvJJe3pZ8MKF9rHGZVcfWwI1yBy6 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:25.625rem;left:51.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rqoJ9XuVNl3tfCcliScRiUJC6VuNTJzN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:16.625rem;left:51.625rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#ZXlwsFJssqhELNFcVhqzzgpkc6xNOCtw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:3.4375rem;width:3.4375rem;top:11.9375rem;left:51.625rem;overflow:hidden;display:block; }
#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess { z-index:;position:relative;display:block; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess { background-color: transparent; background-image: none; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row .container > .video-iframe-container { display: none; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row > .video-iframe-container { display: none; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .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); }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess { border-width: 0; border-radius: 0; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .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; }#LxBi6rTTfPe4TR1krFI23P57bSoWaL0c { position:absolute;display:block;z-index:15001;height:28.125rem;width:73.125rem;top:2.125rem;left:0.9375rem;display:block; }
#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df3cd572-ee10-4d1c-b65a-6d78491f7bfe/WhatsAppImage20250917at1109423.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; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw.adaptive-delivery-prevent-bg, #yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw.lazyload, #yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw.lazyloading { background-image: none; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container { background-color: transparent; background-image: none; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container > .video-iframe-container { display: none; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row > .video-iframe-container { display: none; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .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); }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container { border-width: 0; border-radius: 0; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw::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; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;overflow:visible;position:relative;display:block; }#t5TztvTidBIvrBtGQKK2TbU9JKBrCJnl { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.0625rem;left:5.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2VL7zPU2QBGHE3t8bdNCz2uW5ibVyGS { color:#ffffff;display:block;width:62.8125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:6.125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#GyG8asRTT9eJa9ruwNzWhcQD5uRibfVW { background-color:#d5a729;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"dm sans";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:15014;text-align:center;text-align-last:center;top:14.9375rem;left:38.125rem;display:block; }
#oGv9ngat87m3L6dGaom97HK26G09fJze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1apNEKlsQdxAPMiHLTwfCctO7PH6O9N { background-color:#0b76b8;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"dm sans";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:15011;text-align:center;text-align-last:center;top:14.9375rem;left:13.3125rem;display:block; }
#Uf6v2NRMJ5q0GUROik1HT0M6AMJVnT1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k { background-color:#303035;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; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container { background-color: transparent; background-image: none; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container > .video-iframe-container { display: none; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row > .video-iframe-container { display: none; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .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); }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container { border-width: 0; border-radius: 0; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;overflow:visible;position:relative;display:block; }#KSHhA1xIzmuVyvT1mXxccdRwrgwRai3c { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:37.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C67tcP6ON4hkw7q8rTlCw3i9nN1vnRpn { color:#000000;display:block;width:4rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:37.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIk9rLM0MqhaWnTWbsi5bAmU0dqmXpas { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:37.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkpwZHxtTRbNx2qt9RJagB0GrPAMFJ3T { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:37.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4pRUG5GDsPDlsWSGdzsn2LvuqnVS3qd { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.58203125rem;left:37.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRpUI7uymvoXbtuWxKpPBVv16SzOP6ta { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.58203125rem;left:55.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:55.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:55.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#X9iBcVwwnzUT7PvAg4kPBzaQSu8KPkLS { box-sizing:content-box;height:0.0625rem;width:73.125rem;position:absolute;display:block;z-index:15015;background-color:#787878;background-image:none;top:19.3125rem;left:0.9375rem;display:block; }
#UK9f7qR1rdJSlHGZNfyub1JXOBSWkDTT { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:"dm sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:20.9375rem;left:22.71875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#FPW3MXANdflaDqU2bexHmvO7MbhT81kA { position:absolute;display:block;z-index:15016;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:10.75rem;width:10.875rem;top:3.099609375rem;left:0.9375rem;overflow:hidden;display:block; }
#Fy38sa7164P8yVDVOGA0I5U1MUIH3yLM { background-color:transparent;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:"dm sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.1875rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:14.5rem;left:37.9375rem;display:block; }
#PFPx1oXr1Q2h5CVAokHqJ3IGPzX5b6Go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ { background-color: transparent; background-image: none; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row .container > .video-iframe-container { display: none; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row > .video-iframe-container { display: none; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .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); }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ { border-width: 0; border-radius: 0; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .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; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .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; }#uzCenUytp9ZQdQKJpK0lt061eT9UiMTf { 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; }
#uzCenUytp9ZQdQKJpK0lt061eT9UiMTf > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT { 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:15001;opacity:1;top:0rem;left:0rem;display:none; }
#N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr { display:block; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWxcQ01cbgc7BqQBwZf4BSn3PkLsBM7t { top:2rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDliQ1Cpe7oNo3Zsb7XxPLL7CMO9dEQ { top:3.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju6sdWRTmiUD5y5KMsOftVwkmcAIOQhI { top:3.1875rem;left:12rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdH5RM0XDRWiisQs67BMRlraZikJP2A { top:3.1875rem;left:18.875rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX0UyH0RRVimgBQU0DsvRFTVITCVDFBu { top:3.1875rem;left:25.375rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmWVP0FRT4XKcQ88TArS9a5nn2Loeavv { top:3.1875rem;left:36.9375rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7z3s2JDmMEIORbKbz27ZwmG460DaNH7 { width:10.5rem;height:2.5rem;top:3.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJg1BGtn5V9T4Wo3L3m6gUnUxDwR8xCQ { display:block; }
 }@media only screen and (max-width: 763px) { #bo1ryCVo8QF3ICIOSe6VZfeVG4pLihJD { top:0.3125rem;left:0rem;width:7.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r { display:none; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cxuOlxEil4t4dNJl9fLSyNMi7MLhfHlO { display:none; }
 }@media only screen and (max-width: 763px) { #q6Pranq3ZcHW7eRlrZpqFI9O9x9nNi9s { top:2.1875rem;left:11.875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRBi3EoT0Eck2JMHEyTLUyXEX5QgisSR { top:2.1875rem;left:18.75rem;width:6.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3TCFeJJk0OwSsS4anE4vs7Ds81LGP7T { top:2.1875rem;left:25.25rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwRTw6bhEhm81dZszOnJ7Vk3poOGK7vz { top:2.1875rem;left:36.8125rem;width:4rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubaUoykSKarWC3Neiig7woqyXCASqTiK { width:42.4375rem;height:42rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 { display:block; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTrkaTA9tq1ggzUkC4Wz6xGDqM9T10yC { top:2.625rem;left:0rem;width:41.0625rem;height:10.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOz4Px3zUHLmC0u6ovWWJxEoQEpZ2lvm { top:4.0625rem;left:19.5625rem;width:28.1875rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGSlh1PwDA2p35fS8lVxZU18Sskf0Vy4 { top:17.25rem;left:0rem;width:40.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZvoqMseo6dTiv7NEmQVPrKvCvandaK { top:21.375rem;left:0rem;width:29.4375rem;height:8rem;font-size:1.0625rem;display:block; }#LaZvoqMseo6dTiv7NEmQVPrKvCvandaK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #xo2xSf0QWBtsDPXef3TAcap3rlRZ43lv { width:23.625rem;height:3.4375rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWzCFW4vDgh9OOuZHb3fFKnBXAadbEwL { display:block; }
 }@media only screen and (max-width: 763px) { #gpszAVSEQgh23dctgLdTBBQThT5obta8 { top:5.375rem;left:22.5rem;width:25.25rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghEUcI3q3XoysNwS7oXSqHzHXczSo5bq { top:4.125rem;left:27.0625rem;width:20.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF  { width:23rem;height:auto;top:9.9375rem;left:22.25rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF {display:block;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF { width:23rem;height:auto;top:9.9375rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Pwt8EISuqRLBayg0aJepof2fJ2XN9dTu {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #yAlFKue7heBnA0vr1XbkTS4S7TwNNdqm {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ZzNX2ATB3al8l6ZMuArtwO39x3paMk4S {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #DLBn1Sa69H6B7Cpvt9feQemzQsicvkkQ {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #weDTCJr8BUUO5VuK6m13F2lEXei4K9lJ {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #eIi4y6AXnlKLrXZRkoimRxG8qd1riLyB {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Ut6x9fOwBOrAQIJOrZs8SACTcH6uHm6W {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #me7c1y9vTxdAHXwBpTuoaVU5pTfwql70 {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #i1cBOtGPQ9EiSfwk6fsGwk8CAfh88R7I {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #IXmJ1qrDugJVASRCcGvKFwrOpI4TMvTP {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #U0l0UGnnlu6VAPA2bodqi45LeKGdJicL {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RKWZfqyfUZu7IVTo9ZGUKmQtwTC92NKq {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #xFhuutoGPxSe5TysfdWb47bsbmkQl0IT {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #BolCwfmuAtpVGTI3XdcU3WJKS1J3OR3z {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wtlfSekyzil785AkVxMq2pn1cSaJdGcN {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #pUZGTpqEwH7hWGX6T3QT8lf9k9KvBPEW {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #CQZiRXJhigCZMT2iRWsemPtyC4FGlVHN {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wInH0yPBLezOJzQ4XoaP2HimKbvUm87e {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RXFVMGZ4MearIHhp4PGZoQrTgkVH2dPM {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ORtnmJ6owTX5vdHKGg2GWNDrqKE1TvRG {  }
 }@media only screen and (max-width: 763px) { #kIhpGIby3T2w871i3mAvXLFDyJLeP2XX { top:4.8125rem;left:34.8125rem;width:1.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o { top:39.375rem;left:28.5rem;width:19.25rem;height:1.125rem;font-size:0.8125rem;display:block; }#iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #rahaGQXoRhvJWMVIbNumUpMt3vilwpfu { display:block; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNumEi5UJBOGAksZ53qiFC4SNdPySXGb { top:5.5625rem;left:0rem;width:31.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dhw6UVkzeivig7tkEvSBLQ925dBUsy { top:7.4375rem;left:0rem;width:35.125rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSDqqOEtT474f2s5bey8R7y9J8hSJb6 { top:14.25rem;left:0rem;width:36.3125rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE { top:30.375rem;left:0rem;width:36.3125rem;height:6.3125rem;font-size:1.125rem;display:block; }#qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68cb489f92b63429da58d11906389b43ff7f3f92.svg); }
 }@media only screen and (max-width: 763px) { #n5tm2rpxpSQIKtVE1y1ngavl9WAGBv2m { display:none; }
 }@media only screen and (max-width: 763px) { #J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3 { top:4.75rem;left:15.25rem;width:32.5rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG { display:block; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWT26Frc1QTshCOLKtT9KOmdvCmMnH0I { top:5.375rem;left:15.0625rem;width:32.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiTOV9dmqeIs0HgeHW3I8Km5JLEbTL7 { top:7.25rem;left:12.625rem;width:35.125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOwUoHVIr2ehAM2JqL8UbCUicfAbKSib { top:11.125rem;left:11.4375rem;width:36.3125rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo { top:21.9375rem;left:24.125rem;width:15.3125rem;height:;font-size:1.0625rem;display:block; }#urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo li:before{  }
 }@media only screen and (max-width: 763px) { #OAx5xI0RvPTARcJiMOxtQRMlDsIRtAc6 { display:none; }
 }@media only screen and (max-width: 763px) { #VQh0VImwcblaeb64EDcM6stnTIyJiwyi { top:4.8125rem;left:0rem;width:33.125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO { top:21.9375rem;left:27.125rem;width:20.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }#qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO li:before{  }
 }@media only screen and (max-width: 763px) { #fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK { display:block; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHwUa29OHBy4TLC2X9o8tsfbScXlz4gK { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDKJ2ILfO5yPTCSLdsFxr2gnqcWd22X { top:10.375rem;left:0rem;width:23.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCkxDuwagymBvUu5qB2yEWl3GWoETcOa { top:9.5rem;left:0rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA77z8U9AJsfTMBVNE3ssf1yH5ZKZuKK { top:23.1875rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL7V3Jx6aAU8TGPpLa2KEHk42ZwdcLRH { top:25.1875rem;left:0rem;width:21.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrzlx9oDDx6kZe2Ea72T2G3iTsThAH1 { top:10.375rem;left:12rem;width:23.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsxxGnoCRB9f16Fd0MytVQwyLzAegfZ { top:25.1875rem;left:13.25rem;width:21.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sby7eiSEsZkUR0J7bBEy3zNxVSaR2E4T { top:23.1875rem;left:13.25rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA { top:9.5rem;left:13.25rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCN4SL0mWTo8AJ0egOXb4JbkG6TPs0P { top:10.375rem;left:24rem;width:23.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEqmoFl98vWyImEDqtL3K3ZwPLF27uI { top:25.1875rem;left:26.5rem;width:21.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ76HAhXJ2J5xWKNTONddQNurq0DcIiE { top:23.1875rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg { top:9.5rem;left:26.5rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #keZv3yTKgCk23vW6KueBkyF92V70lst7 { top:35.1875rem;left:24rem;width:23.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXtCIw1tdcNq1kFZtHvAHQ9Jp2iJuT10 { top:50rem;left:26.0625rem;width:21.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVfQC2wTM6QnFcT5i4bwOQmxcBTFT24L { top:35.1875rem;left:0rem;width:23.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJA7ozJDgml9J6DkUvLLlGLCg3iAQ0i { top:48rem;left:26.0625rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2wPZroANItPeBfs7axfzyd1LtLsuBO { top:50rem;left:0.4375rem;width:21.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp5sRkQArZOMJBqgT7aVsuQofOXnl4lM { top:48rem;left:0.4375rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXkpFL79hHLnQBstHuMIUCJxaEN64tgh { top:34.3125rem;left:0.4375rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1 { top:34.3125rem;left:26.0625rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXKxhwrSvHMRJO3rmaDnRK2UTb5SAwkm { width:9.25rem;height:2.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsG8yCcrIQKkGgJUCipM7Tbq45uwBMPE { display:block; }
 }@media only screen and (max-width: 763px) { #SZ7NMoPBaBocTVS0FavB9oagGRc7boxp { width:9.25rem;height:2.5rem;top:28.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWozUT71xvGfPEWotHLbhAH8OMxMsvqg { display:block; }
 }@media only screen and (max-width: 763px) { #HQZJgCR4XbxleaWZSbXR2oblzpU08D8H { width:9.25rem;height:2.5rem;top:28.4375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7wXqfRex0mT9tKMC2zabUNyHJ9kvAL { display:block; }
 }@media only screen and (max-width: 763px) { #KQzGf5qQgCAZ0CsiHtetO4I5op9cqIaC { width:9.25rem;height:2.5rem;top:53.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtR6ohyCEHe6sxkH68BVJ0auPnRH6IR { display:block; }
 }@media only screen and (max-width: 763px) { #uhMeqQfu4dJk2ImD6FV7rdKisE6vqeBn { width:9.25rem;height:2.5rem;top:53.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BpKsA538qZy22BnTnEakOJWgtFHo4 { display:block; }
 }@media only screen and (max-width: 763px) { #guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe { display:block; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJTX3eA5sfhtaDckB1xxTF4M6lx8T2sf { top:3.5625rem;left:3.375rem;width:41rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk58aBoZ63biymoKzioSvu3Wy3NqkSOb { top:7.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrQ27sIkAcmlJd9EunfeQtPfVvGc2lW { top:12.8125rem;left:0rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQRVLi8OxvPTx5yGWc1Nly0rPLS2sg6 { top:12.8125rem;left:24.1875rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3l7NuVsOuinfOwQEU52dxaP9PUMaXAi { top:12.8125rem;left:12.09375rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsl7oZXUsVgUmGmKHKSmMWs1AFSzEBBn { top:30.4375rem;left:0rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6psb9PXbuxcGf30WSyB1xTe5A2sx1M { top:30.4375rem;left:12.09375rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itayKNC93SRbITu036BgWOJHwiLoy3Wr { top:30.4375rem;left:24.1875rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwnk8MmWEAGtc3SMqofnAzVkhfVWlywt { width:23.625rem;height:3.4375rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nrdRMneHO2ko3aLIlcN8vwTnUdELwD { display:block; }
 }@media only screen and (max-width: 763px) { #Mn72eQUlmz6sHm8M6FP4Rwv4WNCGLrcX { width:23.625rem;height:3.4375rem;top:49.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Rxz6bmIJRsQduKI0cGc8N3eIlCLkrQ { display:block; }
 }@media only screen and (max-width: 763px) { #aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x { display:block; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b16ET4vkWSLZ0TF7Rrkv12XlR04ClRUr { top:3.875rem;left:5.40625rem;width:36.9375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2B8fcVQ2SC0RKau1ZgJPfmTRIfgxZZ { top:10.0625rem;left:0rem;width:23.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUp7ahQOSIWNL2aR2HkEeSns4147M5U { top:16.625rem;left:0rem;width:21.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkiDOU8sP1FDvaUS7LBgOR1gdPgFuGFT { top:11.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB5LDvg4FacRgcTkBvLPLdQmsIht3fHT { top:25.75rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5nNJ2i8DbwuwHXA34rVorv2F89zseG { top:10.125rem;left:12rem;width:23.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASR9qAMuUxpeHuX9WIg9J1UrGEZHBd4W { top:25.6875rem;left:13.25rem;width:21.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSgp0yOHOahJy5ggAWrFqENR5kp3OBTt { top:16.625rem;left:13.25rem;width:21.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkIV1IIfETNWm8F1zB6aUVhK3s6nn4T { top:11.9375rem;left:13.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw2pLOI9tdk6l8tPWopKc9h80QTQSLU { top:10.125rem;left:24rem;width:23.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfhdbvJJe3pZ8MKF9rHGZVcfWwI1yBy6 { top:25.625rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoJ9XuVNl3tfCcliScRiUJC6VuNTJzN { top:16.625rem;left:26.5rem;width:21.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlwsFJssqhELNFcVhqzzgpkc6xNOCtw { top:11.9375rem;left:38rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess { display:block; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxBi6rTTfPe4TR1krFI23P57bSoWaL0c { top:2.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw { display:block; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5TztvTidBIvrBtGQKK2TbU9JKBrCJnl { top:5.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VL7zPU2QBGHE3t8bdNCz2uW5ibVyGS { top:9.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyG8asRTT9eJa9ruwNzWhcQD5uRibfVW { width:23.625rem;height:3.4375rem;top:14.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv9ngat87m3L6dGaom97HK26G09fJze { display:block; }
 }@media only screen and (max-width: 763px) { #F1apNEKlsQdxAPMiHLTwfCctO7PH6O9N { width:23.625rem;height:3.4375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf6v2NRMJ5q0GUROik1HT0M6AMJVnT1X { display:block; }
 }@media only screen and (max-width: 763px) { #Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k { display:block; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSHhA1xIzmuVyvT1mXxccdRwrgwRai3c { top:10.8125rem;left:24.3125rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C67tcP6ON4hkw7q8rTlCw3i9nN1vnRpn { top:12.9375rem;left:24.3125rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIk9rLM0MqhaWnTWbsi5bAmU0dqmXpas { top:8.5625rem;left:24.3125rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkpwZHxtTRbNx2qt9RJagB0GrPAMFJ3T { top:6.3125rem;left:24.3125rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pRUG5GDsPDlsWSGdzsn2LvuqnVS3qd { top:3.5625rem;left:24.3125rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpUI7uymvoXbtuWxKpPBVv16SzOP6ta { top:3.5625rem;left:36.8125rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL { top:6.3125rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }#GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM { top:8.5625rem;left:32.625rem;width:15.125rem;height:1.25rem;font-size:1rem;display:block; }#BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV { top:10.8125rem;left:37.6875rem;width:10.0625rem;height:2.5625rem;font-size:1rem;display:block; }#XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #X9iBcVwwnzUT7PvAg4kPBzaQSu8KPkLS { top:19.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9f7qR1rdJSlHGZNfyub1JXOBSWkDTT { top:20.9375rem;left:9.09375rem;width:29.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPW3MXANdflaDqU2bexHmvO7MbhT81kA { top:3.0625rem;left:0rem;width:10.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy38sa7164P8yVDVOGA0I5U1MUIH3yLM { width:11.875rem;height:2.1875rem;top:14.5rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPx1oXr1Q2h5CVAokHqJ3IGPzX5b6Go { display:block; }
 }@media only screen and (max-width: 763px) { #gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ { display:block; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzCenUytp9ZQdQKJpK0lt061eT9UiMTf { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#uzCenUytp9ZQdQKJpK0lt061eT9UiMTf > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr { position:relative;z-index:auto;display:none; }#gDrsxwCzmr5o8dVdkPzRFRWJWafwxyBr > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eWxcQ01cbgc7BqQBwZf4BSn3PkLsBM7t { 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) { #QaDliQ1Cpe7oNo3Zsb7XxPLL7CMO9dEQ { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Ju6sdWRTmiUD5y5KMsOftVwkmcAIOQhI { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdH5RM0XDRWiisQs67BMRlraZikJP2A { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX0UyH0RRVimgBQU0DsvRFTVITCVDFBu { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmWVP0FRT4XKcQ88TArS9a5nn2Loeavv { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7z3s2JDmMEIORbKbz27ZwmG460DaNH7 { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJg1BGtn5V9T4Wo3L3m6gUnUxDwR8xCQ { display:block; }
 }@media only screen and (max-width: 763px) { #bo1ryCVo8QF3ICIOSe6VZfeVG4pLihJD { width:7.1875rem;height:7rem;top:24.0859375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r { 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; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container { background-color: transparent; background-image: none; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container > .video-iframe-container { display: none; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row > .video-iframe-container { display: none; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .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); }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container { border-width: 0; border-radius: 0; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IN9uDGtkUIdDrb5iS0vpZhKEgDiQAg0r > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxuOlxEil4t4dNJl9fLSyNMi7MLhfHlO { display:flex;top:2.96875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #q6Pranq3ZcHW7eRlrZpqFI9O9x9nNi9s { width:17.5rem;height:1.29980625rem;top:9.3125rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #tRBi3EoT0Eck2JMHEyTLUyXEX5QgisSR { width:17.5rem;height:1.29980625rem;top:12rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #d3TCFeJJk0OwSsS4anE4vs7Ds81LGP7T { width:17.5rem;height:1.29980625rem;top:14.8125rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #cwRTw6bhEhm81dZszOnJ7Vk3poOGK7vz { width:17.5rem;height:1.29980625rem;top:17.4375rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #ubaUoykSKarWC3Neiig7woqyXCASqTiK { top:0.8125rem;left:0rem;width:6.25rem;height:6.1875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 { display:block; }#Na5g9SZTPKmKtAGonGn7hGJOxUHcXPP8 > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTrkaTA9tq1ggzUkC4Wz6xGDqM9T10yC { width:20rem;height:14.3994375rem;top:1.4248046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOz4Px3zUHLmC0u6ovWWJxEoQEpZ2lvm { width:20rem;height:38.375rem;top:38.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGSlh1PwDA2p35fS8lVxZU18Sskf0Vy4 { width:20rem;height:2.76171875rem;top:16.708984375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZvoqMseo6dTiv7NEmQVPrKvCvandaK { width:20rem;height:9.785125rem;top:20.59375rem;left:0rem;font-size:1.0625rem;display:block; }#LaZvoqMseo6dTiv7NEmQVPrKvCvandaK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #xo2xSf0QWBtsDPXef3TAcap3rlRZ43lv { width:20rem;height:3.4375rem;top:32.21484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWzCFW4vDgh9OOuZHb3fFKnBXAadbEwL { display:block; }
 }@media only screen and (max-width: 763px) { #gpszAVSEQgh23dctgLdTBBQThT5obta8 { width:17.4375rem;height:3.2998rem;top:39.857421875rem;left:1.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghEUcI3q3XoysNwS7oXSqHzHXczSo5bq { width:13.9375rem;height:1.19970625rem;top:38.533203125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF  { width:17.5rem;height:auto;top:43.283203125rem;left:0rem; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF {display:block;}#hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF { width:17.5rem;height:auto;top:43.283203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Pwt8EISuqRLBayg0aJepof2fJ2XN9dTu {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #yAlFKue7heBnA0vr1XbkTS4S7TwNNdqm {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ZzNX2ATB3al8l6ZMuArtwO39x3paMk4S {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #DLBn1Sa69H6B7Cpvt9feQemzQsicvkkQ {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #weDTCJr8BUUO5VuK6m13F2lEXei4K9lJ {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #eIi4y6AXnlKLrXZRkoimRxG8qd1riLyB {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #Ut6x9fOwBOrAQIJOrZs8SACTcH6uHm6W {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #me7c1y9vTxdAHXwBpTuoaVU5pTfwql70 {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #i1cBOtGPQ9EiSfwk6fsGwk8CAfh88R7I {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #IXmJ1qrDugJVASRCcGvKFwrOpI4TMvTP {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #U0l0UGnnlu6VAPA2bodqi45LeKGdJicL {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RKWZfqyfUZu7IVTo9ZGUKmQtwTC92NKq {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #xFhuutoGPxSe5TysfdWb47bsbmkQl0IT {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #BolCwfmuAtpVGTI3XdcU3WJKS1J3OR3z {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wtlfSekyzil785AkVxMq2pn1cSaJdGcN {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #pUZGTpqEwH7hWGX6T3QT8lf9k9KvBPEW {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #CQZiRXJhigCZMT2iRWsemPtyC4FGlVHN {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #wInH0yPBLezOJzQ4XoaP2HimKbvUm87e {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #RXFVMGZ4MearIHhp4PGZoQrTgkVH2dPM {  }
 }@media only screen and (max-width: 763px) { #hU5puBPasJ4AaPmgeT9ksEFcmJv1KUtF #ORtnmJ6owTX5vdHKGg2GWNDrqKE1TvRG {  }
 }@media only screen and (max-width: 763px) { #kIhpGIby3T2w871i3mAvXLFDyJLeP2XX { width:1.5625rem;height:0.1875rem;top:39.0390625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o { width:17.4375rem;height:1.05615rem;top:73.283203125rem;left:1.875rem;font-size:0.8125rem;display:block; }#iU90MfOE0JUSkFsaX22THyyQ6EU5wy4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #rahaGQXoRhvJWMVIbNumUpMt3vilwpfu { display:block; }#rahaGQXoRhvJWMVIbNumUpMt3vilwpfu > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNumEi5UJBOGAksZ53qiFC4SNdPySXGb { width:19.4375rem;height:1.29980625rem;top:21.9736328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dhw6UVkzeivig7tkEvSBLQ925dBUsy { width:20rem;height:6.75rem;top:24.3369140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSDqqOEtT474f2s5bey8R7y9J8hSJb6 { width:20rem;height:22.5rem;top:31.8955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE { width:20rem;height:10.7368125rem;top:56.2705078125rem;left:0rem;font-size:1.125rem;display:block; }#qqVDM1BzgT8ktfTA9TJxZAeggsdyhpAE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_68cb489f92b63429da58d11906389b43ff7f3f92.svg); }
 }@media only screen and (max-width: 763px) { #n5tm2rpxpSQIKtVE1y1ngavl9WAGBv2m { 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) { #J0lJZsL0vIXgN0wDvfsT1Hetu8c4QOE3 { width:20rem;height:18.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG { display:block; }#TnCczpDHgJ35bGV6Tqqe8ngWJ0wks3hG > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWT26Frc1QTshCOLKtT9KOmdvCmMnH0I { width:19.625rem;height:1.29980625rem;top:19.4111328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiTOV9dmqeIs0HgeHW3I8Km5JLEbTL7 { width:20rem;height:4.5rem;top:22.5244140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOwUoHVIr2ehAM2JqL8UbCUicfAbKSib { width:20rem;height:13.5rem;top:27.4619140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo { width:20rem;height:11.541rem;top:52.64697265625rem;left:0rem;font-size:1.0625rem;display:block; }#urqMvTw9UrIBt8K1N0vXvUDanUwXNmdo li:before{  }
 }@media only screen and (max-width: 763px) { #OAx5xI0RvPTARcJiMOxtQRMlDsIRtAc6 { 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) { #VQh0VImwcblaeb64EDcM6stnTIyJiwyi { width:20rem;height:15.924528301887rem;top:2.5166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO { width:20rem;height:10.0244375rem;top:42.1904296875rem;left:0rem;font-size:1.125rem;display:block; }#qPb4eODOgWaffQI5MAdsdtgpiw9fZeUO li:before{  }
 }@media only screen and (max-width: 763px) { #fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK { display:block; }#fpP5xN76Zoq0UMlSSoSCGteoaMmnHQAK > .row .container { width:20rem;height:139.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHwUa29OHBy4TLC2X9o8tsfbScXlz4gK { width:20rem;height:4.19921875rem;top:0.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDKJ2ILfO5yPTCSLdsFxr2gnqcWd22X { width:20rem;height:24.25rem;top:8.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCkxDuwagymBvUu5qB2yEWl3GWoETcOa { width:18.125rem;height:12.5rem;top:7.8359375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA77z8U9AJsfTMBVNE3ssf1yH5ZKZuKK { width:18.125rem;height:3rem;top:21.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL7V3Jx6aAU8TGPpLa2KEHk42ZwdcLRH { width:18.125rem;height:2.79980625rem;top:25.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrzlx9oDDx6kZe2Ea72T2G3iTsThAH1 { width:20rem;height:22.875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsxxGnoCRB9f16Fd0MytVQwyLzAegfZ { width:18.125rem;height:2.79980625rem;top:50.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sby7eiSEsZkUR0J7bBEy3zNxVSaR2E4T { width:18.125rem;height:1.5rem;top:47.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4B6ObcJqAtUwsu0G0GOBZREuGhyWIA { width:18.125rem;height:12.5rem;top:34.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCN4SL0mWTo8AJ0egOXb4JbkG6TPs0P { width:20rem;height:23.5625rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEqmoFl98vWyImEDqtL3K3ZwPLF27uI { width:18.125rem;height:4.19970625rem;top:75.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ76HAhXJ2J5xWKNTONddQNurq0DcIiE { width:18.125rem;height:1.5rem;top:73.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6QPky9PIrK2QMxE3LJ7ekDgdP9atrEg { width:18.125rem;height:12.5rem;top:59.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keZv3yTKgCk23vW6KueBkyF92V70lst7 { width:20rem;height:23.8125rem;top:112.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXtCIw1tdcNq1kFZtHvAHQ9Jp2iJuT10 { width:18.125rem;height:2.79980625rem;top:128.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVfQC2wTM6QnFcT5i4bwOQmxcBTFT24L { width:20rem;height:24rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJA7ozJDgml9J6DkUvLLlGLCg3iAQ0i { width:18.125rem;height:3rem;top:125.3125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2wPZroANItPeBfs7axfzyd1LtLsuBO { width:18.125rem;height:4.19970625rem;top:101.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp5sRkQArZOMJBqgT7aVsuQofOXnl4lM { width:18.125rem;height:1.5rem;top:98.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXkpFL79hHLnQBstHuMIUCJxaEN64tgh { width:18.125rem;height:12.5rem;top:85.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl8urENlkqrPHzKccTnBe4xtP7FtzEm1 { width:18.125rem;height:12.5rem;top:111.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXKxhwrSvHMRJO3rmaDnRK2UTb5SAwkm { width:9.25rem;height:2.5625rem;top:28.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsG8yCcrIQKkGgJUCipM7Tbq45uwBMPE { display:block; }
 }@media only screen and (max-width: 763px) { #SZ7NMoPBaBocTVS0FavB9oagGRc7boxp { width:9.25rem;height:2.5625rem;top:53.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWozUT71xvGfPEWotHLbhAH8OMxMsvqg { display:block; }
 }@media only screen and (max-width: 763px) { #HQZJgCR4XbxleaWZSbXR2oblzpU08D8H { width:9.25rem;height:2.5625rem;top:80.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7wXqfRex0mT9tKMC2zabUNyHJ9kvAL { display:block; }
 }@media only screen and (max-width: 763px) { #KQzGf5qQgCAZ0CsiHtetO4I5op9cqIaC { width:9.25rem;height:2.5625rem;top:106.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARtR6ohyCEHe6sxkH68BVJ0auPnRH6IR { display:block; }
 }@media only screen and (max-width: 763px) { #uhMeqQfu4dJk2ImD6FV7rdKisE6vqeBn { width:9.25rem;height:2.5625rem;top:132.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BpKsA538qZy22BnTnEakOJWgtFHo4 { display:block; }
 }@media only screen and (max-width: 763px) { #guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe { display:block; }#guPNS8hMfK5z3GMP2sTNgOGs9J0NEooe > .row .container { width:20rem;height:120.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJTX3eA5sfhtaDckB1xxTF4M6lx8T2sf { width:20rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk58aBoZ63biymoKzioSvu3Wy3NqkSOb { width:20rem;height:10.5rem;top:5.421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrQ27sIkAcmlJd9EunfeQtPfVvGc2lW { width:19.875rem;height:13.78rem;top:17.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQRVLi8OxvPTx5yGWc1Nly0rPLS2sg6 { width:19.875rem;height:13.78rem;top:47.9805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3l7NuVsOuinfOwQEU52dxaP9PUMaXAi { width:19.875rem;height:13.78rem;top:32.8261875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsl7oZXUsVgUmGmKHKSmMWs1AFSzEBBn { width:19.875rem;height:13.78rem;top:63.1348125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6psb9PXbuxcGf30WSyB1xTe5A2sx1M { width:19.875rem;height:13.78rem;top:78.289125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itayKNC93SRbITu036BgWOJHwiLoy3Wr { width:19.875rem;height:13.78rem;top:93.4434375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwnk8MmWEAGtc3SMqofnAzVkhfVWlywt { width:20rem;height:3.4375rem;top:109.6875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nrdRMneHO2ko3aLIlcN8vwTnUdELwD { display:block; }
 }@media only screen and (max-width: 763px) { #Mn72eQUlmz6sHm8M6FP4Rwv4WNCGLrcX { width:20rem;height:3.4375rem;top:114.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Rxz6bmIJRsQduKI0cGc8N3eIlCLkrQ { display:block; }
 }@media only screen and (max-width: 763px) { #aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x { display:block; }#aMmIKGlWxFXAJzLhAJJhL7DBf7hmv60x > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b16ET4vkWSLZ0TF7Rrkv12XlR04ClRUr { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2B8fcVQ2SC0RKau1ZgJPfmTRIfgxZZ { width:20rem;height:19.75rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUp7ahQOSIWNL2aR2HkEeSns4147M5U { width:17.5rem;height:9rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkiDOU8sP1FDvaUS7LBgOR1gdPgFuGFT { width:3.4375rem;height:3.4375rem;top:10.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB5LDvg4FacRgcTkBvLPLdQmsIht3fHT { width:17.5rem;height:1.5rem;top:25.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5nNJ2i8DbwuwHXA34rVorv2F89zseG { width:20rem;height:18.5625rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASR9qAMuUxpeHuX9WIg9J1UrGEZHBd4W { width:17.5rem;height:1.5rem;top:44.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSgp0yOHOahJy5ggAWrFqENR5kp3OBTt { width:17.5rem;height:7.5rem;top:36.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkIV1IIfETNWm8F1zB6aUVhK3s6nn4T { width:3.4375rem;height:3.4375rem;top:31.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw2pLOI9tdk6l8tPWopKc9h80QTQSLU { width:20rem;height:18.375rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfhdbvJJe3pZ8MKF9rHGZVcfWwI1yBy6 { width:17.5rem;height:1.5rem;top:64.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoJ9XuVNl3tfCcliScRiUJC6VuNTJzN { width:17.5rem;height:7.5rem;top:56.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlwsFJssqhELNFcVhqzzgpkc6xNOCtw { width:3.4375rem;height:3.4375rem;top:51.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess { display:block; }#fiSWxsldWeLGxayqUwAf5e2G5JXq3Ess > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxBi6rTTfPe4TR1krFI23P57bSoWaL0c { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw { display:block; }#yf5DC5Rfz37VqxEEdSaVhMtmDTifAlRw > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5TztvTidBIvrBtGQKK2TbU9JKBrCJnl { width:20rem;height:4.5rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VL7zPU2QBGHE3t8bdNCz2uW5ibVyGS { width:20rem;height:9rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyG8asRTT9eJa9ruwNzWhcQD5uRibfVW { width:19rem;height:3.4375rem;top:23.9375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGv9ngat87m3L6dGaom97HK26G09fJze { display:block; }
 }@media only screen and (max-width: 763px) { #F1apNEKlsQdxAPMiHLTwfCctO7PH6O9N { width:19rem;height:3.4375rem;top:19.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf6v2NRMJ5q0GUROik1HT0M6AMJVnT1X { display:block; }
 }@media only screen and (max-width: 763px) { #Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k { display:block; }#Gecyb5JRzMy3FxtMqvsJbzUFbO04ot8k > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSHhA1xIzmuVyvT1mXxccdRwrgwRai3c { width:11.5625rem;height:1.13720625rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C67tcP6ON4hkw7q8rTlCw3i9nN1vnRpn { width:4rem;height:1.13720625rem;top:23.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIk9rLM0MqhaWnTWbsi5bAmU0dqmXpas { width:6.5rem;height:1.13720625rem;top:19.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkpwZHxtTRbNx2qt9RJagB0GrPAMFJ3T { width:6.875rem;height:1.13720625rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4pRUG5GDsPDlsWSGdzsn2LvuqnVS3qd { width:6.875rem;height:1.4624rem;top:15.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpUI7uymvoXbtuWxKpPBVv16SzOP6ta { width:10.9375rem;height:1.4624rem;top:28.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL { width:11.0625rem;height:1.13720625rem;top:31.3125rem;left:0rem;font-size:0.875rem;display:block; }#GdFMW8VLykriGXaG9Gx05vCD1s1yOkIL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM { width:15.25rem;height:1.13720625rem;top:33.125rem;left:0rem;font-size:0.875rem;display:block; }#BGvCq2f1OcaDvEx5gECN0SdgEE66QKNM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV { width:19.75rem;height:1.13720625rem;top:34.9375rem;left:0rem;font-size:0.875rem;display:block; }#XZSAaThvXu8qdPXrBXiCuxTiX60HbzUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #X9iBcVwwnzUT7PvAg4kPBzaQSu8KPkLS { width:20rem;height:0.0625rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9f7qR1rdJSlHGZNfyub1JXOBSWkDTT { width:20rem;height:1.125rem;top:40.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPW3MXANdflaDqU2bexHmvO7MbhT81kA { width:10.375rem;height:10.25rem;top:2.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy38sa7164P8yVDVOGA0I5U1MUIH3yLM { width:11.875rem;height:2.1875rem;top:25.13671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPx1oXr1Q2h5CVAokHqJ3IGPzX5b6Go { display:block; }
 }@media only screen and (max-width: 763px) { #gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gm3f58D4IdhzhSIDmkt49SGDLmR61bKQ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzCenUytp9ZQdQKJpK0lt061eT9UiMTf { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem; }
#uzCenUytp9ZQdQKJpK0lt061eT9UiMTf > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:0rem;font-size:2.625rem; }
#N5xX08En2Jmq6QdcuzGLoOHDciBWhUcT > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }