.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:#ffffff;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;overflow:visible;position:relative;display:block; }#EaIeWTNCZNGDO7quuPnREa3BJTG7nMp4 { 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.3125rem;width:9.9375rem;top:0.78125005960463rem;left:0rem;overflow:hidden;display:block; }
#t779H3Sx3nhn126lD8Zl5ucSTl2KAgZO { background-color:transparent;background-image:none;border-top:0.125rem solid #eb2a2e;border-left:0.125rem solid #eb2a2e;border-right:0.125rem solid #eb2a2e;border-bottom:0.125rem solid #eb2a2e;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eb2a2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.22897875rem;height:3.04166625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9162327051162rem;left:62.770728111269rem;display:block; }
#CoLS2wnqOBBpBvBDgAT5EBVWJQvRP9xv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ { position:relative;display:block; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ { background-color: transparent; background-image: none; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row .container > .video-iframe-container { display: none; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row > .video-iframe-container { display: none; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .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); }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ { border-width: 0; border-radius: 0; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .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; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;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; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90942dd7-4956-4998-9483-e420f6901e5d/ram.gif");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; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.adaptive-delivery-prevent-bg, #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.lazyload, #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.lazyloading { background-image: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { background-color: transparent; background-image: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,50,48,0.5); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container > .video-iframe-container { display: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,50,48,0.5); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container { display: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .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); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { border-width: 0; border-radius: 0; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6::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; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#IxR385tT6osamC1UTdlsuz5hWgXDyP7N { color:#ffffff;display:block;width:75rem;position:absolute;font-family:futura;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5oeZsESFVvb7capQ8umyVbava90bIhv { background-color:#eb2a2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:futura;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.4375rem;left:30.5rem;display:block; }
#DJTgRO0lu7O9PLF5mTmMT6b00TVmUPxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTGsmwRi4wuN5sEtJpBSQGEwFg79uUTF { color:#ffffff;display:block;width:53.3121875rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:10.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#SEQceEI2TVBCCBXThT995ry7lgq0eirC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.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; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC.adaptive-delivery-prevent-bg, #SEQceEI2TVBCCBXThT995ry7lgq0eirC.lazyload, #SEQceEI2TVBCCBXThT995ry7lgq0eirC.lazyloading { background-image: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { background-color: transparent; background-image: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container > .video-iframe-container { display: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row > .video-iframe-container { display: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .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); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { border-width: 0; border-radius: 0; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC::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; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#zep7T52oPuzzA861hX0ozEvISrwgUSIq { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:#eb2a2e;background-image:none;top:15.5rem;left:48.625rem;display:block; }
#GG1nqeT7EglfF64JdEvw1gTyuHDA36xO { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:futura;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:48.625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OamszCruh1MDPzPwpZDuwfk3qIeNAXmT { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.3125rem;left:48.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r { box-sizing:content-box;height:25rem;width:29.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f401d88-83ae-4367-b228-e25453f83e25/my242500gallery02jpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:0rem;display:block; }#pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r.adaptive-delivery-prevent-bg, #pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r.lazyload, #pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r.lazyloading { background-image: none; }
#bg0xGCzSs2B1nOTk25WLgAZ9SFrpyTF9 { color:#eb2a2e;display:block;width:4.874675rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:48.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#srd3rU7cHay5xKqfRFhIv0VtghalH4lS { color:#eb2a2e;display:block;width:16.1875rem;position:absolute;font-family:futura;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:53.0625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqXRVx5w4u6fTy5KGVgNhoDE34vQ5A1V { color:#eb2a2e;display:block;width:4.62456875rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1875rem;left:69.0625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXdOha1Zi0pEt3VFoOM67L54QPK2Ld33 { background-color:#eb2a2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:futura;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.5625rem;left:48.625rem;display:block; }
#H92EwpcN0epqvwREdfMufS5ekFRwHwJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ea343cb-4e81-4211-8922-21e51f439dd7/my242500Gallery11jpgimage2880.format_auto.avif");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:30.375rem;display:block; }#vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd.adaptive-delivery-prevent-bg, #vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd.lazyload, #vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd.lazyloading { background-image: none; }
#EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5 { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e56ccdf5-5e01-40c6-a836-e15cf08a7b2e/RAM25003.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.75rem;left:30.375rem;display:block; }#EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5.adaptive-delivery-prevent-bg, #EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5.lazyload, #EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5.lazyloading { background-image: none; }
#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S { position:relative;display:none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S { border-width: 0; border-radius: 0; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .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; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH { position:relative;display:none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH { border-width: 0; border-radius: 0; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .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; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.adaptive-delivery-prevent-bg, #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.lazyload, #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.lazyloading { background-image: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { background-color: transparent; background-image: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container > .video-iframe-container { display: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row > .video-iframe-container { display: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .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); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { border-width: 0; border-radius: 0; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ::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; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#IyfxEr6Irp4HTStMcVKB8opCxvU7QEBs { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:13.9375rem;left:53.125rem;display:block; }
#l4DTrV1rv5Qdgrmgvd9DqcTtZlUcWvG5 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:54.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsxBDbic702dVchVO8sT2OorDAV1zkcw { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.25rem;left:54.125rem;height:1.94970625rem;font-style:normal;display:block; }
#MgMWkA2B4criJ8VB5dVNTOCnDfQr38Fz { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:20.625rem;left:60.625rem;height:1.29980625rem;font-style:normal;display:block; }
#vxiTTIglsqrNe3LGbDoVulbkHXqsNFyh { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23.125rem;left:54.25rem;display:block; }
#VKNZC7d1KNSadCLsMoCrqH8Q1MzXllzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohRMwFdsCyvrgz1usDunWMa5lOafMS8A { box-sizing:content-box;height:14.1875rem;width:18.75rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a6397c6-69b2-4994-b39e-a39465344366/2025_ram_2500_laramie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:53.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ohRMwFdsCyvrgz1usDunWMa5lOafMS8A.adaptive-delivery-prevent-bg, #ohRMwFdsCyvrgz1usDunWMa5lOafMS8A.lazyload, #ohRMwFdsCyvrgz1usDunWMa5lOafMS8A.lazyloading { background-image: none; }
#vN3O6ReG8yb7AU8T84uwcCVHHhmI0mie { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#IOwz96TanLG5qnuIqW5o4Kn3VI9hIXiG { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:14.0625rem;left:3.125rem;display:block; }
#r2UA9dczI3MerBJgo6fiWi4v8FdJXTce { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QsfwzT8hHvrg4GRMpVxRatEHIgSkeoxa { color:#333333;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:4.125rem;height:1.94970625rem;font-style:normal;display:block; }
#S1D4BAJpa6pTBpaGB4C5TT6AtLfMlzMw { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.625rem;left:10.625rem;height:1.29980625rem;font-style:normal;display:block; }
#H4ooI1pGBdKk7a3TBHAEDeg5VEip5TCJ { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.125rem;left:4.25rem;display:block; }
#zmkTTtTv7A3U3NoBIWwkwJ9gMUW8Qb3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AL6y1ZJu0WGG1JlVNUKEZfna4xpCVFI5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:28.125rem;overflow:hidden;display:block; }
#W2mu6lXQidJ0Eo71lEzRCRXbhZavNhH2 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:14.0625rem;left:28.125rem;display:block; }
#ry0aW3lsfQT5BMdQKrzbGMpxwQTnku7W { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qtzov8J7TxiKN8iEWkvXevn5RLFgd7oI { color:#162f4e;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.125rem;height:1.94970625rem;font-style:normal;display:block; }
#ziSMr97N8UViiTtVu2GTRniSuoINl4eA { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.625rem;left:35.625rem;height:1.29980625rem;font-style:normal;display:block; }
#CN4wxnoHucsVun1662gIe1TdnghpxLo8 { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.125rem;left:29.25rem;display:block; }
#fIO1n9STulDd4vHFUiHC9T98Htw51K5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.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; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ.adaptive-delivery-prevent-bg, #qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ.lazyload, #qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ.lazyloading { background-image: none; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container { background-color: transparent; background-image: none; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container > .video-iframe-container { display: none; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row > .video-iframe-container { display: none; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .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); }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container { border-width: 0; border-radius: 0; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ::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; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#ypm03sEP8a7EAKPiy6eI7B1tl21WiriN { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:#eb2a2e;background-image:none;top:16.3125rem;left:48.0625rem;display:block; }
#zSxapSTe8bUOdMfkkDT7RrxwMEKeyu7L { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:futura;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:48.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rvEnn2Fiw6TpMnMzuTkhXOUbs7p6UFfv { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.125rem;left:48.0625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW { box-sizing:content-box;height:25rem;width:29.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d48d58ca-a47c-48f2-8a6e-2e0d083df0f4/my25ram3500vlpfeaturegridexpanded02desktop.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9375rem;left:0rem;display:block; }#C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW.adaptive-delivery-prevent-bg, #C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW.lazyload, #C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW.lazyloading { background-image: none; }
#hxMBQIiaAqrl3e5l4O0KbwF07dinFZEp { color:#eb2a2e;display:block;width:4.874675rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13rem;left:48.0625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5icdGlx1PzX9JhGNGzZEPS3Pv86hOCq { color:#eb2a2e;display:block;width:16.3125rem;position:absolute;font-family:futura;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:52.625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpvqvfZTnzObaGO8MMMBQvSq4Ed8lnOH { color:#eb2a2e;display:block;width:4.625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:68.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5Jee02WoGmNNQSM3hpCcCd4UEt44m32 { background-color:#eb2a2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:futura;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.6875rem;left:48.0625rem;display:block; }
#fFSUAgciglme3ABl9ccTWf6dTXX3dFJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0 { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4d322d32-2963-4fae-bef4-d303fea9685f/my25ram3500vlpfeaturegridexpanded01desktop.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9375rem;left:30.375rem;display:block; }#zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0.adaptive-delivery-prevent-bg, #zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0.lazyload, #zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0.lazyloading { background-image: none; }
#bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/82626287-a4c2-4eff-93a0-d1a9ca9b3496/my25ram3500vlpfeaturegridexpanded05desktop.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.75rem;left:30.375rem;display:block; }#bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn.adaptive-delivery-prevent-bg, #bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn.lazyload, #bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn.lazyloading { background-image: none; }
#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz { position:relative;display:none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz { border-width: 0; border-radius: 0; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .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; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L { position:relative;display:none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L { border-width: 0; border-radius: 0; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .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; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.adaptive-delivery-prevent-bg, #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.lazyload, #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.lazyloading { background-image: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { background-color: transparent; background-image: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container > .video-iframe-container { display: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row > .video-iframe-container { display: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .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); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { border-width: 0; border-radius: 0; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ::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; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#wOgS4k1PsG1FQiE2iSMn80uC3cFEtn1y { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:13.9375rem;left:28.125rem;display:block; }
#JCJ58VODOKXZ2B6GUVvZ5tHpgloXot6A { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oSHPm3JZwNLooUsv36oqlyP4yumQWk4x { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.125rem;height:1.94970625rem;font-style:normal;display:block; }
#mndVUleTW2P0Lrr87cfZ42EwcIXSS46E { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:20.625rem;left:35.625rem;height:1.29980625rem;font-style:normal;display:block; }
#HDTNvbr2SzUboLboxFd5mIAVlBzRKv0R { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23.125rem;left:29.25rem;display:block; }
#l0u5EE1qTJsCcQvedRp9wsrz5gGVwEKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB { box-sizing:content-box;height:14.1875rem;width:18.75rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2305be8d-7a0f-43c7-afed-7a825b412d3d/2025_ram_3500_van.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:28.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB.adaptive-delivery-prevent-bg, #xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB.lazyload, #xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB.lazyloading { background-image: none; }
#sZSWoTz6S7rCL7cgq0rpsd2xL8ATiH9I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#ecLPUdtDXVFfDKqxkKJMmsulCV4tu24u { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:14.0625rem;left:3.125rem;display:block; }
#faQd9Qcbzth2eeJ8HDn3sNHKTqGiGgr4 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cRceB0hQTJVkESGq8dV2xUBTJDDoSlS3 { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:4.125rem;height:1.94970625rem;font-style:normal;display:block; }
#nTk8373IuKOQwsTHVh64zUsMhDL2N9ii { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.625rem;left:10.625rem;height:1.29980625rem;font-style:normal;display:block; }
#SfFNTOWVbq7GfhK5IiByN7LkzoztmnRt { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.125rem;left:4.25rem;display:block; }
#NTFKX6ysNV8HfVCwuqiTvLz7SxfobfyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvJhNCTXH2I8Inn60dPgMn0FQeRCf4MA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:53.125rem;overflow:hidden;display:block; }
#A2PhIHeo5Inhc405oe5xtTnkbTco1kQg { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:14.0625rem;left:53.125rem;display:block; }
#m9l08oztMX1iEwlsiAHb1OUSdtUzVtRQ { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:54.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llFW2IO6MdfSeVa440gxQHRlVJ8d5oMo { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.25rem;left:54.125rem;height:1.94970625rem;font-style:normal;display:block; }
#hTWimeucPkCUQiN54cuBsT0Ep1fDR8p2 { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:20.625rem;left:60.625rem;height:1.29980625rem;font-style:normal;display:block; }
#lBQWDWcTr7pw14nmDe4NqhTsKrBym8UW { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23.125rem;left:54.25rem;display:block; }
#cmGPbfr3zQg7ES4M56su8lH9DBaQKFzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.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; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm.adaptive-delivery-prevent-bg, #bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm.lazyload, #bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm.lazyloading { background-image: none; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container { background-color: transparent; background-image: none; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container > .video-iframe-container { display: none; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row > .video-iframe-container { display: none; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .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); }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container { border-width: 0; border-radius: 0; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm::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; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#MAGWgJFDeObM0thQ43rdSoRGGzCT1c0V { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:#eb2a2e;background-image:none;top:14.275001525879rem;left:0rem;display:block; }
#ifmSQ91TrgENMfA9D2N7WWTELNifzeI0 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:futura;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipeAddA2ARVwUSO1k6xbfaB3rG6QivAJ { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.375rem;left:0rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0 { box-sizing:content-box;height:25rem;width:29.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a5e1ab3f-135b-4cfc-be3e-6803a13af68e/my25ccoverviewcapabilityfeaturepaneldesktopjpgimage2880.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:28.3125rem;display:block; }#XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0.adaptive-delivery-prevent-bg, #XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0.lazyload, #XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0.lazyloading { background-image: none; }
#k3rr1DKrqy5i13WN6UgH3FV1PXJmpGZO { color:#eb2a2e;display:block;width:4.875rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.849609375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ze1TDCLVB4Fulu4WprTpr1BGO9bexSUt { color:#eb2a2e;display:block;width:16.375rem;position:absolute;font-family:futura;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:4.34375rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQyXWbu8IQwgEJrLDTHC1tBNpXOaKUqS { color:#eb2a2e;display:block;width:4.625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.849609375rem;left:20.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#slgfnwBF2mCi2LBxJ5l4BOl5UdtUyEGG { background-color:#eb2a2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:futura;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23rem;left:0rem;display:block; }
#oRHTVlL6wg21H21TMrxzTJIMvUBaLUIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28dbf0bd-4942-45f1-92e6-41c4b7cf4ce5/My25ramchassiscaboverviewramfeaturepannelfeaturesdesktopjpgimage2000.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:58.6875rem;display:block; }#yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe.adaptive-delivery-prevent-bg, #yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe.lazyload, #yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe.lazyloading { background-image: none; }
#ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/873e5834-f458-49a4-950a-8f27fdf2c49b/My25ramchassiscaboverviewversatilityimagewdescriptiondesktopjpgimage2000.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.6875rem;left:58.6875rem;display:block; }#ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR.adaptive-delivery-prevent-bg, #ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR.lazyload, #ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR.lazyloading { background-image: none; }
#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.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:none; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4.adaptive-delivery-prevent-bg, #vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4.lazyload, #vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4.lazyloading { background-image: none; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 > .row .container { border-width: 0; border-radius: 0; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4::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; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#gfMQgpNIGTUhdMKmBlOQTRcCrDVPnfb8 { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:#eb2a2e;background-image:none;top:14.275001525879rem;left:0rem;display:block; }
#lg6I0LzCOVfTpX7lZDtpwKxvgbhxrp43 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:futura;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZxTs51HUKSLP09CSafKOUQFei1hrIDaK { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:futura;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.375rem;left:0rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7 { box-sizing:content-box;height:25rem;width:29.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e16b487c-5b7e-4e03-a82d-40fff43df791/my25ram1500galleryopen08desktopminjpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:28.3125rem;display:block; }#cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7.adaptive-delivery-prevent-bg, #cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7.lazyload, #cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7.lazyloading { background-image: none; }
#z7TSLwJ77Sp7Mv3ozpwml486c95uqfZX { color:#eb2a2e;display:block;width:4.875rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.662498474121rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QmMkmrMV7I3qaQzkVUETzCHbIm8LwEty { color:#eb2a2e;display:block;width:16.375rem;position:absolute;font-family:futura;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.96875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x67DF71biE9uaZzp2G8gNagN4osBcFXw { color:#eb2a2e;display:block;width:4.625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.662498474121rem;left:21.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u4x6G1MTT9dT64wn4o5bs0zS9ayf8Nni { background-color:#eb2a2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:futura;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23rem;left:0rem;display:block; }
#zI2OHbzugT0vTTJo9qIZhaNT9S7T5wuZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3 { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fed2d201-af7e-408e-94ca-cac2ff607ea7/my25ram1500galleryopen13djpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.875rem;left:58.6875rem;display:block; }#NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3.adaptive-delivery-prevent-bg, #NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3.lazyload, #NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3.lazyloading { background-image: none; }
#Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax { box-sizing:content-box;height:12.1875rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ffbc0eec-78bf-4d1e-990e-54913cd4653a/RAM15002.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.6875rem;left:58.6875rem;display:block; }#Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax.adaptive-delivery-prevent-bg, #Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax.lazyload, #Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax.lazyloading { background-image: none; }
#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g { position:relative;display:none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g { border-width: 0; border-radius: 0; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .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; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI { position:relative;display:none; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI { border-width: 0; border-radius: 0; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .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; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe { position:relative;display:none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe { border-width: 0; border-radius: 0; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .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; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 { position:relative;display:none; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 { border-width: 0; border-radius: 0; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .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; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa.adaptive-delivery-prevent-bg, #IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa.lazyload, #IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa.lazyloading { background-image: none; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container { background-color: transparent; background-image: none; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container > .video-iframe-container { display: none; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row > .video-iframe-container { display: none; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .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); }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container { border-width: 0; border-radius: 0; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa::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; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#mVKIgXPNQerkQJOvqrAuN2U7IrpLGc90 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:28.125rem;overflow:hidden;display:block; }
#nQdLrcN5hNx2iBAynFGDgo3KwNn04McC { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.6875rem;width:18.75rem;top:14.0625rem;left:28.125rem;display:block; }
#oZI9bc5dqEOmszuiUrs7DbIQ97T4fIlN { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:29.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DrwpKkcEvlLeDmEfN1tWINkyxAzq0CEU { color:#162f4e;display:block;width:6.0625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.125rem;height:1.94970625rem;font-style:normal;display:block; }
#syNQp8nzz8Tgid2tOURHZEZikE5qCu52 { color:#a9a9a9;display:block;width:6.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.625rem;left:35.625rem;height:1.29980625rem;font-style:normal;display:block; }
#JSbN2tvLTfyTahBXAgQnM0pE27EHULTi { background-color:#eb2a2e;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:futura;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.125rem;left:29.25rem;display:block; }
#mBmkPZzvfg4SGTQiltAUh3RUhh0DUuFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; } #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection *:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="text"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="email"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="tel"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection textarea:focus-visible { outline: none; } #ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container { background-color: transparent; background-image: none; }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container > .video-iframe-container { display: none; }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row > .video-iframe-container { display: none; }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .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); }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container { border-width: 0; border-radius: 0; }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#dde44ee6f0d449dabade82bb067c04c8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26262b;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; } #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection *:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="text"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="email"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="tel"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection textarea:focus-visible { outline: none; } #TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container { background-color: transparent; background-image: none; }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container > .video-iframe-container { display: none; }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row > .video-iframe-container { display: none; }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .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); }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container { border-width: 0; border-radius: 0; }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container { font-size:0.875rem;font-family:arial;height:10rem;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) { #EaIeWTNCZNGDO7quuPnREa3BJTG7nMp4 { width:9.9375rem;height:5.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t779H3Sx3nhn126lD8Zl5ucSTl2KAgZO { width:12.1875rem;height:3rem;top:1.875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLS2wnqOBBpBvBDgAT5EBVWJQvRP9xv { display:block; }
 }@media only screen and (max-width: 763px) { #uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ { display:block; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 { display:block; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxR385tT6osamC1UTdlsuz5hWgXDyP7N { width:47.75rem;height:4.0625rem;top:12.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5oeZsESFVvb7capQ8umyVbava90bIhv { width:14.0625rem;height:3.4375rem;top:21.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTgRO0lu7O9PLF5mTmMT6b00TVmUPxi { display:block; }
 }@media only screen and (max-width: 763px) { #NTGsmwRi4wuN5sEtJpBSQGEwFg79uUTF { top:17.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEQceEI2TVBCCBXThT995ry7lgq0eirC { display:block; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zep7T52oPuzzA861hX0ozEvISrwgUSIq { width:4.375rem;height:0.1875rem;top:15.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG1nqeT7EglfF64JdEvw1gTyuHDA36xO { width:22.8125rem;height:4.0625rem;top:7.0625rem;left:24.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OamszCruh1MDPzPwpZDuwfk3qIeNAXmT { width:26.3125rem;height:6.375rem;top:17.3125rem;left:21.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r { width:29.6875rem;height:25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0xGCzSs2B1nOTk25WLgAZ9SFrpyTF9 { width:4.8125rem;height:1.9375rem;top:12.1875rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srd3rU7cHay5xKqfRFhIv0VtghalH4lS { width:16.1875rem;height:3.0625rem;top:11.625rem;left:31.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqXRVx5w4u6fTy5KGVgNhoDE34vQ5A1V { width:4.5625rem;height:1.9375rem;top:12.1875rem;left:43.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXdOha1Zi0pEt3VFoOM67L54QPK2Ld33 { width:12.25rem;height:3.125rem;top:24.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #H92EwpcN0epqvwREdfMufS5ekFRwHwJS { display:block; }
 }@media only screen and (max-width: 763px) { #vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd { width:15.625rem;height:12.1875rem;top:3.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5 { width:15.625rem;height:12.1875rem;top:16.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S { display:none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH { display:none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ { display:block; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyfxEr6Irp4HTStMcVKB8opCxvU7QEBs { width:18.75rem;height:13.6875rem;top:13.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DTrV1rv5Qdgrmgvd9DqcTtZlUcWvG5 { width:16.4375rem;height:4.0625rem;top:15.125rem;left:31.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsxBDbic702dVchVO8sT2OorDAV1zkcw { width:6.0625rem;height:1.9375rem;top:20.25rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgMWkA2B4criJ8VB5dVNTOCnDfQr38Fz { width:6.125rem;height:1.25rem;top:20.625rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxiTTIglsqrNe3LGbDoVulbkHXqsNFyh { width:16.5rem;height:3.125rem;top:23.125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKNZC7d1KNSadCLsMoCrqH8Q1MzXllzT { display:block; }
 }@media only screen and (max-width: 763px) { #ohRMwFdsCyvrgz1usDunWMa5lOafMS8A { top:0rem;left:28.875rem;width:18.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN3O6ReG8yb7AU8T84uwcCVHHhmI0mie { width:18.75rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOwz96TanLG5qnuIqW5o4Kn3VI9hIXiG { width:18.75rem;height:13.6875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UA9dczI3MerBJgo6fiWi4v8FdJXTce { width:16.4375rem;height:4.0625rem;top:15.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsfwzT8hHvrg4GRMpVxRatEHIgSkeoxa { width:6.0625rem;height:1.9375rem;top:20.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1D4BAJpa6pTBpaGB4C5TT6AtLfMlzMw { width:6.125rem;height:1.25rem;top:20.625rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ooI1pGBdKk7a3TBHAEDeg5VEip5TCJ { width:16.5rem;height:3.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkTTtTv7A3U3NoBIWwkwJ9gMUW8Qb3R { display:block; }
 }@media only screen and (max-width: 763px) { #AL6y1ZJu0WGG1JlVNUKEZfna4xpCVFI5 { width:18.75rem;height:14.0625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2mu6lXQidJ0Eo71lEzRCRXbhZavNhH2 { width:18.75rem;height:13.6875rem;top:14.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry0aW3lsfQT5BMdQKrzbGMpxwQTnku7W { width:16.4375rem;height:4.0625rem;top:15.125rem;left:15.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzov8J7TxiKN8iEWkvXevn5RLFgd7oI { width:6.0625rem;height:1.9375rem;top:20.25rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziSMr97N8UViiTtVu2GTRniSuoINl4eA { width:6.125rem;height:1.25rem;top:20.625rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN4wxnoHucsVun1662gIe1TdnghpxLo8 { width:16.5rem;height:3.125rem;top:23.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIO1n9STulDd4vHFUiHC9T98Htw51K5t { display:block; }
 }@media only screen and (max-width: 763px) { #qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ { display:block; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypm03sEP8a7EAKPiy6eI7B1tl21WiriN { width:4.375rem;height:0.1875rem;top:16.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxapSTe8bUOdMfkkDT7RrxwMEKeyu7L { width:22.8125rem;height:4.0625rem;top:7.9375rem;left:24.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvEnn2Fiw6TpMnMzuTkhXOUbs7p6UFfv { width:26.5625rem;height:4.75rem;top:18.125rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW { width:29.6875rem;height:25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMBQIiaAqrl3e5l4O0KbwF07dinFZEp { width:4.8125rem;height:1.9375rem;top:13rem;left:34.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5icdGlx1PzX9JhGNGzZEPS3Pv86hOCq { width:16.3125rem;height:3.0625rem;top:12.375rem;left:31.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpvqvfZTnzObaGO8MMMBQvSq4Ed8lnOH { width:4.625rem;height:1.9375rem;top:13rem;left:43.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Jee02WoGmNNQSM3hpCcCd4UEt44m32 { width:12.25rem;height:3.125rem;top:23.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSUAgciglme3ABl9ccTWf6dTXX3dFJI { display:block; }
 }@media only screen and (max-width: 763px) { #zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0 { width:15.625rem;height:12.1875rem;top:3.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn { width:15.625rem;height:12.1875rem;top:16.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz { display:none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E6q6sottqmKVmDABiRNisUTnfvTW6E7L { display:none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ { display:block; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOgS4k1PsG1FQiE2iSMn80uC3cFEtn1y { width:18.75rem;height:13.6875rem;top:13.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCJ58VODOKXZ2B6GUVvZ5tHpgloXot6A { width:16.4375rem;height:4.0625rem;top:15.125rem;left:15.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSHPm3JZwNLooUsv36oqlyP4yumQWk4x { width:6.0625rem;height:1.9375rem;top:20.25rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndVUleTW2P0Lrr87cfZ42EwcIXSS46E { width:6.125rem;height:1.25rem;top:20.625rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDTNvbr2SzUboLboxFd5mIAVlBzRKv0R { width:16.5rem;height:3.125rem;top:23.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0u5EE1qTJsCcQvedRp9wsrz5gGVwEKU { display:block; }
 }@media only screen and (max-width: 763px) { #xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB { top:0rem;left:13rem;width:18.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZSWoTz6S7rCL7cgq0rpsd2xL8ATiH9I { width:18.75rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecLPUdtDXVFfDKqxkKJMmsulCV4tu24u { width:18.75rem;height:13.6875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faQd9Qcbzth2eeJ8HDn3sNHKTqGiGgr4 { width:16.4375rem;height:4.0625rem;top:15.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRceB0hQTJVkESGq8dV2xUBTJDDoSlS3 { width:6.0625rem;height:1.9375rem;top:20.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTk8373IuKOQwsTHVh64zUsMhDL2N9ii { width:6.125rem;height:1.25rem;top:20.625rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFNTOWVbq7GfhK5IiByN7LkzoztmnRt { width:16.5rem;height:3.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFKX6ysNV8HfVCwuqiTvLz7SxfobfyI { display:block; }
 }@media only screen and (max-width: 763px) { #hvJhNCTXH2I8Inn60dPgMn0FQeRCf4MA { width:18.75rem;height:14.0625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PhIHeo5Inhc405oe5xtTnkbTco1kQg { width:18.75rem;height:13.6875rem;top:14.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9l08oztMX1iEwlsiAHb1OUSdtUzVtRQ { width:16.4375rem;height:4.0625rem;top:15.125rem;left:31.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFW2IO6MdfSeVa440gxQHRlVJ8d5oMo { width:6.0625rem;height:1.9375rem;top:20.25rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWimeucPkCUQiN54cuBsT0Ep1fDR8p2 { width:6.125rem;height:1.25rem;top:20.625rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQWDWcTr7pw14nmDe4NqhTsKrBym8UW { width:16.5rem;height:3.125rem;top:23.125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGPbfr3zQg7ES4M56su8lH9DBaQKFzi { display:block; }
 }@media only screen and (max-width: 763px) { #bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm { display:block; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAGWgJFDeObM0thQ43rdSoRGGzCT1c0V { width:4.375rem;height:0.25rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifmSQ91TrgENMfA9D2N7WWTELNifzeI0 { width:22.875rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipeAddA2ARVwUSO1k6xbfaB3rG6QivAJ { width:26.3125rem;height:4.75rem;top:17.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0 { width:29.6875rem;height:25rem;top:3.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3rr1DKrqy5i13WN6UgH3FV1PXJmpGZO { width:4.875rem;height:1.9375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze1TDCLVB4Fulu4WprTpr1BGO9bexSUt { width:16.375rem;height:3.0625rem;top:10.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyXWbu8IQwgEJrLDTHC1tBNpXOaKUqS { width:4.625rem;height:1.9375rem;top:10.8125rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slgfnwBF2mCi2LBxJ5l4BOl5UdtUyEGG { width:12.25rem;height:3.125rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRHTVlL6wg21H21TMrxzTJIMvUBaLUIu { display:block; }
 }@media only screen and (max-width: 763px) { #yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe { width:15.625rem;height:12.1875rem;top:3.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR { width:15.625rem;height:12.1875rem;top:16.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 { display:block; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfMQgpNIGTUhdMKmBlOQTRcCrDVPnfb8 { width:4.375rem;height:0.25rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6I0LzCOVfTpX7lZDtpwKxvgbhxrp43 { width:22.875rem;height:4.0625rem;top:9.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTs51HUKSLP09CSafKOUQFei1hrIDaK { width:26.3125rem;height:4.75rem;top:17.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7 { width:29.6875rem;height:25rem;top:3.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TSLwJ77Sp7Mv3ozpwml486c95uqfZX { width:4.875rem;height:1.9375rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmMkmrMV7I3qaQzkVUETzCHbIm8LwEty { width:16.375rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x67DF71biE9uaZzp2G8gNagN4osBcFXw { width:4.625rem;height:1.9375rem;top:11.625rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4x6G1MTT9dT64wn4o5bs0zS9ayf8Nni { width:12.25rem;height:3.125rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2OHbzugT0vTTJo9qIZhaNT9S7T5wuZ { display:block; }
 }@media only screen and (max-width: 763px) { #NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3 { width:15.625rem;height:12.1875rem;top:3.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax { width:15.625rem;height:12.1875rem;top:16.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIPeweBMIQofo8WMHn8pvNbXINs2wN0g { display:none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNubEK3Z1NSMVI4tztUuB8orufAlPchI { display:none; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ReFquQEeO470dseh4ZtRHNgKaUcuTUKe { display:none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 { display:none; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa { display:block; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVKIgXPNQerkQJOvqrAuN2U7IrpLGc90 { width:18.75rem;height:14.0625rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQdLrcN5hNx2iBAynFGDgo3KwNn04McC { width:18.75rem;height:13.6875rem;top:14.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZI9bc5dqEOmszuiUrs7DbIQ97T4fIlN { width:16.4375rem;height:4.0625rem;top:15.125rem;left:15.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrwpKkcEvlLeDmEfN1tWINkyxAzq0CEU { width:6.0625rem;height:1.9375rem;top:20.25rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syNQp8nzz8Tgid2tOURHZEZikE5qCu52 { width:6.125rem;height:1.25rem;top:20.625rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSbN2tvLTfyTahBXAgQnM0pE27EHULTi { width:16.5rem;height:3.125rem;top:23.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmkPZzvfg4SGTQiltAUh3RUhh0DUuFb { display:block; }
 }@media only screen and (max-width: 763px) { #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection { display:block; } #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection *:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="text"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="email"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="tel"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection textarea:focus-visible { outline: none; } #ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection { display:block; } #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection *:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="text"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="email"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="tel"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection textarea:focus-visible { outline: none; } #TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .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:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaIeWTNCZNGDO7quuPnREa3BJTG7nMp4 { width:8.4375rem;height:4.43739375rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t779H3Sx3nhn126lD8Zl5ucSTl2KAgZO { width:9.04154125rem;height:2.5414475rem;top:1.8125rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLS2wnqOBBpBvBDgAT5EBVWJQvRP9xv { display:block; }
 }@media only screen and (max-width: 763px) { #uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ { display:block; }#uWlTfV3VWHAnNC1pd1LmPf5nifqSdgAJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd4702aa-8956-4d03-99f0-1877eeb8d527/RAM15003.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.adaptive-delivery-prevent-bg, #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.lazyload, #JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6.lazyloading { background-image: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { background-color: transparent; background-image: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,37,0.5); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container > .video-iframe-container { display: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,37,0.5); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container { display: none; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .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); }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { border-width: 0; border-radius: 0; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6::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; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JixDhmKLn4TuBrtpRaMvzG2lFTBnuOI6 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxR385tT6osamC1UTdlsuz5hWgXDyP7N { width:18.125rem;height:3.8997375rem;top:3.625rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5oeZsESFVvb7capQ8umyVbava90bIhv { width:12.249875rem;height:2.999675rem;top:13.1875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJTgRO0lu7O9PLF5mTmMT6b00TVmUPxi { display:block; }
 }@media only screen and (max-width: 763px) { #NTGsmwRi4wuN5sEtJpBSQGEwFg79uUTF { width:18.6246875rem;height:3.25rem;top:8.4375rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEQceEI2TVBCCBXThT995ry7lgq0eirC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC.adaptive-delivery-prevent-bg, #SEQceEI2TVBCCBXThT995ry7lgq0eirC.lazyload, #SEQceEI2TVBCCBXThT995ry7lgq0eirC.lazyloading { background-image: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { background-color: transparent; background-image: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container > .video-iframe-container { display: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row > .video-iframe-container { display: none; }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .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); }#SEQceEI2TVBCCBXThT995ry7lgq0eirC > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zep7T52oPuzzA861hX0ozEvISrwgUSIq { width:4.6875rem;height:0.24902375rem;top:18.479818344116rem;left:1.8126087188721rem;display:none; }
 }@media only screen and (max-width: 763px) { #GG1nqeT7EglfF64JdEvw1gTyuHDA36xO { width:16.37425rem;height:2.11230625rem;top:2.4353313446045rem;left:1.8126087188721rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OamszCruh1MDPzPwpZDuwfk3qIeNAXmT { width:17.249875rem;height:7.5rem;top:8.4780845642087rem;left:1.374783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOoT4a2lTr118wCUhanF2ZWUxPAW6e2r { width:20rem;height:12.1875rem;top:19.633790016174rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg0xGCzSs2B1nOTk25WLgAZ9SFrpyTF9 { width:3.75rem;height:1.4624rem;top:5.6875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srd3rU7cHay5xKqfRFhIv0VtghalH4lS { width:11rem;height:1.94986875rem;top:5.3747844696045rem;left:4.4373917579651rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqXRVx5w4u6fTy5KGVgNhoDE34vQ5A1V { width:3.68706875rem;height:1.4624rem;top:5.6875rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXdOha1Zi0pEt3VFoOM67L54QPK2Ld33 { width:10.9375rem;height:2.8125rem;top:16.5625rem;left:4.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H92EwpcN0epqvwREdfMufS5ekFRwHwJS { display:block; }
 }@media only screen and (max-width: 763px) { #vGxtwgZrtTFgkH5LSTooIqAl65rBsHpd { width:20rem;height:12.1875rem;top:31.821290969849rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHux7D5mJ4LLrLUhNxNqZSOOgu8rzte5 { width:20rem;height:12.1875rem;top:44.008790969849rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f401d88-83ae-4367-b228-e25453f83e25/my242500gallery02jpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S.adaptive-delivery-prevent-bg, #D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S.lazyload, #D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S.lazyloading { background-image: none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container { background-color: transparent; background-image: none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container > .video-iframe-container { display: none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row > .video-iframe-container { display: none; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .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); }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container { border-width: 0; border-radius: 0; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0XieFqevTDr2MbnVsH1sPgDBG1vQC4S > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ea343cb-4e81-4211-8922-21e51f439dd7/my242500Gallery11jpgimage2880.format_auto.avif");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH.adaptive-delivery-prevent-bg, #AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH.lazyload, #AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH.lazyloading { background-image: none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container { background-color: transparent; background-image: none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container > .video-iframe-container { display: none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row > .video-iframe-container { display: none; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .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); }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container { border-width: 0; border-radius: 0; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXiJC3AOylL3hJJDhTTcNl5fE8Lnb4mH > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.adaptive-delivery-prevent-bg, #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.lazyload, #WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ.lazyloading { background-image: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { background-color: transparent; background-image: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container > .video-iframe-container { display: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row > .video-iframe-container { display: none; }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .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); }#WT5GMBk6NAs1uDPbol0PSEohzRmqUeRQ > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyfxEr6Irp4HTStMcVKB8opCxvU7QEBs { width:18.75rem;height:10.6875rem;top:69.375rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DTrV1rv5Qdgrmgvd9DqcTtZlUcWvG5 { width:16.4375rem;height:3.57421875rem;top:70.125rem;left:1.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsxBDbic702dVchVO8sT2OorDAV1zkcw { width:6.0625rem;height:1.625rem;top:73.9375rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MgMWkA2B4criJ8VB5dVNTOCnDfQr38Fz { width:6.125rem;height:1.29980625rem;top:74.0625rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxiTTIglsqrNe3LGbDoVulbkHXqsNFyh { width:16.5rem;height:3.125rem;top:76rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKNZC7d1KNSadCLsMoCrqH8Q1MzXllzT { display:block; }
 }@media only screen and (max-width: 763px) { #ohRMwFdsCyvrgz1usDunWMa5lOafMS8A { width:18.75rem;height:14.1875rem;top:55.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN3O6ReG8yb7AU8T84uwcCVHHhmI0mie { width:18.75rem;height:14.0625rem;top:1.875rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOwz96TanLG5qnuIqW5o4Kn3VI9hIXiG { width:18.75rem;height:10.6875rem;top:15.9375rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UA9dczI3MerBJgo6fiWi4v8FdJXTce { width:13.375rem;height:3.57421875rem;top:16.8125rem;left:1.71875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QsfwzT8hHvrg4GRMpVxRatEHIgSkeoxa { width:5.375rem;height:1.625rem;top:20.57421875rem;left:1.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S1D4BAJpa6pTBpaGB4C5TT6AtLfMlzMw { width:5.6875rem;height:1.29980625rem;top:20.7998046875rem;left:7.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4ooI1pGBdKk7a3TBHAEDeg5VEip5TCJ { width:16.4375rem;height:3.125rem;top:22.44921875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkTTtTv7A3U3NoBIWwkwJ9gMUW8Qb3R { display:block; }
 }@media only screen and (max-width: 763px) { #AL6y1ZJu0WGG1JlVNUKEZfna4xpCVFI5 { width:18.75rem;height:14.0625rem;top:28.5625rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2mu6lXQidJ0Eo71lEzRCRXbhZavNhH2 { width:18.75rem;height:10.6875rem;top:42.625rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry0aW3lsfQT5BMdQKrzbGMpxwQTnku7W { width:13.4375rem;height:3.57421875rem;top:43.4375rem;left:1.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qtzov8J7TxiKN8iEWkvXevn5RLFgd7oI { width:5.375rem;height:1.625rem;top:47.28125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ziSMr97N8UViiTtVu2GTRniSuoINl4eA { width:5.6875rem;height:1.29980625rem;top:47.44384765625rem;left:7.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CN4wxnoHucsVun1662gIe1TdnghpxLo8 { width:16.4375rem;height:3.125rem;top:49.26171875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIO1n9STulDd4vHFUiHC9T98Htw51K5t { display:block; }
 }@media only screen and (max-width: 763px) { #qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ { display:block; }#qlUJvsVKM3EoSuzXUPNfHrGXPBlwXeFQ > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypm03sEP8a7EAKPiy6eI7B1tl21WiriN { width:4.6875rem;height:0.24902375rem;top:20.730253458023rem;left:2.8119578361511rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSxapSTe8bUOdMfkkDT7RrxwMEKeyu7L { width:16.37425rem;height:2.11230625rem;top:2.4988021850586rem;left:1.8126087188721rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvEnn2Fiw6TpMnMzuTkhXOUbs7p6UFfv { width:16.6873125rem;height:6rem;top:8.345703125rem;left:1.6558160781861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2rkTIHDTaW9xWmaRg7fbpvyybN4BXFW { width:20rem;height:12.1875rem;top:19.124896049499rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxMBQIiaAqrl3e5l4O0KbwF07dinFZEp { width:3.75rem;height:1.4624rem;top:5.6875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5icdGlx1PzX9JhGNGzZEPS3Pv86hOCq { width:10.3125rem;height:1.94970625rem;top:5.5rem;left:5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpvqvfZTnzObaGO8MMMBQvSq4Ed8lnOH { width:3.4375rem;height:1.4624rem;top:5.6875rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Jee02WoGmNNQSM3hpCcCd4UEt44m32 { width:10.9375rem;height:2.8125rem;top:15.2275390625rem;left:4.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSUAgciglme3ABl9ccTWf6dTXX3dFJI { display:block; }
 }@media only screen and (max-width: 763px) { #zCPBIORx1QJGWbrJ4MBUhkIB8Ms46hC0 { width:20rem;height:12.1875rem;top:31.311851501465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDOINuWFDMOoJJKxycxqlLBkQq1zfXWn { width:20rem;height:12.1875rem;top:43.499351501465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d48d58ca-a47c-48f2-8a6e-2e0d083df0f4/my25ram3500vlpfeaturegridexpanded02desktop.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz.adaptive-delivery-prevent-bg, #mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz.lazyload, #mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz.lazyloading { background-image: none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container { background-color: transparent; background-image: none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container > .video-iframe-container { display: none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row > .video-iframe-container { display: none; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .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); }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container { border-width: 0; border-radius: 0; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLKMUrwxRJkUmbWh9euPOr5daxAUbIXz > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6q6sottqmKVmDABiRNisUTnfvTW6E7L { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d322d32-2963-4fae-bef4-d303fea9685f/my25ram3500vlpfeaturegridexpanded01desktop.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L.adaptive-delivery-prevent-bg, #E6q6sottqmKVmDABiRNisUTnfvTW6E7L.lazyload, #E6q6sottqmKVmDABiRNisUTnfvTW6E7L.lazyloading { background-image: none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container { background-color: transparent; background-image: none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container > .video-iframe-container { display: none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row > .video-iframe-container { display: none; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .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); }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container { border-width: 0; border-radius: 0; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6q6sottqmKVmDABiRNisUTnfvTW6E7L > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7684270-274c-497d-94d7-21fcd005e43d/TopographicBG_darkgrey.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.adaptive-delivery-prevent-bg, #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.lazyload, #T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ.lazyloading { background-image: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { background-color: transparent; background-image: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container > .video-iframe-container { display: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,37,35,0.9); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row > .video-iframe-container { display: none; }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .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); }#T6R7wwNlFZircJuo9GUqTeXiTQVC8TvQ > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOgS4k1PsG1FQiE2iSMn80uC3cFEtn1y { width:18.75rem;height:10.6875rem;top:70.0625rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCJ58VODOKXZ2B6GUVvZ5tHpgloXot6A { width:16.4375rem;height:3.57421875rem;top:70.8125rem;left:1.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSHPm3JZwNLooUsv36oqlyP4yumQWk4x { width:6.0625rem;height:1.625rem;top:74.625rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mndVUleTW2P0Lrr87cfZ42EwcIXSS46E { width:6.125rem;height:1.29980625rem;top:74.75rem;left:7.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HDTNvbr2SzUboLboxFd5mIAVlBzRKv0R { width:16.5rem;height:3.125rem;top:76.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0u5EE1qTJsCcQvedRp9wsrz5gGVwEKU { display:block; }
 }@media only screen and (max-width: 763px) { #xUnhaWQkET3FBgds3Jz9IJzhXqL7xrLB { width:18.75rem;height:14.1875rem;top:55.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZSWoTz6S7rCL7cgq0rpsd2xL8ATiH9I { width:18.75rem;height:14.0625rem;top:1.875rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecLPUdtDXVFfDKqxkKJMmsulCV4tu24u { width:18.75rem;height:10.6875rem;top:15.9375rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faQd9Qcbzth2eeJ8HDn3sNHKTqGiGgr4 { width:16.4375rem;height:3.57421875rem;top:16.8125rem;left:1.71875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRceB0hQTJVkESGq8dV2xUBTJDDoSlS3 { width:5.375rem;height:1.625rem;top:20.57421875rem;left:1.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nTk8373IuKOQwsTHVh64zUsMhDL2N9ii { width:5.6875rem;height:1.29980625rem;top:20.7998046875rem;left:7.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SfFNTOWVbq7GfhK5IiByN7LkzoztmnRt { width:16.4375rem;height:3.125rem;top:22.44921875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFKX6ysNV8HfVCwuqiTvLz7SxfobfyI { display:block; }
 }@media only screen and (max-width: 763px) { #hvJhNCTXH2I8Inn60dPgMn0FQeRCf4MA { width:18.75rem;height:14.0625rem;top:28.5rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PhIHeo5Inhc405oe5xtTnkbTco1kQg { width:18.75rem;height:11.4375rem;top:42.5625rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9l08oztMX1iEwlsiAHb1OUSdtUzVtRQ { width:14.1875rem;height:3.57421875rem;top:43.625rem;left:1.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #llFW2IO6MdfSeVa440gxQHRlVJ8d5oMo { width:6.0625rem;height:1.625rem;top:47.5rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hTWimeucPkCUQiN54cuBsT0Ep1fDR8p2 { width:6.125rem;height:1.29980625rem;top:47.66259765625rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBQWDWcTr7pw14nmDe4NqhTsKrBym8UW { width:16.5rem;height:3.125rem;top:49.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGPbfr3zQg7ES4M56su8lH9DBaQKFzi { display:block; }
 }@media only screen and (max-width: 763px) { #bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm { display:block; }#bhl3xo4ANPSuKTOPGDL5fa03ZnpKaOqm > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAGWgJFDeObM0thQ43rdSoRGGzCT1c0V { width:4.6875rem;height:0.24902375rem;top:10.1875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifmSQ91TrgENMfA9D2N7WWTELNifzeI0 { width:12.1245625rem;height:2.11230625rem;top:2.25rem;left:3.9366321563721rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipeAddA2ARVwUSO1k6xbfaB3rG6QivAJ { width:16.875rem;height:6rem;top:4.9375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFhAo3MnbMrLbX0d2gIT7PI0eVsouuI0 { width:20rem;height:12.1875rem;top:19.062496185302rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3rr1DKrqy5i13WN6UgH3FV1PXJmpGZO { width:4.18728125rem;height:1.4624rem;top:5.375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ze1TDCLVB4Fulu4WprTpr1BGO9bexSUt { width:10.375rem;height:1.94970625rem;top:5.125rem;left:5.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQyXWbu8IQwgEJrLDTHC1tBNpXOaKUqS { width:3.81239375rem;height:1.4624rem;top:5.375rem;left:15.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #slgfnwBF2mCi2LBxJ5l4BOl5UdtUyEGG { width:10.9375rem;height:2.8125rem;top:11.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRHTVlL6wg21H21TMrxzTJIMvUBaLUIu { display:block; }
 }@media only screen and (max-width: 763px) { #yhq2PxSXJWDyubUJv0SWTzp9PsELvrhe { width:20rem;height:12.1875rem;top:43.436965942382rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow4OacFH3nxK5MmkX5XQsPzfsbZTfktR { width:20rem;height:12.1875rem;top:31.249460443854rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 { display:none; }#vnPQ0Ua9FT6QN99aE2NAvrnQnf2aPTw4 > .row .container { width:20rem;height:16.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gfMQgpNIGTUhdMKmBlOQTRcCrDVPnfb8 { width:4.6875rem;height:0.24902375rem;top:10.1875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lg6I0LzCOVfTpX7lZDtpwKxvgbhxrp43 { width:12.1245625rem;height:2.11230625rem;top:2.25rem;left:3.9366321563721rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTs51HUKSLP09CSafKOUQFei1hrIDaK { width:16.875rem;height:6rem;top:4.9375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTqxFPDOKe34Q1ulFAwcs1GAU749TPi7 { width:20rem;height:12.1875rem;top:19.062496185302rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7TSLwJ77Sp7Mv3ozpwml486c95uqfZX { width:4.18728125rem;height:1.4624rem;top:5.375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QmMkmrMV7I3qaQzkVUETzCHbIm8LwEty { width:10.375rem;height:1.94970625rem;top:5.125rem;left:5.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x67DF71biE9uaZzp2G8gNagN4osBcFXw { width:3.81239375rem;height:1.4624rem;top:5.375rem;left:15.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u4x6G1MTT9dT64wn4o5bs0zS9ayf8Nni { width:10.9375rem;height:2.8125rem;top:11.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2OHbzugT0vTTJo9qIZhaNT9S7T5wuZ { display:block; }
 }@media only screen and (max-width: 763px) { #NNbBktW8D8ts2LSUOBQvCv8r4D5GSGM3 { width:20rem;height:12.1875rem;top:43.436965942382rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh8XTb0zZ0Fo7t2a6ZSSr980EkqrI1Ax { width:20rem;height:12.1875rem;top:31.249460443854rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIPeweBMIQofo8WMHn8pvNbXINs2wN0g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5e1ab3f-135b-4cfc-be3e-6803a13af68e/my25ccoverviewcapabilityfeaturepaneldesktopjpgimage2880.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g.adaptive-delivery-prevent-bg, #JIPeweBMIQofo8WMHn8pvNbXINs2wN0g.lazyload, #JIPeweBMIQofo8WMHn8pvNbXINs2wN0g.lazyloading { background-image: none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container { background-color: transparent; background-image: none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container > .video-iframe-container { display: none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row > .video-iframe-container { display: none; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .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); }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container { border-width: 0; border-radius: 0; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIPeweBMIQofo8WMHn8pvNbXINs2wN0g > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNubEK3Z1NSMVI4tztUuB8orufAlPchI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e16b487c-5b7e-4e03-a82d-40fff43df791/my25ram1500galleryopen08desktopminjpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI.adaptive-delivery-prevent-bg, #XNubEK3Z1NSMVI4tztUuB8orufAlPchI.lazyload, #XNubEK3Z1NSMVI4tztUuB8orufAlPchI.lazyloading { background-image: none; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .row .container { border-width: 0; border-radius: 0; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNubEK3Z1NSMVI4tztUuB8orufAlPchI > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ReFquQEeO470dseh4ZtRHNgKaUcuTUKe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28dbf0bd-4942-45f1-92e6-41c4b7cf4ce5/My25ramchassiscaboverviewramfeaturepannelfeaturesdesktopjpgimage2000.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe.adaptive-delivery-prevent-bg, #ReFquQEeO470dseh4ZtRHNgKaUcuTUKe.lazyload, #ReFquQEeO470dseh4ZtRHNgKaUcuTUKe.lazyloading { background-image: none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container { background-color: transparent; background-image: none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container > .video-iframe-container { display: none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row > .video-iframe-container { display: none; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .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); }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container { border-width: 0; border-radius: 0; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReFquQEeO470dseh4ZtRHNgKaUcuTUKe > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fed2d201-af7e-408e-94ca-cac2ff607ea7/my25ram1500galleryopen13djpgimage2880.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8.adaptive-delivery-prevent-bg, #Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8.lazyload, #Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8.lazyloading { background-image: none; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .row .container { border-width: 0; border-radius: 0; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pa1JKrqOr9zxisJn1sAiHLHkcyg0lcf8 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa { display:block; }#IaUeqoy9uuWVHPdkw4qVbxbA97q6eLAa > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVKIgXPNQerkQJOvqrAuN2U7IrpLGc90 { width:18.75rem;height:14.0625rem;top:0rem;left:0.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQdLrcN5hNx2iBAynFGDgo3KwNn04McC { width:18.75rem;height:10.6875rem;top:14.0625rem;left:0.625rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZI9bc5dqEOmszuiUrs7DbIQ97T4fIlN { width:12.625rem;height:3.57421875rem;top:14.9375rem;left:1.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DrwpKkcEvlLeDmEfN1tWINkyxAzq0CEU { width:5.375rem;height:1.625rem;top:18.6875rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #syNQp8nzz8Tgid2tOURHZEZikE5qCu52 { width:5.6875rem;height:1.29980625rem;top:18.9375rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSbN2tvLTfyTahBXAgQnM0pE27EHULTi { width:16.4375rem;height:3.125rem;top:20.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmkPZzvfg4SGTQiltAUh3RUhh0DUuFb { display:block; }
 }@media only screen and (max-width: 763px) { #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection { display:block; } #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection *:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="text"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="email"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection input[type="tel"]:focus-visible, #f109be63aa6d1f90dc3096d62879d6f6.widget-smartsection textarea:focus-visible { outline: none; } #ol7wobg92aIHNrnVbMEWhM03M3zUBCM0 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection { display:block; } #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection *:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="text"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="email"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection input[type="tel"]:focus-visible, #dde44ee6f0d449dabade82bb067c04c8.widget-smartsection textarea:focus-visible { outline: none; } #TXXc47dV6ArDeStqGuw2OrKZyBdnFzBf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }