.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;
}
@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:#e3e4e6;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); }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container { background-color: transparent; background-image: none; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container > .video-iframe-container { display: none; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row > .video-iframe-container { display: none; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .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); }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container { border-width: 0; border-radius: 0; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#JE0FzGUyrLTfzJlxUJ7y4uthAkEztnwK { 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:1.875rem;width:14.125rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#ORmv4HmUeF3EVMs9ghPqPOMcFqZIPeyg { z-index:15003;top:0.59375rem;left:14.149219512939rem;background-color:#e3e4e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#293936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bzvgDe43GEwcuFOToO5XIgFxeeg4HRKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1uGHyehxT9RhzMw0IAwooMMZyOZqEvs { z-index:15005;top:0.59375rem;left:23.4375rem;background-color:#e3e4e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#293936;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vHGfaOgTpQ3tunNKdSvMgmNnkhs2xBdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEoh1oGykzDhL5ZOZ7zighl9uPCRQrxy { z-index:15003;top:0.34375rem;left:63.24999809265rem;background-color:#fa0000;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:#e3e4e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bSqyr49NTLBtVzMITbfmKERBhisfHpTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36d991f2-5a22-436c-b325-f88b94db1071/FS25_HFishingEdition.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,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:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container { background-color: transparent; background-image: none; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container > .video-iframe-container { display: none; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row > .video-iframe-container { display: none; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .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); }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container { border-width: 0; border-radius: 0; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#cPXn9wFfHaXzMUSTBJMziADvJoVa1WQG { color:#e3e4e6;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.33203125rem;left:2.65625rem;height:11.375rem;display:block; }
#S9QFb8xBWKNqPiKVldGdAXnV0BtQcXv3 { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid #e3e4e6;border-left:0.1875rem solid #e3e4e6;border-right:0.1875rem solid #e3e4e6;border-bottom:0.1875rem solid #e3e4e6;box-shadow: none;height:20.375rem;width:36.3125rem;top:2.53125rem;left:37.4697265625rem;display:block; }
#fEzlti4WRLHNp5utr8oy11rTIx1TJLZm { color:#e3e4e6;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.33203125rem;left:2.65625rem;height:11.375rem;display:none; }
#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F { 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; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F.adaptive-delivery-prevent-bg, #cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F.lazyload, #cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F.lazyloading { background-image: none; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container { background-color: transparent; background-image: none; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e3e4e6; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container > .video-iframe-container { display: none; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e3e4e6; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row > .video-iframe-container { display: none; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .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); }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container { border-width: 0; border-radius: 0; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F::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; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#i3qazNccWzRq585yT4XSVhRowzQz80y5 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #293936;border-left:0.0625rem solid #293936;border-right:0.0625rem solid #293936;border-bottom:0.0625rem solid #293936;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; }
#m7WJinTgvzzW3nzE2Hx5cutO5pnRssWP { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #293936;border-left:0.0625rem solid #293936;border-right:0.0625rem solid #293936;border-bottom:0.0625rem solid #293936;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; }
#TAwO4rVAtbbISTCh4k0p3EgNdAblqzrd { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #293936;border-left:0.0625rem solid #293936;border-right:0.0625rem solid #293936;border-bottom:0.0625rem solid #293936;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; }
#GOShdqAfzT2IG40KNBrTO60cfTZ9LS79 { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3984375rem;left:1.0625rem;height:9.098625rem;font-style:normal;display:block; }
#HJbZkcy3fWQZD8pdIGW54d1tKnClD5CL { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.75rem;left:1.0625rem;height:1.4433625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ig8IXDhSETOvWTTJHf1wetLKigJRzxNi { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.700000762939rem;left:26.0625rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRM6qnmiheSsZd2pHQVtVdrVxEUbLBpO { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:51.0625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVi0mreRTTaIdQnMDAp04nOIE1vRtt2v { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3984375rem;left:26.0625rem;height:11.69825rem;font-style:normal;display:block; }
#bFWgdIoKaTykDgrJpCiOnZJuTzZ2kdtU { color:#252525;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.3125rem;left:51.0625rem;height:11.69825rem;font-style:normal;display:block; }
#l8DfXDuOJuTiK09IkXVU2yNvM2EGhK6N { 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:11.69825rem;font-style:normal;display:none; }
#bZNe7wRuwV997XkxR6h03Dofr4X7gQZN { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"dharma gothic";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.700000762939rem;left:26.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cv6XDLF3cDc0Vbd4aTeCAVvFAP5R8SUe { 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:7.7988125rem;font-style:normal;display:none; }
#TQHRlq4m78lIf5DTSI1aWGIv3MGybSA9 { 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.7988125rem;font-style:normal;display:none; }
#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container { background-color: transparent; background-image: none; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container > .video-iframe-container { display: none; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row > .video-iframe-container { display: none; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .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); }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container { border-width: 0; border-radius: 0; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#iw4EPvG1umIKgiFD6RAvlt1LCmgvNGTt { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"open sans";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; }
#TAh4c2mlW15UJvZnkdNI5JI6no1yNaAJ { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;box-shadow: none;height:17.375rem;width:31.25rem;top:7.21875rem;left:2.1875rem;display:block; }
#Fxz8sBl1NWVdgCOnu6R3wetbNnvFeCMB { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;box-shadow: none;height:17.4375rem;width:31.25rem;top:7.1875rem;left:38.875rem;display:block; }
#rDWSoWKoOlHuo27f5olAGcvKU6BTEmcv { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;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:29.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#rQhqTePIAPQobE7fEwVWkO3JXqh2i4n4 { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;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:29.0625rem;left:25.375rem;overflow:hidden;display:block; }
#AFpfQdTZPQXTlrNJpcMcG7RvZEhHIhqG { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;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:29.0625rem;left:48.1875rem;overflow:hidden;display:block; }
#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P { position:relative;display:block; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P { background-color: transparent; background-image: none; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container > .video-iframe-container { display: none; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row > .video-iframe-container { display: none; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .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); }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P { border-width: 0; border-radius: 0; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e4e6;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IDNEyG2ygMa9oxZFOE0udTOVAvkzWzG1 { color:#252525;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0.5625rem;left:24.5625rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEyEQLsroDTcbyTvWotPX2WCc45La9sT { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #252525;border-left:0.0625rem solid #252525;border-right:0.0625rem solid #252525;border-bottom:0.0625rem solid #252525;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:22.375rem;top:6.375rem;left:26.3125rem;overflow:hidden;display:block; }
#p97ZN7nQlHkmi4dy8SCTg1QdyAiyQ8FU { z-index:15003;top:28.375rem;left:14.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #252525;border-left:0.125rem solid #252525;border-right:0.125rem solid #252525;border-bottom:0.125rem solid #252525;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:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Uw10G8WhSevhkDOhhwOdxPiB5xHwJFMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0HQQt2BmROobzE59pDShXkrbtcU1vcJ { z-index:15004;top:28.375rem;left:30.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #252525;border-left:0.125rem solid #252525;border-right:0.125rem solid #252525;border-bottom:0.125rem solid #252525;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:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W9JNsuoLrQ0usHRZo5mFIC6EFDnBJ54l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwEWBTiUx18PbQ3IenBOQTkEiIwv30KM { z-index:15005;top:28.375rem;left:46.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #252525;border-left:0.125rem solid #252525;border-right:0.125rem solid #252525;border-bottom:0.125rem solid #252525;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:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PaotEXfWbZ3EPLZcy8evWGdNxNPRJVpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T { 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; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container { background-color: transparent; background-image: none; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container > .video-iframe-container { display: none; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row > .video-iframe-container { display: none; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .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); }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container { border-width: 0; border-radius: 0; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#Pwt8dewRNDLT4JtXRapoJhXczQOW1xTF { 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:5.125rem;width:4.1875rem;top:2.9867172241211rem;left:3.375rem;overflow:hidden;display:block; }
#H3MU0qS3tdtHaWORPUTnAywOONVp6qLT { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.517578125rem;left:9.1875rem;height:4.0625rem;display:block; }
#Pg7DbciLrt4IErGcWUtlwe4ASf0MaM7N { 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.125rem;top:1rem;left:9.1875rem;overflow:hidden;display:block; }
#Kb6TTsl3qi7AGCKH6BRzJ2LNzhhQFmKN { 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:12.5rem;top:1rem;left:17.875rem;overflow:hidden;display:block; }
#ROsVtRrHa5rVl5I3mpdI9KhlQftgwJUA { 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:4rem;width:7.9375rem;top:3.125rem;left:62.5625rem;overflow:hidden;display:block; }
#xtECukr9UM5F0QdSwlmwTtqEzxb8NqTg { 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:1.5625rem;width:1.875rem;top:1rem;left:31.75rem;overflow:hidden;display:block; }
#mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.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; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container { background-color: transparent; background-image: none; }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container > .video-iframe-container { display: none; }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row > .video-iframe-container { display: none; }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .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); }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container { border-width: 0; border-radius: 0; }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;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) { #CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq { display:block; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE0FzGUyrLTfzJlxUJ7y4uthAkEztnwK { width:14.125rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORmv4HmUeF3EVMs9ghPqPOMcFqZIPeyg { top:0.5625rem;left:0.52421951293945rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzvgDe43GEwcuFOToO5XIgFxeeg4HRKg { display:block; }
 }@media only screen and (max-width: 763px) { #t1uGHyehxT9RhzMw0IAwooMMZyOZqEvs { top:0.5625rem;left:9.8125rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHGfaOgTpQ3tunNKdSvMgmNnkhs2xBdH { display:block; }
 }@media only screen and (max-width: 763px) { #SEoh1oGykzDhL5ZOZ7zighl9uPCRQrxy { top:0.3125rem;left:36.5rem;width:11.25rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSqyr49NTLBtVzMITbfmKERBhisfHpTN { 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) { #Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn { display:block; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPXn9wFfHaXzMUSTBJMziADvJoVa1WQG { width:28.125rem;height:11.375rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9QFb8xBWKNqPiKVldGdAXnV0BtQcXv3 { width:36.3125rem;height:20.375rem;top:2.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEzlti4WRLHNp5utr8oy11rTIx1TJLZm { width:20rem;height:14.5625rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F { display:block; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3qazNccWzRq585yT4XSVhRowzQz80y5 { width:22.875rem;height:12.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WJinTgvzzW3nzE2Hx5cutO5pnRssWP { width:22.875rem;height:12.8125rem;top:1.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAwO4rVAtbbISTCh4k0p3EgNdAblqzrd { width:22.875rem;height:12.8125rem;top:1.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOShdqAfzT2IG40KNBrTO60cfTZ9LS79 { width:22.875rem;height:9.098625rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJbZkcy3fWQZD8pdIGW54d1tKnClD5CL { width:22.875rem;height:3.8496125rem;top:14.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8IXDhSETOvWTTJHf1wetLKigJRzxNi { width:22.875rem;height:2.88671875rem;top:14.6875rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRM6qnmiheSsZd2pHQVtVdrVxEUbLBpO { width:22.875rem;height:4.548825rem;top:14.75rem;left:24.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVi0mreRTTaIdQnMDAp04nOIE1vRtt2v { width:22.875rem;height:11.69825rem;top:18.375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFWgdIoKaTykDgrJpCiOnZJuTzZ2kdtU { width:22.875rem;height:11.6875rem;top:17.3125rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DfXDuOJuTiK09IkXVU2yNvM2EGhK6N { width:20rem;height:11.6875rem;top:17.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZNe7wRuwV997XkxR6h03Dofr4X7gQZN { width:20rem;height:5.75rem;top:43.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cv6XDLF3cDc0Vbd4aTeCAVvFAP5R8SUe { width:20rem;height:14.25rem;top:50.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQHRlq4m78lIf5DTSI1aWGIv3MGybSA9 { width:20rem;height:12.9375rem;top:80.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c { display:block; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw4EPvG1umIKgiFD6RAvlt1LCmgvNGTt { width:22.875rem;height:4.8125rem;top:1rem;left:12.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAh4c2mlW15UJvZnkdNI5JI6no1yNaAJ { width:31.25rem;height:17.375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxz8sBl1NWVdgCOnu6R3wetbNnvFeCMB { width:31.25rem;height:17.4375rem;top:7.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDWSoWKoOlHuo27f5olAGcvKU6BTEmcv { width:21.875rem;height:12.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhqTePIAPQobE7fEwVWkO3JXqh2i4n4 { width:21.875rem;height:12.25rem;top:29.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFpfQdTZPQXTlrNJpcMcG7RvZEhHIhqG { width:21.875rem;height:12.25rem;top:29.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P { display:block; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDNEyG2ygMa9oxZFOE0udTOVAvkzWzG1 { width:25.875rem;height:4.8125rem;top:0.5625rem;left:10.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEyEQLsroDTcbyTvWotPX2WCc45La9sT { width:22.375rem;height:18.5625rem;top:6.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97ZN7nQlHkmi4dy8SCTg1QdyAiyQ8FU { top:28.375rem;left:0.5rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw10G8WhSevhkDOhhwOdxPiB5xHwJFMC { display:block; }
 }@media only screen and (max-width: 763px) { #Z0HQQt2BmROobzE59pDShXkrbtcU1vcJ { top:28.375rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JNsuoLrQ0usHRZo5mFIC6EFDnBJ54l { display:block; }
 }@media only screen and (max-width: 763px) { #wwEWBTiUx18PbQ3IenBOQTkEiIwv30KM { top:28.375rem;left:33.25rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaotEXfWbZ3EPLZcy8evWGdNxNPRJVpo { display:block; }
 }@media only screen and (max-width: 763px) { #CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T { display:block; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwt8dewRNDLT4JtXRapoJhXczQOW1xTF { width:4.1875rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MU0qS3tdtHaWORPUTnAywOONVp6qLT { width:47.75rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7DbciLrt4IErGcWUtlwe4ASf0MaM7N { width:7.125rem;height:1.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6TTsl3qi7AGCKH6BRzJ2LNzhhQFmKN { width:12.5rem;height:1.5625rem;top:1rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsVtRrHa5rVl5I3mpdI9KhlQftgwJUA { width:7.9375rem;height:4rem;top:3.125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtECukr9UM5F0QdSwlmwTtqEzxb8NqTg { width:1.875rem;height:1.5625rem;top:1rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .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) { #CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq { position:relative;z-index:auto;display:none; }#CGqTJ6TlByclMKKgrI9zOyDWaItNG4cq > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JE0FzGUyrLTfzJlxUJ7y4uthAkEztnwK { width:9.4375rem;height:1.25rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORmv4HmUeF3EVMs9ghPqPOMcFqZIPeyg { top:0.5625rem;left:6.125rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzvgDe43GEwcuFOToO5XIgFxeeg4HRKg { display:block; }
 }@media only screen and (max-width: 763px) { #t1uGHyehxT9RhzMw0IAwooMMZyOZqEvs { top:0.5625rem;left:6.125rem;width:7.75rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHGfaOgTpQ3tunNKdSvMgmNnkhs2xBdH { display:block; }
 }@media only screen and (max-width: 763px) { #SEoh1oGykzDhL5ZOZ7zighl9uPCRQrxy { top:0.3125rem;left:4.375rem;width:11.25rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSqyr49NTLBtVzMITbfmKERBhisfHpTN { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#252525;background-image:url("https://images.assets-landingi.com/uc/8dc411e4-6494-4b2f-9f67-8d67e0c725a8/Desktop_336x280.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn { display:block; }#Ge4SVa2xSEPyJRRLKQQwPDUsyPThorEn > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPXn9wFfHaXzMUSTBJMziADvJoVa1WQG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9QFb8xBWKNqPiKVldGdAXnV0BtQcXv3 { height:11.011617900172rem;width:19.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEzlti4WRLHNp5utr8oy11rTIx1TJLZm { width:20rem;height:14.619125rem;top:13.8916015625rem;left:0rem;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F { display:block; }#cpus5ha0f8sOhfQoFd84vTUAAqsaHN0F > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3qazNccWzRq585yT4XSVhRowzQz80y5 { width:19.875rem;height:11.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WJinTgvzzW3nzE2Hx5cutO5pnRssWP { width:19.875rem;height:11.125rem;top:30.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAwO4rVAtbbISTCh4k0p3EgNdAblqzrd { width:19.875rem;height:11.125rem;top:64.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOShdqAfzT2IG40KNBrTO60cfTZ9LS79 { width:20rem;height:0;top:16.6322889328rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJbZkcy3fWQZD8pdIGW54d1tKnClD5CL { width:20rem;height:3.8496125rem;top:13.2939453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8IXDhSETOvWTTJHf1wetLKigJRzxNi { width:20rem;height:0;top:44.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRM6qnmiheSsZd2pHQVtVdrVxEUbLBpO { width:20rem;height:4.548825rem;top:76.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVi0mreRTTaIdQnMDAp04nOIE1vRtt2v { width:20rem;height:0;top:49.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFWgdIoKaTykDgrJpCiOnZJuTzZ2kdtU { width:20rem;height:0;top:74.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8DfXDuOJuTiK09IkXVU2yNvM2EGhK6N { width:20rem;height:11.69825rem;top:17.7568359375rem;left:0rem;font-size:1rem;z-index:15003;font-family:"open sans";color:#252525;display:block; }
 }@media only screen and (max-width: 763px) { #bZNe7wRuwV997XkxR6h03Dofr4X7gQZN { width:20rem;height:5.7744125rem;top:42.375rem;left:0rem;font-size:1.75rem;z-index:15004;font-family:"open sans";color:#252525;display:block; }
 }@media only screen and (max-width: 763px) { #cv6XDLF3cDc0Vbd4aTeCAVvFAP5R8SUe { width:20rem;height:14.297875rem;top:49.25rem;left:0rem;font-size:1rem;z-index:15004;color:#252525;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TQHRlq4m78lIf5DTSI1aWGIv3MGybSA9 { width:20rem;height:12.9980625rem;top:80.8125rem;left:0rem;font-size:1rem;z-index:15005;color:#252525;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c { display:block; }#wrIhDnU1rgfBUrNhSHU3mWdW4dyqWA3c > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw4EPvG1umIKgiFD6RAvlt1LCmgvNGTt { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAh4c2mlW15UJvZnkdNI5JI6no1yNaAJ { height:11.146327014218rem;width:19.875rem;top:4.7rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxz8sBl1NWVdgCOnu6R3wetbNnvFeCMB { height:10.75rem;width:19.25rem;top:17.1958125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDWSoWKoOlHuo27f5olAGcvKU6BTEmcv { width:19.875rem;height:11.125rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhqTePIAPQobE7fEwVWkO3JXqh2i4n4 { width:19.875rem;height:11.125rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFpfQdTZPQXTlrNJpcMcG7RvZEhHIhqG { width:19.875rem;height:11.125rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P { display:block; }#IJL1K6U8S6D2DEwbT7N9H0p9tZXcEw7P > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDNEyG2ygMa9oxZFOE0udTOVAvkzWzG1 { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEyEQLsroDTcbyTvWotPX2WCc45La9sT { width:19.875rem;height:16.488477653631rem;top:4.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97ZN7nQlHkmi4dy8SCTg1QdyAiyQ8FU { top:22.56246875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw10G8WhSevhkDOhhwOdxPiB5xHwJFMC { display:block; }
 }@media only screen and (max-width: 763px) { #Z0HQQt2BmROobzE59pDShXkrbtcU1vcJ { top:27.24996875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JNsuoLrQ0usHRZo5mFIC6EFDnBJ54l { display:block; }
 }@media only screen and (max-width: 763px) { #wwEWBTiUx18PbQ3IenBOQTkEiIwv30KM { top:31.93746875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaotEXfWbZ3EPLZcy8evWGdNxNPRJVpo { display:block; }
 }@media only screen and (max-width: 763px) { #CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T { display:block; }#CnCAtrLIUzpdDJil1pRgcNO8AqshTv0T > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwt8dewRNDLT4JtXRapoJhXczQOW1xTF { width:4.1875rem;height:5.125rem;top:1.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MU0qS3tdtHaWORPUTnAywOONVp6qLT { width:20rem;height:11.375rem;top:13.437500953674rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7DbciLrt4IErGcWUtlwe4ASf0MaM7N { width:5.6875rem;height:1.25rem;top:8.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6TTsl3qi7AGCKH6BRzJ2LNzhhQFmKN { width:10rem;height:1.25rem;top:8.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsVtRrHa5rVl5I3mpdI9KhlQftgwJUA { width:9.1875rem;height:4.5625rem;top:1.46875rem;left:9.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtECukr9UM5F0QdSwlmwTtqEzxb8NqTg { width:2.0625rem;height:1.6875rem;top:10.0625rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #QrHKKl1iAsNk9K6dtnVd84dpoXrHGC6k > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }