.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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.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:block; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:3rem;width:14.75rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { box-sizing:content-box;height:7.3125rem;width:36.6875rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:3.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tTTKe6mXLTppw1oek78wMo194J5USIXb { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.3125rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { box-sizing:content-box;height:20.5625rem;width:36.6875rem;position:absolute;display:block;z-index:15002;background-color:#e0e9f8;background-image:none;top:12.125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#abuykx8UBTSHnorreVo4ccvNRqJMHlLy { position:absolute;display:block;z-index:15003;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:21.375rem;width:33rem;top:0rem;left:39.0625rem;overflow:hidden;display:block; }
#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:1.3125rem;height:6.5rem;display:block; }
#dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { color:#000000;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.8125rem;left:1.3125rem;height:1.29980625rem;display:block; }
#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:#eca400;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: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:17.6875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.3125rem;left:1.3125rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { 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:1.6875rem;width:1.6875rem;top:26.6875rem;left:15.4375rem;overflow:hidden;display:block; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d5693;background-image:none;color:#ffffff;padding-top:0.78875rem;padding-right:0.76875rem;padding-bottom:0.78875rem;padding-left:0.76875rem;display:block;align-items:center;width:4.605rem;min-width:4.605rem;height:4.235625rem;position:relative;font-family:poppins;font-size:3.1575rem;font-weight:700;line-height:67.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.494375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.14375rem;height:1.670625rem;position:relative;font-family:poppins;font-size:1.18375rem;font-weight:400;line-height:26.73px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#2d5693;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:28.5625rem;height:7.978125rem;padding-top:0.809375rem;padding-right:0.829375rem;padding-bottom:0.809375rem;padding-left:0.829375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.4375rem;left:41.7255859375rem;z-index:15020; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b { width:auto; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
#A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:22.75rem;left:49.34375rem;display:block; }
#V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:22.75rem;left:57.154296875rem;display:block; }
#B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:22.75rem;left:64.59375rem;display:block; }
#gooAqW2K8qqJJNslDxloRAk87t17iiaT { position:relative;display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { background-color: transparent; background-image: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { border-width: 0; border-radius: 0; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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:15.4375rem;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; }#c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.4375rem;left:0rem;height:8.3105625rem;display:block; }
#CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { box-sizing:content-box;height:11.5rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#eca400;background-image:none;top:1.71875rem;left:38.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.8125rem;height:1.625rem;font-style:normal;display:block; }
#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39.8125rem;height:;font-style:normal;overflow:hidden;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { position:relative;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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:4.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; }#gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:20.03125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adTsoLJWAplUh8JQOccP143uBpz9KfKl { position:relative;display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl { background-color: transparent; background-image: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .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); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl { border-width: 0; border-radius: 0; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .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; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .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:block; }#MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { box-sizing:content-box;height:15.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.78125rem;left:0.59375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { position:absolute;display:block;z-index:15001;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.1875rem;width:4.5rem;top:3.5rem;left:7.125rem;overflow:hidden;display:block; }
#DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { box-sizing:content-box;height:15.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:#2d5693;background-image:none;top:1.8125rem;left:19.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { color:#ffffff;display:block;width:13.311625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3120670318606rem;left:21.468099594116rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { position:absolute;display:block;z-index:15004;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:3.75rem;top:3.40625rem;left:26.25rem;overflow:hidden;display:block; }
#Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { box-sizing:content-box;height:15.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:#2d5693;background-image:none;top:1.8125rem;left:38.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:39.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { position:absolute;display:block;z-index:15007;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.25rem;width:5.625rem;top:3.46875rem;left:44.0625rem;overflow:hidden;display:block; }
#qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { box-sizing:content-box;height:15.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15009;background-color:#2d5693;background-image:none;top:1.8125rem;left:56.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:58rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { 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.25rem;width:4.5625rem;top:3.46875rem;left:63.34375rem;overflow:hidden;display:block; }
#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { position:relative;display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { background-color: transparent; background-image: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { border-width: 0; border-radius: 0; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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:4.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; }#TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:20.03125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { position:relative;display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { background-color: transparent; background-image: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { border-width: 0; border-radius: 0; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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:32rem;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; }#Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { box-sizing:content-box;height:4.8125rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.562067031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UAplya111m3Hg4EAmCBOXzLLiCcPtphM { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245670318604rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:7rem;left:15.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.900390625rem;left:16.7177734375rem;height:5.19921875rem;display:block; }
#zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { box-sizing:content-box;height:15.4375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:14.875rem;left:15.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:16.6875rem;height:1.2999125rem;font-style:normal;display:block; }
#lNRfHIGpeekAliJteM8gIktVJpmlsSWS { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:16.6875rem;height:7.749rem;font-style:normal;overflow:hidden;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { position:absolute;display:block;z-index:15009;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:15.4375rem;width:11.4375rem;top:14.9375rem;left:53.6875rem;overflow:hidden;display:block; }
#qtQU7tswOlJmPKTRqTScPmdxt84F40xw { 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:12.75rem;width:16.4375rem;display:none; }
#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { position:relative;display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { background-color: transparent; background-image: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { border-width: 0; border-radius: 0; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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:27.5rem;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; }#HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { box-sizing:content-box;height:4.875rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.562067031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { box-sizing:content-box;height:5.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:7.0625rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { color:#000000;display:block;width:47.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.86328125rem;left:16.716796875rem;height:3.8994125rem;display:block; }
#qHXAfuqDHvq00cMueHGikEO2lwCznyWL { box-sizing:content-box;height:12.3125rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:13.8125rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.75rem;left:29.4375rem;height:1.2999125rem;font-style:normal;display:block; }
#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.4375rem;height:;font-style:normal;overflow:hidden;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { position:absolute;display:block;z-index:15009;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:12.4375rem;width:11.4375rem;top:13.875rem;left:15.5625rem;overflow:hidden;display:block; }
#QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { 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:12.75rem;width:16.4375rem;display:none; }
#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { position:relative;display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { background-color: transparent; background-image: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { border-width: 0; border-radius: 0; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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:29.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { box-sizing:content-box;height:4.9375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.562067031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#myIgx7m2i09v672ZvWnlFekc5pO66Fkt { box-sizing:content-box;height:5.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:7.25rem;left:15.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.05078125rem;left:16.7177734375rem;height:3.8994125rem;display:block; }
#aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { box-sizing:content-box;height:13.5rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:13.875rem;left:15.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.6875rem;left:16.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18rem;left:16.8125rem;height:;font-style:normal;overflow:hidden;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#LgtocXEX1T55iX91XUDVExUIompy8HZb { position:absolute;display:block;z-index:15009;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:13.9375rem;width:11.4375rem;top:13.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#pep7PuLwLouT6nLpiczB9F9UOQkctEIP { 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:12.75rem;width:16.375rem;display:none; }
#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { position:relative;display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { background-color: transparent; background-image: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { border-width: 0; border-radius: 0; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { color:#000000;display:block;width:48rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:16.7802734375rem;height:1.625rem;font-style:normal;display:block; }
#hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { box-sizing:content-box;height:6rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:5.4990234375rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5498046875rem;left:16.71875rem;height:3.8994125rem;display:block; }
#ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { box-sizing:content-box;height:13.375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.9375rem;left:28.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#w58w8f0z4byECZL0HhopqUAerzWMAqvT { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:29.5rem;height:1.29980625rem;font-style:normal;display:block; }
#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.125rem;left:29.5rem;height:6.44925rem;font-style:normal;overflow:hidden;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#Odoy3k251GHynVNb3oa9GuxUXhdNKONC { position:absolute;display:block;z-index:15009;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:13.9375rem;width:11.375rem;top:13rem;left:15.625rem;overflow:hidden;display:block; }
#uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { 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:12.75rem;width:16.4375rem;display:none; }
#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { position:relative;display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { background-color: transparent; background-image: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container > .video-iframe-container { display: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row > .video-iframe-container { display: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .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); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { border-width: 0; border-radius: 0; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .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; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .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:7.625rem;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; }#qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { 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.6875rem;width:1.6875rem;top:3.125rem;left:42.8125rem;overflow:hidden;display:block; }
#Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { background-color:#eca400;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: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:17.6875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.75rem;left:28.6875rem;display:block; }
#oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { position:relative;display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { background-color: transparent; background-image: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { border-width: 0; border-radius: 0; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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:27.625rem;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; }#W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Pht2HU1LnicHToE67xhFVP5pv16QteST { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { box-sizing:content-box;height:5.625rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:5.6875rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { color:#000000;display:block;width:47.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:17rem;height:3.8994125rem;display:block; }
#MhuXirV0t0geNNJZQIKsWEBigK2lQciR { box-sizing:content-box;height:13.5625rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.5rem;left:15.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:16.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:16.6875rem;height:7.749rem;font-style:normal;overflow:hidden;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { position:absolute;display:block;z-index:15009;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:13.8125rem;width:11.4375rem;top:12.5625rem;left:53.6875rem;overflow:hidden;display:block; }
#cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { 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:12.6875rem;width:16.375rem;display:none; }
#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { position:relative;display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { background-color: transparent; background-image: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container > .video-iframe-container { display: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row > .video-iframe-container { display: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .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); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { border-width: 0; border-radius: 0; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .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; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .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:27.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; }#xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { box-sizing:content-box;height:5.25rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:5.75rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { color:#000000;display:block;width:47.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.42578125rem;left:16.716796875rem;height:3.8994125rem;display:block; }
#qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { box-sizing:content-box;height:12.75rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.1875rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:29.4375rem;height:6.44925rem;font-style:normal;overflow:hidden;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { position:absolute;display:block;z-index:15009;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:13.8125rem;width:11.375rem;top:12.25rem;left:15.5625rem;overflow:hidden;display:block; }
#mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { 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:12.75rem;width:16.4375rem;display:none; }
#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { position:relative;display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { background-color: transparent; background-image: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container > .video-iframe-container { display: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row > .video-iframe-container { display: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .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); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { border-width: 0; border-radius: 0; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .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; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .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:28.375rem;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; }#zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#2d5693;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { color:#87c8d5;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfPcysATVG8sUafxXcXa9aRXboTJfF5r { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#2d5693;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { color:#000000;display:block;width:47.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { box-sizing:content-box;height:5.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#e0e9f8;background-image:none;top:5.75rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { color:#000000;display:block;width:47.249375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:16.75rem;height:2.5996125rem;display:block; }
#iApTdW3TdsXKe6vMt7fCO4lB660sGLKf { box-sizing:content-box;height:12.5rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.375rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#GLkZ0CpHRskb458AMUNJs8M2GbSGzlTU { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:16.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#rub2LPLvORySvGs9OEDVohoVGmU3EkXF { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:16.8125rem;height:6.44925rem;font-style:normal;overflow:hidden;display:block; }#rub2LPLvORySvGs9OEDVohoVGmU3EkXF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rub2LPLvORySvGs9OEDVohoVGmU3EkXF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
#ME0D7PubrUvuK5VZAwLErfbNXIRsw7JA { position:absolute;display:block;z-index:15009;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:13.8125rem;width:10.1875rem;top:12.4375rem;left:53.75rem;overflow:hidden;display:block; }
#dlTdVmTDOvdsVb1aZJF5d8GGVaDJCRSo { 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:12.6875rem;width:16.375rem;display:none; }
#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { position:relative;display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { background-color: transparent; background-image: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { border-width: 0; border-radius: 0; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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:7.625rem;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; }#di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { 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.6875rem;width:1.6875rem;top:2.375rem;left:42.75rem;overflow:hidden;display:block; }
#fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { background-color:#eca400;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: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:17.6875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:28.625rem;display:block; }
#WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { position:relative;display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { background-color: transparent; background-image: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container > .video-iframe-container { display: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row > .video-iframe-container { display: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .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); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { border-width: 0; border-radius: 0; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .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; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .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:4.5625rem;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; }#r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { color:#000000;display:block;width:34.9370625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.142578125rem;left:20.030382156372rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { position:relative;display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { background-color: transparent; background-image: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container > .video-iframe-container { display: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row > .video-iframe-container { display: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .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); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { border-width: 0; border-radius: 0; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .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; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .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:14.5625rem;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; }#bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hF0XfVnRPH8GeEh6yth4f6CErkGRJLBu { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:39.375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#AIq610tbdteimcAcyiOrWITw7uzEiTP7 { color:#000000;display:block;width:19.6245625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.125rem;left:46.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UpXKg9gtcHCJTnzI09WsT8fcre4Z4HtL { box-sizing:content-box;height:13.125rem;width:35.8125rem;position:absolute;display:block;z-index:15003;background-color:#e0e9f8;background-image:none;top:0.1875rem;left:38.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { box-sizing:content-box;height:13.125rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#e0e9f8;background-image:none;top:0.1875rem;left:0.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa { position:relative;display:block; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa { background-color: transparent; background-image: none; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row .container > .video-iframe-container { display: none; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row > .video-iframe-container { display: none; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .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); }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa { border-width: 0; border-radius: 0; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .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; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .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:12.5625rem;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; }#gJRCQDURBfwsIDCwXhBz5Im3bokLCc3F { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZNH7uiE5cVLAaxD3pN4Nd4pAupBd9O4Q { color:#000000;display:block;width:13.0620625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1234817504883rem;left:12.217882156372rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#sVF3JQl0NWuSmltkz7B3pwGCVv5J5Qdm { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:39.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#lnZw6oHR7nFiBTWPbvKK5Ncwrl9ilUKG { color:#000000;display:block;width:22.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:45.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oKnI74dQdp2MyQ9JTgBiJvu2KM4CAWWh { box-sizing:content-box;height:11.125rem;width:35.8125rem;position:absolute;display:block;z-index:15003;background-color:#e0e9f8;background-image:none;top:0.18663215637207rem;left:38.374567031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LTrZ1ODyqNFnOaABuXU6cC0qfHxup15S { box-sizing:content-box;height:11.1875rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#e0e9f8;background-image:none;top:0.18663215637207rem;left:0.81163215637206rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC { position:relative;display:block; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC { background-color: transparent; background-image: none; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row .container > .video-iframe-container { display: none; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row > .video-iframe-container { display: none; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .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); }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC { border-width: 0; border-radius: 0; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .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; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .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:16.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:block; }#A04hLXl1edhtX28aacSZ1IaGUPwzQkhA { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#M3lWw2R4feEDaZg13Kve9kDJE9F6XmqO { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:11.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cB4B6wqn7u4K9eHIqDcrN6RmeeJcwOOC { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:39.375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#sP73t9RsRvO5iPkzHALmVGKqhToFQabz { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.123046875rem;left:44.15625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QWeSsJL2SNrWFMD7uvdM0pK1R7QEB4TN { box-sizing:content-box;height:14.4375rem;width:35.8125rem;position:absolute;display:block;z-index:15003;background-color:#e0e9f8;background-image:none;top:0.1865234375rem;left:38.3740234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#V3lSrHaWSkwJnO8g5lb0QfyF1Vz1KuxW { box-sizing:content-box;height:14.375rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#e0e9f8;background-image:none;top:0.1865234375rem;left:0.8115234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:10.15625rem;left:18.375rem;width:38.25rem;height:28.75rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:44.875rem;width:42.3125rem;top:8rem;left:16.375rem;display:block; }
#iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { color:#000000;display:block;width:55.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.5625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;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.9375rem;width:14.4375rem;top:2.8125rem;left:30.28125rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.076171875rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:36.6875rem;height:5.875rem;top:0.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:32.4375rem;height:4.548825rem;top:1.287109375rem;left:7.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:36.6875rem;height:18.5625rem;top:7.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:22.1875rem;height:14.3125rem;top:27.375rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:34.5rem;height:6.5rem;top:9.125rem;left:6.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:34.5rem;height:1.2999125rem;top:16.943359375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:31.375rem;height:3.3125rem;top:20.15625rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.73125rem;padding-right:0.654375rem;padding-bottom:0.73125rem;padding-left:0.654375rem;width:3.928125rem;min-width:3.928125rem;height:3.9275rem;font-size:2.923125rem;line-height:62.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.238125rem;height:1.5525rem;font-size:1.09625rem;line-height:24.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:24.9375rem;height:7.3984375rem;top:42.9375rem;left:10.66015625rem;padding-top:0.734375rem;padding-right:0.745rem;padding-bottom:0.734375rem;padding-left:0.745rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 1199px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:22.75rem;left:35.71875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:22.75rem;left:43.529296875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:22.75rem;left:47.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:47.75rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:46.25rem;height:6.6484375rem;top:1.8125rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { width:46.1875rem;height:12rem;top:10.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:11.375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:33.5625rem;height:7.125rem;top:13.625rem;left:2.5rem;font-size:1.25rem;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:34.9370625rem;height:1.94921875rem;top:1.4605007171631rem;left:6.4051654338837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:11.125rem;height:20.0625rem;top:1.7491302490234rem;left:0.24956595897674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:4.5rem;height:4.1875rem;top:3.5rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:10.125rem;height:7.7988125rem;top:8.662109375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:11.125rem;height:20.0625rem;top:1.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:10.125rem;height:6.499rem;top:9.3125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:3.75rem;height:4.375rem;top:3.375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:11.125rem;height:20.0625rem;top:1.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:10.125rem;height:11.69825rem;top:9.3125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:5.625rem;height:4.25rem;top:3.4375rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:11.125rem;height:19.9375rem;top:1.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:10.125rem;height:9.099375rem;top:9.3125rem;left:36.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:5.0625rem;height:4.6875rem;top:3.25rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:34.9375rem;height:1.94921875rem;top:1.462890625rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:47.75rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:46.749125rem;height:3.25rem;top:2.0312519073486rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:47.75rem;height:6.9375rem;top:6.8122863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:47.1875rem;height:5.19921875rem;top:8.3747863769531rem;left:0.56206595897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:35.5rem;height:15.4375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.2999125rem;top:16.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:33.5rem;height:7.749rem;top:19rem;left:0.9375rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { width:11.4375rem;height:15.4375rem;top:14.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtQU7tswOlJmPKTRqTScPmdxt84F40xw { width:16.4375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:47.75rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:46.75rem;height:3.25rem;top:2.060546875rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:47.75rem;height:5.5rem;top:6.7491455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:47.1875rem;height:3.8994125rem;top:8.1868591308594rem;left:0.56206595897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:35.5rem;height:13.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.2999125rem;top:14.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:33.5rem;height:7.749rem;top:16.625rem;left:1.0625rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { width:11.4375rem;height:12.4375rem;top:13.061859130859rem;left:36.311849355697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { width:16.4375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:47.75rem;height:4.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:46.75rem;height:3.25rem;top:2.0941848754883rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:47.75rem;height:5.5rem;top:6.93684387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:47.1875rem;height:3.8994125rem;top:7.7373046875rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { width:35.5rem;height:13.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { width:17.4375rem;height:1.2999125rem;top:15.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { width:33.5rem;height:7.7495625rem;top:17.625rem;left:0.9375rem;font-size:1rem;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #LgtocXEX1T55iX91XUDVExUIompy8HZb { width:11.4375rem;height:13.9375rem;top:13.25rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pep7PuLwLouT6nLpiczB9F9UOQkctEIP { width:16.375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:47.75rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:45.9375rem;height:3.25rem;top:1.8125rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:47.75rem;height:6rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:47.25rem;height:3.8994125rem;top:7.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:35.5rem;height:12.5rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.29980625rem;top:15.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:33.5rem;height:7.749rem;top:17.625rem;left:1.0625rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #Odoy3k251GHynVNb3oa9GuxUXhdNKONC { width:10.1875rem;height:12.4375rem;top:14.0625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { width:16.4375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { width:18.2498125rem;height:3.31163125rem;top:1.6243476867676rem;left:14.749349355698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block; }
 }@media only screen and (max-width: 1199px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:47.75rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:47.75rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:46.75rem;height:1.625rem;top:2.0605354309082rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:47.75rem;height:5.625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:47.1875rem;height:3.8994125rem;top:6.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:35.5rem;height:13.875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.29980625rem;top:14.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:33.5rem;height:7.749rem;top:16.9375rem;left:0.9375rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { width:11.4375rem;height:13.8125rem;top:12.5625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { width:16.375rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:47.75rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:47.75rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:46.75rem;height:1.625rem;top:2.0930824279785rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:47.75rem;height:5.1875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:47.1875rem;height:3.8994125rem;top:6.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:35.5rem;height:14.4375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.29980625rem;top:13.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:33.5rem;height:6.44925rem;top:15.6875rem;left:1.125rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { width:10.1875rem;height:12.4375rem;top:11.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { width:16.4375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { width:47.75rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfPcysATVG8sUafxXcXa9aRXboTJfF5r { width:47.75rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { width:46.75rem;height:1.625rem;top:2.0616283416748rem;left:0.50021708011627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:47.75rem;height:5.375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:47.1875rem;height:2.5996125rem;top:7.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iApTdW3TdsXKe6vMt7fCO4lB660sGLKf { width:35.5rem;height:13.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLkZ0CpHRskb458AMUNJs8M2GbSGzlTU { width:17.4375rem;height:1.29980625rem;top:13.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rub2LPLvORySvGs9OEDVohoVGmU3EkXF { width:33.5rem;height:7.749rem;top:16.1875rem;left:0.9375rem;font-size:1rem;display:block; }#rub2LPLvORySvGs9OEDVohoVGmU3EkXF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 1199px) { #ME0D7PubrUvuK5VZAwLErfbNXIRsw7JA { width:10.1875rem;height:13.8125rem;top:11.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlTdVmTDOvdsVb1aZJF5d8GGVaDJCRSo { width:16.375rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:18.25rem;height:3.3125rem;top:1.53125rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 1199px) { #zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { width:34.9375rem;height:1.94921875rem;top:1.462890625rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:23.5615rem;height:5.19921875rem;top:6.4609375rem;left:24.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:3.25rem;top:2.1875rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF0XfVnRPH8GeEh6yth4f6CErkGRJLBu { width:23.0615rem;height:10.3984375rem;top:6.4609375rem;left:0.4052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIq610tbdteimcAcyiOrWITw7uzEiTP7 { width:21.6865rem;height:1.625rem;top:3rem;left:24.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpXKg9gtcHCJTnzI09WsT8fcre4Z4HtL { width:23.375rem;height:17.625rem;top:0.681640625rem;left:0.248046875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:23.375rem;height:17.5625rem;top:0.6787109375rem;left:24.123046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa { display:block; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gJRCQDURBfwsIDCwXhBz5Im3bokLCc3F { width:22.749rem;height:7.7988125rem;top:5.7294921875rem;left:0.5625rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNH7uiE5cVLAaxD3pN4Nd4pAupBd9O4Q { width:12.5rem;height:1.625rem;top:2.75390625rem;left:29.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVF3JQl0NWuSmltkz7B3pwGCVv5J5Qdm { width:20.6865rem;height:9.098625rem;top:5.7294921875rem;left:25.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnZw6oHR7nFiBTWPbvKK5Ncwrl9ilUKG { width:16.5625rem;height:3.25rem;top:1.9422721862793rem;left:3.6555993556976rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKnI74dQdp2MyQ9JTgBiJvu2KM4CAWWh { width:23.375rem;height:14.875rem;top:0.78125rem;left:0.248046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTrZ1ODyqNFnOaABuXU6cC0qfHxup15S { width:23.375rem;height:14.9375rem;top:0.78125rem;left:24.123046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC { display:block; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A04hLXl1edhtX28aacSZ1IaGUPwzQkhA { width:22.749rem;height:9.098625rem;top:5.8720703125rem;left:0.5625rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #M3lWw2R4feEDaZg13Kve9kDJE9F6XmqO { width:12.5rem;height:3.25rem;top:1.9390182495118rem;left:29.561633825302rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cB4B6wqn7u4K9eHIqDcrN6RmeeJcwOOC { width:20.6865rem;height:15.597625rem;top:5.8720703125rem;left:25.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sP73t9RsRvO5iPkzHALmVGKqhToFQabz { width:16.5625rem;height:3.25rem;top:1.9422721862793rem;left:3.6555993556976rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWeSsJL2SNrWFMD7uvdM0pK1R7QEB4TN { width:23.375rem;height:21.625rem;top:0.78125rem;left:0.248046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3lSrHaWSkwJnO8g5lb0QfyF1Vz1KuxW { width:23.375rem;height:21.625rem;top:0.78125rem;left:24.123046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:28.75rem;top:9.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:45.875rem;top:6.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:47.75rem;height:4.5rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.65625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.847675rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:20rem;height:6.3369375rem;top:1.8935546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:20rem;height:25.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:18.3125rem;height:11.8125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:20rem;height:11.375rem;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:18.25rem;height:2.5996125rem;top:25.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:18.9995625rem;height:3.75rem;top:29.8125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:0.9375rem;height:0.9375rem;top:29.22363125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:18rem;height:5.0625rem;top:50.0625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 763px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:24.03613125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:22.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:22.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:20rem;height:16.621125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { width:20rem;height:19.25rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:20.1875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:19.0625rem;height:14.51175rem;top:22.5625rem;left:0.5rem;font-size:1.1875rem;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:18.75rem;height:2.2744125rem;top:1.0492630004882rem;left:0.62500005960463rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:17.5625rem;height:15.1875rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:3.9375rem;height:3.6875rem;top:2.8125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:15.125rem;height:5.19965625rem;top:8.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:17.5625rem;height:15.1875rem;top:17.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:16rem;height:3.8997375rem;top:25.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:3.5rem;height:4.125rem;top:19.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:17.5625rem;height:15.1875rem;top:34.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:14.875rem;height:6.499rem;top:41.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:4.6875rem;height:3.5625rem;top:36.6875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:17.5625rem;height:15.1875rem;top:51rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:14rem;height:6.4995625rem;top:58.5625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:4.8125rem;height:4.4375rem;top:52.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:18.75rem;height:2.2744125rem;top:1.05078125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:18.75rem;height:6.5rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:20rem;height:13rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:18.936625rem;height:11.69825rem;top:10.316841125488rem;left:0.53059905767441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:19.875rem;height:16rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.29980625rem;top:24.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:17.8125rem;height:11.6484375rem;top:26.6875rem;left:1.0625rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { width:16.375rem;height:22.125rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtQU7tswOlJmPKTRqTScPmdxt84F40xw { top:41.3125rem;left:1.75rem;width:16.4365rem;height:12.749rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:20rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:18.75rem;height:6.5rem;top:2.062707901001rem;left:0.62500005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:20rem;height:9rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:18.9365rem;height:7.7988125rem;top:11.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:19.875rem;height:17.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.29980625rem;top:21.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:17.8125rem;height:11.6484375rem;top:24rem;left:1.0625rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { width:11.4375rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { top:39.875rem;left:1.8125rem;width:16.436625rem;height:12.7495625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:20rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:18.75rem;height:6.5rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:20rem;height:13.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:18.9375rem;height:11.69825rem;top:10.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { width:19.875rem;height:17.25rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { width:17.4375rem;height:1.29980625rem;top:24.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { width:17.8125rem;height:11.6484375rem;top:27.25rem;left:1.0625rem;font-size:1rem;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #LgtocXEX1T55iX91XUDVExUIompy8HZb { width:11.4375rem;height:13.9375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pep7PuLwLouT6nLpiczB9F9UOQkctEIP { top:42.5rem;left:1.8125rem;width:16.3748125rem;height:12.7495625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:20rem;height:6.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:20rem;height:10.5rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:18.9375rem;height:9.098625rem;top:9.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:19.875rem;height:15.9375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.29980625rem;top:21rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:17.8125rem;height:11.6484375rem;top:23.375rem;left:1.125rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #Odoy3k251GHynVNb3oa9GuxUXhdNKONC { width:10.1875rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { top:37.1875rem;left:1.75rem;width:16.436625rem;height:12.7495625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { width:1.6875rem;height:1.6875rem;top:3.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { width:17.6875rem;height:4.375rem;top:1.25rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block; }
 }@media only screen and (max-width: 763px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:20rem;height:10.3125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:18.936625rem;height:9.098625rem;top:9.4375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:19.875rem;height:16.125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.29980625rem;top:20.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:17.8125rem;height:11.6484375rem;top:23.125rem;left:1.125rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { width:11.4375rem;height:13.8125rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { top:37.875rem;left:1.8115234375rem;width:16.374rem;height:12.6865rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:20rem;height:12.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:18.936625rem;height:10.3984375rem;top:9.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:19.875rem;height:16.1875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.29980625rem;top:23rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:17.8125rem;height:11.6484375rem;top:25.25rem;left:1.09375rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { width:10.1875rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { top:39.3125rem;left:1.75rem;width:16.436625rem;height:12.7495625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfPcysATVG8sUafxXcXa9aRXboTJfF5r { width:20rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { width:18.75rem;height:3.25rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:20rem;height:9.5rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:18.936625rem;height:7.7988125rem;top:7.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iApTdW3TdsXKe6vMt7fCO4lB660sGLKf { width:19.875rem;height:15.75rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLkZ0CpHRskb458AMUNJs8M2GbSGzlTU { width:17.4375rem;height:1.29980625rem;top:18.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rub2LPLvORySvGs9OEDVohoVGmU3EkXF { width:17.8125rem;height:11.6484375rem;top:20.5625rem;left:1.125rem;font-size:1rem;display:block; }#rub2LPLvORySvGs9OEDVohoVGmU3EkXF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/183b308f-5257-4599-9b29-539b670156f5/li21.png); }
 }@media only screen and (max-width: 763px) { #ME0D7PubrUvuK5VZAwLErfbNXIRsw7JA { width:10.1875rem;height:13.8125rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlTdVmTDOvdsVb1aZJF5d8GGVaDJCRSo { top:34.4365234375rem;left:1.8115234375rem;width:16.374rem;height:12.6865rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.6875rem;height:1.6875rem;top:3.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:17.686625rem;height:4.375rem;top:1.125rem;left:1.1566841006279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 763px) { #zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { width:18.75rem;height:2.2744125rem;top:1.049280166626rem;left:0.62500005960463rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:20rem;height:5.19921875rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:3.25rem;top:2.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0XfVnRPH8GeEh6yth4f6CErkGRJLBu { width:20rem;height:12.9980625rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIq610tbdteimcAcyiOrWITw7uzEiTP7 { width:19.561625rem;height:1.625rem;top:15.6875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXKg9gtcHCJTnzI09WsT8fcre4Z4HtL { width:20rem;height:18rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:20rem;height:11.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa { display:block; }#IxTazo1SfCXb6DeRPq5TTJT2mf0pgoEa > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJRCQDURBfwsIDCwXhBz5Im3bokLCc3F { width:20rem;height:7.7988125rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNH7uiE5cVLAaxD3pN4Nd4pAupBd9O4Q { width:12.5rem;height:1.625rem;top:2.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVF3JQl0NWuSmltkz7B3pwGCVv5J5Qdm { width:19.375rem;height:10.3984375rem;top:19.595242738724rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZw6oHR7nFiBTWPbvKK5Ncwrl9ilUKG { width:19.561625rem;height:1.625rem;top:17.187501192093rem;left:0.21918404102326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnI74dQdp2MyQ9JTgBiJvu2KM4CAWWh { width:20rem;height:14.875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrZ1ODyqNFnOaABuXU6cC0qfHxup15S { width:20rem;height:13.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC { display:block; }#BCzvqIPMpk4hs7a3ELRQ1T43nRxMfHAC > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A04hLXl1edhtX28aacSZ1IaGUPwzQkhA { width:20rem;height:9.099375rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3lWw2R4feEDaZg13Kve9kDJE9F6XmqO { width:14.375rem;height:1.625rem;top:2.3125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB4B6wqn7u4K9eHIqDcrN6RmeeJcwOOC { width:19.375rem;height:16.8974375rem;top:20.9697265625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP73t9RsRvO5iPkzHALmVGKqhToFQabz { width:19.561625rem;height:3.25rem;top:17.187501192093rem;left:0.21918404102326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWeSsJL2SNrWFMD7uvdM0pK1R7QEB4TN { width:20rem;height:22.8125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3lSrHaWSkwJnO8g5lb0QfyF1Vz1KuxW { width:20rem;height:13.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:38.125rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:52.25rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:20rem;height:8.93554375rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.686875rem;height:2.1875rem;top:1.3107681274414rem;left:4.6560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:4.4835052490234rem;left:0rem;font-size:0.75rem;display:block; }
 }