.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:224,233,248;--color-primary-1:154,174,203;--color-primary-2:87,120,169;--color-primary-3:45,86,147;--color-primary-4:17,24,34;--color-secondary-0:243,225,238;--color-secondary-1:214,155,198;--color-secondary-2:173,55,140;--color-secondary-3:87,28,70;--color-secondary-4:26,8,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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.9375rem;width:75rem;position:relative;display:block; }#HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { box-sizing:content-box;height:5.125rem;width:36.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.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:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.86328125rem;left:1.28125rem;height:2.2744125rem;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:24.0625rem;width:36.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10.25rem;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(var(--color-tertiary-4),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.4375rem;width:35.9375rem;top:0rem;left:39.0625rem;overflow:hidden;display:block; }
#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.09375rem;left:1.09375rem;height:9.75rem;display:block; }
#dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:1.09375rem;height:1.29980625rem;display:block; }
#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:rgba(var(--color-secondary-2),1);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(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:27.9375rem;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:29.3125rem;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:rgba(var(--color-primary-3),1);background-image:none;color:rgba(var(--color-tertiary-0),1);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:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.3125rem;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:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.71875rem;left:0rem;height:14.959rem;display:block; }
#CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { box-sizing:content-box;height:18.25rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);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:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39.8125rem;height:13.9375rem;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); }
#Tk0NDHMGgsc9FbIMl06bhITKMHWy36c0 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.875rem;left:0rem;height:8.31055rem;display:block; }
#le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:29.875rem;left:0rem;height:7.5859375rem;display:block; }#le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg li:before{  }
#NO5hvXyJPV0a0tDTXhkvIfbvQn6ub1f8 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:39.1875rem;left:0rem;height:3.32421875rem;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; }
#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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:22rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:39.25rem;height:5.19921875rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;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:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);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; }
#UAplya111m3Hg4EAmCBOXzLLiCcPtphM { color:rgba(var(--color-tertiary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { box-sizing:content-box;height:10.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.80078125rem;left:16.71875rem;height:7.7988125rem;display:block; }
#zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { box-sizing:content-box;height:15.4375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.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;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.255859375rem;left:16.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#lNRfHIGpeekAliJteM8gIktVJpmlsSWS { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:16.78125rem;height:;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/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:16.3125rem;left:53.75rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);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; }
#QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.36328125rem;left:16.71875rem;height:5.19921875rem;display:block; }
#qHXAfuqDHvq00cMueHGikEO2lwCznyWL { box-sizing:content-box;height:12.4375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.4375rem;height:1.2999125rem;font-style:normal;display:block; }
#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.4375rem;height:7.749rem;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/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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.1875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);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; }
#B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#myIgx7m2i09v672ZvWnlFekc5pO66Fkt { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.150390625rem;left:16.71875rem;height:5.19921875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.80078125rem;left:16.71875rem;height:3.8994125rem;display:block; }
#ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { box-sizing:content-box;height:13.9375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#w58w8f0z4byECZL0HhopqUAerzWMAqvT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.4375rem;height:1.2999125rem;font-style:normal;display:block; }
#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.4375rem;height:;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/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:13.1875rem;left:15.5625rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-secondary-2),1);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(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;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:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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; }
#Pht2HU1LnicHToE67xhFVP5pv16QteST { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.150390625rem;left:16.71875rem;height:5.19921875rem;display:block; }
#MhuXirV0t0geNNJZQIKsWEBigK2lQciR { box-sizing:content-box;height:13.9375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.130859375rem;left:16.78125rem;height:1.2999125rem;font-style:normal;display:block; }
#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4375rem;left:16.78125rem;height:;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/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:13.1875rem;left:53.75rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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; }
#ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.80078125rem;left:16.71875rem;height:3.8994125rem;display:block; }
#qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { box-sizing:content-box;height:13.9375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.4375rem;height:1.2999125rem;font-style:normal;display:block; }
#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.4375rem;height:;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/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:13.1875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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; }
#MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.78125rem;height:1.625rem;font-style:normal;display:block; }
#SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.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; }
#ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.80078125rem;left:16.71875rem;height:3.8994125rem;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:rgba(var(--color-tertiary-0),1);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:3.125rem;left:42.8125rem;overflow:hidden;display:block; }
#fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { background-color:rgba(var(--color-secondary-2),1);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(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 { position:relative;display:none; }#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 { border-width: 0; border-radius: 0; }#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 > .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; }#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { box-sizing:content-box;height:12.3125rem;width:24.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:0.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; }
#AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:0.71875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#sLKQ5gy0KuOPy8CHnNycTZtlchyqviel { box-sizing:content-box;height:12.3125rem;width:24.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:25.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; }
#v20OmTvgTBLnzmJRnf8FvX7OEVJ4zWrc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:25.71875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#C1DR1xiUHcodvqxFMQM2OIv1rhu2lsOi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ENRGTkFTOzmufZomnQZUgg2mEAOaTz5H { box-sizing:content-box;height:12.3125rem;width:24.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.1875rem;left:50.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; }
#pqsN4zT7RL6zS5A8lfg779Syww3CLNPz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:50.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#iHtLXJQknSviO56utAddSm4R89cxfsyq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:52.0625rem;height:1.625rem;text-align:center;text-align-last:center;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:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.375rem;left:19.34375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:36.6875rem;height:5.125rem;top:1.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:32.4375rem;height:2.2744125rem;top:2.80078125rem;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:20.8125rem;top:7.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:25.9375rem;height:15.4375rem;top:28rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:34.5rem;height:9.75rem;top:8.6875rem;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.29980625rem;top:19.380859375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:31.375rem;height:3.3125rem;top:21.84375rem;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.39875rem;top:44.0625rem;left:9.19140625rem;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:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:46.25rem;height:11.63475rem;top:0.875rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { width:47.75rem;height:13.375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:39.8125rem;left:2.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:43.3125rem;height:9.0625rem;top:42.0625rem;left:2.21875rem;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) { #Tk0NDHMGgsc9FbIMl06bhITKMHWy36c0 { width:46.25rem;height:9.9726625rem;top:13.2666015625rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg { width:46.25rem;height:7.5859375rem;top:23.6875rem;left:0.75rem;font-size:1.1875rem;display:block; }#le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg li:before{  }
 }@media only screen and (max-width: 1199px) { #NO5hvXyJPV0a0tDTXhkvIfbvQn6ub1f8 { width:46.25rem;height:4.986325rem;top:31.75rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { 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) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:47.75rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:11.125rem;height:19.1875rem;top:1.75rem;left:0.25rem;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:19.1875rem;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:19.1875rem;top:1.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:10.125rem;height:7.7988125rem;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.1875rem;top:1.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:10.125rem;height:10.3984375rem;top:9.3125rem;left:36.71875rem;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:33.875rem;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:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:47.3125rem;height:1.625rem;top:2.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:47.75rem;height:10.5rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:47.25rem;height:7.7988125rem;top:6.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:35.5rem;height:15.4375rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.29980625rem;top:18.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:33.5rem;height:9.0488125rem;top:21.25rem;left:0.9375rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.png); }
 }@media only screen and (max-width: 1199px) { #n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { width:11.4375rem;height:15.4375rem;top:16.875rem;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:27.375rem;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:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:40.9375rem;height:1.625rem;top:2.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:47.75rem;height:7rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:47.375rem;height:5.19921875rem;top:6.3125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:35.5rem;height:12.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.29980625rem;top:14.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:34.375rem;height:7.749rem;top:16.9375rem;left:0.9375rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.png); }
 }@media only screen and (max-width: 1199px) { #UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { width:11.4375rem;height:12.4375rem;top:13.1875rem;left:36.3125rem;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;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:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:37.6875rem;height:1.625rem;top:2.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:47.75rem;height:7.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:46.4375rem;height:6.499rem;top:6.125rem;left:0.5rem;font-size:1rem;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:27.375rem;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:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:37.1875rem;height:1.625rem;top:2.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:47.75rem;height:7rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:47.625rem;height:3.8994125rem;top:6.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:35.5rem;height:12.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.29980625rem;top:14.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:33.5rem;height:7.749rem;top:16.9375rem;left:0.9375rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.png); }
 }@media only screen and (max-width: 1199px) { #Odoy3k251GHynVNb3oa9GuxUXhdNKONC { width:10.1875rem;height:12.4375rem;top:13.1875rem;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:7.0625rem;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.25rem;height:3.3125rem;top:1.53125rem;left:14.75rem;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;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:37.6875rem;height:1.625rem;top:2.125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:47.75rem;height:7rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:47.25rem;height:5.19921875rem;top:6.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:35.5rem;height:13.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.29980625rem;top:15.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:33.5rem;height:7.749rem;top:17.5625rem;left:0.9375rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.png); }
 }@media only screen and (max-width: 1199px) { #uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { width:11.4375rem;height:13.8125rem;top:13.1875rem;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.375rem;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:44.6875rem;height:1.625rem;top:2.125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:47.75rem;height:7rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:47.25rem;height:3.8994125rem;top:6.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:35.5rem;height:12.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.29980625rem;top:15.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:33.5rem;height:7.749rem;top:17.5625rem;left:0.9375rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.png); }
 }@media only screen and (max-width: 1199px) { #OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { width:10.1875rem;height:12.4375rem;top:13.1875rem;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;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:47.0625rem;height:1.625rem;top:2.125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:47.75rem;height:7rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:47.25rem;height:3.8994125rem;top:6.75rem;left:0.5rem;font-size:1rem;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:7.0625rem;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:none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:47.75rem;height:4.875rem;position:relative;display:none; } }@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) { #GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 { display:none; }#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 > .row .container { width:47.75rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:24.25rem;height:12.3125rem;top:1.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:1.625rem;top:3.5rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:23.5625rem;height:6.499rem;top:5.75rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLKQ5gy0KuOPy8CHnNycTZtlchyqviel { width:24.25rem;height:12.3125rem;top:14.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v20OmTvgTBLnzmJRnf8FvX7OEVJ4zWrc { width:23.5625rem;height:6.499rem;top:18.875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1DR1xiUHcodvqxFMQM2OIv1rhu2lsOi { width:21.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENRGTkFTOzmufZomnQZUgg2mEAOaTz5H { width:24.25rem;height:12.3125rem;top:28.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqsN4zT7RL6zS5A8lfg779Syww3CLNPz { width:23.5625rem;height:5.19921875rem;top:32rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHtLXJQknSviO56utAddSm4R89cxfsyq { width:21.75rem;height:1.625rem;top:29.8125rem;left:13rem;font-size:1.25rem;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.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:45.875rem;top:7.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:36.3125rem;height:3.736325rem;top:1.375rem;left:5.71875rem;font-size:1.4375rem;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:6.1875rem;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:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:20rem;height:5.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:20rem;height:4.548825rem;top:1.537109375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:20rem;height:30.875rem;top:8.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:20rem;height:11.930434782609rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:20rem;height:17.875rem;top:10.41113125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:18.25rem;height:2.5996125rem;top:29.35546875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:19rem;height:3.75rem;top:33.69140625rem;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:53.625rem;left:0.3125rem; }
 }@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:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:20rem;height:26.59375rem;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:24.3125rem;top:83.6445625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:84.5195625rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:20rem;height:20.4375rem;top:86.7695625rem;left:0rem;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: 763px) { #Tk0NDHMGgsc9FbIMl06bhITKMHWy36c0 { width:20rem;height:21.60745625rem;top:29.09375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg { width:20rem;height:15.8965rem;top:51.9511875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#le1SAMkEFTPqzTtWeW5y6AbsG0cgpxIg li:before{  }
 }@media only screen and (max-width: 763px) { #NO5hvXyJPV0a0tDTXhkvIfbvQn6ub1f8 { width:20rem;height:13.296875rem;top:69.0976875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:18.75rem;height:2.2744125rem;top:0.8125rem;left:0.625rem;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:69.3125rem;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.19921875rem;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.8994125rem;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:14rem;height:6.499rem;top:42.375rem;left:3rem;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:16.375rem;top:51rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:14rem;height:7.7988125rem;top:58.451171875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:4.8125rem;height:4.4375rem;top:52.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:18.75rem;height:2.2744125rem;top:0.8125rem;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:65.1875rem;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:6.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:18.75rem;height:4.875rem;top:1.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:20rem;height:22.3125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:18.9375rem;height:19.4970625rem;top:10.125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:19.875rem;height:17.25rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.29980625rem;top:33.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:17.8125rem;height:14.2480625rem;top:35.4375rem;left:1.125rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:51.5625rem;left:1.78125rem;width:16.4375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:20rem;height:60.5625rem;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:6.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { 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) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:20rem;height:16.5rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:18.9375rem;height:14.297875rem;top:9.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:19.875rem;height:17.25rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.29980625rem;top:27rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:17.8125rem;height:12.94825rem;top:29.375rem;left:1.125rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:45.9375rem;left:1.78125rem;width:16.4375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:20rem;height:39.625rem;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:4.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { 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) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:20rem;height:17.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:18.9375rem;height:15.597625rem;top:7.3125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pep7PuLwLouT6nLpiczB9F9UOQkctEIP { top:25.0625rem;left:1.8125rem;width:16.375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:20rem;height:56.5625rem;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.375rem;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:13.625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:18.9375rem;height:11.69825rem;top:9.8125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:19.875rem;height:17.25rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.29980625rem;top:24.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:17.8125rem;height:12.94825rem;top:26.8759765625rem;left:1.09375rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:41.6875rem;left:1.78125rem;width:16.4375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { width:20rem;height:7.0625rem;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:56.1875rem;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.625rem;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:13.5rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:18.9375rem;height:11.69825rem;top:9.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:19.875rem;height:17.25rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.29980625rem;top:23.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:17.8125rem;height:11.6484375rem;top:26.3125rem;left:1.125rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:41.125rem;left:1.8125rem;width:16.375rem;height:12.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:20rem;height:55.1875rem;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.5rem;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.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:18.9375rem;height:10.3984375rem;top:9.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:19.875rem;height:17.25rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.29980625rem;top:23.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:17.8125rem;height:14.2480625rem;top:25.875rem;left:1.125rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9e3e11f-11d3-44ff-9bc9-82a10dae297f/li2.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:40.6875rem;left:1.8125rem;width:16.4375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { width:20rem;height:39.125rem;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:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { 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) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:20rem;height:13.5625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:18.9375rem;height:11.69825rem;top:9.494140625rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlTdVmTDOvdsVb1aZJF5d8GGVaDJCRSo { top:24.5rem;left:1.8125rem;width:16.375rem;height:12.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:20rem;height:7.0625rem;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.6875rem;height:4.375rem;top:1.25rem;left:1.125rem;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:none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { width:18.75rem;height:2.2744125rem;top:0.8125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 { display:none; }#GqTskhuGNHvIWt2N9WbL8NR5Q4wO8UT8 > .row .container { width:20rem;height:41.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:1.625rem;top:2.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:20rem;height:7.7988125rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLKQ5gy0KuOPy8CHnNycTZtlchyqviel { width:20rem;height:12.3125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20OmTvgTBLnzmJRnf8FvX7OEVJ4zWrc { width:20rem;height:7.7988125rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1DR1xiUHcodvqxFMQM2OIv1rhu2lsOi { width:20rem;height:1.625rem;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENRGTkFTOzmufZomnQZUgg2mEAOaTz5H { width:20rem;height:12.3125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsN4zT7RL6zS5A8lfg779Syww3CLNPz { width:20rem;height:5.19921875rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHtLXJQknSviO56utAddSm4R89cxfsyq { width:20rem;height:1.625rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:67.5rem;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:55.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:20rem;height:5.60449375rem;top:0.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:5.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }