.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1a1a1c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/63cc3a3a-e512-4f09-8a67-50236ee69f89/LT.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:formular;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.125rem;left:21.875rem;display:block; }
#Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"go3 font";font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.75rem;left:0.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:formular;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.0625rem;left:11.875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#rzF9x2hEJaO9gnkM1omQL9ar3IgbBhex { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.9375rem;top:1.5625rem;left:1.625rem;overflow:hidden;display:block; }
#MGsuphXtdpUcawrvN8e7w1p0Hk5RZUqa { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"go3 font";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:32.75rem;left:2.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SgcaeSJ0yIgLXkeD8mNxryovTJOQlTnK { position:absolute;display:block;z-index:15013;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:6.125rem;width:12.5rem;top:0.4375rem;left:45.243053436279rem;overflow:hidden;display:block; }
#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container { background-color: transparent; background-image: none; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container > .video-iframe-container { display: none; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row > .video-iframe-container { display: none; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .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); }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container { border-width: 0; border-radius: 0; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"go3 font";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9.21875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container { background-color: transparent; background-image: none; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container > .video-iframe-container { display: none; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row > .video-iframe-container { display: none; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .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); }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container { border-width: 0; border-radius: 0; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#LPqa8y9l3NnriJbZeZRgOQLE9ipVcPOh { position:absolute;display:block;z-index:15172;height:31.25rem;width:60rem;top:0.4375rem;left:0rem;display:block; }
#TGE1SATtUW192wvIhBqFaS8JvirqfWly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container { background-color: transparent; background-image: none; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container > .video-iframe-container { display: none; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row > .video-iframe-container { display: none; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .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); }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container { border-width: 0; border-radius: 0; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#qOdlkvvciC4W6DZ4FFgCSz7mpCSSr2DX { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:formular;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.53298568725586rem;left:21.875rem;display:block; }
#S8dIoxasoTJRQzEIZtUTkn50iuGdXyVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3cc4d6-dea4-41aa-984a-0373a2b5779b/GradientTopoLinesBackground1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r.adaptive-delivery-prevent-bg, #cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r.lazyload, #cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r.lazyloading { background-image: none; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container { background-color: transparent; background-image: none; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container > .video-iframe-container { display: none; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row > .video-iframe-container { display: none; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .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); }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container { border-width: 0; border-radius: 0; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#FQozSbTsGesrZfmqMmIlwwal1CWR84LT { box-sizing:content-box;height:32.5625rem;width:21rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f2f2, #b6b6b6);background-image: -moz-linear-gradient(180deg, #f2f2f2, #b6b6b6);background-image: -ms-linear-gradient(180deg, #f2f2f2, #b6b6b6);background-image: -o-linear-gradient(180deg, #f2f2f2, #b6b6b6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#b6b6b6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#b6b6b6' );";background-image: linear-gradient(180deg, #f2f2f2, #b6b6b6);background-size:cover !important;top:5.4375rem;left:4.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tA1P52L3LbWMVxwsiGtbmHCk7C4K4aND { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:formular;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#en6u7rF0gB5w1IAWfSDKoWvE5HLFf31c { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:formular;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.625rem;left:8.4375rem;display:block; }
#W8p1WUBBX0wxQlJ0B82JKk0lgQaIilP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vqa4nrQbnka7onAb8wTMDRTqT9WPmhdx { color:#000000;display:block;width:13.5rem;position:absolute;font-family:formular;font-size:3.4375rem;font-weight:normal;z-index:15038;line-height:.9;letter-spacing:0;top:14.25rem;left:8.25rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#c611DE71bMFqJzpupv8JHBTVi8LxAV8p { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.375rem;left:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KseqSdret8V0uqcEph9T6vlv0ofotbol { box-sizing:content-box;height:25.9375rem;width:21rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff0000, #ae0000);background-image: -moz-linear-gradient(90deg, #ff0000, #ae0000);background-image: -ms-linear-gradient(90deg, #ff0000, #ae0000);background-image: -o-linear-gradient(90deg, #ff0000, #ae0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ae0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ae0000' );";background-image: linear-gradient(90deg, #ff0000, #ae0000);background-size:contain !important;top:12.375rem;left:4.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tzyQbfU4RVvEnlSCMGTOPQyuvyZT4D3I { box-sizing:content-box;height:4.875rem;width:3.75rem;position:absolute;display:block;z-index:15040;background-color:#b9b9b9;background-image:none;top:8.6875rem;left:13.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
#ROffA9A58vxWyPXKmibzsDTiGH1VUWv2 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15041;background-color:#b9b9b9;background-image:none;top:23.375rem;left:5.625rem;display:block; }
#J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.25rem;left:5.625rem;height:;display:block; }#J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae9c08a02d87949c696452d48bf400218ef5446d.svg); }
#IeOpnRRE3nherRHRdabTsdTaBZf0rReW { color:#6d6d6d;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:25.625rem;left:5.625rem;height:;display:block; }#IeOpnRRE3nherRHRdabTsdTaBZf0rReW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IeOpnRRE3nherRHRdabTsdTaBZf0rReW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e006d1557e2832f367d8c5b4ac7e64b64f9cc51f.svg); }
#EfS3DQeIDV7lIx7wJNXGI1255LCsTpE2 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:36.125rem;left:9.0625rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gdStPpee1P6yoS8vchqJrgJoZkaydMsI { box-sizing:content-box;height:10.6875rem;width:10.6875rem;position:absolute;display:block;z-index:14991;background-color:#000000;background-image:none;top:10.4375rem;left:33.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZInsZxPJPgTLEaUV9MKoLWOsqernwO8O { box-sizing:content-box;height:10.6875rem;width:10.6875rem;position:absolute;display:block;z-index:14990;background-color:#000000;background-image:none;top:10.4375rem;left:45.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#RIXkofTiCJhSLAKP7eCqnNezQPxSzzFT { color:#959595;display:block;width:8rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:16rem;left:34.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#HUOIsAuERxqqndgwu5lFfDmeaUMM6b9L { color:#959595;display:block;width:9.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:16rem;left:46.625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#t0Bp3e1rT1vhlMQktPRTqslkGrKhF8QC { box-sizing:content-box;height:10.6875rem;width:10.6875rem;position:absolute;display:block;z-index:14989;background-color:#000000;background-image:none;top:22.5rem;left:45.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#kGd5RsyIoyl4XlmrPW0fwh2RBAHakgm1 { color:#959595;display:block;width:9.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:28.125rem;left:46.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#MM3Hut2A2TezvmfLTpGzzSz5VuJnhae6 { box-sizing:content-box;height:10.6875rem;width:10.6875rem;position:absolute;display:block;z-index:14988;background-color:#000000;background-image:none;top:22.5625rem;left:33.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yuTnBNZUFyThMya5PMiRsgNxAb3NuSfL { color:#959595;display:block;width:8rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:28.125rem;left:34.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#sBL7y6vXZ9TovV4GATz7fDZ80yAiT2IB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.5625rem;top:11.5625rem;left:37.5rem;overflow:hidden;display:block; }
#ibAhscmTr7RutT5yc2hDUvt3LVlrgeg2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:12.125rem;left:49.1875rem;overflow:hidden;display:block; }
#HeNMpPCW50eSlZgCyBqlZmw5KaP2JI7g { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.3125rem;top:24.1875rem;left:49.5rem;overflow:hidden;display:block; }
#iq6xhlJS8ZlkMfXW1nl122vcJ8absnWx { position:absolute;display:block;z-index:15017;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:3.1875rem;width:3.25rem;top:24rem;left:37.125rem;overflow:hidden;display:block; }
#X9PQTDyAuNGN9qMfGoTg0BDX4nCvWBbK { position:absolute;display:block;z-index:15053;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.1875rem;width:2.1875rem;top:10.0625rem;left:13.9375rem;overflow:hidden;display:block; }
#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { border-top:0.3125rem solid #1a1a1c;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { background-color: transparent; background-image: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container > .video-iframe-container { display: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container { display: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .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); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { border-width: 0; border-radius: 0; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:4.875rem;top:1.9375rem;left:2rem;overflow:hidden;display:block; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.8359375rem;left:49.562503814698rem; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.8359375rem;left:56.625003814698rem; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.8359375rem;left:53.250003814698rem; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.1);background-image:none;top:14.1875rem;left:0rem;display:block; }
#wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { color:rgba(255,255,255,0.6);display:block;width:13.125rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:45.055553436279rem;height:1.3rem;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; }
#hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2rem;height:1.3rem;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; }
#CETplJbZAdpO39WztBZT5p1ykiXagmIg { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2rem;height:1.3rem;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; }
#ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.625rem;left:2rem;height:1.3rem;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; }
#HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.4375rem;height:1.3rem;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; }
#iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.1875rem;left:13.4375rem;height:2.5996125rem;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; }
#y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { color:rgba(255,255,255,0.6);display:block;width:7.8125rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:2rem;height:1.3rem;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; }
#g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { color:rgba(255,255,255,0.6);display:block;width:5rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0615234375rem;left:13.4375rem;height:1.3rem;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; }
#BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { color:rgba(255,255,255,0.6);display:block;width:10.375rem;position:absolute;font-family:formular;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:21.625rem;height:1.3rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { width:16.25rem;height:3.25rem;top:37.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block; }
 }@media only screen and (max-width: 763px) { #LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { top:30.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { top:34.0625rem;left:5.75rem;width:36.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzF9x2hEJaO9gnkM1omQL9ar3IgbBhex { top:1.5625rem;left:0rem;width:8.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsuphXtdpUcawrvN8e7w1p0Hk5RZUqa { top:32.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgcaeSJ0yIgLXkeD8mNxryovTJOQlTnK { top:0.4375rem;left:35.25rem;width:12.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW { display:block; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { top:5.1875rem;left:3.09375rem;width:41.5625rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld { display:block; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPqa8y9l3NnriJbZeZRgOQLE9ipVcPOh { top:0.4375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGE1SATtUW192wvIhBqFaS8JvirqfWly { display:block; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOdlkvvciC4W6DZ4FFgCSz7mpCSSr2DX { width:16.25rem;height:3.25rem;top:0.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8dIoxasoTJRQzEIZtUTkn50iuGdXyVm { display:block; }
 }@media only screen and (max-width: 763px) { #cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r { display:block; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQozSbTsGesrZfmqMmIlwwal1CWR84LT { top:5.4375rem;left:1.4375rem;width:21rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1P52L3LbWMVxwsiGtbmHCk7C4K4aND { top:6.125rem;left:3.4375rem;width:17.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #en6u7rF0gB5w1IAWfSDKoWvE5HLFf31c { width:13.125rem;height:2.8125rem;top:19.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8p1WUBBX0wxQlJ0B82JKk0lgQaIilP5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa4nrQbnka7onAb8wTMDRTqT9WPmhdx { top:14.25rem;left:5.1875rem;width:13.5rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c611DE71bMFqJzpupv8JHBTVi8LxAV8p { top:17.375rem;left:9.75rem;width:4.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseqSdret8V0uqcEph9T6vlv0ofotbol { top:12.375rem;left:1.4375rem;width:21rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyQbfU4RVvEnlSCMGTOPQyuvyZT4D3I { top:8.6875rem;left:10.0625rem;width:3.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROffA9A58vxWyPXKmibzsDTiGH1VUWv2 { top:23.375rem;left:2.5625rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh { top:24.25rem;left:2.5625rem;width:18.75rem;height:;font-size:0.75rem;display:block; }#J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae9c08a02d87949c696452d48bf400218ef5446d.svg); }
 }@media only screen and (max-width: 763px) { #IeOpnRRE3nherRHRdabTsdTaBZf0rReW { top:25.625rem;left:2.5625rem;width:18.75rem;height:;font-size:0.75rem;display:block; }#IeOpnRRE3nherRHRdabTsdTaBZf0rReW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e006d1557e2832f367d8c5b4ac7e64b64f9cc51f.svg); }
 }@media only screen and (max-width: 763px) { #EfS3DQeIDV7lIx7wJNXGI1255LCsTpE2 { top:36.125rem;left:6rem;width:11.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdStPpee1P6yoS8vchqJrgJoZkaydMsI { top:10.4375rem;left:24.25rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZInsZxPJPgTLEaUV9MKoLWOsqernwO8O { top:10.4375rem;left:36.625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXkofTiCJhSLAKP7eCqnNezQPxSzzFT { top:16rem;left:25.562501907349rem;width:8rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUOIsAuERxqqndgwu5lFfDmeaUMM6b9L { top:16rem;left:37.4375rem;width:9.0625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Bp3e1rT1vhlMQktPRTqslkGrKhF8QC { top:22.5rem;left:36.625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGd5RsyIoyl4XlmrPW0fwh2RBAHakgm1 { top:28.125rem;left:37.4375rem;width:9.0625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM3Hut2A2TezvmfLTpGzzSz5VuJnhae6 { top:22.5625rem;left:24.25rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTnBNZUFyThMya5PMiRsgNxAb3NuSfL { top:28.125rem;left:25.5625rem;width:8rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBL7y6vXZ9TovV4GATz7fDZ80yAiT2IB { top:11.5625rem;left:28.3125rem;width:2.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibAhscmTr7RutT5yc2hDUvt3LVlrgeg2 { top:12.125rem;left:40rem;width:3.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeNMpPCW50eSlZgCyBqlZmw5KaP2JI7g { top:24.1875rem;left:40.3125rem;width:3.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6xhlJS8ZlkMfXW1nl122vcJ8absnWx { top:24rem;left:27.9375rem;width:3.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9PQTDyAuNGN9qMfGoTg0BDX4nCvWBbK { top:10.0625rem;left:10.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { display:block; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { top:1.9375rem;left:0rem;width:4.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { top:5.8125rem;left:43.437503814698rem;width:1.5rem;height:1.5rem;display:block; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { top:5.8125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { top:5.8125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { top:14.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { top:15rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { top:5.9375rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETplJbZAdpO39WztBZT5p1ykiXagmIg { top:8.1875rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { top:10.625rem;left:0rem;width:4.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { top:5.9375rem;left:7.3125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { top:8.1875rem;left:7.3125rem;width:10.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { top:15rem;left:0rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { top:15rem;left:7.3125rem;width:5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { top:15rem;left:15.5rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/61338ad6-96b5-4d6f-ae8a-d829c703bfc6/LTmob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { width:15.25rem;height:2.8125rem;top:30.25rem;left:2.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block; }
 }@media only screen and (max-width: 763px) { #LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { width:19.9375rem;height:6.1875rem;top:19.25rem;left:0rem;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { width:16.9375rem;height:2.4375rem;top:26.0625rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzF9x2hEJaO9gnkM1omQL9ar3IgbBhex { width:6.5625rem;height:2.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsuphXtdpUcawrvN8e7w1p0Hk5RZUqa { width:17.9375rem;height:0;top:22.9375rem;left:3.4652777910232rem;font-size:1.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #SgcaeSJ0yIgLXkeD8mNxryovTJOQlTnK { width:7.625rem;height:3.6875rem;top:1.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW { display:block; }#aP1zMzoRJ0BmD1cbPwuhzNhT3Vpuy4yW > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { width:19.3125rem;height:3.4375rem;top:2.046875rem;left:0.34375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld { display:block; }#UhJrF5cr9AlQTy0DbfKddT2s7rOvoUld > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPqa8y9l3NnriJbZeZRgOQLE9ipVcPOh { width:20rem;height:31.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGE1SATtUW192wvIhBqFaS8JvirqfWly { display:block; }#TGE1SATtUW192wvIhBqFaS8JvirqfWly > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOdlkvvciC4W6DZ4FFgCSz7mpCSSr2DX { width:13.125rem;height:2.8125rem;top:0.5625rem;left:3.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #S8dIoxasoTJRQzEIZtUTkn50iuGdXyVm { display:block; }
 }@media only screen and (max-width: 763px) { #cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r { display:block; }#cQbrxppTTKl5MWhO4wdEFOK77dCXnG5r > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQozSbTsGesrZfmqMmIlwwal1CWR84LT { width:17.375rem;height:29rem;top:2.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1P52L3LbWMVxwsiGtbmHCk7C4K4aND { width:14.875rem;height:1.625rem;top:3.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #en6u7rF0gB5w1IAWfSDKoWvE5HLFf31c { width:13.125rem;height:2.8125rem;top:16.0625rem;left:3.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #W8p1WUBBX0wxQlJ0B82JKk0lgQaIilP5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vqa4nrQbnka7onAb8wTMDRTqT9WPmhdx { width:13.5rem;height:2.25rem;top:11.75rem;left:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c611DE71bMFqJzpupv8JHBTVi8LxAV8p { width:4.4375rem;height:1.13720625rem;top:14rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KseqSdret8V0uqcEph9T6vlv0ofotbol { width:17.375rem;height:19.5rem;top:12.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyQbfU4RVvEnlSCMGTOPQyuvyZT4D3I { width:3.75rem;height:4.875rem;top:6rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROffA9A58vxWyPXKmibzsDTiGH1VUWv2 { width:15.625rem;height:0.125rem;top:20rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh { width:15.625rem;height:0.9746125rem;top:20.9375rem;left:2.1875rem;font-size:0.75rem;display:block; }#J8TR3tN4L5g7tnue2wkzXXWuK4uO58eh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae9c08a02d87949c696452d48bf400218ef5446d.svg); }
 }@media only screen and (max-width: 763px) { #IeOpnRRE3nherRHRdabTsdTaBZf0rReW { width:15.625rem;height:6.12305rem;top:22.3125rem;left:2.1875rem;font-size:0.75rem;display:block; }#IeOpnRRE3nherRHRdabTsdTaBZf0rReW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e006d1557e2832f367d8c5b4ac7e64b64f9cc51f.svg); }
 }@media only screen and (max-width: 763px) { #EfS3DQeIDV7lIx7wJNXGI1255LCsTpE2 { width:11.875rem;height:0.9746125rem;top:30.625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdStPpee1P6yoS8vchqJrgJoZkaydMsI { width:8.125rem;height:8.125rem;top:34rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZInsZxPJPgTLEaUV9MKoLWOsqernwO8O { width:8.125rem;height:8.125rem;top:34rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXkofTiCJhSLAKP7eCqnNezQPxSzzFT { width:7.5rem;height:1.6494125rem;top:39.0625rem;left:1.625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HUOIsAuERxqqndgwu5lFfDmeaUMM6b9L { width:7.3125rem;height:2.47411875rem;top:39.125rem;left:11rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t0Bp3e1rT1vhlMQktPRTqslkGrKhF8QC { width:8.125rem;height:8.125rem;top:43.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGd5RsyIoyl4XlmrPW0fwh2RBAHakgm1 { width:6.8125rem;height:1.6494125rem;top:48.8125rem;left:11.3125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MM3Hut2A2TezvmfLTpGzzSz5VuJnhae6 { width:8.125rem;height:8.125rem;top:43.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTnBNZUFyThMya5PMiRsgNxAb3NuSfL { width:6.625rem;height:2.47411875rem;top:48.8125rem;left:2.0625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sBL7y6vXZ9TovV4GATz7fDZ80yAiT2IB { width:2.5625rem;height:3.4375rem;top:35.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibAhscmTr7RutT5yc2hDUvt3LVlrgeg2 { width:3.875rem;height:2.875rem;top:35.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeNMpPCW50eSlZgCyBqlZmw5KaP2JI7g { width:3.3125rem;height:3.125rem;top:44.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6xhlJS8ZlkMfXW1nl122vcJ8absnWx { width:3.25rem;height:3.1875rem;top:44.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9PQTDyAuNGN9qMfGoTg0BDX4nCvWBbK { width:2.1875rem;height:2.1875rem;top:7.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { display:block; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { width:4.875rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:0rem; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:3.1180557012558rem; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:5.8750001192093rem; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { width:20rem;height:0.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { width:13.25rem;height:1.29980625rem;top:30.875001430511rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { width:10.125rem;height:1.29980625rem;top:5.1744804382324rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETplJbZAdpO39WztBZT5p1ykiXagmIg { width:9.125rem;height:1.29980625rem;top:7.3342013359069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { width:4.5625rem;height:1.29980625rem;top:9.4973955154419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { width:11.9375rem;height:1.29980625rem;top:11.609374523163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { width:10.0625rem;height:2.5996125rem;top:13.759548664093rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { width:7.8125rem;height:1.29980625rem;top:21.881076812744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { width:4.5625rem;height:1.29980625rem;top:24.187500476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { width:10.375rem;height:1.29980625rem;top:26.750000476837rem;left:0rem;font-size:1rem;display:block; }
 }