.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0.7);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); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);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; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { background-color: transparent; background-image: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container > .video-iframe-container { display: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row > .video-iframe-container { display: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .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); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { border-width: 0; border-radius: 0; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:75rem;position:relative;display:block; }#J9l1kuF8lQW9ztXuig9hyOqNZKWbqgmi { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:dinamit;font-size:10rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.6875rem;left:40rem;height:13rem;text-align:right;text-align-last:right;display:block; }
#VG7n83vGlvFfPyGhHbCK3Te5MRmI5cKJ { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:dinamit;font-size:11.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.375rem;left:0rem;height:14.625rem;text-align:right;text-align-last:right;display:block; }
#MNKUrhwP3SVvn20uzQxEKxB2OxWQMTaq { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:dinamit;font-size:10rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#TSLcOe1STlp9qbXIV2LkrD7EuInagZ9n { box-sizing:content-box;height:2.5rem;width:0.625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:18.5625rem;left:4.875rem;display:block; }
#H7X1zdC3PQg8POsIk5b4Hdx3HS8DNpZu { box-sizing:content-box;height:0.625rem;width:2.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:18.5625rem;left:4.875rem;display:block; }
#INuFDvCmzG32kKMqpfkkmTikurthIViW { box-sizing:content-box;height:0.625rem;width:2.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:44.8125rem;left:36.9375rem;display:block; }
#tGUTon0IgrFUx5k9kyBXspuBeVuNxwoH { box-sizing:content-box;height:2.5rem;width:0.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:42.9375rem;left:38.8125rem;display:block; }
#ZkafLynhPazfRKOxv6iWnanXtwmgJ3SV { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:dinamit;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:74.61328125rem;left:19.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tMTmEnXPko27McPcgThqG4p5ciaatfOr { box-sizing:content-box;height:8.25rem;width:51.25rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:15013;background-color:#000000;background-image:none;top:72.4375rem;left:11.875rem;display:block; }
#iPwUVq0KGDIXAwcE6qWk2kCExTIESpMT { box-sizing:content-box;height:11.0625rem;width:11.0625rem;position:absolute;display:block;z-index:14999;background-color:#fbdc5e;background-image:none;top:34.375rem;left:63.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#myXKC7FvvfymGsgVi3Ku4M5gN0a38lru { box-sizing:content-box;height:9.9375rem;width:9.9375rem;position:absolute;display:block;z-index:15001;background-color:#5d62fb;background-image:none;top:23.8125rem;left:52.125rem;display:block; }
#usqaVR5OwpoHP5MPnwvwDexzDGTEmFre { box-sizing:content-box;height:14rem;width:14rem;position:absolute;display:block;z-index:15002;background-color:#f66a6b;background-image:none;top:49.75rem;left:6.75rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Byf4s0vcQ4o7dneKW89lLkT4fSDSG7pL { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;display:block;z-index:15000;background-color:#f66a6b;background-image:none;top:3.8125rem;left:35.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#s6wBW2dwBeVTkGG5k3xCe8qiioMKiuyi { 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:24.875rem;width:33.25rem;top:19.5625rem;left:5.5rem;overflow:hidden;display:block; }
#TM6umfui406CTJVBQ8BoLW1b7Xn6SB8t { 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:4rem;width:12.6875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx { 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; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container { background-color: transparent; background-image: none; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container > .video-iframe-container { display: none; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row > .video-iframe-container { display: none; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .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); }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container { border-width: 0; border-radius: 0; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container { font-size:0.875rem;font-family:arial;height:73.3125rem;width:75rem;position:relative;display:block; }#J9BZxtbfWrxLOATslgGAcWgdgyd3k9Qk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#5d62fb;background-image:none;top:40.375rem;left:62.5rem;display:block; }
#TJHg0pKz0nHw1kTVmNiaOUJtSRniW0CR { box-sizing:content-box;height:19rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:#f66a6b;background-image:none;top:43.8125rem;left:28rem;display:block; }
#Ri2PnTxkC3mTWoPrpi4yWf1TnB1AUFt2 { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15001;background-color:#fbdc5e;background-image:none;top:24.4375rem;left:59.0625rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:dinamit;font-size:2rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:42.25rem;left:37.625rem;height:9.0244375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx li:before{  }
#Q8zqHFdrONdlZihUdMXm3WVqqRDV8zg9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.25rem;left:0rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e96185nQrc3Xk1BadNapV1V4eD6ubUd4 { box-sizing:content-box;height:39.875rem;width:32.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9107cb5c-79ac-4023-9f81-a91f0dc7a619/1757946238217_dfu0h8.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:33.4375rem;left:0rem;display:block; }#e96185nQrc3Xk1BadNapV1V4eD6ubUd4.adaptive-delivery-prevent-bg, #e96185nQrc3Xk1BadNapV1V4eD6ubUd4.lazyload, #e96185nQrc3Xk1BadNapV1V4eD6ubUd4.lazyloading { background-image: none; }
#Rk96NyVCCHtCvxWA2HITrEUtZ6332yq1 { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:dinamit;font-size:2rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:38.9501953125rem;left:37.625rem;height:2.79980625rem;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; }
#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);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; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container { background-color: transparent; background-image: none; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container > .video-iframe-container { display: none; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row > .video-iframe-container { display: none; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .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); }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container { border-width: 0; border-radius: 0; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#VSOQv9GKdFFSK9J9OSUHckOzN34LsNnk { box-sizing:content-box;height:8.25rem;width:75rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:15014;background-color:#000000;background-image:none;top:22.6875rem;left:0rem;display:block; }
#uTnlph7W5mbamiSseyFb8WFgQ6dJA9hR { box-sizing:content-box;height:8.25rem;width:75rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block;z-index:15015;background-color:#000000;background-image:none;top:0rem;left:0rem;display:block; }
#TlEVM8SvFkNqF2QGf7hHCR07Uyef8GkT { box-sizing:content-box;height:13.1875rem;width:13.1875rem;position:absolute;display:block;z-index:15016;background-color:#fbdc5e;background-image:none;top:16.0625rem;left:58.78125rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#UZTdANwiuSfkHVt9e80BB2eluPkghydU { color:rgba(255,255,255,0.95);display:block;width:75rem;position:absolute;font-family:dinamit;font-size:3.5625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:5.4375rem;left:0rem;height:10.6875rem;text-align:center;text-align-last:center;display:block; }
#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ { 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; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container { background-color: transparent; background-image: none; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container > .video-iframe-container { display: none; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row > .video-iframe-container { display: none; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .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); }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container { border-width: 0; border-radius: 0; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#AiuBHSsPFlieULHqZea8cqvOSEv5c88c { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:dinamit;font-size:5rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.9375rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1GGCqIJpxFQltTrG38DmyVHsEDGFobC { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.875rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#fitaOPzTteX4x8R3ZWaS2fGII97DaTPG { box-sizing:content-box;height:50.125rem;width:32.9375rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac132bb0-a431-4f5b-9c9b-bd0154b56481/1757945372355_nihe7p.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.96875rem;left:42.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.adaptive-delivery-prevent-bg, #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.lazyload, #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.lazyloading { background-image: none; }
#GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:37.75rem;left:2.375rem;height:;font-style:normal;display:block; }#GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#N6pb7hks2arTb90QImAgOeAr9kCeEe3l { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:37.75rem;left:22.25rem;height:;font-style:normal;display:block; }#N6pb7hks2arTb90QImAgOeAr9kCeEe3l li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#N6pb7hks2arTb90QImAgOeAr9kCeEe3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.8125rem;left:0rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
#JDe231DFEnATN0AFspyCfeJWGiy212cW { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:37.9375rem;left:19.4375rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#JDe231DFEnATN0AFspyCfeJWGiy212cW li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDe231DFEnATN0AFspyCfeJWGiy212cW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#FTMs84C6s7TywPHBBVCA15DZDqxC3T42 { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#fbdc5e;background-image:none;top:55.4375rem;left:5.34375rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);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; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container { background-color: transparent; background-image: none; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container > .video-iframe-container { display: none; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row > .video-iframe-container { display: none; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .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); }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container { border-width: 0; border-radius: 0; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;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; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container { background-color: transparent; background-image: none; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container > .video-iframe-container { display: none; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row > .video-iframe-container { display: none; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .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); }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container { border-width: 0; border-radius: 0; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:75rem;position:relative;display:block; }#TXMVHVtnluBM6qu1wCFilEzZK8e8pGyB { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:dinamit;font-size:5rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:21.4375rem;left:37.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na8ONabL0mMDHGnyTns7MlCwBue9p8Zd { box-sizing:content-box;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15002;background-color:#f66a6b;background-image:none;top:4.1875rem;left:64.4375rem;display:block; }
#c2U577SgGddnZpe2Xeu0hiKC45e1FUGF { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:28.25rem;left:37.5rem;height:7.5rem;font-style:normal;display:block; }
#hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F { box-sizing:content-box;height:55.625rem;width:32.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1be04f75-d2af-4565-b4ec-6d5db8846baf/1757946171876_d6j4gp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.03125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.adaptive-delivery-prevent-bg, #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.lazyload, #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.lazyloading { background-image: none; }
#JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:49.125rem;left:38.25rem;height:;font-style:normal;display:block; }#JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
#qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:49.125rem;left:58.125rem;height:;font-style:normal;display:block; }#qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
#m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:49.3125rem;left:55.3125rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
#OGFmREv15D3QnzQON1SuSnLxoFK2qGkP { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:49.1875rem;left:35.875rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#OGFmREv15D3QnzQON1SuSnLxoFK2qGkP li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGFmREv15D3QnzQON1SuSnLxoFK2qGkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
#Ad12OTACh2vE1DZIqA03T8O0d2LBXVzb { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#5d62fb;background-image:none;top:68.8125rem;left:32.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);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; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container { background-color: transparent; background-image: none; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container > .video-iframe-container { display: none; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row > .video-iframe-container { display: none; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .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); }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container { border-width: 0; border-radius: 0; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE { 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; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container { background-color: transparent; background-image: none; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container > .video-iframe-container { display: none; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row > .video-iframe-container { display: none; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .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); }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container { border-width: 0; border-radius: 0; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#kpoIw8vIInPUv9EHwpnPmThbMfin7FxE { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:dinamit;font-size:5rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.9375rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wWUkXlPZsuLp7hWHwlLkBtwJcrfGtu3s { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:24.5625rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#KLEZ5086XEwHoyuPQcibdKmqFa4EPJde { box-sizing:content-box;height:50.125rem;width:32.9375rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db265a4f-b79d-454f-a045-12c843f05fde/1757946438018_f6l1s9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:5.96875rem;left:42.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.adaptive-delivery-prevent-bg, #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.lazyload, #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.lazyloading { background-image: none; }
#amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:37.75rem;left:2.375rem;height:;font-style:normal;display:block; }#amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:dinamit;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:37.75rem;left:22.25rem;height:7.125rem;font-style:normal;display:block; }#FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.8125rem;left:0rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn { color:#fbdc5e;display:block;width:3.5rem;position:absolute;font-family:"pixelify sans";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:37.9375rem;left:19.4375rem;height:6.7744375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
#XlSzwKrH6ShFBJ50JbmasyTvR1Hyu5ye { box-sizing:content-box;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15026;background-color:#f66a6b;background-image:none;top:54.1875rem;left:55.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#v86ypxxBCKOskIuVKHrXWsONVH6PCKle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);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; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container { background-color: transparent; background-image: none; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container > .video-iframe-container { display: none; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row > .video-iframe-container { display: none; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .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); }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container { border-width: 0; border-radius: 0; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:block; }#QFMWw3c8KXtoU3kSoTXorXCzWxymAQlX { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15003;background-color:#5d62fb;background-image:none;top:14.5625rem;left:12.625rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vfwcvWiAIJhdtscEadCmHUgDutTgFPnz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dinamit;font-size:6.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:17.5625rem;left:0rem;height:12.25rem;display:block; }
#gELAP4TeD8bBTpuSEAMOtQcu8169nX2J { box-sizing:content-box;height:8.25rem;width:75rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block;z-index:15016;background-color:#000000;background-image:none;top:0rem;left:0rem;display:block; }
#teX0oo9fT7aT3ohBiSA1q8EyObNmByO2 { box-sizing:content-box;height:10.625rem;width:10.625rem;position:absolute;display:block;z-index:15003;background-color:#fbdc5e;background-image:none;top:32.1875rem;left:57.53125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#iRUKDe5rpg89XQWOkvXfGSL9QVZ62aBx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dinamit;font-size:2.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.0625rem;height:8.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.375rem;left:34.9375rem;display:block; }
#HGhxVyCww6VNiLMpTNtEk5ntMUhGyAwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU { display:block; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9l1kuF8lQW9ztXuig9hyOqNZKWbqgmi { width:20.1875rem;height:13rem;top:26.6875rem;left:26.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG7n83vGlvFfPyGhHbCK3Te5MRmI5cKJ { width:47.75rem;height:14.625rem;top:45.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKUrhwP3SVvn20uzQxEKxB2OxWQMTaq { width:47.75rem;height:13rem;top:8.625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLcOe1STlp9qbXIV2LkrD7EuInagZ9n { width:0.625rem;height:2.5rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7X1zdC3PQg8POsIk5b4Hdx3HS8DNpZu { width:2.5rem;height:0.625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INuFDvCmzG32kKMqpfkkmTikurthIViW { width:2.5rem;height:0.625rem;top:44.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGUTon0IgrFUx5k9kyBXspuBeVuNxwoH { width:0.625rem;height:2.5rem;top:42.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkafLynhPazfRKOxv6iWnanXtwmgJ3SV { width:39.1875rem;height:3.875rem;top:74.5625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTmEnXPko27McPcgThqG4p5ciaatfOr { width:47.75rem;height:8.25rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwUVq0KGDIXAwcE6qWk2kCExTIESpMT { width:11.0625rem;height:11.0625rem;top:34.375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXKC7FvvfymGsgVi3Ku4M5gN0a38lru { width:9.9375rem;height:9.9375rem;top:23.8125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqaVR5OwpoHP5MPnwvwDexzDGTEmFre { width:14rem;height:14rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byf4s0vcQ4o7dneKW89lLkT4fSDSG7pL { width:8.375rem;height:8.375rem;top:3.8125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6wBW2dwBeVTkGG5k3xCe8qiioMKiuyi { width:33.25rem;height:24.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6umfui406CTJVBQ8BoLW1b7Xn6SB8t { width:12.6875rem;height:4rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx { display:block; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9BZxtbfWrxLOATslgGAcWgdgyd3k9Qk { width:12.5rem;height:12.5rem;top:40.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHg0pKz0nHw1kTVmNiaOUJtSRniW0CR { width:19rem;height:19rem;top:43.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri2PnTxkC3mTWoPrpi4yWf1TnB1AUFt2 { width:15.9375rem;height:15.9375rem;top:24.4375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx { width:37.375rem;height:;top:42.25rem;left:10.375rem;font-size:1.375rem;display:block; }#MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx li:before{  }
 }@media only screen and (max-width: 763px) { #Q8zqHFdrONdlZihUdMXm3WVqqRDV8zg9 { width:47.75rem;height:12rem;top:12.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96185nQrc3Xk1BadNapV1V4eD6ubUd4 { width:32.5625rem;height:39.875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk96NyVCCHtCvxWA2HITrEUtZ6332yq1 { width:37.375rem;height:2.75rem;top:38.9375rem;left:10.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI { display:block; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSOQv9GKdFFSK9J9OSUHckOzN34LsNnk { width:47.75rem;height:8.25rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnlph7W5mbamiSseyFb8WFgQ6dJA9hR { width:47.75rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEVM8SvFkNqF2QGf7hHCR07Uyef8GkT { width:13.1875rem;height:13.1875rem;top:16.0625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTdANwiuSfkHVt9e80BB2eluPkghydU { width:47.75rem;height:10.6875rem;top:5.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ { display:block; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiuBHSsPFlieULHqZea8cqvOSEv5c88c { width:37.5rem;height:6rem;top:16.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1GGCqIJpxFQltTrG38DmyVHsEDGFobC { width:37.5rem;height:5.625rem;top:23.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG { width:32.9375rem;height:50.125rem;top:5.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa { width:16.875rem;height:;top:37.75rem;left:0rem;font-size:1.25rem;display:block; }#GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #N6pb7hks2arTb90QImAgOeAr9kCeEe3l { width:16.875rem;height:;top:37.75rem;left:8.625rem;font-size:1.25rem;display:block; }#N6pb7hks2arTb90QImAgOeAr9kCeEe3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs { width:3.5rem;height:6.75rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }#RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #JDe231DFEnATN0AFspyCfeJWGiy212cW { width:3.5rem;height:6.75rem;top:37.9375rem;left:5.8125rem;font-size:1rem;display:block; }#JDe231DFEnATN0AFspyCfeJWGiy212cW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #FTMs84C6s7TywPHBBVCA15DZDqxC3T42 { width:15.9375rem;height:15.9375rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs { display:block; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIMgLGDosv8S8Xi2iMLttoDMCdakVEft { display:block; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXMVHVtnluBM6qu1wCFilEzZK8e8pGyB { width:37.5rem;height:5rem;top:21.4375rem;left:10.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8ONabL0mMDHGnyTns7MlCwBue9p8Zd { width:10.5625rem;height:10.5625rem;top:4.1875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2U577SgGddnZpe2Xeu0hiKC45e1FUGF { width:37.5rem;height:7.5rem;top:28.25rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F { width:32.9375rem;height:55.625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI { width:16.875rem;height:;top:49.125rem;left:24.625rem;font-size:1.25rem;display:block; }#JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR { width:16.875rem;height:;top:49.125rem;left:30.875rem;font-size:1.25rem;display:block; }#qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 { width:3.5rem;height:6.75rem;top:49.3125rem;left:41.6875rem;font-size:1rem;display:block; }#m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #OGFmREv15D3QnzQON1SuSnLxoFK2qGkP { width:3.5rem;height:6.75rem;top:49.1875rem;left:22.25rem;font-size:1rem;display:block; }#OGFmREv15D3QnzQON1SuSnLxoFK2qGkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #Ad12OTACh2vE1DZIqA03T8O0d2LBXVzb { width:15.9375rem;height:15.9375rem;top:68.8125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD { display:block; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE { display:block; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpoIw8vIInPUv9EHwpnPmThbMfin7FxE { width:40.9375rem;height:6rem;top:16.9375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWUkXlPZsuLp7hWHwlLkBtwJcrfGtu3s { width:37.5rem;height:7.5rem;top:24.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde { width:32.9375rem;height:50.125rem;top:5.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg { width:16.875rem;height:;top:37.75rem;left:0rem;font-size:1.25rem;display:block; }#amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT { width:16.875rem;height:;top:37.75rem;left:8.625rem;font-size:1.25rem;display:block; }#FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW { width:3.5rem;height:6.75rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }#F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn { width:3.5rem;height:6.75rem;top:37.9375rem;left:5.8125rem;font-size:1rem;display:block; }#D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #XlSzwKrH6ShFBJ50JbmasyTvR1Hyu5ye { width:10.5625rem;height:10.5625rem;top:54.1875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v86ypxxBCKOskIuVKHrXWsONVH6PCKle { display:block; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFMWw3c8KXtoU3kSoTXorXCzWxymAQlX { width:10rem;height:10rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfwcvWiAIJhdtscEadCmHUgDutTgFPnz { width:47.75rem;height:12.25rem;top:17.5625rem;left:0rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gELAP4TeD8bBTpuSEAMOtQcu8169nX2J { width:47.75rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teX0oo9fT7aT3ohBiSA1q8EyObNmByO2 { width:10.625rem;height:10.625rem;top:32.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUKDe5rpg89XQWOkvXfGSL9QVZ62aBx { width:40.0625rem;height:8.75rem;top:46.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhxVyCww6VNiLMpTNtEk5ntMUhGyAwV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/9f8c2d35-a1d7-4422-bd08-e8645a71b334/G_MOBILE_1.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU { background-color:rgba(0,0,0,0.7);background-image:none;display:block; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { background-color: transparent; background-image: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container > .video-iframe-container { display: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row > .video-iframe-container { display: none; }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .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); }#TrldFGp8ZXHEFZVmuTAHwRRkiTNgQSaU > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9l1kuF8lQW9ztXuig9hyOqNZKWbqgmi { width:14.0625rem;height:4.54980625rem;top:8.41064453125rem;left:5.9375rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VG7n83vGlvFfPyGhHbCK3Te5MRmI5cKJ { width:16rem;height:4.54980625rem;top:14.63671875rem;left:1.3125rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNKUrhwP3SVvn20uzQxEKxB2OxWQMTaq { width:8.9375rem;height:4.54980625rem;top:4.51171875rem;left:0.6875rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSLcOe1STlp9qbXIV2LkrD7EuInagZ9n { width:0.625rem;height:2.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7X1zdC3PQg8POsIk5b4Hdx3HS8DNpZu { width:2.5rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INuFDvCmzG32kKMqpfkkmTikurthIViW { width:2.5rem;height:0.625rem;top:35.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGUTon0IgrFUx5k9kyBXspuBeVuNxwoH { width:0.625rem;height:2.5rem;top:33.1875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkafLynhPazfRKOxv6iWnanXtwmgJ3SV { width:17.5rem;height:5.8496125rem;top:40.248046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTmEnXPko27McPcgThqG4p5ciaatfOr { width:20rem;height:8.25rem;top:39.0478515625rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwUVq0KGDIXAwcE6qWk2kCExTIESpMT { width:3.1875rem;height:3.1875rem;top:9.83544921875rem;left:16.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #myXKC7FvvfymGsgVi3Ku4M5gN0a38lru { width:3.3125rem;height:3.3125rem;top:8.41064453125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqaVR5OwpoHP5MPnwvwDexzDGTEmFre { width:3.125rem;height:3.125rem;top:14.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byf4s0vcQ4o7dneKW89lLkT4fSDSG7pL { width:4.3125rem;height:4.3125rem;top:4.3056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6wBW2dwBeVTkGG5k3xCe8qiioMKiuyi { width:20rem;height:14.962375rem;top:21.25rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TM6umfui406CTJVBQ8BoLW1b7Xn6SB8t { width:8.9375rem;height:2.75rem;top:0rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx { display:block; }#Xzzyo0q8HbMFEC5zyon1qEcZ6ocJ8BCx > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9BZxtbfWrxLOATslgGAcWgdgyd3k9Qk { width:7.5rem;height:7.5rem;top:38.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHg0pKz0nHw1kTVmNiaOUJtSRniW0CR { width:10.6875rem;height:10.6875rem;top:31.41259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri2PnTxkC3mTWoPrpi4yWf1TnB1AUFt2 { width:5.875rem;height:5.875rem;top:25.53759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx { width:20rem;height:6.3994375rem;top:31.41259765625rem;left:0rem;font-size:1.375rem;display:block; }#MlnHvld8cTeDQpbxdMHZqvPbGIUsLFrx li:before{  }
 }@media only screen and (max-width: 763px) { #Q8zqHFdrONdlZihUdMXm3WVqqRDV8zg9 { width:20rem;height:4.7998rem;top:2.56201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e96185nQrc3Xk1BadNapV1V4eD6ubUd4 { width:16.0625rem;height:20.75rem;top:7.29931875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk96NyVCCHtCvxWA2HITrEUtZ6332yq1 { width:20rem;height:2.9746125rem;top:28.19384765625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI { display:block; }#WPnWy2mVfvGHqtTpig8d1EGptrMRxWvI > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSOQv9GKdFFSK9J9OSUHckOzN34LsNnk { width:20rem;height:8.25rem;top:17.0625rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnlph7W5mbamiSseyFb8WFgQ6dJA9hR { width:20rem;height:8.25rem;top:1.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEVM8SvFkNqF2QGf7hHCR07Uyef8GkT { width:5.0625rem;height:5.0625rem;top:20.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTdANwiuSfkHVt9e80BB2eluPkghydU { width:20rem;height:8.75rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ { display:block; }#ApqMQs4yEh7pvIbAfSS63Wf2LElMdpmZ > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiuBHSsPFlieULHqZea8cqvOSEv5c88c { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1GGCqIJpxFQltTrG38DmyVHsEDGFobC { width:20rem;height:7.5rem;top:4.8994125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG { width:20rem;height:28.875rem;top:31.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac132bb0-a431-4f5b-9c9b-bd0154b56481/1757945372355_nihe7p.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.adaptive-delivery-prevent-bg, #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.lazyload, #fitaOPzTteX4x8R3ZWaS2fGII97DaTPG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa { width:16.875rem;height:7.125rem;top:14.1611328125rem;left:3.125rem;font-size:1.25rem;display:block; }#GhfWZTL3UDSlRN7lEHoNCD3WWUy9tQAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #N6pb7hks2arTb90QImAgOeAr9kCeEe3l { width:16.875rem;height:7.125rem;top:23.81103515625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#N6pb7hks2arTb90QImAgOeAr9kCeEe3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs { width:3.5rem;height:6.7744375rem;top:14.33642578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#RymbAUZGVuSTHKZ5VmrsZUb5ZO7TUrBs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #JDe231DFEnATN0AFspyCfeJWGiy212cW { width:3.5rem;height:6.7744375rem;top:23.81103515625rem;left:16.5rem;font-size:1rem;display:block; }#JDe231DFEnATN0AFspyCfeJWGiy212cW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #FTMs84C6s7TywPHBBVCA15DZDqxC3T42 { width:8.0625rem;height:8.0625rem;top:54.3125rem;left:11.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs { display:block; }#Ev4oADqRhsDXIJExNNEpSk5DGx01lOTs > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIMgLGDosv8S8Xi2iMLttoDMCdakVEft { display:block; }#RIMgLGDosv8S8Xi2iMLttoDMCdakVEft > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXMVHVtnluBM6qu1wCFilEzZK8e8pGyB { width:20rem;height:2rem;top:31.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #na8ONabL0mMDHGnyTns7MlCwBue9p8Zd { width:7.0625rem;height:7.125rem;top:28.0625rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #c2U577SgGddnZpe2Xeu0hiKC45e1FUGF { width:20rem;height:9rem;top:35.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F { width:20rem;height:24rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1be04f75-d2af-4565-b4ec-6d5db8846baf/1757946171876_d6j4gp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.adaptive-delivery-prevent-bg, #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.lazyload, #hnzgDQBcn2Zm1ZZ67UXQZi1AUfVBBT5F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI { width:16.875rem;height:7.125rem;top:46.76220703125rem;left:3.125rem;font-size:1.25rem;display:block; }#JdZV0RV2yyq0XabBMHyIbb6VOsEMgTwI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR { width:16.875rem;height:7.125rem;top:55.5986328125rem;left:3.125rem;font-size:1.25rem;display:block; }#qSGzRJxw2pQENVHaoCf6CSSUxTRGZVbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 { width:3.5rem;height:6.7744375rem;top:55.7734375rem;left:16.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#m2Sds13oRLybfk4oMzB1XsXT0BPbxKP7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #OGFmREv15D3QnzQON1SuSnLxoFK2qGkP { width:3.5rem;height:6.7744375rem;top:46.9375rem;left:0rem;font-size:1rem;display:block; }#OGFmREv15D3QnzQON1SuSnLxoFK2qGkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33664cb5c859906ab5d42c869ebceeae47240625.svg); }
 }@media only screen and (max-width: 763px) { #Ad12OTACh2vE1DZIqA03T8O0d2LBXVzb { width:6.9375rem;height:6.9375rem;top:55.8486328125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD { display:block; }#uz1Xn0tdCyTDHrxyQg9XxNqxfrANV5MD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE { display:block; }#nBOGURmKRUrAWMI7L3yZpLvuK1OHVMNE > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpoIw8vIInPUv9EHwpnPmThbMfin7FxE { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWUkXlPZsuLp7hWHwlLkBtwJcrfGtu3s { width:20rem;height:9rem;top:4.8994125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde { width:20rem;height:25.8125rem;top:37.1982421875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db265a4f-b79d-454f-a045-12c843f05fde/1757946438018_f6l1s9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.adaptive-delivery-prevent-bg, #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.lazyload, #KLEZ5086XEwHoyuPQcibdKmqFa4EPJde.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg { width:16.875rem;height:7.125rem;top:15.6484375rem;left:3.125rem;font-size:1.25rem;display:block; }#amMJZmJXIkCXtrXTADRoG2vx3tCtw1qg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT { width:16.875rem;height:7.125rem;top:26.18603515625rem;left:3.125rem;font-size:1.25rem;display:block; }#FGTCmFhI4HNAnGpKPvR9DlHctQoOE0PT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW { width:3.5rem;height:6.7744375rem;top:15.82373046875rem;left:16.5rem;font-size:1rem;display:block; }#F5QnR7pXsa3AdQWG7RtiRlV36kClKHLW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn { width:3.5rem;height:6.7744375rem;top:26.36083984375rem;left:0rem;font-size:1rem;display:block; }#D0pCstJuWFoDQR7MO8CXW2R8JzK7JbJn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cef5246591daa8e00e2953a94da7ef3.svg); }
 }@media only screen and (max-width: 763px) { #XlSzwKrH6ShFBJ50JbmasyTvR1Hyu5ye { width:8.1875rem;height:8.1875rem;top:57.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v86ypxxBCKOskIuVKHrXWsONVH6PCKle { display:block; }#v86ypxxBCKOskIuVKHrXWsONVH6PCKle > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFMWw3c8KXtoU3kSoTXorXCzWxymAQlX { width:5.3125rem;height:5.3125rem;top:2.71875rem;left:4.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vfwcvWiAIJhdtscEadCmHUgDutTgFPnz { width:20rem;height:4rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #gELAP4TeD8bBTpuSEAMOtQcu8169nX2J { width:20rem;height:8.25rem;top:1.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teX0oo9fT7aT3ohBiSA1q8EyObNmByO2 { width:4.125rem;height:4.125rem;top:6.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUKDe5rpg89XQWOkvXfGSL9QVZ62aBx { width:16.8125rem;height:4.375rem;top:24.375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhxVyCww6VNiLMpTNtEk5ntMUhGyAwV { display:block; }
 }