.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#243b55;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); }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;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; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row .container { background-color: transparent; background-image: none; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row .container > .video-iframe-container { display: none; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row > .video-iframe-container { display: none; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .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); }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row .container { border-width: 0; border-radius: 0; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsQpvAoPbWgcp6yMuCyhABlAaPzEQXDl > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#x4qsURi5WLIvfVo6TLpChN16buMukIoM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:9.375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#zeJ68F95xR6EKRWfCTZp9sA4Cq03mJHA { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.9375rem;top:1rem;left:10.3125rem;overflow:hidden;display:block; }
#pWVschFRyBZGJ7xJA8Nt5DiEdZx23UGo { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.65625rem;left:66.125rem;display:block; }
#o6a1CsN0lsuXUvCeuG6cCSKqpA7xB2lb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#daLSa2HnT8ptugQskWXAL1X3tv54U0Hm { position:absolute;display:block;z-index:14999;height:1.625rem;width:2.875rem;top:1rem;left:61.125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/2133df62-9547-46d5-a3e3-360aa7701825/lendingupis3.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#yRKuk8nf4dvKUuyKut2CnxfxJckVx3D3 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.625rem;position:absolute;font-family:"benzin uus";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.57);top:9.125rem;left:3.5625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#Xx9k4KXbsh94V51TmTkPq8FHhu38V3TT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.57);top:24.5625rem;left:18.75rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#DdhDOcpQ9baMe0lMJNkPJH9JNbf5ML8M { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:3.5rem;top:26.25rem;left:37.125rem;overflow:hidden;display:block; }
#U645D59sJyUMEUS2nnK3UPu1NQ5oPxc3 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:6.25rem;top:16.5rem;left:4.8125rem;overflow:hidden;display:block; }
#Usv6GScHG1BkTM1u76rBtIRm8nF9LmMP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:6.0625rem;top:16.5rem;left:12.25rem;overflow:hidden;display:block; }
#xb8R4T3C5slTPLncqd2wfKV8cIykTvWa { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:6.1875rem;top:16.5rem;left:19.3125rem;overflow:hidden;display:block; }
#F0qHbvsCeqk340BoIvnRJG8ZZL4h9ksG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.6875rem;top:16.1875rem;left:24.375rem;overflow:hidden;display:block; }
#lQdF0apNHRqdMssTENi6fJwa9wrbxGyV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.5rem;top:16rem;left:31.6875rem;overflow:hidden;display:block; }
#nTZfDSO019N1iMEcqn8ZVZre3cTovGeV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:5.5625rem;top:16.125rem;left:39.9375rem;overflow:hidden;display:block; }
#B7iylW7lX9fI7nSlbfuqKGWZLQ2DmdSl { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:4.875rem;top:15.9375rem;left:46.0625rem;overflow:hidden;display:block; }
#JhBF5bOiVOU0XPN3glhS588sbTE9vxrd { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:4.375rem;top:15.6875rem;left:51.625rem;overflow:hidden;display:block; }
#OoIzx4ddWEHbURomb30XRK7K9K9CdC3N { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.9375rem;top:16rem;left:55.125rem;overflow:hidden;display:block; }
#krNxGqbrJh5ik2RhThaUxTdr1CVtIvnH { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;width:8.75rem;top:15.8125rem;left:64.25rem;overflow:hidden;display:block; }
#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;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; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row .container { background-color: transparent; background-image: none; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row .container > .video-iframe-container { display: none; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row > .video-iframe-container { display: none; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .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); }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row .container { border-width: 0; border-radius: 0; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luBeWWN0bvvdnPdmw9KZ1hCrRL7yM0MO > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf.adaptive-delivery-prevent-bg, #dXMqHzGEneEImzBczXQTsXQC47EBpNIf.lazyload, #dXMqHzGEneEImzBczXQTsXQC47EBpNIf.lazyloading { background-image: none; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row .container { background-color: transparent; background-image: none; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row .container > .video-iframe-container { display: none; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row > .video-iframe-container { display: none; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .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); }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row .container { border-width: 0; border-radius: 0; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXMqHzGEneEImzBczXQTsXQC47EBpNIf > .row .container { font-size:0.875rem;font-family:arial;height:121.75rem;width:75rem;position:relative;display:block; }#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;color:#f7b519;padding-top:0.578125rem;padding-right:0.520625rem;padding-bottom:0.578125rem;padding-left:0.520625rem;display:block;align-items:center;width:3.12875rem;min-width:3.12875rem;height:3.108125rem;position:relative;font-family:futura;font-size:2.31375rem;font-weight:400;line-height:49.73px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.361875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1725rem;height:1.228125rem;position:relative;font-family:futura;font-size:0.8675rem;font-weight:400;line-height:19.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1852a694-ad24-4f9c-9320-8198ac7b282d/98O_BGround_OrangeGlow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(var(--color-tertiary-4),0.2) ;display:flex;justify-content:space-between;width:15.5rem;height:5.853515625rem;padding-top:0.7225rem;padding-right:0.745625rem;padding-bottom:0.7225rem;padding-left:0.745625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.326171875rem;left:43.8466796875rem;z-index:15026; }#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx.adaptive-delivery-prevent-bg, #R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx.lazyload, #R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx.lazyloading { background-image: none; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #wM6TlATNJcRim8RdsTo6TMSiRfOkagOb { display:flex;position:relative;top:0rem;left:0rem; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #KrrpV9M8H3iNn9BT9r5EIgP9l3Ir6iPg { width:auto; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #v6CzTPJtODpbz0mxtfgx1RR9risTfLZX {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #BrVxwluQF6hApSLfagbiRglGlfzZCGA8 { display:flex;position:relative;top:0rem;left:0rem; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #k1uPbVx7ObZyCZXiZ1yaOrTonZOrZaf6 {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #qvvAANShfAel0QzJtJiZPv6y2tUHkHh8 {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #ac8ymM1bQQGB1B9TZzEdHCBl0VWV5dHp { display:flex;position:relative;top:0rem;left:0rem; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #foH2awkJq2KMwepv4xdea90sluUtFdQ4 {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #MC13Tn4TrWsk7O60kNTQQfSrMTaCueUC {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #H2s8OnTaX4ASBTyZuFyld5Siss0vtIE6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #ph4AN4nvR6e7XzbJ5CQ6cJvVWLFqy5A6 {  }
#R3CfhTxaqD5vuXh7gH3Zr0O1HL0vxuJx #MFD8Rwc9lcr8oRbRRXFVTIgmLfIZOwVB {  }
#ksTT87gDDKTDyGs8i7hzStxCQsiaRnaT { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.1220703125rem;left:16.9375rem;height:6.75rem;display:block; }
#E3yCtQ9XJg26LaPwK5csQP8DxfzV3epD { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:18.625rem;width:28rem;top:10.9375rem;left:6.125rem;overflow:hidden;display:block; }
#auCb32LgciJHKHCqpCkmH7tzXtDD2MFw { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:41.25rem;left:5.375rem;overflow:hidden;display:block; }
#NyZC1XiO0TZAFQHV8Uzdp28FvtwTAaws { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:57.9375rem;left:6.5rem;height:3.375rem;display:block; }
#OVK4N5ASJ5l0eeLuAAJpyXayDdtfy7Tk { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:61.3125rem;left:6.4375rem;height:1.25rem;display:block; }
#Xd3hrkKtIK6oJH8VKisE0431tTz4ZQAG { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:63.3125rem;left:5.125rem;height:16.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#i9rUNohTaW2mFXum1fSXlTCQrvSvAmkR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:63.3125rem;left:39.3125rem;height:16.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UXq7vnzTMelMp7wkZo6CE2QSMILcaTTt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:57.9375rem;left:40.9375rem;height:3.375rem;display:block; }
#eGtIc6eWCUR6FaheU04TGkFnbF9VepFr { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:41.25rem;left:39.75rem;overflow:hidden;display:block; }
#e2GUTDGT27B8mZUoP0c4D8nVqqKKSbSW { box-sizing:content-box;height:0.125rem;width:62.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.9375rem;left:5.375rem;display:block; }
#lnBXCapxa442AM3xEZNQgfNUJmHkWxNp { box-sizing:content-box;height:0.125rem;width:62.5rem;position:absolute;display:block;z-index:15039;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.75rem;left:6.25rem;display:block; }
#BMW2SUUUo99TOZdJdiTc1NRQRqi5C4D5 { color:rgba(var(--color-primary-0),1);display:block;width:26.1875rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.625rem;height:11rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RMqJNVCmcO4JbhNAoFsiZTbNSzeSp7Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.75rem;left:2.125rem;height:;display:block; }
#ErqQXG5v7vuUzKHMRTqt4AvCl96u69sv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:61.3125rem;left:40.9375rem;height:1.25rem;display:block; }
#R5ib4gkIVimSiSbt2d7U0abTe6TtZww1 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:121.6875rem;left:0rem;display:block; }
#godwJ3inHkahHTw4AlLTvfecK062UAxi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;width:11.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aRrBV2XmFPo8xa6bzqTZF7KTe7wnS6a0 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:81.4375rem;left:21.75rem;overflow:hidden;display:block; }
#l7JexqT23WO8DKmC7kqe3kTMDtFGlxRw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:98.125rem;left:22.9375rem;height:3.375rem;display:block; }
#gMz4iDAKGi6RsaReeKW6RB7L2eTd9Rdv { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:101.5rem;left:22.9375rem;height:1.25rem;display:block; }
#ImaN0bevleVTTxuTxydm6QOw5BK5T8H2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:103.9375rem;left:21.3125rem;height:15.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pZBp7bhksvvWFl3JLMlD3549DFyXAqmn { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:121.6875rem;left:0rem;display:block; }
#AbWwqPgx4QBFD8Bo2imFRfzIzmeSmf55 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:61.5rem;left:67.75rem;overflow:hidden;display:block; }
#fhb1eyrv5tWRTbEMT1lTDbabO3fO6S8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:61.3125rem;left:62.1875rem; }
#VLhIXZmO2ETXTLoM2tmUW39N0btmCpSL { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:61.4375rem;left:64.25rem;height:1.25rem;display:block; }
#SZPmUNfyQv00O05KRaJ9QaIoxgQa8bW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:61.3125rem;left:27.375rem; }
#rgQR9DdsackaAsA8t55TJXcJLrIDGqx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:61.4375rem;left:29.4375rem;height:1.25rem;display:block; }
#Jv3Te9OA0NOa96h4TNpFR2DFkhc26tQ1 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:61.5rem;left:32.9375rem;overflow:hidden;display:block; }
#nJkXGwMqG7XprrRzDlOzAa7xlCoi5SdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:101.5rem;left:43.75rem; }
#K7xmiPeeqfERntMe7igMRUDdVrpDe1p5 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:101.625rem;left:45.8125rem;height:1.25rem;display:block; }
#m4dWHqJUwC7rSFQQZRrtb36TWww0AchB { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:101.6875rem;left:49.3125rem;overflow:hidden;display:block; }
#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M.adaptive-delivery-prevent-bg, #TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M.lazyload, #TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M.lazyloading { background-image: none; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row .container { background-color: transparent; background-image: none; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row .container > .video-iframe-container { display: none; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row > .video-iframe-container { display: none; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .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); }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row .container { border-width: 0; border-radius: 0; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR1Lgr8Rlu9QyzTLtncWvBI6X8hZqo0M > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#MkSXCUco2ZGDcnTTrAZNGXRCvhh6mPkF { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#amqibCaTWEnuhRAdA7OKwSpeDUUuC5s1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"benzin uus";font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.5625rem;height:2.0625rem;display:block; }
#ezTpB9nEbhUSBkdeJvTlm3fBPkhlhK9d { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.375rem;left:0rem;display:block; }
#mZGeRsLtJQBwid9ZaP4e4zo0muNdtHLk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:9.4375rem;left:5rem;overflow:hidden;display:block; }
#SeGpGU1BxkkN9XF5emlF73Qn7A9WVvu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:26.125rem;left:6.125rem;height:3.375rem;display:block; }
#Cyy3baczg2LqUHF98h7hP48VEls4vCG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:30.125rem;left:5rem;height:1.25rem;display:block; }
#DxXUfUC34SfqK9BvQPIOx5TLv8JMDXGw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:32.75rem;left:4.1875rem;height:12.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vTW5GyTQhpyStzgNDB4SAPpXI3yNiZqb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:32.75rem;left:38.625rem;height:12.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nA2s4P7f03q1zweoEgPHBpMliISefClX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:29.5rem;left:39.375rem;height:2.5rem;display:block; }
#pFFp34AObtRSuuMsfsRr2qZaWfOHi9i2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.125rem;left:40.5625rem;height:6.75rem;display:block; }
#owWrog6nt2y9MmAPhmyC947dUwBnIgdu { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:9.4375rem;left:39.375rem;overflow:hidden;display:block; }
#OF38qnDtcyZtNRcNPgNebTz3f0CLyNNw { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40.5625rem;height:1.25rem;display:block; }
#E1X59Aaedmmq45KvN6ftpbDm0uoNLvbR { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.25rem;height:1.25rem;display:block; }
#bFeiU1t3ydiU15FrMsq5sgKkyHId4MLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:29.5rem;left:27rem; }
#stEKWwXqbuCZ9zUAUP816ETD0nXTGnHt { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.625rem;left:29.0625rem;height:1.25rem;display:block; }
#qXPBFx0TfGoTrceV9KMh7HNGHpWvWNdX { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:29.6875rem;left:32.5625rem;overflow:hidden;display:block; }
#eVSv6oXvfWdFRDoL1qpv8ZiRgzWF0yuw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:29.5rem;left:61.5rem; }
#z1iJ9ysaKi6qRN2AKOIzVWpnml04MTJX { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:29.625rem;left:63.5625rem;height:1.25rem;display:block; }
#mS7mQw6laXSmrl12ZOWUefLkWxpLVQ4v { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:29.6875rem;left:67.0625rem;overflow:hidden;display:block; }
#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO.adaptive-delivery-prevent-bg, #WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO.lazyload, #WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO.lazyloading { background-image: none; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row .container { background-color: transparent; background-image: none; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row .container > .video-iframe-container { display: none; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row > .video-iframe-container { display: none; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .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); }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row .container { border-width: 0; border-radius: 0; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSAXEOfxQ8QzTEkVBpQSJKR3EvuzlLHO > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#iUKq6WT7WWtykTM80hnLPZEGE8vJuILO { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gvJ2Nh2myuMwb1FGS2uVXhvMuC3zvm8S { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"benzin uus";font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.9375rem;height:2.0625rem;display:block; }
#vg9gvktb8wErBNTsSoh1Tk6HVhnrVV8m { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6875rem;left:30.1875rem;height:0;display:block; }
#SMJx4TZ4yVTLW8Jd4xuGEEmA2bBXJeS8 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7.75rem;left:4.53125rem;overflow:hidden;display:block; }
#uEu3kII0QZFyagpliBLvFHz6diLOx0Gx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:futura;font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.4375rem;left:4.46875rem;height:5.75rem;display:block; }
#Qh5MBchmSHGnn8H4TCabORJPpDwPXMTL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.53125rem;height:1.25rem;display:block; }
#u8TpCN0RGxAzJXXVGkuACpAnGKdRh7fi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:31.9375rem;left:4.09375rem;height:15.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#DVDKAUSWdRLxz6Kmrc4adl0LC3vv4vtG { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:31.9375rem;left:38.9375rem;height:16.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JDqTgJlsV2RG7oBh2q26Oqco0185olyT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:futura;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.4375rem;left:38.9375rem;height:4.875rem;display:block; }
#kyk9c2SqsfrbZ7fSvXGfR6NJP0OOV8rf { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7.75rem;left:38.9375rem;overflow:hidden;display:block; }
#zTT038QdLlWKv5xRNWRSR3pI0y1dpLke { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.6875rem;left:0rem;display:block; }
#RIUqrDBQDcQhVxwd5mV1AG3k3iqzZ17P { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:29.0625rem;left:38.9375rem;height:1.25rem;display:block; }
#JoBr8UavlW9LzxDXNqdG1tPaUsFuZHAW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:29rem;left:26.5625rem; }
#WMDTdGDUur1EMcgFgC3twZ73ARSsKw14 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:29.0625rem;left:28.625rem;height:1.25rem;display:block; }
#qdMrlWyDT6eJu2NT4D1PHI8MsxrKOotT { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:29.1875rem;left:32.125rem;overflow:hidden;display:block; }
#lTagv1DC2J9wqmSKU0RZrsJs3AatncCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:29.0625rem;left:60.9375rem; }
#dtVkolgpI3tV5GRdmOVpFOUMJ2ITtKT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:29.1875rem;left:63rem;height:1.25rem;display:block; }
#PqPAQABZmcJCKQAMGqf1hUZlzMVmzSrb { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:29.25rem;left:66.5rem;overflow:hidden;display:block; }
#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy.adaptive-delivery-prevent-bg, #h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy.lazyload, #h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy.lazyloading { background-image: none; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row .container { background-color: transparent; background-image: none; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row .container > .video-iframe-container { display: none; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row > .video-iframe-container { display: none; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .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); }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row .container { border-width: 0; border-radius: 0; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7iNDRkWWRsHJIe5qZe0N8ia11Hl5WPy > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#rb5rktS4bGui537JyUHPye9P50KW8uBZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LhtSVZhvqz2gi56LPm4WdKc4kqCd85fw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.6875rem;height:0;display:block; }
#IHHNhn1xJNN9HhcpDHr5R5yen26TnBRP { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"benzin uus";font-size:1.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.4375rem;height:2.0625rem;display:block; }
#LkFcTzM93npeB4sl30vzTdz1r5JQLOay { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:29.375rem;width:19.5625rem;top:8.5rem;left:6.5rem;overflow:hidden;display:block; }
#n74FZsbT72wA9sVISsJm4ZEi6ICOeyB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:28.5rem;height:6.75rem;display:block; }
#RCrSDSKUJb6g1EU4uJTa3XmS8ROeT66t { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.875rem;left:29.75rem;height:2.5rem;display:block; }
#KPN82FTJNd35VhhHWuciEA7Fzp8bN4Q2 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.4375rem;left:28.5rem;height:11.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Fy1CUJWDtrtbKuSNDo0S7NwS02mft3Rh { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.0625rem;left:0rem;display:block; }
#hhshtnFuZR2BITDCkehdk1wMx73i4KPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:16.4375rem;left:51.8125rem; }
#Za6X0CQziKNA9U0f4QWPxobxuzRvBFUD { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:16.5rem;left:53.875rem;height:1.25rem;display:block; }
#XUkv9ynHaHimzLCg5HCAEzs7PoOAKZAw { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:16.625rem;left:57.375rem;overflow:hidden;display:block; }
#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4.adaptive-delivery-prevent-bg, #StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4.lazyload, #StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4.lazyloading { background-image: none; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row .container { background-color: transparent; background-image: none; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row .container > .video-iframe-container { display: none; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row > .video-iframe-container { display: none; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .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); }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row .container { border-width: 0; border-radius: 0; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#StgdvsxBFfDLXTgCbhNw8M9zCToDLhQ4 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#fipim51NPhtxDqwQSP5yaLniWJMSQORC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:12.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NkfOWITfpz7FnAC5uFeGFiGahssAs32J { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.8125rem;left:0rem;display:block; }
#UQ3oUqVWGf3DvX52XvqinyGED25LGu5M { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.9375rem;height:3.375rem;display:block; }
#i8ieR2TI1z3FACxedGgpxlTZ8riIAR9w { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:27.125rem;left:5.8125rem;height:1.25rem;display:block; }
#gnQ1enPutL527pbdovFHXZ3AOICZD8Jf { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:6.4375rem;left:40.1875rem;overflow:hidden;display:block; }
#NqztOaZCPKr6gJ9Ef9Db6nk9MnScAIFu { color:rgba(var(--color-primary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:23.125rem;left:41.375rem;height:3.375rem;display:block; }
#L8WcpQy00GTmzm2sLGEEsPh0XwkRKMSV { color:rgba(var(--color-primary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:29.75rem;left:5rem;height:13.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZNKCkTZse0NQ9msXPXl6DmKs52DX1n2r { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:29.75rem;left:39.375rem;height:11.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#E17XNKecXsbT6Zy3vtO2zzbBvki79JzC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:27.125rem;left:40.1875rem;height:;display:block; }
#NMEISMw36itgIWC3qLx8TyXOnOlwbiZq { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:6.4375rem;left:5.8125rem;overflow:hidden;display:block; }
#UnPqMrPeuTDP9z9NHwKM9HnE8rA8L5yN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:26.5rem;left:27.875rem; }
#Uk65bmvBdc2lCJFrXQQTyHEBeQFip9EP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:26.625rem;left:29.9375rem;height:1.25rem;display:block; }
#vHPe4s1licdDu7Oz6vZQ1ZLE7O8Tsyof { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:26.6875rem;left:33.4375rem;overflow:hidden;display:block; }
#SuPQcJMhNa1T6sLBDIL9uqUmTq4PaktM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:26.5rem;left:62.1875rem; }
#JwnmtkooFh5t5xwLsO03TWlVksC2MzeT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:26.625rem;left:64.25rem;height:;display:block; }
#mKqFaLh9468CDNQkai9bTsasmoU9xgJL { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:26.6875rem;left:67.75rem;overflow:hidden;display:block; }
#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk.adaptive-delivery-prevent-bg, #gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk.lazyload, #gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk.lazyloading { background-image: none; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row .container { background-color: transparent; background-image: none; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row .container > .video-iframe-container { display: none; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row > .video-iframe-container { display: none; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .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); }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row .container { border-width: 0; border-radius: 0; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKvGo7pBWknVuAPpOfa3EZWVcUIAa4pk > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#pdT6J70tBVzEhcfRXZSkEXO0MSUlf3By { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:7.75rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#yQSvQnVaOLovtPZrhsGpEDbI7m6O9fCG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.9375rem;height:6.75rem;display:block; }
#NH2Q3V8n7XKCF4g89WC8WdWJdMAmiC64 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7.9375rem;left:40.1875rem;overflow:hidden;display:block; }
#w29NhFi5iS6fAJiqAo4MMmERxbTs1Kmm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:24.625rem;left:41.375rem;height:5.5rem;display:block; }
#azuqfzBcMsoXAQ0WLGLaxV1XqRBN4czc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:30.125rem;left:5.03125rem;height:6.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OWILB4hSJImSwL0DJHVaLvTRAGSHvFpt { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:30.125rem;left:39.75rem;height:6.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QbukFb2kepbrfUc4AHpOpQnkRrlxxr8k { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40rem;left:0rem;display:block; }
#pBPQNAVAzuAtKCTi2zzmeNJiLtBr1gQ2 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:8rem;left:5.03125rem;overflow:hidden;display:block; }
#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6.adaptive-delivery-prevent-bg, #q833lzhMGTIonGxrJR2Q8wi4IvEveBM6.lazyload, #q833lzhMGTIonGxrJR2Q8wi4IvEveBM6.lazyloading { background-image: none; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row .container { background-color: transparent; background-image: none; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row .container > .video-iframe-container { display: none; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row > .video-iframe-container { display: none; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .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); }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row .container { border-width: 0; border-radius: 0; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q833lzhMGTIonGxrJR2Q8wi4IvEveBM6 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#WxyosIgDZh98UXBLgVBEAkQ5pskDlWFs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wcADbwVSoti2hx1r7TNRuBuN8mWSHoFB { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.125rem;left:0rem;display:block; }
#Lf13lU7vK481iHNTRvyqaapFQoPpctA6 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:8.1875rem;left:5.8125rem;overflow:hidden;display:block; }
#vyJRfm3JvKes8yCEgh7KfT2URDeOTXsh { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:24.8125rem;left:6.9375rem;height:6.75rem;display:block; }
#giy6qcmwBg8OpLBmuxTBmhziZUUUBbgJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.8125rem;height:1.25rem;display:block; }
#qSfCErL3OBq7e9LtFHHx3gkikyFmVuTo { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:31.8125rem;left:5rem;height:8.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VHFaCVLfwM43TxZ9PMlg89FsnCVrGrNJ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:31.8125rem;left:39.375rem;height:3.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zy0RngopJGa9gPXyad97whAKwbIewPUi { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:8.125rem;left:40.1875rem;overflow:hidden;display:block; }
#F1gubhBx2TVIypuOd72frPOU30NLgfJs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:28.8125rem;left:40.1875rem;height:1.25rem;display:block; }
#LqJKSBemX6lCrTOV8zEWCPeOH5qMnL84 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:24.8125rem;left:41.375rem;height:3.375rem;display:block; }
#v0H5fQBbK4f0QiX2AZHoCK0FKdEy4Ubo { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7rem;left:6.9375rem;height:1.25rem;display:block; }
#L2JTVLDNRRKOzH6eZQGmK2pWnBQOGL8V { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:7rem;left:41.375rem;height:1.25rem;display:block; }
#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x.adaptive-delivery-prevent-bg, #MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x.lazyload, #MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x.lazyloading { background-image: none; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row .container { background-color: transparent; background-image: none; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row .container > .video-iframe-container { display: none; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row > .video-iframe-container { display: none; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .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); }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row .container { border-width: 0; border-radius: 0; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXTHQWDyJOsGbvd6WgS970HgZqVrEG9x > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#qq9Iwzcrf3qP9oN1Vh7F7yM8JbJ4s8qf { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.1875rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#PvGTeKo3fqFUlreTXfS1MsiukAAu8I7N { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.4375rem;left:0rem;display:block; }
#zckL5sTOzcb7HLwh7t2VDs1kqIdpseDK { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7.625rem;left:5.8125rem;overflow:hidden;display:block; }
#PClUWhvBMPv9S5opB7VcAF9qHwOSzIRD { color:rgba(var(--color-primary-0),1);display:block;width:26rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.9375rem;height:1.25rem;display:block; }
#RUXmTxcI3JwTEpM4Hu9yHEa8k4mzzWFW { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7.5625rem;left:40.1875rem;overflow:hidden;display:block; }
#s77xNxnxkLPMM3sMz2uV5V1TCO4p6xFD { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:24.25rem;left:6.9375rem;height:3.375rem;display:block; }
#meui618T0cb22L47xoalJOXfX1Kby5Kz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:24.25rem;left:41.375rem;height:3.375rem;display:block; }
#xUzxuJK1wEnhr0NvWqCfF5URmR51Eq0T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:28.25rem;left:5.8125rem;height:1.25rem;display:block; }
#C2gOU73zttg3XkDNrXZRUxK9IAr1WTtm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:28.25rem;left:40.1875rem;height:1.25rem;display:block; }
#lcmsXXieqKfhUiBFKa8nZOnGusqt5hGC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:31.25rem;left:5rem;height:6.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Uk3b4pkr45qlhNWckdGdknivlg7lAFNP { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:31.25rem;left:39.375rem;height:6.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0.adaptive-delivery-prevent-bg, #JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0.lazyload, #JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0.lazyloading { background-image: none; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row .container { background-color: transparent; background-image: none; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row .container > .video-iframe-container { display: none; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row > .video-iframe-container { display: none; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .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); }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row .container { border-width: 0; border-radius: 0; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQ40IQ6F2XK7BzOWcJaLUFBpaJfrtKC0 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#N4b0Cx0G9JTff7VLmk6yx75bOuKzceUw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:12.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FC1ZAvATkrCMCKAci5S0qsmXBJdeiIBf { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:#e8eef5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:0rem;display:block; }
#nhlvt1uIuA4WAczSsUR2vZHDDdPXw7LI { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:futura;font-size:2.3125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:23.6875rem;left:6.9375rem;height:6rem;display:block; }
#JN16wiRFKiNW9yKXgl16LFJ9toUkgA5s { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7rem;left:5.4375rem;overflow:hidden;display:block; }
#z1JI3yNdNRhzUMMVLVaGguL7MagSV4xL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.8125rem;height:1.25rem;display:block; }
#pTLB9aPI7ckKipomapzZXltXTkCilbDT { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:7rem;left:39.375rem;overflow:hidden;display:block; }
#EBDLcHCNxC5B25iH3T3D1vgc1q7XAwHk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:23.6875rem;left:41.375rem;height:3.375rem;display:block; }
#klrOJFSV6yRcJVDeRhryE2isTylR5aei { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5rem;height:15.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#b5glF7GlPLR5mtvwHyDzalqzyd7BQDvA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:30.3125rem;left:39.375rem;height:16.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fHKtvTLnCASiveqehuDVTbXkwnAIfyaT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:27.75rem;left:40.1875rem;height:1.25rem;display:block; }
#Wm0b3gTFdQtyUOpJ2PSElBoHm96GSDO1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:26.6875rem;left:27.3125rem; }
#lUvHpRnvkCFzt3HPrDgEtOcOvg3NgPnv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:26.875rem;left:29.375rem;height:1.25rem;display:block; }
#ERgRRNTM1WWFQnFJb0VgVdiC94G0nuW5 { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:27.0625rem;left:32.875rem;overflow:hidden;display:block; }
#LLZqiTOvDwUCwdzBqTE1rbb6zXHr90Xz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:26.6875rem;left:62.25rem; }
#o7ZOqkEuatKcW5AmQZN18mX2HK0FReHS { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:26.875rem;left:64.3125rem;height:1.25rem;display:block; }
#ACUPya8gRvTTgriS1JPXUSEft9O1rTnF { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:27.0625rem;left:67.8125rem;overflow:hidden;display:block; }
#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;background-image:url("https://images.assets-landingi.com/uc/277cc368-ab1d-47ab-ad12-cc233b71696e/solidpaintedconcretewalltexturedbackdrop20260107234124utc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw.adaptive-delivery-prevent-bg, #hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw.lazyload, #hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw.lazyloading { background-image: none; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row .container { background-color: transparent; background-image: none; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row .container > .video-iframe-container { display: none; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row > .video-iframe-container { display: none; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .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); }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row .container { border-width: 0; border-radius: 0; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzGDOdVW2F50CNnu0RcP8PFQWwTHeUcw > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#bcyK3KDO0J1FPTrNKApMxcX7lM7I5QOJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.9375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#onzcscG3CazmuvcEHc5OwhCeIWBw7QpC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:futura;font-size:2.3125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:25rem;left:6.9375rem;height:6rem;display:block; }
#niCmXkkZZDCnTW9onBX8nHDBb5ePUWmh { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:8.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#Wi6CK0733drifeclSFubqmaKNLxTv17S { color:rgba(var(--color-primary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:29rem;left:5.8125rem;height:1.25rem;display:block; }
#GpFa8coLA4A4ZQoGMwbKXyRRU8atczsO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:31.625rem;left:5rem;height:13.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#w5gRCebcTg8cSq301STbXMzlbepAns72 { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:16.6875rem;width:29.75rem;top:8.3125rem;left:39.375rem;overflow:hidden;display:block; }
#KObTWT5n1Fr4bcNPZWI8C9IhaAuzm1bg { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:31.625rem;left:39.375rem;height:13.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#PomvQdsozSOyohEwppwRRRSkSt6g4TTv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.0625rem;left:40.1875rem;height:1.25rem;display:block; }
#OoynvDkZeJu0tFEtna2m9OGt3yrmpqzM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:futura;font-size:2.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:25rem;left:41.375rem;height:3.375rem;display:block; }
#rpMZicDTZlVzHG18GsObWexfFL8S5mzv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:28rem;left:27.4375rem; }
#VGAuVyTnfN7EhiFXO8r8dLglkoA3qsPD { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:28.1875rem;left:29.5rem;height:1.25rem;display:block; }
#CzJsga0gv984BiahsRTclGtoVedrA633 { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:28.375rem;left:33rem;overflow:hidden;display:block; }
#gPITeSS3NWHTCZfUaahEEhDJWCZVsB2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28rem;left:62.25rem; }
#kyMJdwSKrTNR0HMuMRScrEynSDdymXOp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:28.1875rem;left:64.3125rem;height:1.25rem;display:block; }
#SrwgdgiHRvVZBdqu0f8kOTs93hrIzraK { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:2.25rem;top:28.375rem;left:67.8125rem;overflow:hidden;display:block; }
#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1e27;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; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row .container { background-color: transparent; background-image: none; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row .container > .video-iframe-container { display: none; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row > .video-iframe-container { display: none; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .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); }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row .container { border-width: 0; border-radius: 0; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zehTXFBZX7oZpflTb4VI6bRAWpMmEuGe > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#rpfkIUdtSguk7Kq1UBykPBsAuhWaFBvO { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#VCOkgWcqtr3Sg37e3CtrgDzPge29Jhgk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:42.71875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
