.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); }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx { background-color:#000000;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;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container { background-color: transparent; background-image: none; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container > .video-iframe-container { display: none; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row > .video-iframe-container { display: none; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .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); }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container { border-width: 0; border-radius: 0; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#RzdWPmForzKyyMzbDT4fRL1HOobfW95h { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:#e21c21;background-image:none;top:0.9375rem;left:59.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dhshslErhyv7PmqnB8WhQ3NcbhazMa1l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.8125rem;left:60.25rem; }
#dSQF1acxwSI0lKTRUVVP0W4s57qMKqW4 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:63.3125rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#xaG3BWsGsuNxTUfZ920omz52Pig1VBL9 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:62.75rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7lGgn9NWHCZCKl19Fp64KAoFrt8abu5 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.40625rem;left:19.8125rem;display:block; }
#fWeJJVZpKV2EyZF4LTzhKuogGdyPtlFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcOFOhEdxcx7Nal6QeUBUMEliFHLfehd { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.40625rem;left:31.5rem;display:block; }
#VxizSmQ8knqLDnt8QyctTFDXJ9xI8yXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQ9iTev4SytIhNyqITrKqMAaUSF0Pz2K { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:45.9375rem;display:block; }
#uTpFIX9T1mbBA6a60Dtu4Dnc4yqc5WgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPgfg5GQc3WkrtpPeqhanBGmrrKsAfOz { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:59.125rem;display:block; }
#Bm7nMTFpBeyTcApHs8JUvdl11olPKm39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#es13ulV1xnZT1A4HkaEqnRoT2t0JFTOT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.625rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD { position:relative;display:block; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD { background-color: transparent; background-image: none; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row .container > .video-iframe-container { display: none; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row > .video-iframe-container { display: none; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .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); }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD { border-width: 0; border-radius: 0; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .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; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 { position:relative;display:none; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 { border-width: 0; border-radius: 0; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .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; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .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:8.1875rem;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; }#hqeBSKqAMGq5h8tQluv1lSgJT4qo7xaK { 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; }
#EW4y1oAoO9BzqfiKBf0CAq2qB7rKKZPi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pyQw4D9gyvyxkqWmqUgAzxnBHbB3PwhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaHw3fH8t7HAfdCfEMKsw2VJTVwDXaXr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aAmgf1koVSTOZtEh7r6moKD6iyFp7cLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pL0zc3e3Q6EPAbcc5Up7slKGH70nnW7c { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#akRdO3Zp2iJZbpXqhWMU1Uiiu0yWum2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JB99h6O7wGQJO3LKU4adoLDzbnoRgtat { 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:46.3125rem;width:57.8125rem;display:none; }
#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72bc417e-e6fd-488e-bc80-96825e593002/WhatsAppImage20250902at0958453.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; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N.adaptive-delivery-prevent-bg, #MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N.lazyload, #MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N.lazyloading { background-image: none; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container { background-color: transparent; background-image: none; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container > .video-iframe-container { display: none; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row > .video-iframe-container { display: none; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .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); }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container { border-width: 0; border-radius: 0; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N::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; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#eZJUexxvRJhWKAoS0FKmbripopipPzuN { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.94921875rem;left:0rem;height:13.75rem;font-style:normal;display:block; }
#JWu31ENBJWWdfF1RWcTXvlBWcHkI4V9P { box-sizing:content-box;height:36.4375rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:#ff4040;background-image:none;top:2.6875rem;left:48.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AuExZr446BbovRTEDsr3tqlkuylWdTib { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#zLkQvarRTl7LJtCpnNm0zxFUzhm5QIqN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:7.375rem;height:1.29980625rem;display:block; }
#z2M0tb1mIEaT134BN90fZmGAXHgsXPlg { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:18.40625rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#N40iy5gLJDBSNbrcgX782Mb3Rozt0ZVo { background-color:#213e8c;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.5625rem;left:0rem;display:block; }
#sCOWxOgBqw5E0figFqeZrHiFe3NQtkf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGDKvTBwcRDJ0nxywlZ7xTQiy6TUhS5t { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3rem;left:51.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-form-header {  }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:22.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .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; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#213e8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.875rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo [class*="-text"]:-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo [class*="-text"]::-moz-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:poppins;font-size:0.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .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; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .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; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-container:first-of-type{padding-top:0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-container:last-of-type{padding-bottom:0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.4375rem;left:48.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .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; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo {display:block;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.4375rem;left:48.875rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #X1Zm1uVTmbMA23HUH2lzGZzrJ87NWwBg { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #px6uy0FQ8vuUmsXCLfMnAIgJhVXcHSEC { position:relative;display:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #XHfquaqeFWIwqJvbDmVopJyW94wzSsXh { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Tt4vUV6vhyGQ6ClnoavpTgp49XWP9E4I { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #n0QkursChZxNn6nbF7lEklNeThMNvZlU { position:relative;display:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #tQQoGOebMJZzArLDpDwXygR0RfMaS73d { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #y8LzPTC7lslZnPyF1Qz8T6zTIlEJgvW2 { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sm0uyl0cQmqcFNnTkV9CeQhbMBASCyyy { position:relative;display:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #nLvvUHllopEGBSzWULb1tGwk0fiOX2VH { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sZFepOB2HnZyFFaF3u87kkZQZFFLLPpQ { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Kluvmg9Q72f1LlC26hrWniPdOx95S9Jz { position:relative;display:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #orXP8i4yi2Upyc719DfGhna132GwTCqZ { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Q5HbTEtiOny5eFtPJESape1F28REK0Pv { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #NgyaxbigyrZNRvQxlCSa2w7tCPlra1od { position:relative;display:none; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #hqMnnwg6FTicoAhHgEK2wH3fJrt9e31P { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #opo3VWf9chBUHsdy3Lut4RdxuAvm9EmW { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #SbElMcI0PsryiBBsTogPGHD8Xk5DN7L8 { position:relative;z-index:2; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #FJtkVzgAhTbrBzBSneLrKUKsHwOlauVW { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #L4COFgd7NUPRJPwhxQK8ZnkbimF2tuyt { position:relative; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #LxfqLs5WdRU0A3LztkbJUOe4OvBTVu7S { position:relative; }
#R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:53rem;height:1.13720625rem;display:block; }#R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
#NgyhHaEFxVpDTR9Gktf1mC3Xwlm0OKTV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:22.6875rem;top:2.125rem;left:50.25rem;overflow:hidden;display:block; }
#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l { 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; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container { background-color: transparent; background-image: none; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container > .video-iframe-container { display: none; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row > .video-iframe-container { display: none; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .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); }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container { border-width: 0; border-radius: 0; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#IVX1bgfQciZeEf7Hw2e29VHLzoLUkfX2 { color:#213e8c;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#Toh1nnleyozvD8LLP88DsKrhvd0zunmE { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.0625rem;left:37.8125rem;height:5.69921875rem;font-style:normal;display:block; }
#ka5ppDaKTzaDq5KWtNLz9tdS1FiFTV0b { color:#000000;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5625rem;left:37.875rem;height:12rem;display:block; }
#oo8w6VpCDNiw6huUr7u9BuVW99TPsMff { 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; }
#pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE { color:#000000;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.3125rem;left:37.875rem;height:7rem;overflow:hidden;font-style:normal;display:block; }#pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
#qAUfA8MpRE6zzH0ffv6PL49Srs8D70Tt { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:6.5625rem;left:37.8125rem;display:block; }
#VoLI6ynQb2XTc1kgFMMJGEIJIqZpvh0u { color:#000000;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:6.3125rem;left:49.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bvlw2dudsak4Rd3R70no104OGDZ1LSn8 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:6.34375rem;left:39.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQUEtZFRchgTBdtW8Shm4Zz3trSU8GSz { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:4.375rem;left:37.8125rem;display:none; }
#OSFfxpxzlV9GT83igUH6N6h1Tb37H4Fh { color:#443933;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.21875rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E9iGLuMKXU9LM6RmLBsuusLqz0OIGvTN { color:#443933;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1875rem;left:47.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xAmTVsTVIXKKdCnASX7prqQwQ6c6n0hW { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:33.6875rem;top:4.21875rem;left:0rem;overflow:hidden;display:block; }
#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container { background-color: transparent; background-image: none; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container > .video-iframe-container { display: none; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row > .video-iframe-container { display: none; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .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); }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container { border-width: 0; border-radius: 0; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#uT3kZXn7cfguJCHa4NTTc9FfsFMwvhOz { color:#000000;display:block;width:53.375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.75rem;left:10.8125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZG4UXG50JLvU55451qTickpPsbEuFD0J { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:10.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.375rem solid #213e8c;display:block; }
#fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve { 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/eb55d21c-78b1-4ace-9bde-c290209d17c7/Rectangle910.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve.adaptive-delivery-prevent-bg, #fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve.lazyload, #fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve.lazyloading { background-image: none; }
#DZhKnFafvzPqstDcL28QfuCxBM1ISX6m { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;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; }
#v6zS0yMJDo4TD9WTH5atHNE07ayTs60R { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:26.6875rem;left:1.25rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5vs5EgMlzozyUI6Nv1nsmgy95xNcLKZ { background-color:#ff4040;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:58.8125rem;left:38.9375rem;display:block; }
#WbNcea0XTp80rQg1GRaW4Ax1iBH7Gq0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBK95Ho5PSiK5buQnrXOTyg9cNlunrTh { background-color:#213e8c;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:58.8125rem;left:19.4375rem;display:block; }
#Xqhq3tXnobwoXL0EdJGEEnhvaoVtyXxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aClRSE09GVEq1cWE0rAxE8irkDcT29XF { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:10.375rem;left:25.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#VzontF2yZeD42cA8EEC00zTBJWslMXGB { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:25.1875rem;left:26.875rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oo76GzmAfVV2gvuoN6ZUE1KXohN5rVsa { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;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; }
#dRgKbhdRVKyxsbHrBKma868yOb6SbNWR { 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/105ad288-7ec6-4967-b7ef-83b381354bab/Rectangle911.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:26.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRgKbhdRVKyxsbHrBKma868yOb6SbNWR.adaptive-delivery-prevent-bg, #dRgKbhdRVKyxsbHrBKma868yOb6SbNWR.lazyload, #dRgKbhdRVKyxsbHrBKma868yOb6SbNWR.lazyloading { background-image: none; }
#LCxuzpy0rFoQ64GGwnt0EHMS6gIXhu1Z { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:10.375rem;left:51.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#mkICnVtJUKTCSFy1mJNa4fr28eVn4Lve { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:poppins;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; }
#pMLTzOHMrmdHlRv3iuNH5ZMsNkJWBfbu { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;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; }
#W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi { 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/34943f13-6a58-4de0-9d2c-dc56d05e600e/Rectangle914.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:52.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi.adaptive-delivery-prevent-bg, #W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi.lazyload, #W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi.lazyloading { background-image: none; }
#XzzqltqdO0F5EwnTnfxsLiBHwGcszvnZ { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:34.3125rem;left:38.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#MwwdAvTR8GQUeW0oDqi2cV2BwunoSKOf { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:49.125rem;left:39.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHKvEQCz1KWU2vtTtzmfu20sZQlP1R4V { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:34.3125rem;left:12.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#lNVklDkQI0tLhkT2QTm4n4Qdk6bpFpMB { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:47.125rem;left:39.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dT8ZPOJolGtILa1Uk7hVFWLIbVI2xI4p { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:49.125rem;left:14.0625rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9as1NfTeaeUqNvZrZbHviy0ngLUOdhA { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:47.125rem;left:14.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n584HE5ZePSqzgdbSJK4CmtDyARDIIu9 { 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/1dba8f5b-3d74-4fd4-8fca-e47aeeb6641c/Rectangle912.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.4375rem;left:14.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n584HE5ZePSqzgdbSJK4CmtDyARDIIu9.adaptive-delivery-prevent-bg, #n584HE5ZePSqzgdbSJK4CmtDyARDIIu9.lazyload, #n584HE5ZePSqzgdbSJK4CmtDyARDIIu9.lazyloading { background-image: none; }
#Hby5ETKTwV0GnMHETCOXH9xNdBippZK3 { 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/0d1843bb-eb20-4c55-8427-f2c409dc20f9/Rectangle913.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.4375rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hby5ETKTwV0GnMHETCOXH9xNdBippZK3.adaptive-delivery-prevent-bg, #Hby5ETKTwV0GnMHETCOXH9xNdBippZK3.lazyload, #Hby5ETKTwV0GnMHETCOXH9xNdBippZK3.lazyloading { background-image: none; }
#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP { background-color:#213e8c;background-image:none;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; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container { background-color: transparent; background-image: none; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container > .video-iframe-container { display: none; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row > .video-iframe-container { display: none; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .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); }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container { border-width: 0; border-radius: 0; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#zSLkoiSgeZESpvqiXNosp2lNcDvpvA2d { color:#ffffff;display:block;width:69.9375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.875rem;left:3.4375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9TwwS9zzX8WzOCemyGih1ZOrKurVRam { color:#ffffff;display:block;width:66.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5625rem;left:4.40625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#TQ5Lv99WcOdb0chFptdQWB2dp4l9RH5I { 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:14rem;width:24rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#CG33XsnhcTQiupTKUZ7ym78dTclRWTJp { 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:14rem;width:24rem;top:13.5rem;left:25.4375rem;overflow:hidden;display:block; }
#WvDJn4AAWmqsrupr7LscRJTBwz5uGpg5 { 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:14rem;width:24rem;top:13.5rem;left:50.875rem;overflow:hidden;display:block; }
#rWvON8AbXXzdJrFw0TZrtkEbTKqwXPVA { 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:14rem;width:24rem;top:29rem;left:0rem;overflow:hidden;display:block; }
#TydBvFMeeqfXiNTcMv3FN5dDUKlDFO5Q { 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:14rem;width:24rem;top:29rem;left:25.4375rem;overflow:hidden;display:block; }
#hWru2vXAxm7skrHgiWbIUqTGfZ5VQIpL { 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:14rem;width:24rem;top:29rem;left:50.875rem;overflow:hidden;display:block; }
#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b { 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; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container { background-color: transparent; background-image: none; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container > .video-iframe-container { display: none; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row > .video-iframe-container { display: none; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .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); }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container { border-width: 0; border-radius: 0; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;overflow:visible;position:relative;display:block; }#EPUiBd0pVom78ZS9iWMgF5VV6nACTzsU { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBlgZBMF8kF47mi7RviZXA6N0wcwy1Wq { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;top:9.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#TURUZfMZ6XMgJ6R1krZNJeKWlKB7MzSl { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:1.71875rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#EXt60z2qbK2CoNAZlFTyKfacpQ98NIDN { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.75rem;left:5.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nqhu4CedbHuQUur738doFvrfCDJ0K3TD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:25.3125rem;left:4.875rem;overflow:hidden;display:block; }
#w8l3X01ylONMrMKE1K28PPFx4KqkdR8T { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:23.796875rem;left:1.71875rem;overflow:hidden;display:block; }
#CShMBBLMCZSBaJGVOQFJBShD1nUEX0Jn { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;top:9.25rem;left:25.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#KTegOr2rGqMhiLGNu9qsUBRBxcp8r9DD { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:23.75rem;left:30.5625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tb5Io11pxbZmW7swKWfVsDSkoD2vGTFS { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11.0625rem;left:27.25rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#MPBUzrZUpuTRIG8pXvfy2WdMf0ygw2Wb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:25.3125rem;left:30.375rem;overflow:hidden;display:block; }
#rQN45aKXVxAm9ucqlN0kQ1p5AKw8FrLf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:23.8125rem;left:27.25rem;overflow:hidden;display:block; }
#Fgg42HqKwmLbLfyGvHt42tlR3y6WQu5E { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;top:9.25rem;left:50.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #213e8c;display:block; }
#DCkDCBmWZiaEWMLvknJnQ2pfmaUHgotn { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:20.625rem;left:56rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKLWq6PTHPw4SuTudisZiQ6UzS6xL8Lx { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:11.0625rem;left:52.6875rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#dINxAwT6TAP3ss0EEOycqiL5CoWqAyLr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:22.3125rem;left:55.8125rem;overflow:hidden;display:block; }
#iKQK0nIUf5aNmtcnRrvxJmbPzWFLr3zH { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.6875rem;left:52.6875rem;overflow:hidden;display:block; }
#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC { background-color:#213e8c;background-image:none;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; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container { background-color: transparent; background-image: none; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container > .video-iframe-container { display: none; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row > .video-iframe-container { display: none; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .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); }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container { border-width: 0; border-radius: 0; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#dQBAN6TRvvKtarlOIxbkEonTO8Uhv13h { color:#ffffff;display:block;width:62.3125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:6.34375rem;height:2.84973125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6RHJttBTmVTUL46bI2dZoAhVcMKVMyn { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.6875rem;left:7.5625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#dTqsLWbWJgmZGqThWJ17FGXbhrZDRmD6 { box-sizing:content-box;height:20.5625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:16.1875rem;left:0rem;display:block; }
#opNETwBDSsCtFBtIBFP8K1pFdlkdWNmV { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:26.125rem;left:3.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT7TRWEwNiothbHT72aH2J7X8dh0eDA0 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:28.5625rem;left:3.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#FAsg0ZaWJbOrTXxDoRXGEAmEkgvgbLab { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:28.5625rem;left:28.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#wubQNkVb6dKMWNgtN9UibVlZuPKfviVb { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:28.5625rem;left:54.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Z7qRwPTVbU6gLVqigwmv8uf8IHpRt0VD { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:26.125rem;left:28.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sT5eVVvk8nRzJob61Z97DH5wHV539koE { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:26.125rem;left:54.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#troEBL9egosbIIHUQZgPZ1J9zA4nNsBP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:19.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#T1tWZo5caXf7lJ1bdxnqNqzGzVQLPFqU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:19.96875rem;left:35.3125rem;overflow:hidden;display:block; }
#Lv1xZTxObU8KnC6MAOWvNtObXUXNvvew { 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:4.375rem;width:4.375rem;top:19.96875rem;left:60.71875rem;overflow:hidden;display:block; }
#APQAMWcB6n2alWKrMxzOBXhTuqu8G3md { box-sizing:content-box;height:0.875rem;width:21rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:22.15625rem;left:14.375rem;border-top:0.0625rem dashed #ff4040;border-left:0;border-right:0;border-bottom:0;display:block; }
#FrfyU2TAToTVf7S9fENr2Vnb5WLkTWnW { box-sizing:content-box;height:0.875rem;width:21rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:22.1875rem;left:39.65625rem;border-top:0.0625rem dashed #ff4040;border-left:0;border-right:0;border-bottom:0;display:block; }
#fugo19fgBv0ZXfA1uKt7RXWaEyTrKVND { background-color:#ff4040;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.875rem;left:39.4375rem;display:block; }
#A7mboVy4dqP4FuG9bAJfJn3H0qD6i1n7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vt5Fea2gTGhXJrKFLepQuRFkrL02dtsl { background-color:#213e8c;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:39.875rem;left:19.9375rem;display:block; }
#Q2kdpMMUW1LPzLJSXivpqtyletTG5daq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB { z-index:;position:relative;display:block; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB { background-color: transparent; background-image: none; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row .container > .video-iframe-container { display: none; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row > .video-iframe-container { display: none; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .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); }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB { border-width: 0; border-radius: 0; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .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; }#zk7qZPTuolQHcWAMm6tvnVTuGTkvG3VH { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:3.65625rem;left:0rem;display:block; }
#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV { background-color:#c90505;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; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container { background-color: transparent; background-image: none; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container > .video-iframe-container { display: none; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row > .video-iframe-container { display: none; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .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); }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container { border-width: 0; border-radius: 0; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ztR3lPPvE9DtlCHWlL2gUSVBMrS1IIe9 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#uQGmoxqRTJpux94bWNgqMyS1FopOyHIP { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uQGmoxqRTJpux94bWNgqMyS1FopOyHIP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uQGmoxqRTJpux94bWNgqMyS1FopOyHIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#zUk5U1hGPGGhALQPHUv6que2srrBak0d { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zUk5U1hGPGGhALQPHUv6que2srrBak0d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zUk5U1hGPGGhALQPHUv6que2srrBak0d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#ITgKNQd9ibs0QBhONB1vLgDsOlL1a2D4 { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:15.8125rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#VTWKaT4wQo0rBnUN5NrC37TbcCqzDHe0 { background-color:#213e8c;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3623046875rem;left:58.3125rem;display:block; }
#qmyfcVcRi65MtTFBSFdcSthl4JsihEnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1q0MZCzhXLfLtJpl6TT39JDXXQK4ysB { 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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:10.28125rem;left:64.9375rem;display:block; }
#O1SPzziPTxyq0u2DuaTQT9iGC6txBTok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXDRTzSyL7Rk5XdVcVTKCM3FwLrlU6wc { position:absolute;display:block;z-index:15019;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.6875rem;width:10.375rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw { position:relative;display:none; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw { border-width: 0; border-radius: 0; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .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; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .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; }#Sxl2z9hhA0t5FQdGybiE1q8ZOaaoS8HJ { background-color:#3d3d3d;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:merriweather;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18rem;left:39.3125rem;display:none; }
#h9KqVTZqtTTqcdQRXrT4IhOuIW0bulTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx { display:block; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzdWPmForzKyyMzbDT4fRL1HOobfW95h { top:0.9375rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhshslErhyv7PmqnB8WhQ3NcbhazMa1l { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQF1acxwSI0lKTRUVVP0W4s57qMKqW4 { top:1.625rem;left:36.125rem;width:11.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaG3BWsGsuNxTUfZ920omz52Pig1VBL9 { top:2.6875rem;left:36.625rem;width:11.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lGgn9NWHCZCKl19Fp64KAoFrt8abu5 { width:11.75rem;height:3.4375rem;top:1.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeJJVZpKV2EyZF4LTzhKuogGdyPtlFx { display:block; }
 }@media only screen and (max-width: 763px) { #wcOFOhEdxcx7Nal6QeUBUMEliFHLfehd { width:14.5rem;height:3.4375rem;top:1.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxizSmQ8knqLDnt8QyctTFDXJ9xI8yXW { display:block; }
 }@media only screen and (max-width: 763px) { #aQ9iTev4SytIhNyqITrKqMAaUSF0Pz2K { width:11.1875rem;height:3.4375rem;top:1.4375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpFIX9T1mbBA6a60Dtu4Dnc4yqc5WgX { display:block; }
 }@media only screen and (max-width: 763px) { #qPgfg5GQc3WkrtpPeqhanBGmrrKsAfOz { width:15.875rem;height:4.375rem;top:0.875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm7nMTFpBeyTcApHs8JUvdl11olPKm39 { display:block; }
 }@media only screen and (max-width: 763px) { #es13ulV1xnZT1A4HkaEqnRoT2t0JFTOT { top:0.5rem;left:0rem;width:6.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD { display:block; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 { display:none; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hqeBSKqAMGq5h8tQluv1lSgJT4qo7xaK { display:none; }
 }@media only screen and (max-width: 763px) { #EW4y1oAoO9BzqfiKBf0CAq2qB7rKKZPi { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pyQw4D9gyvyxkqWmqUgAzxnBHbB3PwhC { display:block; }
 }@media only screen and (max-width: 763px) { #xaHw3fH8t7HAfdCfEMKsw2VJTVwDXaXr { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aAmgf1koVSTOZtEh7r6moKD6iyFp7cLB { display:block; }
 }@media only screen and (max-width: 763px) { #pL0zc3e3Q6EPAbcc5Up7slKGH70nnW7c { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #akRdO3Zp2iJZbpXqhWMU1Uiiu0yWum2E { display:block; }
 }@media only screen and (max-width: 763px) { #JB99h6O7wGQJO3LKU4adoLDzbnoRgtat { width:47.75rem;height:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N { display:block; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZJUexxvRJhWKAoS0FKmbripopipPzuN { top:2.9375rem;left:0rem;width:40.6875rem;height:13.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWu31ENBJWWdfF1RWcTXvlBWcHkI4V9P { top:2.6875rem;left:20.875rem;width:26.875rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuExZr446BbovRTEDsr3tqlkuylWdTib { top:0.6875rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLkQvarRTl7LJtCpnNm0zxFUzhm5QIqN { top:0.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2M0tb1mIEaT134BN90fZmGAXHgsXPlg { top:18.375rem;left:0rem;width:38.5625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N40iy5gLJDBSNbrcgX782Mb3Rozt0ZVo { width:22.5rem;height:3.75rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCOWxOgBqw5E0figFqeZrHiFe3NQtkf8 { display:block; }
 }@media only screen and (max-width: 763px) { #iGDKvTBwcRDJ0nxywlZ7xTQiy6TUhS5t { top:3rem;left:27.9375rem;width:19.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-checkbox-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo  { width:22.875rem;height:auto;top:6.4375rem;left:22.375rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo {display:block;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo { width:22.875rem;height:auto;top:6.4375rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #X1Zm1uVTmbMA23HUH2lzGZzrJ87NWwBg {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #px6uy0FQ8vuUmsXCLfMnAIgJhVXcHSEC {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #XHfquaqeFWIwqJvbDmVopJyW94wzSsXh {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Tt4vUV6vhyGQ6ClnoavpTgp49XWP9E4I {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #n0QkursChZxNn6nbF7lEklNeThMNvZlU {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #tQQoGOebMJZzArLDpDwXygR0RfMaS73d {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #y8LzPTC7lslZnPyF1Qz8T6zTIlEJgvW2 {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sm0uyl0cQmqcFNnTkV9CeQhbMBASCyyy {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #nLvvUHllopEGBSzWULb1tGwk0fiOX2VH {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sZFepOB2HnZyFFaF3u87kkZQZFFLLPpQ {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Kluvmg9Q72f1LlC26hrWniPdOx95S9Jz {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #orXP8i4yi2Upyc719DfGhna132GwTCqZ {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Q5HbTEtiOny5eFtPJESape1F28REK0Pv {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #NgyaxbigyrZNRvQxlCSa2w7tCPlra1od {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #hqMnnwg6FTicoAhHgEK2wH3fJrt9e31P {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #opo3VWf9chBUHsdy3Lut4RdxuAvm9EmW {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #SbElMcI0PsryiBBsTogPGHD8Xk5DN7L8 {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #FJtkVzgAhTbrBzBSneLrKUKsHwOlauVW {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #L4COFgd7NUPRJPwhxQK8ZnkbimF2tuyt {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #LxfqLs5WdRU0A3LztkbJUOe4OvBTVu7S {  }
 }@media only screen and (max-width: 763px) { #R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG { top:36.5rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #NgyhHaEFxVpDTR9Gktf1mC3Xwlm0OKTV { top:2.125rem;left:25.0625rem;width:22.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l { display:block; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVX1bgfQciZeEf7Hw2e29VHLzoLUkfX2 { top:4.5rem;left:24.1875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh1nnleyozvD8LLP88DsKrhvd0zunmE { top:8.0625rem;left:12.4375rem;width:35.3125rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka5ppDaKTzaDq5KWtNLz9tdS1FiFTV0b { top:14.5625rem;left:10.625rem;width:37.125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo8w6VpCDNiw6huUr7u9BuVW99TPsMff { display:none; }
 }@media only screen and (max-width: 763px) { #pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE { top:29.3125rem;left:10.625rem;width:37.125rem;height:8.5625rem;font-size:0.9375rem;display:block; }#pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
 }@media only screen and (max-width: 763px) { #qAUfA8MpRE6zzH0ffv6PL49Srs8D70Tt { top:6.5625rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLI6ynQb2XTc1kgFMMJGEIJIqZpvh0u { top:6.3125rem;left:24.25rem;width:23.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlw2dudsak4Rd3R70no104OGDZ1LSn8 { top:6.3125rem;left:25.4375rem;width:11.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUEtZFRchgTBdtW8Shm4Zz3trSU8GSz { top:4.375rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSFfxpxzlV9GT83igUH6N6h1Tb37H4Fh { top:4.1875rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9iGLuMKXU9LM6RmLBsuusLqz0OIGvTN { top:4.1875rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAmTVsTVIXKKdCnASX7prqQwQ6c6n0hW { top:4.1875rem;left:0rem;width:33.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c { display:block; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT3kZXn7cfguJCHa4NTTc9FfsFMwvhOz { top:3.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4UXG50JLvU55451qTickpPsbEuFD0J { top:10.375rem;left:0rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve { top:9.5rem;left:0rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhKnFafvzPqstDcL28QfuCxBM1ISX6m { top:23.1875rem;left:0rem;width:21.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zS0yMJDo4TD9WTH5atHNE07ayTs60R { top:26.6875rem;left:0rem;width:21.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5vs5EgMlzozyUI6Nv1nsmgy95xNcLKZ { width:15.625rem;height:3.4375rem;top:58.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNcea0XTp80rQg1GRaW4Ax1iBH7Gq0B { display:block; }
 }@media only screen and (max-width: 763px) { #ZBK95Ho5PSiK5buQnrXOTyg9cNlunrTh { width:18.5rem;height:3.4375rem;top:58.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqhq3tXnobwoXL0EdJGEEnhvaoVtyXxR { display:block; }
 }@media only screen and (max-width: 763px) { #aClRSE09GVEq1cWE0rAxE8irkDcT29XF { top:10.375rem;left:12rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzontF2yZeD42cA8EEC00zTBJWslMXGB { top:25.1875rem;left:13.25rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo76GzmAfVV2gvuoN6ZUE1KXohN5rVsa { 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) { #dRgKbhdRVKyxsbHrBKma868yOb6SbNWR { top:9.5rem;left:13.25rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCxuzpy0rFoQ64GGwnt0EHMS6gIXhu1Z { top:10.375rem;left:24rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkICnVtJUKTCSFy1mJNa4fr28eVn4Lve { top:25.1875rem;left:26.5rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMLTzOHMrmdHlRv3iuNH5ZMsNkJWBfbu { 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) { #W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi { top:9.5rem;left:26.5rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzqltqdO0F5EwnTnfxsLiBHwGcszvnZ { top:34.3125rem;left:24rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwdAvTR8GQUeW0oDqi2cV2BwunoSKOf { top:49.125rem;left:26.0625rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHKvEQCz1KWU2vtTtzmfu20sZQlP1R4V { top:34.3125rem;left:0rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNVklDkQI0tLhkT2QTm4n4Qdk6bpFpMB { top:47.125rem;left:26.0625rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8ZPOJolGtILa1Uk7hVFWLIbVI2xI4p { top:49.125rem;left:0.4375rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9as1NfTeaeUqNvZrZbHviy0ngLUOdhA { top:47.125rem;left:0.4375rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n584HE5ZePSqzgdbSJK4CmtDyARDIIu9 { top:33.4375rem;left:0.4375rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hby5ETKTwV0GnMHETCOXH9xNdBippZK3 { top:33.4375rem;left:26.0625rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp2gB436Wpa3ioainG05hWp1IxwRDtmP { display:block; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSLkoiSgeZESpvqiXNosp2lNcDvpvA2d { top:2.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9TwwS9zzX8WzOCemyGih1ZOrKurVRam { top:6.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5Lv99WcOdb0chFptdQWB2dp4l9RH5I { top:13.5rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG33XsnhcTQiupTKUZ7ym78dTclRWTJp { top:13.5rem;left:11.8125rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvDJn4AAWmqsrupr7LscRJTBwz5uGpg5 { top:13.5rem;left:23.625rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWvON8AbXXzdJrFw0TZrtkEbTKqwXPVA { top:29rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydBvFMeeqfXiNTcMv3FN5dDUKlDFO5Q { top:29rem;left:11.8125rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWru2vXAxm7skrHgiWbIUqTGfZ5VQIpL { top:29rem;left:23.625rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b { display:block; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPUiBd0pVom78ZS9iWMgF5VV6nACTzsU { top:3.8125rem;left:4.5rem;width:38.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlgZBMF8kF47mi7RviZXA6N0wcwy1Wq { top:9.25rem;left:0rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TURUZfMZ6XMgJ6R1krZNJeKWlKB7MzSl { top:11.0625rem;left:0rem;width:20.625rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXt60z2qbK2CoNAZlFTyKfacpQ98NIDN { top:23.75rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqhu4CedbHuQUur738doFvrfCDJ0K3TD { top:25.3125rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8l3X01ylONMrMKE1K28PPFx4KqkdR8T { top:23.75rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShMBBLMCZSBaJGVOQFJBShD1nUEX0Jn { top:9.25rem;left:11.875rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTegOr2rGqMhiLGNu9qsUBRBxcp8r9DD { top:23.75rem;left:16.9375rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5Io11pxbZmW7swKWfVsDSkoD2vGTFS { top:11.0625rem;left:13.625rem;width:20.625rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBUzrZUpuTRIG8pXvfy2WdMf0ygw2Wb { top:25.3125rem;left:16.75rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQN45aKXVxAm9ucqlN0kQ1p5AKw8FrLf { top:23.8125rem;left:13.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgg42HqKwmLbLfyGvHt42tlR3y6WQu5E { top:9.25rem;left:23.6875rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCkDCBmWZiaEWMLvknJnQ2pfmaUHgotn { top:20.625rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLWq6PTHPw4SuTudisZiQ6UzS6xL8Lx { top:11.0625rem;left:27.125rem;width:20.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINxAwT6TAP3ss0EEOycqiL5CoWqAyLr { top:22.3125rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKQK0nIUf5aNmtcnRrvxJmbPzWFLr3zH { top:20.6875rem;left:39.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC { display:block; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQBAN6TRvvKtarlOIxbkEonTO8Uhv13h { top:3.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6RHJttBTmVTUL46bI2dZoAhVcMKVMyn { top:7.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqsLWbWJgmZGqThWJ17FGXbhrZDRmD6 { top:16.1875rem;left:0rem;width:47.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNETwBDSsCtFBtIBFP8K1pFdlkdWNmV { top:26.125rem;left:0rem;width:17.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TRWEwNiothbHT72aH2J7X8dh0eDA0 { top:28.5625rem;left:0rem;width:17.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAsg0ZaWJbOrTXxDoRXGEAmEkgvgbLab { top:28.5625rem;left:15.3125rem;width:17.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubQNkVb6dKMWNgtN9UibVlZuPKfviVb { top:28.5625rem;left:30.5625rem;width:17.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qRwPTVbU6gLVqigwmv8uf8IHpRt0VD { top:26.125rem;left:15.3125rem;width:17.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT5eVVvk8nRzJob61Z97DH5wHV539koE { top:26.125rem;left:30.5625rem;width:17.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #troEBL9egosbIIHUQZgPZ1J9zA4nNsBP { top:19.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tWZo5caXf7lJ1bdxnqNqzGzVQLPFqU { top:19.9375rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1xZTxObU8KnC6MAOWvNtObXUXNvvew { top:19.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APQAMWcB6n2alWKrMxzOBXhTuqu8G3md { top:22.125rem;left:0.75rem;width:21rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrfyU2TAToTVf7S9fENr2Vnb5WLkTWnW { top:22.1875rem;left:25.125rem;width:21rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fugo19fgBv0ZXfA1uKt7RXWaEyTrKVND { width:15.625rem;height:3.4375rem;top:39.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7mboVy4dqP4FuG9bAJfJn3H0qD6i1n7 { display:block; }
 }@media only screen and (max-width: 763px) { #vt5Fea2gTGhXJrKFLepQuRFkrL02dtsl { width:18.5rem;height:3.4375rem;top:39.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2kdpMMUW1LPzLJSXivpqtyletTG5daq { display:block; }
 }@media only screen and (max-width: 763px) { #TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB { display:block; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zk7qZPTuolQHcWAMm6tvnVTuGTkvG3VH { top:3.625rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMH8CacDgbEowLaC0qlNCoFDTOmmNehV { display:block; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztR3lPPvE9DtlCHWlL2gUSVBMrS1IIe9 { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:1rem;display:block; }#hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uQGmoxqRTJpux94bWNgqMyS1FopOyHIP { top:7.75rem;left:19.75rem;width:18.6875rem;height:;font-size:1rem;display:block; }#uQGmoxqRTJpux94bWNgqMyS1FopOyHIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #zUk5U1hGPGGhALQPHUv6que2srrBak0d { top:9.75rem;left:19.8125rem;width:12.75rem;height:2.625rem;font-size:1rem;display:block; }#zUk5U1hGPGGhALQPHUv6que2srrBak0d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #ITgKNQd9ibs0QBhONB1vLgDsOlL1a2D4 { top:15.8125rem;left:0rem;width:29.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWKaT4wQo0rBnUN5NrC37TbcCqzDHe0 { width:16.6875rem;height:3.75rem;top:3.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmyfcVcRi65MtTFBSFdcSthl4JsihEnT { display:block; }
 }@media only screen and (max-width: 763px) { #r1q0MZCzhXLfLtJpl6TT39JDXXQK4ysB { width:10.0625rem;height:2.1875rem;top:10.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1SPzziPTxyq0u2DuaTQT9iGC6txBTok { display:block; }
 }@media only screen and (max-width: 763px) { #xXDRTzSyL7Rk5XdVcVTKCM3FwLrlU6wc { top:3rem;left:0rem;width:10.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw { display:none; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sxl2z9hhA0t5FQdGybiE1q8ZOaaoS8HJ { width:14.625rem;height:3.4375rem;top:18rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9KqVTZqtTTqcdQRXrT4IhOuIW0bulTH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx { position:relative;z-index:auto;display:none; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx { border-width: 0; border-radius: 0; }#T6a0gn5zLO4TRNXww0aBGocV6Kp1zHBx > .row .container { width:20rem;height:23.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RzdWPmForzKyyMzbDT4fRL1HOobfW95h { width:20rem;height:4.1875rem;top:5.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhshslErhyv7PmqnB8WhQ3NcbhazMa1l { display:flex;width:2.4375rem;height:2.4375rem;top:6.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #dSQF1acxwSI0lKTRUVVP0W4s57qMKqW4 { width:11.3125rem;height:0.9746125rem;top:6.4375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaG3BWsGsuNxTUfZ920omz52Pig1VBL9 { width:11.1875rem;height:1.8681625rem;top:7.5625rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lGgn9NWHCZCKl19Fp64KAoFrt8abu5 { width:10.4375rem;height:3.4375rem;top:17.875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWeJJVZpKV2EyZF4LTzhKuogGdyPtlFx { display:block; }
 }@media only screen and (max-width: 763px) { #wcOFOhEdxcx7Nal6QeUBUMEliFHLfehd { width:12.6875rem;height:3.4375rem;top:22.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxizSmQ8knqLDnt8QyctTFDXJ9xI8yXW { display:block; }
 }@media only screen and (max-width: 763px) { #aQ9iTev4SytIhNyqITrKqMAaUSF0Pz2K { width:9.0625rem;height:3.4375rem;top:27.25rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTpFIX9T1mbBA6a60Dtu4Dnc4yqc5WgX { display:block; }
 }@media only screen and (max-width: 763px) { #qPgfg5GQc3WkrtpPeqhanBGmrrKsAfOz { width:19.125rem;height:4.375rem;top:5.59375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm7nMTFpBeyTcApHs8JUvdl11olPKm39 { display:block; }
 }@media only screen and (max-width: 763px) { #es13ulV1xnZT1A4HkaEqnRoT2t0JFTOT { width:6.625rem;height:5.1875rem;top:11.21875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD { display:none; }#uQMMlnub4VOGJL4bDIdfPQLsIpxGTMOD > .row .container { width:20rem;height:3.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 { background-color:#000000;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; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container { background-color: transparent; background-image: none; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container > .video-iframe-container { display: none; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row > .video-iframe-container { display: none; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .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); }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container { border-width: 0; border-radius: 0; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSN0AtCbpSyTKV3n4CUfK6KcUorOVv46 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqeBSKqAMGq5h8tQluv1lSgJT4qo7xaK { display:flex;top:2.6875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EW4y1oAoO9BzqfiKBf0CAq2qB7rKKZPi { top:7.375rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15012;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #pyQw4D9gyvyxkqWmqUgAzxnBHbB3PwhC { display:block; }
 }@media only screen and (max-width: 763px) { #xaHw3fH8t7HAfdCfEMKsw2VJTVwDXaXr { top:11.125rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15013;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #aAmgf1koVSTOZtEh7r6moKD6iyFp7cLB { display:block; }
 }@media only screen and (max-width: 763px) { #pL0zc3e3Q6EPAbcc5Up7slKGH70nnW7c { top:14.90625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15014;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #akRdO3Zp2iJZbpXqhWMU1Uiiu0yWum2E { display:block; }
 }@media only screen and (max-width: 763px) { #JB99h6O7wGQJO3LKU4adoLDzbnoRgtat { top:1.3125rem;left:0rem;width:5.8125rem;height:4.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N { display:block; }#MkD0q6wANTxKRcHqqQ2oR8EMokTZc96N > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZJUexxvRJhWKAoS0FKmbripopipPzuN { width:20rem;height:8.7988125rem;top:2.7373046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWu31ENBJWWdfF1RWcTXvlBWcHkI4V9P { width:20rem;height:36.125rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuExZr446BbovRTEDsr3tqlkuylWdTib { width:6.875rem;height:1.25rem;top:0.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLkQvarRTl7LJtCpnNm0zxFUzhm5QIqN { width:12.5rem;height:1.29980625rem;top:0.8115234375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2M0tb1mIEaT134BN90fZmGAXHgsXPlg { width:20rem;height:10.5rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N40iy5gLJDBSNbrcgX782Mb3Rozt0ZVo { width:20rem;height:3.4375rem;top:22.720703125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCOWxOgBqw5E0figFqeZrHiFe3NQtkf8 { display:block; }
 }@media only screen and (max-width: 763px) { #iGDKvTBwcRDJ0nxywlZ7xTQiy6TUhS5t { width:16.4375rem;height:2.3994125rem;top:26.375rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo  { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo {display:block;}#GgzaXgcoWmIg8dFH7F124w0OzTkybTMo { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #X1Zm1uVTmbMA23HUH2lzGZzrJ87NWwBg {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #px6uy0FQ8vuUmsXCLfMnAIgJhVXcHSEC {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #XHfquaqeFWIwqJvbDmVopJyW94wzSsXh {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Tt4vUV6vhyGQ6ClnoavpTgp49XWP9E4I {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #n0QkursChZxNn6nbF7lEklNeThMNvZlU {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #tQQoGOebMJZzArLDpDwXygR0RfMaS73d {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #y8LzPTC7lslZnPyF1Qz8T6zTIlEJgvW2 {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sm0uyl0cQmqcFNnTkV9CeQhbMBASCyyy {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #nLvvUHllopEGBSzWULb1tGwk0fiOX2VH {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #sZFepOB2HnZyFFaF3u87kkZQZFFLLPpQ {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Kluvmg9Q72f1LlC26hrWniPdOx95S9Jz {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #orXP8i4yi2Upyc719DfGhna132GwTCqZ {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #Q5HbTEtiOny5eFtPJESape1F28REK0Pv {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #NgyaxbigyrZNRvQxlCSa2w7tCPlra1od {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #hqMnnwg6FTicoAhHgEK2wH3fJrt9e31P {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #opo3VWf9chBUHsdy3Lut4RdxuAvm9EmW {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #SbElMcI0PsryiBBsTogPGHD8Xk5DN7L8 {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #FJtkVzgAhTbrBzBSneLrKUKsHwOlauVW {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #L4COFgd7NUPRJPwhxQK8ZnkbimF2tuyt {  }
 }@media only screen and (max-width: 763px) { #GgzaXgcoWmIg8dFH7F124w0OzTkybTMo #LxfqLs5WdRU0A3LztkbJUOe4OvBTVu7S {  }
 }@media only screen and (max-width: 763px) { #R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG { width:18.1875rem;height:1.05615rem;top:60rem;left:1.375rem;font-size:0.8125rem;display:block; }#R09zlrwoBmOfhCIr5kx5s7lk03PmT9yG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #NgyhHaEFxVpDTR9Gktf1mC3Xwlm0OKTV { width:18.125rem;height:3.5625rem;top:26.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l { display:block; }#VOcwg2Rif4nQPBdPCevTf2z05cFqKr6l > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVX1bgfQciZeEf7Hw2e29VHLzoLUkfX2 { width:16.875rem;height:1.29980625rem;top:24.2236328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh1nnleyozvD8LLP88DsKrhvd0zunmE { width:20rem;height:4.19921875rem;top:29.2119140625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka5ppDaKTzaDq5KWtNLz9tdS1FiFTV0b { width:20rem;height:24rem;top:34.0205078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo8w6VpCDNiw6huUr7u9BuVW99TPsMff { 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) { #pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE { width:20rem;height:11.875rem;top:58.8330078125rem;left:0rem;font-size:0.9375rem;display:block; }#pwAoe0Awb4a2F6PdGu0v8ueek8kRH7ZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
 }@media only screen and (max-width: 763px) { #qAUfA8MpRE6zzH0ffv6PL49Srs8D70Tt { width:0.9375rem;height:0.9375rem;top:75.7080078125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoLI6ynQb2XTc1kgFMMJGEIJIqZpvh0u { width:16.5rem;height:1.21875rem;top:80.3642578125rem;left:1.75rem;font-size:0.8125rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #bvlw2dudsak4Rd3R70no104OGDZ1LSn8 { width:9.25rem;height:1.21875rem;top:77.8955078125rem;left:5.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQUEtZFRchgTBdtW8Shm4Zz3trSU8GSz { width:0.9375rem;height:0.9375rem;top:25.8994140625rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #OSFfxpxzlV9GT83igUH6N6h1Tb37H4Fh { width:9.25rem;height:1.21875rem;top:25.7587890625rem;left:1.25rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #E9iGLuMKXU9LM6RmLBsuusLqz0OIGvTN { width:17.8125rem;height:1.21875rem;top:27.1650390625rem;left:1.28125rem;font-size:0.8125rem;z-index:15060;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAmTVsTVIXKKdCnASX7prqQwQ6c6n0hW { width:20rem;height:20.40725rem;top:2.5029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c { display:block; }#GnTQxFTLD6Vnxoq8VBbXWimSzrn8Ne2c > .row .container { width:20rem;height:140.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT3kZXn7cfguJCHa4NTTc9FfsFMwvhOz { width:20rem;height:3.8994125rem;top:0.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4UXG50JLvU55451qTickpPsbEuFD0J { width:20rem;height:23.0625rem;top:7.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNcBQLvPgKOzeh9QLp3geEb5KGeOAve { width:18.125rem;height:12.5rem;top:6.4609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhKnFafvzPqstDcL28QfuCxBM1ISX6m { width:18.125rem;height:3rem;top:20.25rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zS0yMJDo4TD9WTH5atHNE07ayTs60R { width:18.125rem;height:3.9375rem;top:23.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5vs5EgMlzozyUI6Nv1nsmgy95xNcLKZ { width:20rem;height:3.4375rem;top:133.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbNcea0XTp80rQg1GRaW4Ax1iBH7Gq0B { display:block; }
 }@media only screen and (max-width: 763px) { #ZBK95Ho5PSiK5buQnrXOTyg9cNlunrTh { width:20rem;height:3.4375rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqhq3tXnobwoXL0EdJGEEnhvaoVtyXxR { display:block; }
 }@media only screen and (max-width: 763px) { #aClRSE09GVEq1cWE0rAxE8irkDcT29XF { width:20rem;height:22.875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzontF2yZeD42cA8EEC00zTBJWslMXGB { width:18.125rem;height:3.9375rem;top:48.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo76GzmAfVV2gvuoN6ZUE1KXohN5rVsa { width:18.125rem;height:1.5rem;top:45.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRgKbhdRVKyxsbHrBKma868yOb6SbNWR { width:18.125rem;height:12.5rem;top:31.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCxuzpy0rFoQ64GGwnt0EHMS6gIXhu1Z { width:20rem;height:21.25rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkICnVtJUKTCSFy1mJNa4fr28eVn4Lve { width:18.125rem;height:3.9375rem;top:72.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMLTzOHMrmdHlRv3iuNH5ZMsNkJWBfbu { width:18.125rem;height:1.5rem;top:70.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0iSA3uhT0qcgfbZ8y1rH8TWEpE2kAGi { width:18.125rem;height:12.5rem;top:56.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzqltqdO0F5EwnTnfxsLiBHwGcszvnZ { width:20rem;height:21.25rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwdAvTR8GQUeW0oDqi2cV2BwunoSKOf { width:18.125rem;height:3.9375rem;top:119.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHKvEQCz1KWU2vtTtzmfu20sZQlP1R4V { width:20rem;height:21.25rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNVklDkQI0tLhkT2QTm4n4Qdk6bpFpMB { width:18.125rem;height:1.5rem;top:117.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8ZPOJolGtILa1Uk7hVFWLIbVI2xI4p { width:18.125rem;height:3.9375rem;top:97.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9as1NfTeaeUqNvZrZbHviy0ngLUOdhA { width:18.125rem;height:3rem;top:94.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n584HE5ZePSqzgdbSJK4CmtDyARDIIu9 { width:18.125rem;height:12.5rem;top:80.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hby5ETKTwV0GnMHETCOXH9xNdBippZK3 { width:18.125rem;height:12.5rem;top:104.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp2gB436Wpa3ioainG05hWp1IxwRDtmP { display:block; }#Wp2gB436Wpa3ioainG05hWp1IxwRDtmP > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSLkoiSgeZESpvqiXNosp2lNcDvpvA2d { width:20rem;height:3.8994125rem;top:0.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9TwwS9zzX8WzOCemyGih1ZOrKurVRam { width:20rem;height:15rem;top:5.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5Lv99WcOdb0chFptdQWB2dp4l9RH5I { width:19.8125rem;height:11.5rem;top:22.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG33XsnhcTQiupTKUZ7ym78dTclRWTJp { width:19.8125rem;height:11.5rem;top:35.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvDJn4AAWmqsrupr7LscRJTBwz5uGpg5 { width:19.8125rem;height:11.5rem;top:47.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWvON8AbXXzdJrFw0TZrtkEbTKqwXPVA { width:19.8125rem;height:11.5rem;top:60.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydBvFMeeqfXiNTcMv3FN5dDUKlDFO5Q { width:19.8125rem;height:11.5rem;top:73.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWru2vXAxm7skrHgiWbIUqTGfZ5VQIpL { width:19.8125rem;height:11.5rem;top:86.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b { display:block; }#gdWP5QWnOuwgcoeAKUiLypGAWMF5XA1b > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPUiBd0pVom78ZS9iWMgF5VV6nACTzsU { width:20rem;height:4.19921875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlgZBMF8kF47mi7RviZXA6N0wcwy1Wq { width:20rem;height:19.375rem;top:8.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TURUZfMZ6XMgJ6R1krZNJeKWlKB7MzSl { width:18.125rem;height:10.5rem;top:9.796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXt60z2qbK2CoNAZlFTyKfacpQ98NIDN { width:12.1875rem;height:1.5rem;top:21.703125rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqhu4CedbHuQUur738doFvrfCDJ0K3TD { width:6.875rem;height:1.25rem;top:23.265625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8l3X01ylONMrMKE1K28PPFx4KqkdR8T { width:2.6875rem;height:2.6875rem;top:21.828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShMBBLMCZSBaJGVOQFJBShD1nUEX0Jn { width:20rem;height:18.75rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTegOr2rGqMhiLGNu9qsUBRBxcp8r9DD { width:14.6875rem;height:1.5rem;top:42.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5Io11pxbZmW7swKWfVsDSkoD2vGTFS { width:18.125rem;height:10.5rem;top:30.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBUzrZUpuTRIG8pXvfy2WdMf0ygw2Wb { width:6.875rem;height:1.25rem;top:44rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQN45aKXVxAm9ucqlN0kQ1p5AKw8FrLf { width:2.6875rem;height:2.6875rem;top:42.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgg42HqKwmLbLfyGvHt42tlR3y6WQu5E { width:20rem;height:17.75rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCkDCBmWZiaEWMLvknJnQ2pfmaUHgotn { width:14.6875rem;height:1.5rem;top:61.5rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLWq6PTHPw4SuTudisZiQ6UzS6xL8Lx { width:18.125rem;height:9rem;top:51.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINxAwT6TAP3ss0EEOycqiL5CoWqAyLr { width:6.875rem;height:1.25rem;top:63rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKQK0nIUf5aNmtcnRrvxJmbPzWFLr3zH { width:2.6875rem;height:2.6875rem;top:61.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC { display:block; }#kNZWe0JTMP3B2mSpgkdVCJ1dw4R9i7JC > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQBAN6TRvvKtarlOIxbkEonTO8Uhv13h { width:20rem;height:4.19921875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6RHJttBTmVTUL46bI2dZoAhVcMKVMyn { width:20rem;height:18rem;top:7.671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqsLWbWJgmZGqThWJ17FGXbhrZDRmD6 { width:20rem;height:39.25rem;top:27.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNETwBDSsCtFBtIBFP8K1pFdlkdWNmV { width:17.1875rem;height:1.5rem;top:34.49609375rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TRWEwNiothbHT72aH2J7X8dh0eDA0 { width:17.1875rem;height:3rem;top:36.609375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAsg0ZaWJbOrTXxDoRXGEAmEkgvgbLab { width:17.1875rem;height:3rem;top:48.87109375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubQNkVb6dKMWNgtN9UibVlZuPKfviVb { width:17.1875rem;height:3rem;top:61.25rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7qRwPTVbU6gLVqigwmv8uf8IHpRt0VD { width:17.1875rem;height:1.5rem;top:46.734375rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT5eVVvk8nRzJob61Z97DH5wHV539koE { width:18.875rem;height:1.5rem;top:58.99609375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #troEBL9egosbIIHUQZgPZ1J9zA4nNsBP { width:3.75rem;height:3.75rem;top:29.546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tWZo5caXf7lJ1bdxnqNqzGzVQLPFqU { width:3.75rem;height:3.75rem;top:41.921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1xZTxObU8KnC6MAOWvNtObXUXNvvew { width:3.75rem;height:3.75rem;top:54.234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APQAMWcB6n2alWKrMxzOBXhTuqu8G3md { width:13.6875rem;height:0.875rem;top:34.015625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrfyU2TAToTVf7S9fENr2Vnb5WLkTWnW { width:13.625rem;height:0.875rem;top:34.015625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fugo19fgBv0ZXfA1uKt7RXWaEyTrKVND { width:20rem;height:3.4375rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7mboVy4dqP4FuG9bAJfJn3H0qD6i1n7 { display:block; }
 }@media only screen and (max-width: 763px) { #vt5Fea2gTGhXJrKFLepQuRFkrL02dtsl { width:20rem;height:3.4375rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2kdpMMUW1LPzLJSXivpqtyletTG5daq { display:block; }
 }@media only screen and (max-width: 763px) { #TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB { display:block; }#TX4pZ16RUzrOQZyqVsRrTacBdrl6tDyB > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zk7qZPTuolQHcWAMm6tvnVTuGTkvG3VH { width:20rem;height:28.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMH8CacDgbEowLaC0qlNCoFDTOmmNehV { display:block; }#gMH8CacDgbEowLaC0qlNCoFDTOmmNehV > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztR3lPPvE9DtlCHWlL2gUSVBMrS1IIe9 { width:10.9375rem;height:1.4624rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ { width:11.0625rem;height:1.13720625rem;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }#hf6X3bIvbtfuIHXtTWyTlofiUU7FLJeJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uQGmoxqRTJpux94bWNgqMyS1FopOyHIP { width:19.0625rem;height:1.13720625rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }#uQGmoxqRTJpux94bWNgqMyS1FopOyHIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #zUk5U1hGPGGhALQPHUv6que2srrBak0d { width:19.75rem;height:1.13720625rem;top:20.25rem;left:0rem;font-size:0.875rem;display:block; }#zUk5U1hGPGGhALQPHUv6que2srrBak0d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #ITgKNQd9ibs0QBhONB1vLgDsOlL1a2D4 { width:20rem;height:2.625rem;top:23.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTWKaT4wQo0rBnUN5NrC37TbcCqzDHe0 { width:16.6875rem;height:3.75rem;top:25.328125rem;left:1.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmyfcVcRi65MtTFBSFdcSthl4JsihEnT { display:block; }
 }@media only screen and (max-width: 763px) { #r1q0MZCzhXLfLtJpl6TT39JDXXQK4ysB { width:10.0625rem;height:2.1875rem;top:26.6875rem;left:4.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1SPzziPTxyq0u2DuaTQT9iGC6txBTok { display:block; }
 }@media only screen and (max-width: 763px) { #xXDRTzSyL7Rk5XdVcVTKCM3FwLrlU6wc { width:10.375rem;height:10.6875rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw { background-color: transparent; background-image: none; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row .container > .video-iframe-container { display: none; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row > .video-iframe-container { display: none; }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .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); }#gPC2RsQXrAsMxUfGxPRTDtQx3znDCZZw > .row .container { width:20rem;height:4.875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sxl2z9hhA0t5FQdGybiE1q8ZOaaoS8HJ { width:14.625rem;height:3.4375rem;top:0rem;left:2.6875rem;z-index:15022;background-color:#c90505;background-image:none;color:#ffffff;font-family:poppins;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h9KqVTZqtTTqcdQRXrT4IhOuIW0bulTH { display:block; }
 }