.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.375rem;top:0.40625rem;left:0.77291679382325rem;overflow:hidden;display:block; }
#OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { z-index:15004;top:0.58749961853027rem;left:68.375rem;background-color:#f30018;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.575rem;height:1.8875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { z-index:15005;top:0.61250019073486rem;left:12.39999961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.525rem;height:1.8375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { z-index:15006;top:0.3125rem;left:19.02499961853rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.525rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { z-index:15007;top:0.3125rem;left:24.549999237061rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.525rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1096046d-c9b9-4fdb-920d-e03a200b3f8a/BL4_Standard_Keyart_Horizontal.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.adaptive-delivery-prevent-bg, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyload, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyloading { background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { background-color: transparent; background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .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); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { border-width: 0; border-radius: 0; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:29rem;top:24.875rem;left:0.75rem;overflow:hidden;display:block; }
#FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dharma gothic";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.1875rem;left:3.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { z-index:15003;top:35.5rem;left:9rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fcee00;border-left:0.1875rem solid #fcee00;border-right:0.1875rem solid #fcee00;border-bottom:0.1875rem solid #fcee00;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:#fcee00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.45rem;height:3.7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.adaptive-delivery-prevent-bg, #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.lazyload, #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.lazyloading { background-image: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { background-color: transparent; background-image: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container > .video-iframe-container { display: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container { display: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .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); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { border-width: 0; border-radius: 0; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #fcee00;border-left:0.125rem solid #fcee00;border-right:0.125rem solid #fcee00;border-bottom:0.125rem solid #fcee00;box-shadow: none;height:22.5rem;width:40rem;top:2.625rem;left:31.875rem;display:block; }
#mNng08TJac41nnPeNqgiZpyo5lRE4Sry { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"bebas neue pro";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.9375rem;height:16.98125rem;font-style:normal;display:block; }
#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.adaptive-delivery-prevent-bg, #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.lazyload, #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.lazyloading { background-image: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { background-color: transparent; background-image: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f30018; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container > .video-iframe-container { display: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f30018; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container { display: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .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); }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { border-width: 0; border-radius: 0; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #fcee00;border-left:0.0625rem solid #fcee00;border-right:0.0625rem solid #fcee00;border-bottom:0.0625rem solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:22.875rem;top:1.1625003814698rem;left:1.0625rem;overflow:hidden;display:block; }
#ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #fcee00;border-left:0.0625rem solid #fcee00;border-right:0.0625rem solid #fcee00;border-bottom:0.0625rem solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:22.875rem;top:1.1625003814698rem;left:26.0625rem;overflow:hidden;display:block; }
#aTupWcPofqoB9qxafRBT491MTL4TQUJR { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #fcee00;border-left:0.0625rem solid #fcee00;border-right:0.0625rem solid #fcee00;border-bottom:0.0625rem solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:22.875rem;top:1.1625003814698rem;left:51.0625rem;overflow:hidden;display:block; }
#EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"bebas neue pro";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:1.0625rem;height:9.1rem;font-style:normal;display:block; }
#PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.812499761581rem;left:1.0625rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.881250143051rem;left:26.062500953674rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.700000524521rem;left:51.062500953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"bebas neue pro";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.3125rem;left:26.0625rem;height:6.5rem;font-style:normal;display:block; }
#afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"bebas neue pro";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.3125rem;left:51.0625rem;height:7.8rem;font-style:normal;display:block; }
#STeXapPmyukTbZswEXyWqnagsJ4rwD3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A.adaptive-delivery-prevent-bg, #STeXapPmyukTbZswEXyWqnagsJ4rwD3A.lazyload, #STeXapPmyukTbZswEXyWqnagsJ4rwD3A.lazyloading { background-image: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { background-color: transparent; background-image: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container > .video-iframe-container { display: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container { display: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .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); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { border-width: 0; border-radius: 0; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1rem;left:26.0625rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;box-shadow: none;height:22.1875rem;width:39.5625rem;top:7.1875rem;left:7.5625rem;display:block; }
#VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;box-shadow: none;height:10.75rem;width:19.25rem;top:7.1875rem;left:48.1875rem;display:block; }
#i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;box-shadow: none;height:10.75rem;width:19.25rem;top:18.6875rem;left:48.1875rem;display:block; }
#QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:21.875rem;top:31.875rem;left:2.1875rem;overflow:hidden;display:block; }
#WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:21.875rem;top:31.875rem;left:25.400001525879rem;overflow:hidden;display:block; }
#Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #f30018;border-left:0.0625rem solid #f30018;border-right:0.0625rem solid #f30018;border-bottom:0.0625rem solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:21.875rem;top:31.875rem;left:48.1875rem;overflow:hidden;display:block; }
#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f30018;background-image:url("https://images.assets-landingi.com/uc/af80add4-2a2f-48f1-b7ad-1bedc6c16977/imgi_59_BDL4_Comparion_Module_Desktop_1440x1120.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.adaptive-delivery-prevent-bg, #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.lazyload, #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.lazyloading { background-image: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { background-color: transparent; background-image: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container > .video-iframe-container { display: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container { display: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .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); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { border-width: 0; border-radius: 0; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#fM3ULBGx8NP2iqh284EUswzxassXmBMq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:34.6875rem;top:1.5rem;left:1.4375rem;overflow:hidden;display:block; }
#tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"bebas neue pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.6875rem;left:1.0625rem;height:5.85rem;display:block; }
#NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"bebas neue pro";font-size:0.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.774998664856rem;left:39.09375rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.8125rem;left:46.1875rem;display:block; }
#g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3IUzoGaIRis3MGBhluDUMo9CXMnFfbQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.1875rem;left:57.125rem;display:block; }
#H0ng3lXNx7UczrFv4GiSKy5ffCg1rv3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phHgxHN0fW67GAHQ5hLOtQoaT4ErZr3W { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.1875rem;left:46.1875rem;display:block; }
#h5bUhotwKX41bhfDT6AXZW6Ug0J2zC4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hW2Bms3oT862WTTmZZKZC61xez2TfUyI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.8125rem;left:57.125rem;display:block; }
#Tw4y8mMOPJFqIDwIcGgaKWiyyZHDaGfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.5rem;left:44.8125rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcee00;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.adaptive-delivery-prevent-bg, #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.lazyload, #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.lazyloading { background-image: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { background-color: transparent; background-image: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container > .video-iframe-container { display: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container { display: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .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); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { border-width: 0; border-radius: 0; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:16.375rem;top:3.125rem;left:10.512500762939rem;overflow:hidden;display:block; }
#U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:16.375rem;top:3.125rem;left:48.012500762939rem;overflow:hidden;display:block; }
#r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.0625rem;left:8.75rem;display:block; }
#PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4UTTSTiTHMW8EZ4bvVtyImSRKTLh52u { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.950001716614rem;left:8.75rem;display:block; }
#CBwOGUhNLv91M5XnhoTVO1k60KnXD12w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoQy3G50A6lRk7l9bvDommub8K9pyTTU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.0625rem;left:19.625rem;display:block; }
#TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqdfn1aBJQVA6VboEWMx9Pv6ryGx2RJT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.950001716614rem;left:19.625rem;display:block; }
#Q4vShPy4OWQRuHTa0sWsQadvx6liN3V2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hlkn2IUR4F9066lWUkUTCh5CeyUkzPAt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.700001716614rem;left:8.75rem;display:block; }
#ckcq5UAHibuSZQWlrrS3OiT81Bv44Az9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKr4QSIcrhXe2AIslGq6dLPE4CCmCCUJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f30018;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.700001716614rem;left:19.625rem;display:block; }
#NA1n1rKSInNL7Ta7Ogp9tB3WoZUg2vfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { background-color:#fcee00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.0625rem;left:46.25rem;display:block; }
#gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrginakXsSxQE94I4VC9UusS7rHEtDvd { background-color:#fcee00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.0625rem;left:57.125rem;display:block; }
#Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWp9moOUWPMvZCPUUn6TGHS8uTGJgvwT { background-color:#fcee00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.949213027954rem;left:46.250000953674rem;display:block; }
#fymeBO6Iwug8riCNU0CoDUsEzyBSgtWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBicMunq5oyuXEtoEca0Vksxx68GdLW0 { background-color:#fcee00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dharma gothic";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.949219226837rem;left:57.125000953674rem;display:block; }
#ADSUr60CTeWfsXaRkCJIZGTQqmMUXh9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { border-top:0.0625rem solid #f30018;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { background-color: transparent; background-image: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container > .video-iframe-container { display: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container { display: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .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); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { border-width: 0; border-radius: 0; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:5.3125rem;top:2.125rem;left:8.375rem;overflow:hidden;display:block; }
#H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"bebas neue pro";font-size:0.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:14.5rem;height:4.0625rem;font-style:normal;display:block; }
#T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.0625rem;top:2.125rem;left:14.5rem;overflow:hidden;display:block; }
#HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11rem;top:2.125rem;left:23.0625rem;overflow:hidden;display:block; }
#waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.875rem;top:3.9375rem;left:55.5rem;overflow:hidden;display:block; }
#SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.9375rem;left:62.5625rem;overflow:hidden;display:block; }
#unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection *:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="text"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="email"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="tel"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection textarea:focus-visible { outline: none; } #TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container { background-color: transparent; background-image: none; }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container > .video-iframe-container { display: none; }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row > .video-iframe-container { display: none; }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .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); }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container { border-width: 0; border-radius: 0; }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { width:8.375rem;height:2.25rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { top:0.5625rem;left:42.1875rem;width:5.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block; }
 }@media only screen and (max-width: 763px) { #i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { top:0.5625rem;left:0rem;width:5.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block; }
 }@media only screen and (max-width: 763px) { #mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { top:0.3125rem;left:5.3999996185303rem;width:5.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { top:0.3125rem;left:10.924999237061rem;width:5.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block; }
 }@media only screen and (max-width: 763px) { #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { display:block; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { width:29rem;height:7.8125rem;top:24.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { width:24rem;height:4.875rem;top:31.1875rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { top:35.5rem;left:0rem;width:12.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { display:block; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { width:40rem;height:22.5rem;top:2.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNng08TJac41nnPeNqgiZpyo5lRE4Sry { width:26.6875rem;height:16.9375rem;top:4.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { display:block; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { width:22.875rem;height:12.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { width:22.875rem;height:12.8125rem;top:1.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTupWcPofqoB9qxafRBT491MTL4TQUJR { width:22.875rem;height:12.8125rem;top:1.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { width:22.875rem;height:9.0625rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { width:22.875rem;height:1.875rem;top:14.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { width:22.875rem;height:1.75rem;top:14.875rem;left:8.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { width:22.875rem;height:2.25rem;top:14.6875rem;left:24.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { width:22.875rem;height:6.5rem;top:17.3125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { width:22.875rem;height:7.75rem;top:17.3125rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeXapPmyukTbZswEXyWqnagsJ4rwD3A { display:block; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { width:22.875rem;height:4.8125rem;top:1rem;left:12.437500953674rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { width:39.5625rem;height:22.1875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { width:19.25rem;height:10.75rem;top:7.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { width:19.25rem;height:10.75rem;top:18.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { width:21.875rem;height:12.25rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { width:21.875rem;height:12.25rem;top:31.875rem;left:11.775001525879rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { width:21.875rem;height:12.25rem;top:31.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { display:block; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3ULBGx8NP2iqh284EUswzxassXmBMq { width:34.6875rem;height:15.9375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { width:35.375rem;height:5.8125rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { width:34.3125rem;height:0.875rem;top:23.75rem;left:13.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { width:9.1875rem;height:3.4375rem;top:8.8125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block; }
 }@media only screen and (max-width: 763px) { #Z3IUzoGaIRis3MGBhluDUMo9CXMnFfbQ { width:9.1875rem;height:3.4375rem;top:14.1875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ng3lXNx7UczrFv4GiSKy5ffCg1rv3T { display:block; }
 }@media only screen and (max-width: 763px) { #phHgxHN0fW67GAHQ5hLOtQoaT4ErZr3W { width:9.1875rem;height:3.4375rem;top:14.1875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bUhotwKX41bhfDT6AXZW6Ug0J2zC4M { display:block; }
 }@media only screen and (max-width: 763px) { #hW2Bms3oT862WTTmZZKZC61xez2TfUyI { width:9.1875rem;height:3.4375rem;top:8.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4y8mMOPJFqIDwIcGgaKWiyyZHDaGfZ { display:block; }
 }@media only screen and (max-width: 763px) { #sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { width:22.875rem;height:0;top:1.5rem;left:24.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { display:block; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { width:16.375rem;height:20.625rem;top:3.125rem;left:3.7000007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { width:16.375rem;height:20.625rem;top:3.125rem;left:27.575000762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { width:9.1875rem;height:3.4375rem;top:26.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block; }
 }@media only screen and (max-width: 763px) { #Q4UTTSTiTHMW8EZ4bvVtyImSRKTLh52u { width:9.1875rem;height:3.4375rem;top:30.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBwOGUhNLv91M5XnhoTVO1k60KnXD12w { display:block; }
 }@media only screen and (max-width: 763px) { #JoQy3G50A6lRk7l9bvDommub8K9pyTTU { width:9.1875rem;height:3.4375rem;top:26.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block; }
 }@media only screen and (max-width: 763px) { #aqdfn1aBJQVA6VboEWMx9Pv6ryGx2RJT { width:9.1875rem;height:3.4375rem;top:30.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vShPy4OWQRuHTa0sWsQadvx6liN3V2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hlkn2IUR4F9066lWUkUTCh5CeyUkzPAt { width:9.1875rem;height:3.4375rem;top:35.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcq5UAHibuSZQWlrrS3OiT81Bv44Az9 { display:block; }
 }@media only screen and (max-width: 763px) { #eKr4QSIcrhXe2AIslGq6dLPE4CCmCCUJ { width:9.1875rem;height:3.4375rem;top:35.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA1n1rKSInNL7Ta7Ogp9tB3WoZUg2vfB { display:block; }
 }@media only screen and (max-width: 763px) { #bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { width:9.1875rem;height:3.4375rem;top:26.0625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block; }
 }@media only screen and (max-width: 763px) { #vrginakXsSxQE94I4VC9UusS7rHEtDvd { width:9.1875rem;height:3.4375rem;top:26.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block; }
 }@media only screen and (max-width: 763px) { #uWp9moOUWPMvZCPUUn6TGHS8uTGJgvwT { width:9.1875rem;height:3.4375rem;top:30.9375rem;left:25.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymeBO6Iwug8riCNU0CoDUsEzyBSgtWz { display:block; }
 }@media only screen and (max-width: 763px) { #IBicMunq5oyuXEtoEca0Vksxx68GdLW0 { width:9.1875rem;height:3.4375rem;top:30.9375rem;left:36.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADSUr60CTeWfsXaRkCJIZGTQqmMUXh9O { display:block; }
 }@media only screen and (max-width: 763px) { #hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { display:block; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { width:5.3125rem;height:6.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { width:36.3125rem;height:4.0625rem;top:4.625rem;left:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { width:7.0625rem;height:1.5625rem;top:2.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { width:11rem;height:1.5625rem;top:2.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { width:4.875rem;height:4.0625rem;top:3.9375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { width:4.0625rem;height:4.0625rem;top:3.9375rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection { display:block; } #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection *:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="text"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="email"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="tel"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection textarea:focus-visible { outline: none; } #TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { width:8.375rem;height:2.25rem;top:0.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { top:0.9375rem;left:12.75rem;width:5.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block; }
 }@media only screen and (max-width: 763px) { #i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { top:4.75rem;left:7.25rem;width:5.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block; }
 }@media only screen and (max-width: 763px) { #mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { top:7.8125rem;left:7.25rem;width:5.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { top:11.5rem;left:7.25rem;width:5.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block; }
 }@media only screen and (max-width: 763px) { #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0a2bdad3-7f14-4205-9c51-1ce81f22135d/imgi_7_BDL4_Standard_FOB_425x535.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.adaptive-delivery-prevent-bg, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyload, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyloading { background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { background-color: transparent; background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .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); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { width:20rem;height:5.3879310344828rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { width:20rem;height:0;top:6.9374923706056rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { top:23.47500038147rem;left:3.78125rem;width:12.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { display:block; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { height:11.109375rem;width:19.75rem;top:25.65625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNng08TJac41nnPeNqgiZpyo5lRE4Sry { width:20rem;height:23.15625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { display:block; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { width:19.875rem;height:11.132172131148rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { width:19.875rem;height:11.132172131148rem;top:30.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTupWcPofqoB9qxafRBT491MTL4TQUJR { width:19.875rem;height:11.132172131148rem;top:57.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { width:20rem;height:11.7rem;top:16.6322889328rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { width:20rem;height:2.2rem;top:13.7323125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { width:20rem;height:4.4rem;top:42.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { width:20rem;height:2.6rem;top:69.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { width:20rem;height:7.8rem;top:47.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { width:20rem;height:10.4rem;top:72.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeXapPmyukTbZswEXyWqnagsJ4rwD3A { display:block; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { height:11.146327014218rem;width:19.875rem;top:4.7rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { height:10.75rem;width:19.25rem;top:17.1958125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { height:10.75rem;width:19.25rem;top:29.2958125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { width:19.875rem;height:11.13rem;top:41.3958125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { width:19.875rem;height:11.13rem;top:53.876rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { width:19.875rem;height:11.13rem;top:66.3561875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { display:block; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3ULBGx8NP2iqh284EUswzxassXmBMq { width:20rem;height:9.1891891891892rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { width:20rem;height:9.1rem;top:14.793750762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { width:20rem;height:1.7875rem;top:35rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { width:9.1875rem;height:3.4375rem;top:25.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block; }
 }@media only screen and (max-width: 763px) { #Z3IUzoGaIRis3MGBhluDUMo9CXMnFfbQ { width:9.1875rem;height:3.4375rem;top:30.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ng3lXNx7UczrFv4GiSKy5ffCg1rv3T { display:block; }
 }@media only screen and (max-width: 763px) { #phHgxHN0fW67GAHQ5hLOtQoaT4ErZr3W { width:9.1875rem;height:3.4375rem;top:30.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bUhotwKX41bhfDT6AXZW6Ug0J2zC4M { display:block; }
 }@media only screen and (max-width: 763px) { #hW2Bms3oT862WTTmZZKZC61xez2TfUyI { width:9.1875rem;height:3.4375rem;top:25.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4y8mMOPJFqIDwIcGgaKWiyyZHDaGfZ { display:block; }
 }@media only screen and (max-width: 763px) { #sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { width:20rem;height:2.54375rem;top:11.139579772949rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { display:block; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { width:16.375rem;height:20.625rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { width:16.375rem;height:20.625rem;top:39rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { width:9.1875rem;height:3.4375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block; }
 }@media only screen and (max-width: 763px) { #Q4UTTSTiTHMW8EZ4bvVtyImSRKTLh52u { width:9.1875rem;height:3.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBwOGUhNLv91M5XnhoTVO1k60KnXD12w { display:block; }
 }@media only screen and (max-width: 763px) { #JoQy3G50A6lRk7l9bvDommub8K9pyTTU { width:9.1875rem;height:3.4375rem;top:23.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block; }
 }@media only screen and (max-width: 763px) { #aqdfn1aBJQVA6VboEWMx9Pv6ryGx2RJT { width:9.1875rem;height:3.4375rem;top:28.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vShPy4OWQRuHTa0sWsQadvx6liN3V2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hlkn2IUR4F9066lWUkUTCh5CeyUkzPAt { width:9.1875rem;height:3.4375rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcq5UAHibuSZQWlrrS3OiT81Bv44Az9 { display:block; }
 }@media only screen and (max-width: 763px) { #eKr4QSIcrhXe2AIslGq6dLPE4CCmCCUJ { width:9.1875rem;height:3.4375rem;top:33.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA1n1rKSInNL7Ta7Ogp9tB3WoZUg2vfB { display:block; }
 }@media only screen and (max-width: 763px) { #bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { width:9.1875rem;height:3.4375rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block; }
 }@media only screen and (max-width: 763px) { #vrginakXsSxQE94I4VC9UusS7rHEtDvd { width:9.1875rem;height:3.4375rem;top:61rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block; }
 }@media only screen and (max-width: 763px) { #uWp9moOUWPMvZCPUUn6TGHS8uTGJgvwT { width:9.1875rem;height:3.4375rem;top:66rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fymeBO6Iwug8riCNU0CoDUsEzyBSgtWz { display:block; }
 }@media only screen and (max-width: 763px) { #IBicMunq5oyuXEtoEca0Vksxx68GdLW0 { width:9.1875rem;height:3.4375rem;top:70.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADSUr60CTeWfsXaRkCJIZGTQqmMUXh9O { display:block; }
 }@media only screen and (max-width: 763px) { #hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { display:block; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { width:5.3125rem;height:6.5rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { width:20rem;height:7.3125rem;top:14.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { width:7.0625rem;height:1.5625rem;top:9rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { width:11rem;height:1.5625rem;top:11.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { width:4.875rem;height:4.0625rem;top:23.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { width:4.0625rem;height:4.0625rem;top:23.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection { display:block; } #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection *:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="text"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="email"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection input[type="tel"]:focus-visible, #unOFnFVii9o9iExabpXWdsHTTpxTkEXy.widget-smartsection textarea:focus-visible { outline: none; } #TFWgkFA3Pua8lgs4ynNMmaQNF0qEmaQ8 > .row .container { width:20rem;height:26.7871125rem;position:relative;display:block; } }