.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:#000000;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); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1c748a8-268f-45ac-bbe5-5b409f8bbe90/cff6440e22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m.adaptive-delivery-prevent-bg, #UlsMyXaOyKAuncIhwW3umVtHbARCTK7m.lazyload, #UlsMyXaOyKAuncIhwW3umVtHbARCTK7m.lazyloading { background-image: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { background-color: transparent; background-image: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,53,0.9); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container > .video-iframe-container { display: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,53,0.9); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row > .video-iframe-container { display: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .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); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { border-width: 0; border-radius: 0; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m::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; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#LzgZX1lFovo2JukT2wodbO86y9iQcCkX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.5rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#rJ5zbdDF5FMUk72asXZPu4HCgnoNTDnN { background-color:#0190fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(1,144,252,0.74) ;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:"red hat display";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.03125rem;left:61.125rem;display:block; }
#KzT4p1T2Kdg7WwIUKRghTD6UgLcTDf1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncateZJf4erZr74gkmioQIiB1b6FR5cS { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.671875rem;left:33.3125rem;height:1.21875rem;display:block; }#ncateZJf4erZr74gkmioQIiB1b6FR5cS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ncateZJf4erZr74gkmioQIiB1b6FR5cS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1c748a8-268f-45ac-bbe5-5b409f8bbe90/cff6440e22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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,6,53,0.9); }#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,6,53,0.9); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pUN6zTcWgCm39bIXmH0Ixxgo34heRems { color:#d5fc5c;display:block;width:9rem;position:absolute;font-family:"kapra zelo";font-size:10rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(213,252,92,0.69);top:16.3125rem;left:25.5625rem;height:13rem;font-style:normal;display:block; }
#VKxqz9Z3pCS6Vh7Rl0a8p1Z9CcBtsETb { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.66);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 5.6875rem rgba(213,252,92,0.28) ;height:13.5rem;width:41.25rem;top:17.375rem;left:0rem;display:block; }
#XqA070pMT0JybXo7MdLLxR6GizvQq8Mv { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:"kapra zelo";font-size:13.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.3935546875rem;left:1.4375rem;height:16.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1FME8TNURey5rH4ypOOpcfQSTwskVFu { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.625rem;left:5.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JudUEpsbbQczMS3QchLNwGe8qO4TRzu2 { color:#d5fc5c;display:block;width:3rem;position:absolute;font-family:"kapra zelo";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.5rem;left:34rem;height:3.65625rem;font-style:normal;display:block; }
#KhuyuTf4goWrImQKldx7pC6yXe6yCGUs { color:#d5fc5c;display:block;width:3.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5rem;left:22.5625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qFEJGp5bShZKNAE80Tkomu6VZcibNTts { color:#d5fc5c;display:block;width:12.125rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.625rem;left:23.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvflbhvTs1H8rCPbHBSvA4TfPtn0UfVW { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:"red hat display";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.8125rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#yTovf0Nvabe01tTDZXkn5pLN8pAPchyy { position:absolute;display:block;z-index:14999;background-color:#03c84c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2rem #25d366 ;height:4.125rem;width:41.25rem;top:30.6875rem;left:0rem;display:block; }
#JhQIol1JH4mKJuqJacCsXstWyNqtePTp { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.734375rem;left:4.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRosGyTohbUIfTv8DmWyvpXox7Nkbse8 { background-color:transparent;background-image:none;border-top:0rem solid rgba(255,255,255,0.5);border-left:0rem solid rgba(255,255,255,0.5);border-right:0rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.84375rem;left:23.9375rem;display:block; }
#KKhTECdDHD0ehzhFGbecpf1TPyzScdFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKqUW6EMe7wmXI36wf2pQs7zDSWTPEqH { background-color:#df005b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.03125rem;left:61.125rem;display:none; }
#TBvJcCgFQ7MvazTau3ywG4OWdZfF3b9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oX9ItinTw4NwgkALRwmOT6mbAaP19bhr { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"red hat display";font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.3935546875rem;left:44.9375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#IvLxyMk1THungRTyGvdvJoQUbubofPLJ { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"red hat display";font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld { box-sizing:content-box;height:39.875rem;width:57.9375rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ec550a2-bcd4-4f9a-ac50-85ff5f6ecc9f/e088dd9c97.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:39.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:5rem;box-shadow: none;display:block; }#qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld.adaptive-delivery-prevent-bg, #qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld.lazyload, #qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld.lazyloading { background-image: none; }
#dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.263671875rem;left:44.9375rem;height:5.7431625rem;display:block; }#dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
#fKD4aFklPQR3EuEmv5im5BVXZaSeLKt6 { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"red hat display";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.0244140625rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#iNkpr00NRq8JAouvkZQ5AspgcSI4dvLk { box-sizing:content-box;height:36.6875rem;width:54.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:3.0908203125rem;left:43rem;border-top:0.125rem solid #d5fc5c;border-left:0.125rem solid #d5fc5c;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:5rem;display:block; }
#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl { position:relative;display:none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl { border-width: 0; border-radius: 0; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LJOTctOR0TMLUbDTdteFZPSFX40ukvZW { box-sizing:content-box;height:36.6875rem;width:54.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:3.0908203125rem;left:43rem;border-top:0.125rem solid #d5fc5c;border-left:0.125rem solid #d5fc5c;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:5rem;display:none; }
#bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"red hat display";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.263671875rem;left:44.9375rem;height:5.7431625rem;display:none; }#bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #238dde, #17007f);background-image: -moz-linear-gradient(164deg, #238dde, #17007f);background-image: -ms-linear-gradient(164deg, #238dde, #17007f);background-image: -o-linear-gradient(164deg, #238dde, #17007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dde', endColorstr='#17007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dde', endColorstr='#17007f' );";background-image: linear-gradient(164deg, #238dde, #17007f);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; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container { background-color: transparent; background-image: none; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container > .video-iframe-container { display: none; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row > .video-iframe-container { display: none; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .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); }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container { border-width: 0; border-radius: 0; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#FO9bqbBZOp4lqIDt1FCzTbPsoFinnN2w { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:10.125rem;left:6.5rem;height:5.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToETVXAAQBTLV5QWgTRqNCT5WxXdIUCO { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:6.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AuW0Ascl8avkETW2DJOJXgI5FTqTzcTF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:5.375rem;left:10.8125rem;overflow:hidden;display:block; }
#uqBda4TTTS014LnityTHTM0JzQlkVApB { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:10.125rem;left:31.0625rem;height:5.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g44nICbhXJL6F2pOVOfmAoiMW2qPB0RA { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.8115234375rem;left:31.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1oG0b46KodAB2ngFzAOq63TgONn12EW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:5.5rem;left:36.5rem;overflow:hidden;display:block; }
#IDFSQxruCL72bO4bIk9KTpEHudcySVXn { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.8115234375rem;left:56.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUZSxUoAiVCPW3n3sikwKn2d5IKVBsdm { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:10.125rem;left:56.5rem;height:5.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ri5R6zWBwglZN4Ii6PAq68w1FKklmdeF { 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:3.4375rem;width:3.4375rem;top:5.5rem;left:60.8125rem;overflow:hidden;display:block; }
#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000a64;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; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { background-color: transparent; background-image: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container > .video-iframe-container { display: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row > .video-iframe-container { display: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .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); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { border-width: 0; border-radius: 0; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#tu5rNPbq0PrLUoGssgWAlG1Gnbw4CM4W { color:#ffffff;display:block;width:59.3125rem;position:absolute;font-family:"red hat display";font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:5.5rem;left:7.84375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ibn5puBxXG03n0bZEsZmFgrMha0rsqKu { color:#ffffff;display:block;width:59.3125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:10.75rem;left:7.84375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#uIgpPUwauot6SNEknIHnzI3kkC6DK8Fk { background-color:#d5fc5c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:15.1875rem;left:62.21875rem;display:block; }
#L6NJL0VVh34oT6plI7Ey8PiWu76ToXMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlB4ivrilR1WFbZJF96lnS1WzeOlRb3q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:0.5rem;left:67.1875rem;overflow:hidden;display:block; }
#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000a64;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; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container { background-color: transparent; background-image: none; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container > .video-iframe-container { display: none; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row > .video-iframe-container { display: none; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .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); }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container { border-width: 0; border-radius: 0; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#ObisJNBZGgo9bwvzyCIwEKiLRmi2vHP8 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"kapra zelo";font-size:5.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:4.8125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNWTNdeywhGToz0lVlpOvL9CPNnS7MFG { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(1,144,252,0.2) ;height:33.125rem;width:15.625rem;top:0rem;left:1.5625rem;display:block; }
#JywybvTASri99eTxHh0o0xJVfvSKEl4V { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:6.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAgKZ26Z5sP1ivuBytvuLOFzipXRLI7S { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhTPe6ghQ4ObkLBBIWzEiGKDs3tPJtVE { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.3125rem;width:15.625rem;top:0rem;left:1.5625rem;display:block; }
#bsDDnCznoMg3kTn9TbKdwuNkTQuEbBQk { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.875rem;left:2.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FC7J1Z7eT3tuQMmNhTw9f4uMF5cwukrT { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:21rem;left:2.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7LTUHlmphkydhfFLWBT4yXdAbErQb8O { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:25.1875rem;left:2.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTNqpk9ZIdTbN0ZkRWO53zpy67edQhMZ { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28rem;left:4.46875rem;display:block; }
#T7sd9e4NVih1O6LWB6CDQWDIPz47JRIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAnlBZ8RL9ncXOv4FqFpdcGy3QWZiEgK { color:#df005b;display:block;width:13.625rem;position:absolute;font-family:"kapra zelo";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rC4ehcmH7sRwBEghnrslBFIBtnADNGir { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(1,144,252,0.2) ;height:33.125rem;width:15.625rem;top:0rem;left:20.3125rem;display:block; }
#aEKDNFpcmtzWbLRINIUrsNSWkkzWKLq8 { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28rem;left:23.25rem;display:block; }
#sbOGm4mpxt3UD653TCC3LJW6uxImKViB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtdbyLeZeCGkDqOOaWwpa5FMeuxGfsTn { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.9375rem;left:20.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufZHQ4iTmLu4tuhOfDizZaLzmpszvnya { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:21rem;left:21.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUT6ibeTyhOrnapVZQNpUt5e4bs3vJdf { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:25.1875rem;left:21.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShGfOGwLMNK3cWnaDUkb6XF4sXPTyJJS { color:#ff0035;display:block;width:13.625rem;position:absolute;font-family:"kapra zelo";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:13.6875rem;left:21.3125rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQlv1MklPoJBpkZu4aGdgg8yCVDgzcCm { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.875rem;left:21.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCMckr6WUAHb147bbtTNcI5eBK1mV6ST { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.3125rem;width:15.625rem;top:0rem;left:20.3125rem;display:block; }
#s5rGqpVhJTq5X3FgGtCiROmxv2nz0iTo { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.625rem;left:25.34375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzzbgcGwwdxPVnct7suzGk6CuyPbJa05 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"kapra zelo";font-size:5.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0rem;left:23.46875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnhiDoOqmER15spU7bk2K0xlhvJ5PKkr { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(1,144,252,0.2) ;height:33.125rem;width:15.625rem;top:0rem;left:39.0625rem;display:block; }
#PlPqyU4wnmWs35QhAOtUmdzAGE74CmZ9 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:25.1875rem;left:40.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qq9kDAwkZxU4Be3ZXrw676mL5Wys9yDZ { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28rem;left:42rem;display:block; }
#zevc9XpZIUzS5HMacRaw5hTGdPsyv3O4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEbTCXAtuJNcdI60qiv0mXN4Zs2w9ezJ { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.9375rem;left:39.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muPQarVCk60THlJEGOIyQgp0VaGxklr6 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:21rem;left:40.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkmgkMWkgq4A0TM8iH5rDqB2xLqoZ8I2 { color:#fd5e00;display:block;width:13.625rem;position:absolute;font-family:"kapra zelo";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:13.6875rem;left:40.0625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba2Tw57VJNTt9MXSlJNcpIT0u1FumHU4 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:8.9375rem;left:40.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jfw6s1iWKERlrxOML8PduQ1I9ekAykPy { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.3125rem;width:15.625rem;top:0rem;left:39.0625rem;display:block; }
#fp0JrmR6SsUJiPVOor2O4ZM0qLKQeUpA { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.625rem;left:44.09375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7Llb9PZBhvFxv7q81rI9m7hnaJkPp63 { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"kapra zelo";font-size:5.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:0rem;left:42.15625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJRTFUUzor39VZQ3Lx58ChZUAWw0tw7s { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(90,12,176,0.48) ;height:33.125rem;width:15.625rem;top:0rem;left:57.8125rem;display:block; }
#yaIIgSCbte1wWCyX4LsdNDyHwgLp4vnP { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:25.1875rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKhzZKr4TNy0RmGDqwGrqBT2qvxDkwA5 { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28rem;left:60.75rem;display:block; }
#lHoH4WO2MQTEqdDe0x4kcuR3E9aQKRBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLFhUQGQZZffcSmu3kp89EsnyfVqThe4 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.9375rem;left:58.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7eWuiMniVoum4lDhVfp9ioTu0tyzQSy { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:21rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SizxT3KkqwTHNyKfT7El0EKcAOQOQVuy { color:#8b01fc;display:block;width:13.625rem;position:absolute;font-family:"kapra zelo";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:13.6875rem;left:58.8125rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAMpD9RKGWMvuKi05QT6UaU4JM4Seh42 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:10rem;left:58.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrftC8pIIImTNTvuB6srqnAipSWowPla { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b01fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #8b01fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #8b01fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #8b01fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b01fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b01fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #8b01fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.125rem;width:15.625rem;top:0rem;left:57.8125rem;display:block; }
#rkZFrMH426Q8k98B8RXktXbHMtAJrxB7 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"kapra zelo";font-size:7.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.875rem #7800ff;top:0rem;left:59.75rem;height:9.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfm7o5WaVKGBevsrdwx0yyXEn0wHfOzr { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:6.9375rem;left:63rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqnyXc7MsP5PHKvcwS9ilTWPRrq8ZsMF { background-color:#d5fc5c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:15.1875rem;left:62.21875rem;display:none; }
#qKTPc2ryHik7g42CafUp4RTxT1fvk7nP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000a64;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; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container { background-color: transparent; background-image: none; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container > .video-iframe-container { display: none; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row > .video-iframe-container { display: none; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .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); }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container { border-width: 0; border-radius: 0; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#qIFDlTP112HWQ1iSTDnE3vzD8BTiwHxi { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(90,12,176,0.48) ;height:19.6875rem;width:34.4375rem;top:0rem;left:1.5625rem;display:block; }
#rpTmQ1WHT7Ntu9iXrMSvwFqPUBIlAAw8 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:8.9375rem;left:21.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1uIZFpTkyfTzUO9igkoRZozLt7eLW53 { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.125rem;left:23.25rem;display:block; }
#eicVdSHKaoQ6g4OMdeizMOa6abP08fTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RK9pkefqq4oU2WLe35Lgc7qroTGzgoFh { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"red hat display";font-size:2.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:5.6875rem;left:20.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdOmq8c44In0ohiIHrdkvUvsAJmR8Xw9 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"red hat display";font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:4.75rem;left:21.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTL8emk4LF4INi7cVKiLiG5cHPTGOV6J { color:#8b01fc;display:block;width:13.625rem;position:absolute;font-family:"kapra zelo";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:10.5rem;left:2.5625rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kn705fJXid3dT8q23RJ1lGiIysL1zvpZ { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.625rem;width:34.375rem;top:0rem;left:1.5625rem;display:block; }
#TS3xRJme0pA01bDGfS1QbFT49bJwOFkJ { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"kapra zelo";font-size:7.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.875rem #7800ff;top:0rem;left:3.5rem;height:9.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIVFIqPpTxzcBJtDzDl2JPaofwLpC6B1 { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:"red hat display";font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hlo6XJhnVU2L5XDv8GM2RAmsTvyn4V1h { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(90,12,176,0.48) ;height:19.6875rem;width:34.4375rem;top:0rem;left:39.125rem;display:block; }
#LzAiivb4DHFv0AUTNbNmuoJw80D8XATN { color:#0190fc;display:block;width:13.4375rem;position:absolute;font-family:"red hat display";font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:40.9375rem;height:4.225rem;font-style:normal;display:block; }
#cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:8.3125rem;left:40.9375rem;height:8.5595625rem;display:block; }#cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
#TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:8.2998046875rem;left:49.6875rem;height:;display:block; }#TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
#ZsgTs3fAy7h4WBfurKAiVEXGVF8PRe9I { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:13.984375rem;left:61.90625rem;display:block; }
#hywu3gCGoXbmBKJCNmLBSyBXqK3xpkJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeywJ6NWQnH1aiVMqUtcTgToy1R9Sio8 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:9.7646484375rem;left:61.84375rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eEy9HJnSrT2lomVTEdSpOlgi39pDBWkR { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0190fc, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190fc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0190fc, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.625rem;width:34.375rem;top:0rem;left:1.5625rem;display:none; }
#qzAe3bOFN2OurMzN2NBkraBOVHeF3G3x { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"red hat display";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:34.125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1c748a8-268f-45ac-bbe5-5b409f8bbe90/cff6440e22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx.adaptive-delivery-prevent-bg, #TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx.lazyload, #TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx.lazyloading { background-image: none; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container { background-color: transparent; background-image: none; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,53,0.97); }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container > .video-iframe-container { display: none; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,53,0.97); }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row > .video-iframe-container { display: none; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .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); }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container { border-width: 0; border-radius: 0; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx::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; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp { box-sizing:content-box;height:29.75rem;width:43.4375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba0b000d-1828-4537-ae27-6ca3f731f520/3a2dcc8053.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.875rem;left:37.724609375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 3.125rem rgba(1,144,252,0.3) ;display:block; }#hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp.adaptive-delivery-prevent-bg, #hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp.lazyload, #hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp.lazyloading { background-image: none; }
#QwHRld71m18PpTlVh2dhS75yhSy6M7w0 { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"red hat display";font-size:2.5rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:9.625rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#zMW47oHsMvlhHcnINlD6tTyf5aszHclC { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"red hat display";font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:19.125rem;left:0rem;height:5.25rem;display:block; }
#TIkxDHra0hfQ7zqlW1cBJoW8os7BWuR3 { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:28.0625rem;left:0rem;display:block; }
#pNPngb5L8orHeJvMaJ4VCAimTadQQvT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMJbqGKIOI13fERXMcydB4APacXN4J5a { position:relative;display:none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a { border-width: 0; border-radius: 0; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1d1d1, #ffffff);background-image: -moz-linear-gradient(180deg, #d1d1d1, #ffffff);background-image: -ms-linear-gradient(180deg, #d1d1d1, #ffffff);background-image: -o-linear-gradient(180deg, #d1d1d1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #d1d1d1, #ffffff);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; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container { background-color: transparent; background-image: none; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container > .video-iframe-container { display: none; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row > .video-iframe-container { display: none; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .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); }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container { border-width: 0; border-radius: 0; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container { background-color: transparent; background-image: none; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container > .video-iframe-container { display: none; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row > .video-iframe-container { display: none; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .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); }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container { border-width: 0; border-radius: 0; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#vxCwOKs4oq1eykRc4b36bvtK03P9SDOM { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:"red hat display";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:5rem;left:7.875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#X6S81ArWXnkNzZ01AMfS6dOcUOTLhOHC { color:#f4cb34;display:block;width:59.3125rem;position:absolute;font-family:"font awesome";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:7.5625rem;left:7.875rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XmAIn8SaGpPeEU0lRABsiQ0MDHD9miXn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:23.1875rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#HdL9neTcpylsf8ehZT6KvhhWbu1GcznS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:23.1875rem;top:13.5rem;left:25.90625rem;overflow:hidden;display:block; }
#zMeFWHQgTM2PTDLIIT55OFfPgc8Gw2oT { 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:12.5rem;width:23.0625rem;top:13.5rem;left:51.8125rem;overflow:hidden;display:block; }
#vtfLqDr7NLlyTXPznKnaG5MCvVcqaitO { 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:10.625rem;width:23.0625rem;top:29.5rem;left:0rem;overflow:hidden;display:block; }
#OklTsvdD4vTD7lg0xTu9CffTcWmQ8nvm { 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:9.25rem;width:23.1875rem;top:29.5rem;left:25.9375rem;overflow:hidden;display:block; }
#yoZgaOZrIr4PtWNPb9Scv8lV7e6TsTE2 { 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:10.125rem;width:23.0625rem;top:29.5rem;left:51.8125rem;overflow:hidden;display:block; }
#rzzV89sPnzVR144gUUibz32Blm0WcCHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -moz-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -ms-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -o-linear-gradient(180deg, #ffffff, #d1d1d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1' );";background-image: linear-gradient(180deg, #ffffff, #d1d1d1);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; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container { background-color: transparent; background-image: none; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container > .video-iframe-container { display: none; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row > .video-iframe-container { display: none; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .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); }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container { border-width: 0; border-radius: 0; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000635;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; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container { background-color: transparent; background-image: none; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container > .video-iframe-container { display: none; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row > .video-iframe-container { display: none; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .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); }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container { border-width: 0; border-radius: 0; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000635;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; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { background-color: transparent; background-image: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container > .video-iframe-container { display: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container { display: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .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); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { border-width: 0; border-radius: 0; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a47c8da0-de83-449b-a3b3-237a60cdfbc9/celular_2_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:30.125rem;width:60.5rem;top:1.6875rem;left:36.510912698412rem;display:block; }#WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw.adaptive-delivery-prevent-bg, #WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw.lazyload, #WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw.lazyloading { background-image: none; }
#ccC4Nl2rI9N3vvh5sEQN5NMw7IbLF2bu { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:"red hat display";font-size:1.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:5.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbDHLuVCtifNOTJ3dV5LmS1vOi9zMlZ6 { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:"red hat display";font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:8.3125rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BA97h9vCPPTqw0xkSubxDdHsW419Trzy { background-color:#13c555;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #009437;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"red hat display";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.875rem;left:0rem;display:block; }
#pegK8oP2rglhBKDGFCe4ydeh5RhBJE5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KigDL71zBysE9pU0mmFnZsWtDV4V44tN { position:relative;display:none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN { border-width: 0; border-radius: 0; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(352deg, #004374, #000635);background-image: -moz-linear-gradient(352deg, #004374, #000635);background-image: -ms-linear-gradient(352deg, #004374, #000635);background-image: -o-linear-gradient(352deg, #004374, #000635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004374', endColorstr='#000635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004374', endColorstr='#000635' );";background-image: linear-gradient(352deg, #004374, #000635);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; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container { background-color: transparent; background-image: none; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container > .video-iframe-container { display: none; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row > .video-iframe-container { display: none; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .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); }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container { border-width: 0; border-radius: 0; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#EdCIeRkvr4yvwgulOv3FWXiFNKRKi7Wr { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:8.625rem;left:6.5rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVKJP2uvQXz2HI5P14nvpTVUUHspbIIs { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZvrmVnnfWItfsrCMlzrKAS0u2G2BWOS { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:8.625rem;left:31.0625rem;height:2.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDR2gDd3BSCKcuMVH60lK2RKsPHWmWXm { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:30.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTcdAgsGPgsL8TunW4mXxX4JoFX6Se2k { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.8125rem;left:56.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZqZ11JxssXxMwcJmQbrZMLDlEB9dRwd { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:8.625rem;left:56.5rem;height:2.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0kzO24O32d1Fz6fUuxhf7mzgC3KiuBd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.1875rem;left:10.9375rem; }
#KomKlZzORWviFqrClUdewB44vh3nFPBp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.1875rem;left:35.9375rem; }
#i4J2p2d30u6Z8MSAlnqHIDrQaNf1F2GO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:60.9375rem; }
#Kzw6CTzOgB3BiSxyOcXdTqnIEAGoZbxS { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:8.625rem;left:56.5rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MEfrPd17GAJGJwx1QhMr82d8rm4yTIwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:60.9375rem;display:none; }
#xu59awc0JTtcmL7rEbBCH2EFU5lgaA5b { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:8.625rem;left:56.5rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rB8DGtG7tUE1faA4MqpziOXTuNOeUKTo { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:8.625rem;left:56.5rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QovsML1p1PFlg3hS6uSEg6M5m2f1w5GB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:60.9375rem;display:none; }
#msveTSgJCWbPyBl9pEHTPaIvA2r73zMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:60.9375rem;display:none; }
#p3vXTip0NFpS3BgrnglarR4JvVgxwagF { color:#d5fc5c;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.109375rem;left:56.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(352deg, #004374, #000635);background-image: -moz-linear-gradient(352deg, #004374, #000635);background-image: -ms-linear-gradient(352deg, #004374, #000635);background-image: -o-linear-gradient(352deg, #004374, #000635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004374', endColorstr='#000635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004374', endColorstr='#000635' );";background-image: linear-gradient(352deg, #004374, #000635);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; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container { background-color: transparent; background-image: none; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container > .video-iframe-container { display: none; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row > .video-iframe-container { display: none; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .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); }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container { border-width: 0; border-radius: 0; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#O8nZhHRCK5ZrSPef2hC86ArTZrGbeOnN { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:8.625rem;left:6.5rem;height:2.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOCmeyxyGtq4AFIC0kpkM1g9evZsiCra { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuISKV8xVAIPh7QV1FRR5XEDWWB8OiSJ { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:8.625rem;left:31.0625rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQv6JSXOkPEND5iykk32dPw2eSRluPcg { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8115234375rem;left:30.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huZntTEvoKXy5nnRX4Sqz8cBE80yIzOB { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"red hat display";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.8115234375rem;left:54.84375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyVB2bMxlpVowZmhN8ErfxRIuAy5ggNe { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"kapra zelo";font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:8.625rem;left:56.5rem;height:2.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bnn4NBc42ofJxngCs1m85EsuQxeD1CK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.1875rem;left:10.9375rem; }
#dNtgeoEJtDfgOymIu69zxDkIqdIXXQmQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.1875rem;left:35.9375rem; }
#TFTrn1svOAcCm3L2WRhD9rQynK10KAtu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:60.9375rem; }
#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1c748a8-268f-45ac-bbe5-5b409f8bbe90/cff6440e22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh.adaptive-delivery-prevent-bg, #Z74unkG2HNIyI51CgQn7drw2CPUJVmyh.lazyload, #Z74unkG2HNIyI51CgQn7drw2CPUJVmyh.lazyloading { background-image: none; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container { background-color: transparent; background-image: none; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,79,137,0.97); }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container > .video-iframe-container { display: none; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,79,137,0.97); }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row > .video-iframe-container { display: none; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .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); }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container { border-width: 0; border-radius: 0; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh::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; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#gTgeUrn77bIeTN6eC0XoaCVvlzyxMOAi { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"red hat display";font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:6.98828125rem;left:26.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#JzU7DQN5uCDp2FTSvZL0qLFKuVay9TEl { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"red hat display";font-size:3.375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:9.681640625rem;left:24.53125rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#quAD5lHD3pR7lVQbDV1RB3SQ52rwT44u { color:#d5fc5c;display:block;width:28.5rem;position:absolute;font-family:"red hat display";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEzqLafrkFxACTHkkTKoJnA1TyIIt6tU { background-color:#13c555;background-image:none;border-top:0;border-left:2.9375rem solid #13c555;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.3125rem 0rem #189407 ;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:"kapra zelo";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:6rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.59375rem;left:22.90625rem;display:block; }
#yVnnUbL6wuB3z19QMA11nPaoutEL5G48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bR8ufUw9s92HpJks7SJtvTl9y1rlCqEz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:21.875rem;left:24.34375rem; }
#tvHhkTph2Xe3HGlRCtfoHEv2xtEDALpm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.875rem;width:10.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:9.806640625rem;left:48.78125rem;filter: drop-shadow(0rem 0rem 1.0625rem #ffffff); }
#Us7RgFozT2wqIBxU9y8f8svZ3Uwh4P0F { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"red hat display";font-size:2.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:13.267578125rem;left:26.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000635;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; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container { background-color: transparent; background-image: none; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container > .video-iframe-container { display: none; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row > .video-iframe-container { display: none; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .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); }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container { border-width: 0; border-radius: 0; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#otyShQsZOcrVz6clJTTzOV8A0P3TxluR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:12.625rem;top:2.87109375rem;left:0rem;overflow:hidden;display:block; }
#TBp1i47FwUgWL0TQdGKwLK9nTqH710B6 { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"red hat display";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.87109375rem;left:25rem;height:9.795875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.87109375rem;left:71.875rem; }
#ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container { background-color: transparent; background-image: none; }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container > .video-iframe-container { display: none; }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row > .video-iframe-container { display: none; }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .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); }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container { border-width: 0; border-radius: 0; }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel { background-color: transparent; background-image: none; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container > .video-iframe-container { display: none; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row > .video-iframe-container { display: none; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .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); }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel { border-width: 0; border-radius: 0; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GnzTilWlTgpy5C2mvnRGzK3UVE7cQQuy { background-color:#7005ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow condensed";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:62.6875rem;display:block; }
#rkNtptPlikJy4XPBEu4DGIuuWiohIxP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiqSNnH7yXuATcPFRBUInIvc5kPlrEEp { box-sizing:content-box;color:#7005ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#AvRn4LgSXynzMhVBFRdFxVhNENa9fz8q { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#vOcJuTIbNoSJvrCG2dHXk5gxy6kSEvUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ht2NvXS0EiGZfOIIF9lAIF5RGxk8IZeQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#S2fn8d1wc1cD5iHLgEZOA2smRv0TUgeP { 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) { #UlsMyXaOyKAuncIhwW3umVtHbARCTK7m { display:block; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzgZX1lFovo2JukT2wodbO86y9iQcCkX { width:10.5rem;height:4.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ5zbdDF5FMUk72asXZPu4HCgnoNTDnN { width:13.875rem;height:2.4375rem;top:3rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzT4p1T2Kdg7WwIUKRghTD6UgLcTDf1k { display:block; }
 }@media only screen and (max-width: 763px) { #ncateZJf4erZr74gkmioQIiB1b6FR5cS { width:26.375rem;height:1.1875rem;top:3.625rem;left:19.6875rem;font-size:0.625rem;display:block; }#ncateZJf4erZr74gkmioQIiB1b6FR5cS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@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) { #pUN6zTcWgCm39bIXmH0Ixxgo34heRems { width:9rem;height:13rem;top:16.3125rem;left:11.9375rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxqz9Z3pCS6Vh7Rl0a8p1Z9CcBtsETb { width:41.25rem;height:13.5rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqA070pMT0JybXo7MdLLxR6GizvQq8Mv { width:20.125rem;height:16.9375rem;top:13.375rem;left:0rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1FME8TNURey5rH4ypOOpcfQSTwskVFu { width:12.125rem;height:2rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudUEpsbbQczMS3QchLNwGe8qO4TRzu2 { width:3rem;height:3.625rem;top:20.5rem;left:20.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhuyuTf4goWrImQKldx7pC6yXe6yCGUs { width:3.0625rem;height:3.625rem;top:20.5rem;left:8.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEJGp5bShZKNAE80Tkomu6VZcibNTts { width:12.125rem;height:2rem;top:26.625rem;left:9.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvflbhvTs1H8rCPbHBSvA4TfPtn0UfVW { width:37.75rem;height:6.875rem;top:2.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTovf0Nvabe01tTDZXkn5pLN8pAPchyy { width:41.25rem;height:4.125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhQIol1JH4mKJuqJacCsXstWyNqtePTp { width:22.25rem;height:2rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRosGyTohbUIfTv8DmWyvpXox7Nkbse8 { width:12.1875rem;height:1.8125rem;top:31.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhTECdDHD0ehzhFGbecpf1TPyzScdFs { display:block; }
 }@media only screen and (max-width: 763px) { #xKqUW6EMe7wmXI36wf2pQs7zDSWTPEqH { width:13.875rem;height:2.4375rem;top:3rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBvJcCgFQ7MvazTau3ywG4OWdZfF3b9B { display:block; }
 }@media only screen and (max-width: 763px) { #oX9ItinTw4NwgkALRwmOT6mbAaP19bhr { width:7.5625rem;height:0.9375rem;top:13.375rem;left:31.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLxyMk1THungRTyGvdvJoQUbubofPLJ { width:26.125rem;height:2.0625rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld { width:47.75rem;height:39.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh { width:12.5rem;height:5.6875rem;top:6.25rem;left:31.3125rem;font-size:1.3125rem;display:block; }#dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
 }@media only screen and (max-width: 763px) { #fKD4aFklPQR3EuEmv5im5BVXZaSeLKt6 { width:7.5625rem;height:0.9375rem;top:36rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNkpr00NRq8JAouvkZQ5AspgcSI4dvLk { width:47.625rem;height:36.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl { display:none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LJOTctOR0TMLUbDTdteFZPSFX40ukvZW { width:47.625rem;height:36.6875rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 { width:12.5rem;height:5.6875rem;top:6.25rem;left:31.3125rem;font-size:1.0625rem;display:none; }#bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
 }@media only screen and (max-width: 763px) { #mO2IeNO7GlT3agS9eFRU8duq5N7NomLV { display:block; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FO9bqbBZOp4lqIDt1FCzTbPsoFinnN2w { width:12.0625rem;height:5.0625rem;top:10.125rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToETVXAAQBTLV5QWgTRqNCT5WxXdIUCO { width:12.875rem;height:2.875rem;top:15.8125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0Ascl8avkETW2DJOJXgI5FTqTzcTF { width:3.4375rem;height:3.4375rem;top:5.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBda4TTTS014LnityTHTM0JzQlkVApB { width:12.875rem;height:5.0625rem;top:10.125rem;left:17.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g44nICbhXJL6F2pOVOfmAoiMW2qPB0RA { width:12.875rem;height:2.875rem;top:15.75rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1oG0b46KodAB2ngFzAOq63TgONn12EW { width:3.4375rem;height:3.4375rem;top:5.5rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFSQxruCL72bO4bIk9KTpEHudcySVXn { width:12.875rem;height:2.875rem;top:15.75rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZSxUoAiVCPW3n3sikwKn2d5IKVBsdm { width:12.0625rem;height:5.0625rem;top:10.125rem;left:33.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri5R6zWBwglZN4Ii6PAq68w1FKklmdeF { width:3.4375rem;height:3.4375rem;top:5.5rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi { display:block; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu5rNPbq0PrLUoGssgWAlG1Gnbw4CM4W { width:47.75rem;height:4.8125rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibn5puBxXG03n0bZEsZmFgrMha0rsqKu { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgpPUwauot6SNEknIHnzI3kkC6DK8Fk { width:6.3125rem;height:1.375rem;top:15.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6NJL0VVh34oT6plI7Ey8PiWu76ToXMR { display:block; }
 }@media only screen and (max-width: 763px) { #PlB4ivrilR1WFbZJF96lnS1WzeOlRb3q { width:14.8125rem;height:14.8125rem;top:0.5rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R { display:block; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObisJNBZGgo9bwvzyCIwEKiLRmi2vHP8 { width:9.125rem;height:7.3125rem;top:0rem;left:1.40625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNWTNdeywhGToz0lVlpOvL9CPNnS7MFG { width:15.625rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JywybvTASri99eTxHh0o0xJVfvSKEl4V { width:5.5625rem;height:2rem;top:5.625rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgKZ26Z5sP1ivuBytvuLOFzipXRLI7S { width:14.75rem;height:3.625rem;top:21.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTPe6ghQ4ObkLBBIWzEiGKDs3tPJtVE { width:15.625rem;height:10.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsDDnCznoMg3kTn9TbKdwuNkTQuEbBQk { width:13.625rem;height:2.25rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC7J1Z7eT3tuQMmNhTw9f4uMF5cwukrT { width:13.625rem;height:1.125rem;top:21rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7LTUHlmphkydhfFLWBT4yXdAbErQb8O { width:13.625rem;height:1.125rem;top:25.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNqpk9ZIdTbN0ZkRWO53zpy67edQhMZ { width:9.8125rem;height:2.875rem;top:28rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sd9e4NVih1O6LWB6CDQWDIPz47JRIV { display:block; }
 }@media only screen and (max-width: 763px) { #hAnlBZ8RL9ncXOv4FqFpdcGy3QWZiEgK { width:13.625rem;height:6.25rem;top:13.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4ehcmH7sRwBEghnrslBFIBtnADNGir { width:15.625rem;height:33.125rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKDNFpcmtzWbLRINIUrsNSWkkzWKLq8 { width:9.8125rem;height:2.875rem;top:28rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbOGm4mpxt3UD653TCC3LJW6uxImKViB { display:block; }
 }@media only screen and (max-width: 763px) { #HtdbyLeZeCGkDqOOaWwpa5FMeuxGfsTn { width:14.75rem;height:3.625rem;top:21.9375rem;left:9.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZHQ4iTmLu4tuhOfDizZaLzmpszvnya { width:13.625rem;height:1.125rem;top:21rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUT6ibeTyhOrnapVZQNpUt5e4bs3vJdf { width:13.625rem;height:1.125rem;top:25.1875rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShGfOGwLMNK3cWnaDUkb6XF4sXPTyJJS { width:13.625rem;height:6.25rem;top:13.6875rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQlv1MklPoJBpkZu4aGdgg8yCVDgzcCm { width:13.625rem;height:2.25rem;top:8.875rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCMckr6WUAHb147bbtTNcI5eBK1mV6ST { width:15.625rem;height:10.3125rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rGqpVhJTq5X3FgGtCiROmxv2nz0iTo { width:5.5625rem;height:2rem;top:5.625rem;left:15.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzbgcGwwdxPVnct7suzGk6CuyPbJa05 { width:9.3125rem;height:7.3125rem;top:0rem;left:13.25rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnhiDoOqmER15spU7bk2K0xlhvJ5PKkr { width:15.625rem;height:33.125rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlPqyU4wnmWs35QhAOtUmdzAGE74CmZ9 { width:13.625rem;height:1.125rem;top:25.1875rem;left:22.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9kDAwkZxU4Be3ZXrw676mL5Wys9yDZ { width:9.8125rem;height:2.875rem;top:28rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zevc9XpZIUzS5HMacRaw5hTGdPsyv3O4 { display:block; }
 }@media only screen and (max-width: 763px) { #QEbTCXAtuJNcdI60qiv0mXN4Zs2w9ezJ { width:14.75rem;height:3.625rem;top:21.9375rem;left:21.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPQarVCk60THlJEGOIyQgp0VaGxklr6 { width:13.625rem;height:1.125rem;top:21rem;left:22.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmgkMWkgq4A0TM8iH5rDqB2xLqoZ8I2 { width:13.625rem;height:6.25rem;top:13.6875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2Tw57VJNTt9MXSlJNcpIT0u1FumHU4 { width:13.625rem;height:2.25rem;top:8.9375rem;left:22.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfw6s1iWKERlrxOML8PduQ1I9ekAykPy { width:15.625rem;height:10.3125rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0JrmR6SsUJiPVOor2O4ZM0qLKQeUpA { width:5.5625rem;height:2rem;top:5.625rem;left:27.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Llb9PZBhvFxv7q81rI9m7hnaJkPp63 { width:9.4375rem;height:7.3125rem;top:0rem;left:25.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRTFUUzor39VZQ3Lx58ChZUAWw0tw7s { width:15.625rem;height:33.125rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaIIgSCbte1wWCyX4LsdNDyHwgLp4vnP { width:13.625rem;height:1.125rem;top:25.1875rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhzZKr4TNy0RmGDqwGrqBT2qvxDkwA5 { width:9.8125rem;height:2.875rem;top:28rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHoH4WO2MQTEqdDe0x4kcuR3E9aQKRBZ { display:block; }
 }@media only screen and (max-width: 763px) { #WLFhUQGQZZffcSmu3kp89EsnyfVqThe4 { width:14.75rem;height:3.625rem;top:21.9375rem;left:33rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7eWuiMniVoum4lDhVfp9ioTu0tyzQSy { width:13.625rem;height:1.125rem;top:21rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SizxT3KkqwTHNyKfT7El0EKcAOQOQVuy { width:13.625rem;height:6.25rem;top:13.6875rem;left:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMpD9RKGWMvuKi05QT6UaU4JM4Seh42 { width:13.625rem;height:2.25rem;top:10rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrftC8pIIImTNTvuB6srqnAipSWowPla { width:15.625rem;height:16.125rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZFrMH426Q8k98B8RXktXbHMtAJrxB7 { width:11.75rem;height:9.3125rem;top:0rem;left:35.90625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfm7o5WaVKGBevsrdwx0yyXEn0wHfOzr { width:5.25rem;height:2rem;top:6.9375rem;left:39.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnyXc7MsP5PHKvcwS9ilTWPRrq8ZsMF { width:6.3125rem;height:1.375rem;top:15.1875rem;left:41.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKTPc2ryHik7g42CafUp4RTxT1fvk7nP { display:block; }
 }@media only screen and (max-width: 763px) { #V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 { display:block; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIFDlTP112HWQ1iSTDnE3vzD8BTiwHxi { width:34.4375rem;height:19.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTmQ1WHT7Ntu9iXrMSvwFqPUBIlAAw8 { width:13.625rem;height:1.125rem;top:8.9375rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1uIZFpTkyfTzUO9igkoRZozLt7eLW53 { width:9.8125rem;height:2.875rem;top:12.125rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eicVdSHKaoQ6g4OMdeizMOa6abP08fTD { display:block; }
 }@media only screen and (max-width: 763px) { #RK9pkefqq4oU2WLe35Lgc7qroTGzgoFh { width:14.75rem;height:3.625rem;top:5.6875rem;left:9.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdOmq8c44In0ohiIHrdkvUvsAJmR8Xw9 { width:13.625rem;height:1.125rem;top:4.75rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTL8emk4LF4INi7cVKiLiG5cHPTGOV6J { width:13.625rem;height:6.25rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn705fJXid3dT8q23RJ1lGiIysL1zvpZ { width:34.375rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3xRJme0pA01bDGfS1QbFT49bJwOFkJ { width:11.75rem;height:9.3125rem;top:0rem;left:0.09375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVFIqPpTxzcBJtDzDl2JPaofwLpC6B1 { width:5.25rem;height:2rem;top:6.9375rem;left:3.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlo6XJhnVU2L5XDv8GM2RAmsTvyn4V1h { width:34.4375rem;height:19.6875rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAiivb4DHFv0AUTNbNmuoJw80D8XATN { width:13.4375rem;height:4.25rem;top:1.5rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB { width:9.4375rem;height:;top:8.3125rem;left:23.90625rem;font-size:1.125rem;display:block; }#cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
 }@media only screen and (max-width: 763px) { #TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 { width:10.5625rem;height:;top:8.25rem;left:25.25rem;font-size:1.125rem;display:block; }#TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
 }@media only screen and (max-width: 763px) { #ZsgTs3fAy7h4WBfurKAiVEXGVF8PRe9I { width:9.8125rem;height:2.875rem;top:13.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywu3gCGoXbmBKJCNmLBSyBXqK3xpkJT { display:block; }
 }@media only screen and (max-width: 763px) { #qeywJ6NWQnH1aiVMqUtcTgToy1R9Sio8 { width:10.4375rem;height:2.75rem;top:9.75rem;left:37.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEy9HJnSrT2lomVTEdSpOlgi39pDBWkR { width:34.375rem;height:12.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzAe3bOFN2OurMzN2NBkraBOVHeF3G3x { width:7.5625rem;height:0.9375rem;top:24.0625rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx { display:block; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp { width:43.4375rem;height:29.75rem;top:6.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwHRld71m18PpTlVh2dhS75yhSy6M7w0 { width:25.625rem;height:8.25rem;top:9.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMW47oHsMvlhHcnINlD6tTyf5aszHclC { width:27.75rem;height:5.25rem;top:19.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkxDHra0hfQ7zqlW1cBJoW8os7BWuR3 { width:15.9375rem;height:4.0625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPngb5L8orHeJvMaJ4VCAimTadQQvT3 { display:block; }
 }@media only screen and (max-width: 763px) { #gMJbqGKIOI13fERXMcydB4APacXN4J5a { display:none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT { display:block; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H { display:block; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxCwOKs4oq1eykRc4b36bvtK03P9SDOM { width:47.75rem;height:2.0625rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6S81ArWXnkNzZ01AMfS6dOcUOTLhOHC { width:47.75rem;height:0.9375rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAIn8SaGpPeEU0lRABsiQ0MDHD9miXn { width:23.1875rem;height:12.9375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdL9neTcpylsf8ehZT6KvhhWbu1GcznS { width:23.1875rem;height:11.25rem;top:13.5rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMeFWHQgTM2PTDLIIT55OFfPgc8Gw2oT { width:23.0625rem;height:12.5rem;top:13.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtfLqDr7NLlyTXPznKnaG5MCvVcqaitO { width:23.0625rem;height:10.625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklTsvdD4vTD7lg0xTu9CffTcWmQ8nvm { width:23.1875rem;height:9.25rem;top:29.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZgaOZrIr4PtWNPb9Scv8lV7e6TsTE2 { width:23.0625rem;height:10.125rem;top:29.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzV89sPnzVR144gUUibz32Blm0WcCHW { display:block; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUelsZ0sW8TeocTph6AW1mo29vHRiV7l { display:block; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb { display:block; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw { width:47.75rem;height:30.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccC4Nl2rI9N3vvh5sEQN5NMw7IbLF2bu { width:41.8125rem;height:5rem;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbDHLuVCtifNOTJ3dV5LmS1vOi9zMlZ6 { width:39.6875rem;height:5.8125rem;top:8.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA97h9vCPPTqw0xkSubxDdHsW419Trzy { width:13.5rem;height:3.625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pegK8oP2rglhBKDGFCe4ydeh5RhBJE5w { display:block; }
 }@media only screen and (max-width: 763px) { #KigDL71zBysE9pU0mmFnZsWtDV4V44tN { display:none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGAHOwnrTEo2gMeqvgignKTZsqbZNygz { display:block; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdCIeRkvr4yvwgulOv3FWXiFNKRKi7Wr { width:12.0625rem;height:2.5rem;top:8.625rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVKJP2uvQXz2HI5P14nvpTVUUHspbIIs { width:12.875rem;height:2.875rem;top:11.8125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZvrmVnnfWItfsrCMlzrKAS0u2G2BWOS { width:12.875rem;height:2.5rem;top:8.625rem;left:17.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDR2gDd3BSCKcuMVH60lK2RKsPHWmWXm { width:13.8125rem;height:2.875rem;top:11.8125rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcdAgsGPgsL8TunW4mXxX4JoFX6Se2k { width:12.875rem;height:2.875rem;top:11.8125rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZqZ11JxssXxMwcJmQbrZMLDlEB9dRwd { width:12.0625rem;height:2.5rem;top:8.625rem;left:33.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0kzO24O32d1Fz6fUuxhf7mzgC3KiuBd { width:3.125rem;height:3.125rem;top:4.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KomKlZzORWviFqrClUdewB44vh3nFPBp { width:3.125rem;height:3.125rem;top:4.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4J2p2d30u6Z8MSAlnqHIDrQaNf1F2GO { width:3.125rem;height:3.125rem;top:4.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzw6CTzOgB3BiSxyOcXdTqnIEAGoZbxS { width:8.0625rem;height:1.5625rem;top:13.625rem;left:7.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEfrPd17GAJGJwx1QhMr82d8rm4yTIwT { width:3.125rem;height:3.125rem;top:4.1875rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xu59awc0JTtcmL7rEbBCH2EFU5lgaA5b { width:8.0625rem;height:1.5625rem;top:21.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rB8DGtG7tUE1faA4MqpziOXTuNOeUKTo { width:8.0625rem;height:1.5625rem;top:21.4375rem;left:7.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QovsML1p1PFlg3hS6uSEg6M5m2f1w5GB { width:3.125rem;height:3.125rem;top:4.1875rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #msveTSgJCWbPyBl9pEHTPaIvA2r73zMo { width:3.125rem;height:3.125rem;top:4.1875rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3vXTip0NFpS3BgrnglarR4JvVgxwagF { width:12.875rem;height:1.125rem;top:15.0625rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL { display:block; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8nZhHRCK5ZrSPef2hC86ArTZrGbeOnN { width:12.0625rem;height:2.5rem;top:8.625rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOCmeyxyGtq4AFIC0kpkM1g9evZsiCra { width:12.875rem;height:2.875rem;top:11.8125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuISKV8xVAIPh7QV1FRR5XEDWWB8OiSJ { width:12.875rem;height:2.5rem;top:8.625rem;left:17.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQv6JSXOkPEND5iykk32dPw2eSRluPcg { width:14.25rem;height:2.875rem;top:11.75rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huZntTEvoKXy5nnRX4Sqz8cBE80yIzOB { width:15.3125rem;height:2.875rem;top:11.75rem;left:32.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyVB2bMxlpVowZmhN8ErfxRIuAy5ggNe { width:12.0625rem;height:2.5rem;top:8.625rem;left:33.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnn4NBc42ofJxngCs1m85EsuQxeD1CK5 { width:3.125rem;height:3.125rem;top:4.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNtgeoEJtDfgOymIu69zxDkIqdIXXQmQ { width:3.125rem;height:3.125rem;top:4.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTrn1svOAcCm3L2WRhD9rQynK10KAtu { width:3.125rem;height:3.125rem;top:4.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z74unkG2HNIyI51CgQn7drw2CPUJVmyh { display:block; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTgeUrn77bIeTN6eC0XoaCVvlzyxMOAi { width:21.4375rem;height:;top:6.9375rem;left:13.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzU7DQN5uCDp2FTSvZL0qLFKuVay9TEl { width:25.9375rem;height:3.6875rem;top:9.625rem;left:10.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quAD5lHD3pR7lVQbDV1RB3SQ52rwT44u { width:28.5rem;height:1.375rem;top:17.9375rem;left:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqLafrkFxACTHkkTKoJnA1TyIIt6tU { width:29.1875rem;height:6rem;top:20.5625rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVnnUbL6wuB3z19QMA11nPaoutEL5G48 { display:block; }
 }@media only screen and (max-width: 763px) { #bR8ufUw9s92HpJks7SJtvTl9y1rlCqEz { width:3.1875rem;height:3.1875rem;top:21.875rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvHhkTph2Xe3HGlRCtfoHEv2xtEDALpm { width:10.875rem;height:10.875rem;top:9.75rem;left:35.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us7RgFozT2wqIBxU9y8f8svZ3Uwh4P0F { width:21.4375rem;height:;top:13.25rem;left:13.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9IXodyph81kNAPEPfxZDTHfHnTaHIh { display:block; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otyShQsZOcrVz6clJTTzOV8A0P3TxluR { width:12.625rem;height:5.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBp1i47FwUgWL0TQdGKwLK9nTqH710B6 { width:22.3125rem;height:9.75rem;top:2.8125rem;left:9.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND { width:3.125rem;height:3.125rem;top:2.8125rem;left:44.5rem;display:block; }
#ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la8FuqcQoMZoRE40QsbmOsSwF0ONfnel { display:block; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnzTilWlTgpy5C2mvnRGzK3UVE7cQQuy { width:7.75rem;height:2rem;top:0.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNtptPlikJy4XPBEu4DGIuuWiohIxP2 { display:block; }
 }@media only screen and (max-width: 763px) { #FiqSNnH7yXuATcPFRBUInIvc5kPlrEEp { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvRn4LgSXynzMhVBFRdFxVhNENa9fz8q { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOcJuTIbNoSJvrCG2dHXk5gxy6kSEvUg { display:block; }
 }@media only screen and (max-width: 763px) { #ht2NvXS0EiGZfOIIF9lAIF5RGxk8IZeQ { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2fn8d1wc1cD5iHLgEZOA2smRv0TUgeP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UlsMyXaOyKAuncIhwW3umVtHbARCTK7m { background-color:rgba(0,6,53,0.91);background-image:none;display:block; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { background-color: transparent; background-image: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container > .video-iframe-container { display: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row > .video-iframe-container { display: none; }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .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); }#UlsMyXaOyKAuncIhwW3umVtHbARCTK7m > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzgZX1lFovo2JukT2wodbO86y9iQcCkX { width:7.8125rem;height:3.5rem;top:4.3125rem;left:6.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rJ5zbdDF5FMUk72asXZPu4HCgnoNTDnN { width:8.5rem;height:1.875rem;top:0.65625rem;left:11.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzT4p1T2Kdg7WwIUKRghTD6UgLcTDf1k { display:block; }
 }@media only screen and (max-width: 763px) { #ncateZJf4erZr74gkmioQIiB1b6FR5cS { width:10.375rem;height:1.625rem;top:0.82421875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }#ncateZJf4erZr74gkmioQIiB1b6FR5cS li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ncateZJf4erZr74gkmioQIiB1b6FR5cS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000635;background-image:none;display:block; }#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.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUN6zTcWgCm39bIXmH0Ixxgo34heRems { width:9rem;height:9.0185625rem;top:13.125rem;left:5.5rem;font-size:6.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKxqz9Z3pCS6Vh7Rl0a8p1Z9CcBtsETb { width:16.875rem;height:15.3125rem;top:8.0625rem;left:1.5625rem;box-shadow: 0rem 0rem 5.6875rem rgba(1,144,252,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #XqA070pMT0JybXo7MdLLxR6GizvQq8Mv { width:20rem;height:9.34375rem;top:5.75rem;left:0rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1FME8TNURey5rH4ypOOpcfQSTwskVFu { width:12.125rem;height:1.4619125rem;top:13rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudUEpsbbQczMS3QchLNwGe8qO4TRzu2 { width:3rem;height:2.5996125rem;top:15.0625rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhuyuTf4goWrImQKldx7pC6yXe6yCGUs { width:3.0625rem;height:2.5996125rem;top:15.0625rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEJGp5bShZKNAE80Tkomu6VZcibNTts { width:4.9375rem;height:0.8125rem;top:17.4375rem;left:13.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvflbhvTs1H8rCPbHBSvA4TfPtn0UfVW { width:18.25rem;height:3.298825rem;top:0.80078125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTovf0Nvabe01tTDZXkn5pLN8pAPchyy { width:16.875rem;height:4.125rem;top:23.375rem;left:1.5625rem;box-shadow: 0rem 0rem 2rem #25d366 ;display:block; }
 }@media only screen and (max-width: 763px) { #JhQIol1JH4mKJuqJacCsXstWyNqtePTp { width:20rem;height:1.29980625rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRosGyTohbUIfTv8DmWyvpXox7Nkbse8 { width:11.1875rem;height:1.9375rem;top:24.4375rem;left:4.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhTECdDHD0ehzhFGbecpf1TPyzScdFs { display:block; }
 }@media only screen and (max-width: 763px) { #xKqUW6EMe7wmXI36wf2pQs7zDSWTPEqH { width:13.375rem;height:2.875rem;top:28.5rem;left:3.3125rem;font-size:0.75rem;z-index:15007;border-top:0.125rem solid #d5fc5c;border-left:0.125rem solid #d5fc5c;border-right:0.125rem solid #d5fc5c;border-bottom:0.125rem solid #d5fc5c;background-color:transparent;background-image:none;color:#ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TBvJcCgFQ7MvazTau3ywG4OWdZfF3b9B { display:block; }
 }@media only screen and (max-width: 763px) { #oX9ItinTw4NwgkALRwmOT6mbAaP19bhr { width:7.5625rem;height:0;top:32rem;left:6.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvLxyMk1THungRTyGvdvJoQUbubofPLJ { width:15.625rem;height:1.29980625rem;top:4.875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrJ9gkEvfbF9pU0z5TOd0ktOG40QBsld { width:20rem;height:39.875rem;top:34.2246125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh { width:8.3125rem;height:0;top:36.453125rem;left:5.84375rem;font-size:1.3125rem;display:none; }#dQX3n6bbnXDZDUExDWJXTWV59b6TuEDh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
 }@media only screen and (max-width: 763px) { #fKD4aFklPQR3EuEmv5im5BVXZaSeLKt6 { width:7.5625rem;height:0.9746125rem;top:33.787109375rem;left:6.21875rem;font-size:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iNkpr00NRq8JAouvkZQ5AspgcSI4dvLk { width:19.625rem;height:12.5rem;top:33.949225rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ec550a2-bcd4-4f9a-ac50-85ff5f6ecc9f/e088dd9c97.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl.adaptive-delivery-prevent-bg, #dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl.lazyload, #dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl.lazyloading { background-image: none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container { background-color: transparent; background-image: none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container > .video-iframe-container { display: none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row > .video-iframe-container { display: none; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .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); }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container { border-width: 0; border-radius: 0; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhGvWiIIdJ3B9Urc74Al7mNdqwCtuwnl > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJOTctOR0TMLUbDTdteFZPSFX40ukvZW { width:19.875rem;height:7.8125rem;top:6.375rem;left:1.5625rem;z-index:15014;background-color:rgba(0,0,0,0.74);background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 { width:8.3125rem;height:4.767575rem;top:8.03515625rem;left:3rem;font-size:1.0625rem;z-index:15015;display:block; }#bDZ0pslEP4k91rQrKgE3kSuunuPAOPw5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3a216e1127bfa011ca8db449458790b31fcd5cd.svg); }
 }@media only screen and (max-width: 763px) { #mO2IeNO7GlT3agS9eFRU8duq5N7NomLV { display:block; }#mO2IeNO7GlT3agS9eFRU8duq5N7NomLV > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FO9bqbBZOp4lqIDt1FCzTbPsoFinnN2w { width:20rem;height:1.71875rem;top:6.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToETVXAAQBTLV5QWgTRqNCT5WxXdIUCO { width:10.0625rem;height:2.4375rem;top:9.1875rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0Ascl8avkETW2DJOJXgI5FTqTzcTF { width:2.5rem;height:2.5rem;top:3.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBda4TTTS014LnityTHTM0JzQlkVApB { width:20rem;height:1.71875rem;top:19.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g44nICbhXJL6F2pOVOfmAoiMW2qPB0RA { width:11.0625rem;height:2.4375rem;top:22.125rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1oG0b46KodAB2ngFzAOq63TgONn12EW { width:2.5rem;height:2.5rem;top:16rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFSQxruCL72bO4bIk9KTpEHudcySVXn { width:11.625rem;height:2.4375rem;top:35.03125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZSxUoAiVCPW3n3sikwKn2d5IKVBsdm { width:20rem;height:1.71875rem;top:32.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri5R6zWBwglZN4Ii6PAq68w1FKklmdeF { width:2.5rem;height:2.5rem;top:28.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi { background-color:#000a64;background-image:none;display:block; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { background-color: transparent; background-image: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container > .video-iframe-container { display: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row > .video-iframe-container { display: none; }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .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); }#VoqwNzSa8xtOnJGKdAyPfK2s6iaZxkdi > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu5rNPbq0PrLUoGssgWAlG1Gnbw4CM4W { width:20rem;height:2.0625rem;top:4.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibn5puBxXG03n0bZEsZmFgrMha0rsqKu { width:17.5rem;height:3.25rem;top:6.75rem;left:1.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uIgpPUwauot6SNEknIHnzI3kkC6DK8Fk { width:5.5625rem;height:1rem;top:14.1875rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6NJL0VVh34oT6plI7Ey8PiWu76ToXMR { display:block; }
 }@media only screen and (max-width: 763px) { #PlB4ivrilR1WFbZJF96lnS1WzeOlRb3q { width:13.9375rem;height:13.9375rem;top:49.5rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R { display:block; }#DaR7cJZnIwnEBqWSkmsarzH7K70QNi9R > .row .container { width:20rem;height:128.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObisJNBZGgo9bwvzyCIwEKiLRmi2vHP8 { width:20rem;height:5.28125rem;top:0rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNWTNdeywhGToz0lVlpOvL9CPNnS7MFG { width:15.625rem;height:33.125rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JywybvTASri99eTxHh0o0xJVfvSKEl4V { width:5.5625rem;height:2.03125rem;top:3.875rem;left:7.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgKZ26Z5sP1ivuBytvuLOFzipXRLI7S { width:14.75rem;height:3.25rem;top:18.6875rem;left:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTPe6ghQ4ObkLBBIWzEiGKDs3tPJtVE { width:20rem;height:10.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsDDnCznoMg3kTn9TbKdwuNkTQuEbBQk { width:13.625rem;height:2.0625rem;top:7.125rem;left:3.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FC7J1Z7eT3tuQMmNhTw9f4uMF5cwukrT { width:13.625rem;height:1.125rem;top:17.5625rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7LTUHlmphkydhfFLWBT4yXdAbErQb8O { width:13.625rem;height:1.125rem;top:21.9375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNqpk9ZIdTbN0ZkRWO53zpy67edQhMZ { width:9.8125rem;height:2.875rem;top:23.6875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sd9e4NVih1O6LWB6CDQWDIPz47JRIV { display:block; }
 }@media only screen and (max-width: 763px) { #hAnlBZ8RL9ncXOv4FqFpdcGy3QWZiEgK { width:13.625rem;height:5.39845rem;top:10.9375rem;left:3.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rC4ehcmH7sRwBEghnrslBFIBtnADNGir { width:15.625rem;height:33.125rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEKDNFpcmtzWbLRINIUrsNSWkkzWKLq8 { width:9.8125rem;height:2.875rem;top:55.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbOGm4mpxt3UD653TCC3LJW6uxImKViB { display:block; }
 }@media only screen and (max-width: 763px) { #HtdbyLeZeCGkDqOOaWwpa5FMeuxGfsTn { width:14.75rem;height:3.25rem;top:50.5625rem;left:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZHQ4iTmLu4tuhOfDizZaLzmpszvnya { width:13.625rem;height:1.125rem;top:49.4375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUT6ibeTyhOrnapVZQNpUt5e4bs3vJdf { width:13.625rem;height:1.125rem;top:53.8125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShGfOGwLMNK3cWnaDUkb6XF4sXPTyJJS { width:13.625rem;height:5.39845rem;top:42.8125rem;left:3.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cQlv1MklPoJBpkZu4aGdgg8yCVDgzcCm { width:13.625rem;height:2.0625rem;top:39.375rem;left:3.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lCMckr6WUAHb147bbtTNcI5eBK1mV6ST { width:20rem;height:10.3125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rGqpVhJTq5X3FgGtCiROmxv2nz0iTo { width:5.5625rem;height:2.03125rem;top:36.125rem;left:7.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzbgcGwwdxPVnct7suzGk6CuyPbJa05 { width:7.5rem;height:5.3624125rem;top:32.25rem;left:6.25rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnhiDoOqmER15spU7bk2K0xlhvJ5PKkr { width:15.625rem;height:33.125rem;top:154.0312625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlPqyU4wnmWs35QhAOtUmdzAGE74CmZ9 { width:13.625rem;height:1.125rem;top:86.375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9kDAwkZxU4Be3ZXrw676mL5Wys9yDZ { width:9.8125rem;height:2.875rem;top:88.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zevc9XpZIUzS5HMacRaw5hTGdPsyv3O4 { display:block; }
 }@media only screen and (max-width: 763px) { #QEbTCXAtuJNcdI60qiv0mXN4Zs2w9ezJ { width:14.75rem;height:3.25rem;top:83.125rem;left:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPQarVCk60THlJEGOIyQgp0VaGxklr6 { width:13.625rem;height:1.125rem;top:82.0625rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmgkMWkgq4A0TM8iH5rDqB2xLqoZ8I2 { width:13.625rem;height:5.39845rem;top:75.375rem;left:3.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ba2Tw57VJNTt9MXSlJNcpIT0u1FumHU4 { width:13.625rem;height:2.0625rem;top:71.3125rem;left:3.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jfw6s1iWKERlrxOML8PduQ1I9ekAykPy { width:20rem;height:10.3125rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp0JrmR6SsUJiPVOor2O4ZM0qLKQeUpA { width:5.5625rem;height:2.03125rem;top:68rem;left:7.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Llb9PZBhvFxv7q81rI9m7hnaJkPp63 { width:7.5rem;height:4.875rem;top:64.1875rem;left:6.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRTFUUzor39VZQ3Lx58ChZUAWw0tw7s { width:15.625rem;height:33.125rem;top:230.42189375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaIIgSCbte1wWCyX4LsdNDyHwgLp4vnP { width:13.625rem;height:1.125rem;top:120.0625rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhzZKr4TNy0RmGDqwGrqBT2qvxDkwA5 { width:9.8125rem;height:2.875rem;top:121.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHoH4WO2MQTEqdDe0x4kcuR3E9aQKRBZ { display:block; }
 }@media only screen and (max-width: 763px) { #WLFhUQGQZZffcSmu3kp89EsnyfVqThe4 { width:14.75rem;height:3.25rem;top:116.875rem;left:2.625rem;font-size:2.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7eWuiMniVoum4lDhVfp9ioTu0tyzQSy { width:13.625rem;height:1.125rem;top:115.8125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SizxT3KkqwTHNyKfT7El0EKcAOQOQVuy { width:13.625rem;height:5.39845rem;top:109.1875rem;left:3.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yAMpD9RKGWMvuKi05QT6UaU4JM4Seh42 { width:13.625rem;height:2.0625rem;top:105.125rem;left:3.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrftC8pIIImTNTvuB6srqnAipSWowPla { width:20rem;height:10.3125rem;top:96.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0082', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0082', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rkZFrMH426Q8k98B8RXktXbHMtAJrxB7 { width:8.5rem;height:6.5rem;top:97.25rem;left:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfm7o5WaVKGBevsrdwx0yyXEn0wHfOzr { width:5.25rem;height:2.03125rem;top:102.375rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqnyXc7MsP5PHKvcwS9ilTWPRrq8ZsMF { width:5.5625rem;height:1rem;top:96.125rem;left:7.21875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #qKTPc2ryHik7g42CafUp4RTxT1fvk7nP { display:block; }
 }@media only screen and (max-width: 763px) { #V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 { display:block; }#V92Eiht45qdZZ0tGrnSGM5Vdzey2ZZV0 > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIFDlTP112HWQ1iSTDnE3vzD8BTiwHxi { width:15.625rem;height:33.125rem;top:230.42189375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpTmQ1WHT7Ntu9iXrMSvwFqPUBIlAAw8 { width:13.625rem;height:1.125rem;top:20.25rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1uIZFpTkyfTzUO9igkoRZozLt7eLW53 { width:9.8125rem;height:2.875rem;top:23.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eicVdSHKaoQ6g4OMdeizMOa6abP08fTD { display:block; }
 }@media only screen and (max-width: 763px) { #RK9pkefqq4oU2WLe35Lgc7qroTGzgoFh { width:14.75rem;height:3.25rem;top:17.0625rem;left:2.625rem;font-size:2.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CdOmq8c44In0ohiIHrdkvUvsAJmR8Xw9 { width:13.625rem;height:1.125rem;top:16rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTL8emk4LF4INi7cVKiLiG5cHPTGOV6J { width:13.625rem;height:5.39845rem;top:9.375rem;left:3.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kn705fJXid3dT8q23RJ1lGiIysL1zvpZ { width:20rem;height:10.3125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #3f0082, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0082', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0082', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #3f0082, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TS3xRJme0pA01bDGfS1QbFT49bJwOFkJ { width:8.5rem;height:6.5rem;top:0rem;left:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVFIqPpTxzcBJtDzDl2JPaofwLpC6B1 { width:5.25rem;height:2.03125rem;top:5.3125rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlo6XJhnVU2L5XDv8GM2RAmsTvyn4V1h { width:20rem;height:19.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzAiivb4DHFv0AUTNbNmuoJw80D8XATN { width:13.4375rem;height:4.2246125rem;top:33.7314453125rem;left:0.875rem;font-size:1.625rem;color:#d5fc5c;display:block; }
 }@media only screen and (max-width: 763px) { #cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB { width:9.4375rem;height:8.5595625rem;top:41rem;left:0.875rem;font-size:1.125rem;display:block; }#cn1Tmydeu9Uu5u4kXy4CmRLifP6OKzoB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
 }@media only screen and (max-width: 763px) { #TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 { width:9.75rem;height:8.5595625rem;top:41rem;left:9.4375rem;font-size:1.125rem;display:block; }#TydXvOSQg95bbVobXAd2k2rLFH2vPUk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49f0bda579ce449283b4126042a82a00cf22791a.svg); }
 }@media only screen and (max-width: 763px) { #ZsgTs3fAy7h4WBfurKAiVEXGVF8PRe9I { width:8.3125rem;height:2.875rem;top:52.193359375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywu3gCGoXbmBKJCNmLBSyBXqK3xpkJT { display:block; }
 }@media only screen and (max-width: 763px) { #qeywJ6NWQnH1aiVMqUtcTgToy1R9Sio8 { width:9.625rem;height:2.76171875rem;top:52.25rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEy9HJnSrT2lomVTEdSpOlgi39pDBWkR { width:20rem;height:10.3125rem;top:30.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,6,42,0.61), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,6,42,0.61), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,6,42,0.61), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,6,42,0.61), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00062a9b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00062a9b', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,6,42,0.61), rgba(0,0,0,0));background-size:auto !important;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #qzAe3bOFN2OurMzN2NBkraBOVHeF3G3x { width:7.5625rem;height:0.9746125rem;top:59.318359375rem;left:6.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx { display:block; }#TZXXTl0fZo1yPmSZ2cbahz8OBf6QCzmx > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN8ecN0zO1ihQLtuUsuCk5Ti6CcV97Wp { width:20rem;height:13.5625rem;top:35.9716796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwHRld71m18PpTlVh2dhS75yhSy6M7w0 { width:20rem;height:6.597625rem;top:4.3115234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMW47oHsMvlhHcnINlD6tTyf5aszHclC { width:20rem;height:6.6484375rem;top:13.0341796875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkxDHra0hfQ7zqlW1cBJoW8os7BWuR3 { width:15.9375rem;height:4.0625rem;top:22.5966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPngb5L8orHeJvMaJ4VCAimTadQQvT3 { display:block; }
 }@media only screen and (max-width: 763px) { #gMJbqGKIOI13fERXMcydB4APacXN4J5a { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba0b000d-1828-4537-ae27-6ca3f731f520/3a2dcc8053.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a.adaptive-delivery-prevent-bg, #gMJbqGKIOI13fERXMcydB4APacXN4J5a.lazyload, #gMJbqGKIOI13fERXMcydB4APacXN4J5a.lazyloading { background-image: none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container { background-color: transparent; background-image: none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container > .video-iframe-container { display: none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row > .video-iframe-container { display: none; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .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); }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container { border-width: 0; border-radius: 0; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMJbqGKIOI13fERXMcydB4APacXN4J5a > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT { display:block; }#ZMNTENu16HgHc5L0u72C1RBx2RmEwdyT > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H { display:block; }#cPPNZDIcLUVvugWIIRv9fpkqCgMkAG9H > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxCwOKs4oq1eykRc4b36bvtK03P9SDOM { width:17.25rem;height:4.125rem;top:1.3984375rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6S81ArWXnkNzZ01AMfS6dOcUOTLhOHC { width:20rem;height:0.9619125rem;top:6.3359375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAIn8SaGpPeEU0lRABsiQ0MDHD9miXn { width:20rem;height:11.159029649596rem;top:8.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdL9neTcpylsf8ehZT6KvhhWbu1GcznS { width:20rem;height:9.7035040431267rem;top:20.9550625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMeFWHQgTM2PTDLIIT55OFfPgc8Gw2oT { width:20rem;height:10.840108401084rem;top:31.9081875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtfLqDr7NLlyTXPznKnaG5MCvVcqaitO { width:20rem;height:9.2140921409214rem;top:43.9980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklTsvdD4vTD7lg0xTu9CffTcWmQ8nvm { width:20rem;height:7.9784366576819rem;top:54.4619375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZgaOZrIr4PtWNPb9Scv8lV7e6TsTE2 { width:20rem;height:8.780487804878rem;top:63.6895rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzV89sPnzVR144gUUibz32Blm0WcCHW { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7e6a89cb-fa66-4c34-8dcd-ce0c8e097340/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW.adaptive-delivery-prevent-bg, #rzzV89sPnzVR144gUUibz32Blm0WcCHW.lazyload, #rzzV89sPnzVR144gUUibz32Blm0WcCHW.lazyloading { background-image: none; }#rzzV89sPnzVR144gUUibz32Blm0WcCHW > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JUelsZ0sW8TeocTph6AW1mo29vHRiV7l { display:none; }#JUelsZ0sW8TeocTph6AW1mo29vHRiV7l > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0616ac, #000a64);background-image: -moz-linear-gradient(180deg, #0616ac, #000a64);background-image: -ms-linear-gradient(180deg, #0616ac, #000a64);background-image: -o-linear-gradient(180deg, #0616ac, #000a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0616ac', endColorstr='#000a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0616ac', endColorstr='#000a64' );";background-image: linear-gradient(180deg, #0616ac, #000a64);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { background-color: transparent; background-image: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container > .video-iframe-container { display: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container { display: none; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .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); }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { border-width: 0; border-radius: 0; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBPHBJ2rgoUwVre1AnIy1X2NFnSUFAEb > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUcGQF8tIDz5D1t13eAuTTtNFfynlRWw { width:20rem;height:12.9375rem;top:30.8134765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccC4Nl2rI9N3vvh5sEQN5NMw7IbLF2bu { width:20rem;height:4.875rem;top:12rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbDHLuVCtifNOTJ3dV5LmS1vOi9zMlZ6 { width:20rem;height:5.56640625rem;top:4.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BA97h9vCPPTqw0xkSubxDdHsW419Trzy { width:13.5rem;height:3.625rem;top:18.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pegK8oP2rglhBKDGFCe4ydeh5RhBJE5w { display:block; }
 }@media only screen and (max-width: 763px) { #KigDL71zBysE9pU0mmFnZsWtDV4V44tN { background-color:#000a64;background-image:url("https://images.assets-landingi.com/uc/a47c8da0-de83-449b-a3b3-237a60cdfbc9/celular_2_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN.adaptive-delivery-prevent-bg, #KigDL71zBysE9pU0mmFnZsWtDV4V44tN.lazyload, #KigDL71zBysE9pU0mmFnZsWtDV4V44tN.lazyloading { background-image: none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container { background-color: transparent; background-image: none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container > .video-iframe-container { display: none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row > .video-iframe-container { display: none; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .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); }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container { border-width: 0; border-radius: 0; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KigDL71zBysE9pU0mmFnZsWtDV4V44tN > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGAHOwnrTEo2gMeqvgignKTZsqbZNygz { display:block; }#dGAHOwnrTEo2gMeqvgignKTZsqbZNygz > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdCIeRkvr4yvwgulOv3FWXiFNKRKi7Wr { width:7.875rem;height:1.58105625rem;top:7.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVKJP2uvQXz2HI5P14nvpTVUUHspbIIs { width:12.875rem;height:0;top:11.5859375rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZvrmVnnfWItfsrCMlzrKAS0u2G2BWOS { width:8.5rem;height:1.58105625rem;top:7.4375rem;left:11.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDR2gDd3BSCKcuMVH60lK2RKsPHWmWXm { width:12.875rem;height:0;top:26.094725rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTcdAgsGPgsL8TunW4mXxX4JoFX6Se2k { width:12.875rem;height:0;top:40.6035125rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZqZ11JxssXxMwcJmQbrZMLDlEB9dRwd { width:8.0625rem;height:1.58105625rem;top:14.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0kzO24O32d1Fz6fUuxhf7mzgC3KiuBd { display:flex;width:3.125rem;height:3.125rem;top:3.3125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #KomKlZzORWviFqrClUdewB44vh3nFPBp { display:flex;width:3.125rem;height:3.125rem;top:3.3125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #i4J2p2d30u6Z8MSAlnqHIDrQaNf1F2GO { display:flex;width:3.125rem;height:3.125rem;top:10.75rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #Kzw6CTzOgB3BiSxyOcXdTqnIEAGoZbxS { width:8.0625rem;height:1.58105625rem;top:14.875rem;left:11.9375rem;font-size:1.4375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MEfrPd17GAJGJwx1QhMr82d8rm4yTIwT { display:flex;width:3.125rem;height:3.125rem;top:10.75rem;left:14.1875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #xu59awc0JTtcmL7rEbBCH2EFU5lgaA5b { width:8.0625rem;height:1.58105625rem;top:22.625rem;left:0rem;font-size:1.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rB8DGtG7tUE1faA4MqpziOXTuNOeUKTo { width:8.0625rem;height:1.58105625rem;top:22.625rem;left:11.9375rem;font-size:1.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QovsML1p1PFlg3hS6uSEg6M5m2f1w5GB { display:flex;width:3.125rem;height:3.125rem;top:18.5rem;left:2.375rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #msveTSgJCWbPyBl9pEHTPaIvA2r73zMo { display:flex;width:3.125rem;height:3.125rem;top:18.5rem;left:14.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #p3vXTip0NFpS3BgrnglarR4JvVgxwagF { width:12.875rem;height:auto;top:15.0625rem;left:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL { display:none; }#gPWpz6U1qxV4Z2T7DxTF84s3ZI00sTuL > .row .container { width:20rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O8nZhHRCK5ZrSPef2hC86ArTZrGbeOnN { width:12.0625rem;height:1.58105625rem;top:5.25rem;left:3.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOCmeyxyGtq4AFIC0kpkM1g9evZsiCra { width:12.875rem;height:0;top:11.5859375rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuISKV8xVAIPh7QV1FRR5XEDWWB8OiSJ { width:12.875rem;height:1.58105625rem;top:12.0810546875rem;left:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQv6JSXOkPEND5iykk32dPw2eSRluPcg { width:12.875rem;height:0;top:26.094725rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #huZntTEvoKXy5nnRX4Sqz8cBE80yIzOB { width:12.875rem;height:0;top:40.6035125rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyVB2bMxlpVowZmhN8ErfxRIuAy5ggNe { width:12.0625rem;height:1.58105625rem;top:19.287109375rem;left:4.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnn4NBc42ofJxngCs1m85EsuQxeD1CK5 { display:flex;width:3.125rem;height:3.125rem;top:22.118165625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dNtgeoEJtDfgOymIu69zxDkIqdIXXQmQ { display:flex;width:3.125rem;height:3.125rem;top:26.493165625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TFTrn1svOAcCm3L2WRhD9rQynK10KAtu { display:flex;width:3.125rem;height:3.125rem;top:30.868165625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Z74unkG2HNIyI51CgQn7drw2CPUJVmyh { display:block; }#Z74unkG2HNIyI51CgQn7drw2CPUJVmyh > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTgeUrn77bIeTN6eC0XoaCVvlzyxMOAi { width:20rem;height:1.7871125rem;top:5.75rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JzU7DQN5uCDp2FTSvZL0qLFKuVay9TEl { width:20rem;height:2.61230625rem;top:7.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quAD5lHD3pR7lVQbDV1RB3SQ52rwT44u { width:20rem;height:1.3808625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEzqLafrkFxACTHkkTKoJnA1TyIIt6tU { width:20rem;height:4.375rem;top:13.6875rem;left:0rem;font-size:1.375rem;border-top:0;border-left:2.125rem solid #13c555;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yVnnUbL6wuB3z19QMA11nPaoutEL5G48 { display:block; }
 }@media only screen and (max-width: 763px) { #bR8ufUw9s92HpJks7SJtvTl9y1rlCqEz { width:2.1875rem;height:2.1875rem;top:14.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvHhkTph2Xe3HGlRCtfoHEv2xtEDALpm { width:3.125rem;height:3.125rem;top:9.6748046875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us7RgFozT2wqIBxU9y8f8svZ3Uwh4P0F { width:20rem;height:1.7871125rem;top:9.822265625rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hM9IXodyph81kNAPEPfxZDTHfHnTaHIh { display:block; }#hM9IXodyph81kNAPEPfxZDTHfHnTaHIh > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otyShQsZOcrVz6clJTTzOV8A0P3TxluR { width:9rem;height:4rem;top:2.375rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TBp1i47FwUgWL0TQdGKwLK9nTqH710B6 { width:20rem;height:7.0078125rem;top:8.5625rem;left:0rem;font-size:0.6875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND { display:flex;width:3.125rem;height:3.125rem;top:17.2578125rem;left:8.4375rem; }
#ElNN49bWgwsyAnX4MgOqrV3xoMO8t1ND > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #WiMdUWOqZrQxHroieyWEFTLnr4ZQTpRS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la8FuqcQoMZoRE40QsbmOsSwF0ONfnel { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#la8FuqcQoMZoRE40QsbmOsSwF0ONfnel > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnzTilWlTgpy5C2mvnRGzK3UVE7cQQuy { width:6.125rem;height:1.3125rem;top:0.6875rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNtptPlikJy4XPBEu4DGIuuWiohIxP2 { display:block; }
 }@media only screen and (max-width: 763px) { #FiqSNnH7yXuATcPFRBUInIvc5kPlrEEp { width:2.375rem;height:2.375rem;top:0.3125rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AvRn4LgSXynzMhVBFRdFxVhNENa9fz8q { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOcJuTIbNoSJvrCG2dHXk5gxy6kSEvUg { display:block; }
 }@media only screen and (max-width: 763px) { #ht2NvXS0EiGZfOIIF9lAIF5RGxk8IZeQ { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2fn8d1wc1cD5iHLgEZOA2smRv0TUgeP { display:block; }
 }