.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;
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gcTbC6ZH/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container { background-color: transparent; background-image: none; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container > .video-iframe-container { display: none; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row > .video-iframe-container { display: none; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .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); }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container { border-width: 0; border-radius: 0; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#hEq6DMf7LOPoOAV1KscwDsAAtpcRT3ls { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.125rem;top:0.28333377838135rem;left:0rem;overflow:hidden;display:block; }
#eKxBK0D59ukKv4KaCh4Qk9Q7WNSabQ8O { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:comfortaa;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:4rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:49.6875rem;display:block; }
#ThvIx0XpWPwTWxzGH5pZHue1Wy0zQKNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWBxqP42gWVKr6G6PMbeU1qV300THTkf { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:comfortaa;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:32.75rem;display:block; }
#vwetV02f7URcP8os7PAvWQQ2QQRM8Jz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCw2aRpIaeoiPJ7nDXGekusJJAr8rrQC { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:comfortaa;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:24.3125rem;display:block; }
#P6sNeFd39el8LWIEdJ2o948V39v3SX0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHn43isfhCdK9Edif3lgd5iQ6GgwsOdE { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:57.6875rem;display:block; }
#bgn9gOpuBD9Rdiql9SITvM4516lawCSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1Bt1p0fvsDcOaeHTG5b75PrBbKJpJcR { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:comfortaa;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:41.5rem;display:block; }
#OkT655Pxk4AebeKniicavqVHmkEwXT3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.02);background-image:none;font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WfUl9D5WoA3DpApWJXL1Qp957J0QAIbA { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem #000000;top:8.0625rem;left:1.125rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8waCVE6JW9Tf7VrCNvGh2DnnJv9LvgP { box-sizing:content-box;color:#000000;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0rem #000000;display:block;z-index:15001;top:16.200000762939rem;left:13rem;display:block; }
#woTMHen0cN9q63JO6AGpZ5yLMwSlS8LN { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem #000000;top:21.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#018aa9;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:none; }#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK > .row .container { border-width: 0; border-radius: 0; }#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#LQS2IKzXBaQo635yRRsH3TZIEPboKBOB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.9375rem;top:0.40625rem;left:30.25rem;overflow:hidden;display:block; }
#T5CNThwnQGOhd8tk0OFgheL1DADqLERy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:4.0625rem;top:0.34375rem;left:40.9375rem;overflow:hidden;display:block; }
#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d4b694d-d3fd-4ee6-b57f-f6d3cc8a7d66/517679316_1209441104317944_5715379458662195715_n.jpg");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; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.adaptive-delivery-prevent-bg, #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.lazyload, #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.lazyloading { background-image: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { background-color: transparent; background-image: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container > .video-iframe-container { display: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row > .video-iframe-container { display: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .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); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { border-width: 0; border-radius: 0; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU::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; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#teqrqntpzpoL4bVAwEHxB54duT7oQLiJ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.67);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.875rem;width:33.5rem;top:11.618774414062rem;left:40.999998092651rem;display:block; }
#NRs3yII8rCDhIpyRdu7ELEiT4QfXpkF5 { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.78125rem;left:42.249998092651rem;height:12.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQfDZndvIoEEgJuGWSNSEIRpqMWN5PiJ { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.062499046326rem;left:50.249998092651rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5Jwa8tNS/serwis_rowerowy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf.adaptive-delivery-prevent-bg, #tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf.lazyload, #tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf.lazyloading { background-image: none; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container { background-color: transparent; background-image: none; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container > .video-iframe-container { display: none; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row > .video-iframe-container { display: none; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .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); }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container { border-width: 0; border-radius: 0; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf::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; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#poNuIMuraSidT6H1UIyaSWTKr5EStCNA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.6875rem;width:34.5rem;top:11.6875rem;left:40rem;display:block; }
#hdiJ7zWwhx3eOTupmHnMvHZx4wklUAiL { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.88125038147rem;left:43.1875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aeAW3fJWlo9dPkXdET2EATr9zdmaKS6S { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.4375rem;left:41.312498092651rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USOJiOTbc8KeF0ypFH8c5Rytk1oMzgT4 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.325000762939rem;left:31.5rem;height:4.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CSLElHcMqnxciagKIT0GLkDaS8nJZCBF { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.375rem;width:13.5rem;top:23.25625038147rem;left:30.4375rem;display:block; }
#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container { background-color: transparent; background-image: none; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container > .video-iframe-container { display: none; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row > .video-iframe-container { display: none; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .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); }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container { border-width: 0; border-radius: 0; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#OVboWkwqIDbk5VfV1ggcHznZpoX2H8D4 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.25rem;width:6.5rem;top:0.625rem;left:7.5rem;display:block; }
#i6TkorCLXy7H9iwFcGem0sQqkZlgBlkA { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.25rem;width:6.5rem;top:0.625rem;left:24.5625rem;display:block; }
#at5KETBPT8BCZ18QlfhXcWqR8zbX0fQG { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.25rem;width:6.5rem;top:0.625rem;left:58.8125rem;display:block; }
#TUiQVn09hdRs8Xaqs3NDyr6EJgtg34LT { color:#000000;display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:23.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COrPcWVbpCrb57F7ITGIH4PdmZFAtd5l { color:#000000;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.8812494277954rem;left:7.5rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbkbwdcwUTTz1a2DbF5ms1P4rT78elgO { color:#000000;display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8812494277954rem;left:58.1875rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckFiK65fDXX7nEpHdZUL9o4oC4O1SAcP { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.25rem;width:6.5rem;top:0.625rem;left:41.9375rem;display:block; }
#wgUHpd45UEHB1DQ6aRv5iL34vyqFgqNb { color:#000000;display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8812494277954rem;left:41.3125rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/sMYzQwQl/Cube_2019.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.adaptive-delivery-prevent-bg, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyload, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyloading { background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { background-color: transparent; background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .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); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { border-width: 0; border-radius: 0; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#i4pDPb3s0s5CQTbShCDR7NTwh7e8TUcT { 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:3.3125rem;width:12.75rem;top:2.9166669845581rem;left:51.1875rem;overflow:hidden;display:block; }
#HKl6PamN1G2rsHBCshF1ZZdkHQbHmDwt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #000000;border-left:0.125rem dotted #000000;border-right:0.125rem dotted #000000;border-bottom:0.125rem dotted #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.81666625rem;height:1.94166625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.1666669845581rem;left:51.1875rem;display:block; }
#dpnAMsWZPIpaKmxVtIrNukEeqrv5CFKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOcnNXbRp8LICuxvzE6X20WFNxtS6UhU { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.75rem;left:41.25rem;height:16.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e31a16fa-8a02-4a74-896b-1c4ab9e9a6be/2025focusthron1.jpg");background-position:center right !important;background-repeat:no-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; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.adaptive-delivery-prevent-bg, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyload, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyloading { background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { background-color: transparent; background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .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); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { border-width: 0; border-radius: 0; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#dPmOmxPW3kFOWzk6VtGM6mWzZkkseIip { 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:4.125rem;width:12.0625rem;top:2.7291660308838rem;left:11.402082443238rem;overflow:hidden;display:block; }
#PM5KeoJswgN4rgRHVpxdFlm9eW9ZHyNp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #000000;border-left:0.125rem dotted #000000;border-right:0.125rem dotted #000000;border-bottom:0.125rem dotted #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7416875rem;height:1.86666875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.7291669845581rem;left:11.0625rem;display:block; }
#mfBwlmHyHUhCyUB2DXtU36RSE7gBIMw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcmzU2Igg3xtsqrC5ZrGw13US7zDxrcB { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:13.062499046326rem;left:0rem;height:12.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d2c054ba-a6e4-4e34-a784-a32761ec14c6/KINETICUPW20_GREY.webp");background-position:center left !important;background-repeat:no-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; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.adaptive-delivery-prevent-bg, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyload, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyloading { background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { background-color: transparent; background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .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); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { border-width: 0; border-radius: 0; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#KVo65L6FldIH4QZ3P0Tk64opD5ftRrr3 { 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:3.25rem;width:25.125rem;top:2.4375rem;left:46rem;overflow:hidden;display:block; }
#ZJz1gCvs8gPvOvENQ9dcTEO1Jov5H3uX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #000000;border-left:0.125rem dotted #000000;border-right:0.125rem dotted #000000;border-bottom:0.125rem dotted #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.503875rem;height:1.87890625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.353515625rem;left:53.375rem;display:block; }
#u9T3z3MJaZxexM2lycRyT5msAE85oeTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SJ45VHwnFFABdnPo1SiWlxwf2I3BJbiC { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.25rem;left:36.625rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0uRrEX4w/Marin_WolfRidge_3_4.jpg");background-position:top left !important;background-repeat:no-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; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.adaptive-delivery-prevent-bg, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyload, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyloading { background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { background-color: transparent; background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .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); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { border-width: 0; border-radius: 0; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#eF2HnvBT41lQ5XweebzWibTSCKAgVabA { 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:7.8125rem;width:7.8125rem;top:0.53333377838135rem;left:52rem;overflow:hidden;display:block; }
#wtoNT0TrcJbDwbvu9ZgWgNy9bnrzu4Ua { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #000000;border-left:0.125rem dotted #000000;border-right:0.125rem dotted #000000;border-bottom:0.125rem dotted #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75416625rem;height:1.87916625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.1250085830687rem;left:49.5625rem;display:block; }
#DdlHOM4X0BkOOvTWsCyLcgkVnyUpG6Rq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7DAoukbaKEuyKzmoWXToPa0suAqb4Ev { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.0625rem;left:39.0625rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9iotSbOFtifJFpmSziw9M0K0zoDPTCl { position:absolute;display:block;z-index:15000;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;box-shadow: none;height:26.3125rem;width:47.75rem;top:33.224997711182rem;left:36.271829044638rem;display:block; }
#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(86,85,85,0.9);background-image:url("https://images.assets-landingi.com/sMYzQwQl/Cube_2019.jpg");background-position:center left !important;background-repeat:no-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; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.adaptive-delivery-prevent-bg, #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.lazyload, #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.lazyloading { background-image: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { background-color: transparent; background-image: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container > .video-iframe-container { display: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row > .video-iframe-container { display: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .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); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { border-width: 0; border-radius: 0; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WJ7uQGSp/opona.png");background-position:bottom left !important;background-repeat:no-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; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP.adaptive-delivery-prevent-bg, #uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP.lazyload, #uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP.lazyloading { background-image: none; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container { background-color: transparent; background-image: none; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container > .video-iframe-container { display: none; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row > .video-iframe-container { display: none; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .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); }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container { border-width: 0; border-radius: 0; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#HRr8KfTuyLM2PePNcwfsQZmZvlKAQNzq { position:absolute;display:block;z-index:15002;background-color:#5a5555;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.25rem;width:35.25rem;top:10.5625rem;left:39.25rem;display:block; }
#F0oTh377SDQmaocRS7xTNtnItGxzgyxZ { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.162499427796rem;left:42.25rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bzEt1oPh23UUitAJgu4btzuIm3DTZqMo { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:12.3125rem;left:40.375rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ad6ffd0-3aec-4d9c-ad0f-fe2976ab86a3/25_MRN_MADE_FOR_KIDS_WEBSITE_BANNER_1200x630px.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; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.adaptive-delivery-prevent-bg, #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.lazyload, #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.lazyloading { background-image: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { background-color: transparent; background-image: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container > .video-iframe-container { display: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row > .video-iframe-container { display: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .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); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { border-width: 0; border-radius: 0; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#cI7fTNCMuAKofixndpswXsW9qACnoDso { position:absolute;display:block;z-index:15002;background-color:#7f9b0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.9375rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.375rem;width:29.25rem;top:27.874996185302rem;left:0rem;display:block; }
#RtzoOZQJRRUUTSpbEXa6O2rZHyqSakZJ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:33.312500953674rem;left:2.53125rem;height:5.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebBGg0lsMJJNwOGzLR5Xc31W8sqTt97c { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30.375000953674rem;left:3.0499992370606rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMwOekS4mmnEg576OSqgftbslpRGZkmT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e97d6a99-6019-4b7c-948b-fc80f9ab0b8a/DSC04861_low.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT.adaptive-delivery-prevent-bg, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyload, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyloading { background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { background-color: transparent; background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .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); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { border-width: 0; border-radius: 0; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { width:75rem;height:36.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VVtoDMp9avxIbKOGNg4uoemytTbUaM7m { color:#f8f1f1;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:2.7166662216186rem;left:9.3750009536744rem;height:2.625rem;font-style:normal;display:block; }
#rNBKyxl6zb7kJwW81PQPu2XwtM1XK2e5 { color:#f6efef;display:block;width:18.0625rem;position:absolute;font-family:"source sans pro";font-size:3.5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.4541664123535rem;left:16.812500953674rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LKUwIqO5yfuqRi9m8tNLDdVrq8Felg5K { position:absolute;display:block;z-index:15002;background-color:#f6eeee;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:0.61354160308838rem;left:0.001042366027832rem;display:block; }
#FH9dAW45KDy6V8y3NLpn1UNMi7ZnLQ45 { background-color:rgba(142,136,136,0.42);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(209,218,223,0.98) ;box-sizing:border-box;color:#f8f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.316661834717rem;left:27.374998092651rem;display:block; }
#t0GAsLH7Xqum5A5pnsKNEbMK5LXPUINM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEu3aHTM8r696lsWiSTQ5qo29H9keOwA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.375rem;top:0.61354160308838rem;left:1.7500009536743rem;overflow:hidden;display:block; }
#rAfGn0GMKfyMihvORG0szVWIioqxx3nt { color:#f6efef;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:16.684392929077rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rAfGn0GMKfyMihvORG0szVWIioqxx3nt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rAfGn0GMKfyMihvORG0szVWIioqxx3nt li:before{  }
#Xxel49IdMnvEuI6xcczMpGq89WB00tuh { color:#f6efef;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:25.641677856445rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMGLZNgXt3bdEcDf01QReohCQC6PTx5R { color:#f6efef;display:block;width:27.625rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:15.109392166137rem;left:0.0010414123535156rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q7kTKBF8SecoigMtatrVFe421M2BGicf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa4d298a-2278-47c0-8c53-021384c10fc6/CCRdom.jpg");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; }#q7kTKBF8SecoigMtatrVFe421M2BGicf.adaptive-delivery-prevent-bg, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyload, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyloading { background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { background-color: transparent; background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .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); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { border-width: 0; border-radius: 0; }#q7kTKBF8SecoigMtatrVFe421M2BGicf::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; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#aqT41E5ToElNpKmzoCRMvXNNSRNpMQVE { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:8.668749809265rem;left:46.812498092651rem;height:12.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJlFDQapR8reV3yTE3AJrCHBz2xTy30z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:24.063541412354rem;left:56.937498092651rem;overflow:hidden;display:block; }
#k6tlfyHaTNVgBFzce4JdnenGBQK02CeH { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:6rem;width:7.9375rem;top:0.731237411499rem;left:0rem;overflow:hidden;display:block; }
#aucwHLyTofak7cibwUDvJtSvCdAulMQu { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:30.120834350586rem;left:52.687498092651rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.626041412354rem;left:64.93749809265rem; }
#Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container { background-color: transparent; background-image: none; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container > .video-iframe-container { display: none; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row > .video-iframe-container { display: none; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .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); }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container { border-width: 0; border-radius: 0; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#pnQ8HgNmzvJ3A7bTUoCCLkW2ly0lRsza { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1rem;left:0rem;height:1.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #cccccc);background-image: -moz-linear-gradient(180deg, #000000, #cccccc);background-image: -ms-linear-gradient(180deg, #000000, #cccccc);background-image: -o-linear-gradient(180deg, #000000, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );";background-image: linear-gradient(180deg, #000000, #cccccc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container { background-color: transparent; background-image: none; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container > .video-iframe-container { display: none; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row > .video-iframe-container { display: none; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .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); }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container { border-width: 0; border-radius: 0; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#fwSONgGZKyDXk1eviVxT07C3gJ8qAgpq { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.425rem;height:2.2375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.1874980926514rem;left:11.5rem;display:block; }
#VlUrnmCmphc6G57Zmmc8O7NC4riu9r4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRGqh0OTTaQpJoWI2Ayk3Urd0AKpntMk { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:0.74999809265137rem;left:4.8125rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poOnTtwVw68pPHlH0s6loeAyM1ShXcum { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:0.74999809265137rem;left:42.25rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qR66GZFWexaG4DfJ5BZfdVsHIJaItdsS { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.35rem;height:2.1625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.1874980926514rem;left:50.0625rem;display:block; }
#S1VzDo1N4RD6fgMH3JmNcT9FVFKNy3qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #OU73z7b7eBzvVrHxKHwRdartny2EJLt2 { position:relative;z-index:auto;display:block; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hEq6DMf7LOPoOAV1KscwDsAAtpcRT3ls { width:4.8125rem;height:3.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKxBK0D59ukKv4KaCh4Qk9Q7WNSabQ8O { width:5.5rem;height:3.875rem;top:0rem;left:34.062498092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThvIx0XpWPwTWxzGH5pZHue1Wy0zQKNh { display:block; }
 }@media only screen and (max-width: 1199px) { #tWBxqP42gWVKr6G6PMbeU1qV300THTkf { width:5.5rem;height:3.8125rem;top:0rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwetV02f7URcP8os7PAvWQQ2QQRM8Jz4 { display:block; }
 }@media only screen and (max-width: 1199px) { #OCw2aRpIaeoiPJ7nDXGekusJJAr8rrQC { width:5.5rem;height:3.8125rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6sNeFd39el8LWIEdJ2o948V39v3SX0v { display:block; }
 }@media only screen and (max-width: 1199px) { #fHn43isfhCdK9Edif3lgd5iQ6GgwsOdE { width:5.5rem;height:3.9375rem;top:0rem;left:40.124998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgn9gOpuBD9Rdiql9SITvM4516lawCSy { display:block; }
 }@media only screen and (max-width: 1199px) { #T1Bt1p0fvsDcOaeHTG5b75PrBbKJpJcR { width:5.5rem;height:3.875rem;top:0rem;left:27.895833969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkT655Pxk4AebeKniicavqVHmkEwXT3U { display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WfUl9D5WoA3DpApWJXL1Qp957J0QAIbA { width:19.875rem;height:5.25rem;top:0.9375rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #P8waCVE6JW9Tf7VrCNvGh2DnnJv9LvgP { width:3.0625rem;height:3.0625rem;top:7.5416665077213rem;left:6.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woTMHen0cN9q63JO6AGpZ5yLMwSlS8LN { width:16.8125rem;height:2.1125rem;top:12.062499523163rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK { display:none; }#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LQS2IKzXBaQo635yRRsH3TZIEPboKBOB { width:4.875rem;height:3.625rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5CNThwnQGOhd8tk0OFgheL1DADqLERy { width:4.0625rem;height:3rem;top:0.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU { display:block; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { width:47.75rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #teqrqntpzpoL4bVAwEHxB54duT7oQLiJ { width:25.625rem;height:17.8125rem;top:16.187499046326rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRs3yII8rCDhIpyRdu7ELEiT4QfXpkF5 { width:23.1875rem;height:12.25rem;top:21.304167747498rem;left:23.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQfDZndvIoEEgJuGWSNSEIRpqMWN5PiJ { width:17.875rem;height:1.875rem;top:18.249999046326rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf { display:block; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #poNuIMuraSidT6H1UIyaSWTKr5EStCNA { width:23.5625rem;height:19rem;top:8.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdiJ7zWwhx3eOTupmHnMvHZx4wklUAiL { width:19.125rem;height:12.25rem;top:13.954166412354rem;left:26.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aeAW3fJWlo9dPkXdET2EATr9zdmaKS6S { width:17.875rem;height:1.875rem;top:11.1875rem;left:26.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USOJiOTbc8KeF0ypFH8c5Rytk1oMzgT4 { width:10.8125rem;height:6.5625rem;top:26.204166412354rem;left:14.895833015442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSLElHcMqnxciagKIT0GLkDaS8nJZCBF { width:12.5rem;height:8.6875rem;top:24.3125rem;left:13.802083015442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 { display:block; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OVboWkwqIDbk5VfV1ggcHznZpoX2H8D4 { width:6.5rem;height:4.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6TkorCLXy7H9iwFcGem0sQqkZlgBlkA { width:6.5rem;height:4.875rem;top:0.5625rem;left:13.052083015442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #at5KETBPT8BCZ18QlfhXcWqR8zbX0fQG { width:6.5rem;height:4.9375rem;top:0.625rem;left:40.749998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUiQVn09hdRs8Xaqs3NDyr6EJgtg34LT { width:8.25rem;height:3.5625rem;top:2.65625rem;left:12.427083015442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COrPcWVbpCrb57F7ITGIH4PdmZFAtd5l { width:6.75rem;height:2.375rem;top:2.65625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbkbwdcwUTTz1a2DbF5ms1P4rT78elgO { width:6.5rem;height:2.375rem;top:2.2875003814698rem;left:40.999998092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckFiK65fDXX7nEpHdZUL9o4oC4O1SAcP { width:6.5rem;height:4.9375rem;top:0.53125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgUHpd45UEHB1DQ6aRv5iL34vyqFgqNb { width:8.25rem;height:2.375rem;top:2.2875003814698rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw { background-color:#000000;background-image:url("https://images.assets-landingi.com/sMYzQwQl/Cube_2019.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.adaptive-delivery-prevent-bg, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyload, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyloading { background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { background-color: transparent; background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .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); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { width:47.75rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i4pDPb3s0s5CQTbShCDR7NTwh7e8TUcT { width:12.75rem;height:3.3125rem;top:3.3750028610229rem;left:33.249998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKl6PamN1G2rsHBCshF1ZZdkHQbHmDwt { width:10.2375rem;height:1.7375rem;top:27.524997711182rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpnAMsWZPIpaKmxVtIrNukEeqrv5CFKF { display:block; }
 }@media only screen and (max-width: 1199px) { #qOcnNXbRp8LICuxvzE6X20WFNxtS6UhU { width:18.3125rem;height:21.6rem;top:7.6875028610231rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e31a16fa-8a02-4a74-896b-1c4ab9e9a6be/2025focusthron1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.adaptive-delivery-prevent-bg, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyload, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyloading { background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { background-color: transparent; background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .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); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { width:47.75rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dPmOmxPW3kFOWzk6VtGM6mWzZkkseIip { width:8.375rem;height:2.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PM5KeoJswgN4rgRHVpxdFlm9eW9ZHyNp { width:10.1625rem;height:1.6625rem;top:16.9375rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfBwlmHyHUhCyUB2DXtU36RSE7gBIMw4 { display:block; }
 }@media only screen and (max-width: 1199px) { #pcmzU2Igg3xtsqrC5ZrGw13US7zDxrcB { width:17.3125rem;height:18rem;top:0.625rem;left:30.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX { background-color:#000000;background-image:url("https://images.assets-landingi.com/hKzCWVJb/Romet_Technologia_2019.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.adaptive-delivery-prevent-bg, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyload, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyloading { background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { background-color: transparent; background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .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); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KVo65L6FldIH4QZ3P0Tk64opD5ftRrr3 { width:8.4375rem;height:1.25rem;top:0.75rem;left:31.499998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJz1gCvs8gPvOvENQ9dcTEO1Jov5H3uX { width:10.3125rem;height:1.8125rem;top:2.78125rem;left:30.562499046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9T3z3MJaZxexM2lycRyT5msAE85oeTd { display:block; }
 }@media only screen and (max-width: 1199px) { #SJ45VHwnFFABdnPo1SiWlxwf2I3BJbiC { width:20.4375rem;height:19.2rem;top:7.8125rem;left:27.312499046326rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0uRrEX4w/Marin_WolfRidge_3_4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.adaptive-delivery-prevent-bg, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyload, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyloading { background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { background-color: transparent; background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .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); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eF2HnvBT41lQ5XweebzWibTSCKAgVabA { width:5.375rem;height:5.375rem;top:0.75rem;left:40.916665671326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wtoNT0TrcJbDwbvu9ZgWgNy9bnrzu4Ua { width:10.2375rem;height:1.7375rem;top:2.53125rem;left:30.385416030884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdlHOM4X0BkOOvTWsCyLcgkVnyUpG6Rq { display:block; }
 }@media only screen and (max-width: 1199px) { #U7DAoukbaKEuyKzmoWXToPa0suAqb4Ev { width:20.9375rem;height:21.375rem;top:7rem;left:26.687499046326rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9iotSbOFtifJFpmSziw9M0K0zoDPTCl { width:23.875rem;height:13rem;top:41.025001907349rem;left:23.604652288813rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX { display:block; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP { display:block; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HRr8KfTuyLM2PePNcwfsQZmZvlKAQNzq { width:23.5625rem;height:18.125rem;top:1.1458282470703rem;left:23.6875rem;background-color:rgba(90,85,85,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #F0oTh377SDQmaocRS7xTNtnItGxzgyxZ { width:20.6875rem;height:8.575rem;top:9.1458320617675rem;left:25.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzEt1oPh23UUitAJgu4btzuIm3DTZqMo { width:13.9375rem;height:3.75rem;top:3.9375rem;left:28.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 { display:block; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cI7fTNCMuAKofixndpswXsW9qACnoDso { width:23.5625rem;height:10rem;top:22.645832061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtzoOZQJRRUUTSpbEXa6O2rZHyqSakZJ { width:20.375rem;height:4.9rem;top:27.204166412354rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebBGg0lsMJJNwOGzLR5Xc31W8sqTt97c { width:17.875rem;height:1.875rem;top:24.5625rem;left:3.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMwOekS4mmnEg576OSqgftbslpRGZkmT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e97d6a99-6019-4b7c-948b-fc80f9ab0b8a/DSC04861_low.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT.adaptive-delivery-prevent-bg, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyload, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyloading { background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { background-color: transparent; background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .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); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VVtoDMp9avxIbKOGNg4uoemytTbUaM7m { width:10.125rem;height:2rem;top:2.375rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNBKyxl6zb7kJwW81PQPu2XwtM1XK2e5 { width:18.0625rem;height:2.475rem;top:2.1374998092651rem;left:9.6177082061769rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKUwIqO5yfuqRi9m8tNLDdVrq8Felg5K { width:0.4375rem;height:5.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH9dAW45KDy6V8y3NLpn1UNMi7ZnLQ45 { width:16.75rem;height:2.5625rem;top:29.205209732056rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0GAsLH7Xqum5A5pnsKNEbMK5LXPUINM { display:block; }
 }@media only screen and (max-width: 1199px) { #uEu3aHTM8r696lsWiSTQ5qo29H9keOwA { width:8.125rem;height:6rem;top:0.5625rem;left:0.6416664123535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAfGn0GMKfyMihvORG0szVWIioqxx3nt { width:47.75rem;height:6.625rem;top:15.28750038147rem;left:0rem;font-size:1.25rem;display:block; }#rAfGn0GMKfyMihvORG0szVWIioqxx3nt li:before{  }
 }@media only screen and (max-width: 1199px) { #Xxel49IdMnvEuI6xcczMpGq89WB00tuh { width:40.125rem;height:4.675rem;top:23.780208587646rem;left:3.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMGLZNgXt3bdEcDf01QReohCQC6PTx5R { width:27.625rem;height:1.35rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7kTKBF8SecoigMtatrVFe421M2BGicf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa4d298a-2278-47c0-8c53-021384c10fc6/CCRdom.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q7kTKBF8SecoigMtatrVFe421M2BGicf.adaptive-delivery-prevent-bg, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyload, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyloading { background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { background-color: transparent; background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .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); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { width:47.75rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aqT41E5ToElNpKmzoCRMvXNNSRNpMQVE { width:22.3125rem;height:10.5rem;top:10.8125rem;left:25.438541412354rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJlFDQapR8reV3yTE3AJrCHBz2xTy30z { width:3.4375rem;height:3.4375rem;top:23.875rem;left:38.250001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6tlfyHaTNVgBFzce4JdnenGBQK02CeH { width:6.125rem;height:4.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aucwHLyTofak7cibwUDvJtSvCdAulMQu { width:21.4375rem;height:1.1375rem;top:28.750000953674rem;left:26.188541412354rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs { width:2.5625rem;height:2.5625rem;top:24.3125rem;left:32.430208206177rem;display:block; }
#Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 1199px) { #G6K5lDTSplhVBMg1irx7lgqrlEckGBTw { display:block; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container { width:47.75rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pnQ8HgNmzvJ3A7bTUoCCLkW2ly0lRsza { width:47.625rem;height:1.4875rem;top:0.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r { display:block; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fwSONgGZKyDXk1eviVxT07C3gJ8qAgpq { width:10.8375rem;height:1.9625rem;top:4.5250015258789rem;left:6.5187492370606rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlUrnmCmphc6G57Zmmc8O7NC4riu9r4I { display:block; }
 }@media only screen and (max-width: 1199px) { #XRGqh0OTTaQpJoWI2Ayk3Urd0AKpntMk { width:23.875rem;height:2.275rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #poOnTtwVw68pPHlH0s6loeAyM1ShXcum { width:23.625rem;height:2.275rem;top:0.9375rem;left:24rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qR66GZFWexaG4DfJ5BZfdVsHIJaItdsS { width:10.8375rem;height:1.9625rem;top:4.5250015258789rem;left:30.393749237061rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1VzDo1N4RD6fgMH3JmNcT9FVFKNy3qz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OU73z7b7eBzvVrHxKHwRdartny2EJLt2 { position:relative;z-index:auto;display:block; }#OU73z7b7eBzvVrHxKHwRdartny2EJLt2 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEq6DMf7LOPoOAV1KscwDsAAtpcRT3ls { width:4.9375rem;height:3.625rem;top:1.6374998092651rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxBK0D59ukKv4KaCh4Qk9Q7WNSabQ8O { width:4.5rem;height:4.5rem;top:7rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvIx0XpWPwTWxzGH5pZHue1Wy0zQKNh { display:block; }
 }@media only screen and (max-width: 763px) { #tWBxqP42gWVKr6G6PMbeU1qV300THTkf { width:4.525rem;height:4.525rem;top:1.1875rem;left:7.7374992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwetV02f7URcP8os7PAvWQQ2QQRM8Jz4 { display:block; }
 }@media only screen and (max-width: 763px) { #OCw2aRpIaeoiPJ7nDXGekusJJAr8rrQC { width:4.5rem;height:4.5rem;top:1.1875rem;left:14.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6sNeFd39el8LWIEdJ2o948V39v3SX0v { display:block; }
 }@media only screen and (max-width: 763px) { #fHn43isfhCdK9Edif3lgd5iQ6GgwsOdE { width:4.5rem;height:4.5rem;top:7rem;left:14.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgn9gOpuBD9Rdiql9SITvM4516lawCSy { display:block; }
 }@media only screen and (max-width: 763px) { #T1Bt1p0fvsDcOaeHTG5b75PrBbKJpJcR { width:4.5rem;height:4.5rem;top:7rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkT655Pxk4AebeKniicavqVHmkEwXT3U { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:26.8125rem;background-color:rgba(255,255,255,0.02);background-image:url("https://images.assets-landingi.com/gcTbC6ZH/5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WfUl9D5WoA3DpApWJXL1Qp957J0QAIbA { width:20rem;height:4.4625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8waCVE6JW9Tf7VrCNvGh2DnnJv9LvgP { width:2.625rem;height:2.625rem;top:6.28750038147rem;left:8.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTMHen0cN9q63JO6AGpZ5yLMwSlS8LN { width:20rem;height:1.7875rem;top:10.03750038147rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK { display:none; }#pOnFUPlfcEVA3MTeAunGdBmXOKemQ9ZK > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQS2IKzXBaQo635yRRsH3TZIEPboKBOB { width:4.6875rem;height:3.375rem;top:0.83437442779544rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CNThwnQGOhd8tk0OFgheL1DADqLERy { width:4.875rem;height:3.625rem;top:12.03125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d4b694d-d3fd-4ee6-b57f-f6d3cc8a7d66/517679316_1209441104317944_5715379458662195715_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.adaptive-delivery-prevent-bg, #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.lazyload, #rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU.lazyloading { background-image: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { background-color: transparent; background-image: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container > .video-iframe-container { display: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row > .video-iframe-container { display: none; }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .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); }#rgZlx47VrzoFoZEAvyLS3T5GQu0Qv9iU > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teqrqntpzpoL4bVAwEHxB54duT7oQLiJ { width:19.5rem;height:16.4375rem;top:20.187498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRs3yII8rCDhIpyRdu7ELEiT4QfXpkF5 { width:17.25rem;height:12.6rem;top:24.21249961853rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQfDZndvIoEEgJuGWSNSEIRpqMWN5PiJ { width:14.6875rem;height:1.875rem;top:21.6875rem;left:2.65625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf { display:block; }#tnSdIqKg9eplb2ZwleTPBGBlde8fCHDf > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poNuIMuraSidT6H1UIyaSWTKr5EStCNA { width:19.5rem;height:17rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdiJ7zWwhx3eOTupmHnMvHZx4wklUAiL { width:19.0625rem;height:11.375rem;top:6.1999998092651rem;left:0.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeAW3fJWlo9dPkXdET2EATr9zdmaKS6S { width:17.875rem;height:1.875rem;top:3.3750028610229rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USOJiOTbc8KeF0ypFH8c5Rytk1oMzgT4 { width:9.125rem;height:5.6875rem;top:33.74374961853rem;left:5.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSLElHcMqnxciagKIT0GLkDaS8nJZCBF { width:10.1875rem;height:7.9375rem;top:31.675003051757rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 { display:block; }#IXBdWyZagfhVpsbpEBTXAetnLrB6STS9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVboWkwqIDbk5VfV1ggcHznZpoX2H8D4 { width:4.0625rem;height:4.0625rem;top:1.0270843505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TkorCLXy7H9iwFcGem0sQqkZlgBlkA { width:4.0625rem;height:4.0625rem;top:1.0270843505859rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at5KETBPT8BCZ18QlfhXcWqR8zbX0fQG { width:4.0625rem;height:4.0625rem;top:0.99583435058594rem;left:5.0499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUiQVn09hdRs8Xaqs3NDyr6EJgtg34LT { width:4.375rem;height:2.875rem;top:2.533332824707rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COrPcWVbpCrb57F7ITGIH4PdmZFAtd5l { width:4.375rem;height:1.9375rem;top:2.564582824707rem;left:10.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbkbwdcwUTTz1a2DbF5ms1P4rT78elgO { width:4.1875rem;height:1.9375rem;top:2.564582824707rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckFiK65fDXX7nEpHdZUL9o4oC4O1SAcP { width:4.0625rem;height:4.0625rem;top:1.0270843505859rem;left:15.058207343412rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgUHpd45UEHB1DQ6aRv5iL34vyqFgqNb { width:4.125rem;height:1.9375rem;top:2.564582824707rem;left:15.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw { background-color:#000000;background-image:url("https://images.assets-landingi.com/sMYzQwQl/Cube_2019.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.adaptive-delivery-prevent-bg, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyload, #L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw.lazyloading { background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { background-color: transparent; background-image: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row > .video-iframe-container { display: none; }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .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); }#L92mEF7NI6lrx7IWLmIe8pD1IGdf9OTw > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4pDPb3s0s5CQTbShCDR7NTwh7e8TUcT { width:8.0625rem;height:2.0625rem;top:0.5625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl6PamN1G2rsHBCshF1ZZdkHQbHmDwt { width:12.875rem;height:2rem;top:24.612499237061rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpnAMsWZPIpaKmxVtIrNukEeqrv5CFKF { display:block; }
 }@media only screen and (max-width: 763px) { #qOcnNXbRp8LICuxvzE6X20WFNxtS6UhU { width:20rem;height:17.6rem;top:3.4875001907349rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e31a16fa-8a02-4a74-896b-1c4ab9e9a6be/2025focusthron1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.adaptive-delivery-prevent-bg, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyload, #gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe.lazyloading { background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { background-color: transparent; background-image: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row > .video-iframe-container { display: none; }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .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); }#gThO7x1tubpNbu5f7p4bf6NRxlsTmoTe > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPmOmxPW3kFOWzk6VtGM6mWzZkkseIip { width:8.25rem;height:2.875rem;top:0.5625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5KeoJswgN4rgRHVpxdFlm9eW9ZHyNp { width:12.8rem;height:1.925rem;top:22.987504005432rem;left:3.5999994277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfBwlmHyHUhCyUB2DXtU36RSE7gBIMw4 { display:block; }
 }@media only screen and (max-width: 763px) { #pcmzU2Igg3xtsqrC5ZrGw13US7zDxrcB { width:20rem;height:15.6rem;top:5.1749992370606rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d2c054ba-a6e4-4e34-a784-a32761ec14c6/KINETICUPW20_GREY.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.adaptive-delivery-prevent-bg, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyload, #MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX.lazyloading { background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { background-color: transparent; background-image: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row > .video-iframe-container { display: none; }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .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); }#MsBykKsZA9D37ZvJC1fxU8ybSzgssLeX > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVo65L6FldIH4QZ3P0Tk64opD5ftRrr3 { width:8.4375rem;height:1.25rem;top:1.5625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJz1gCvs8gPvOvENQ9dcTEO1Jov5H3uX { width:10.3125rem;height:1.8125rem;top:30.4248046875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9T3z3MJaZxexM2lycRyT5msAE85oeTd { display:block; }
 }@media only screen and (max-width: 763px) { #SJ45VHwnFFABdnPo1SiWlxwf2I3BJbiC { width:20rem;height:20.4rem;top:4.7998046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0uRrEX4w/Marin_WolfRidge_3_4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.adaptive-delivery-prevent-bg, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyload, #zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ.lazyloading { background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { background-color: transparent; background-image: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row > .video-iframe-container { display: none; }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .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); }#zR3v0rHBOquTSCCqh0eGwcQ9b61rTXpZ > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF2HnvBT41lQ5XweebzWibTSCKAgVabA { width:4.4375rem;height:4.4375rem;top:0.5625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoNT0TrcJbDwbvu9ZgWgNy9bnrzu4Ua { width:12.75416625rem;height:1.87916625rem;top:5.7291669845581rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlHOM4X0BkOOvTWsCyLcgkVnyUpG6Rq { display:block; }
 }@media only screen and (max-width: 763px) { #U7DAoukbaKEuyKzmoWXToPa0suAqb4Ev { width:19.625rem;height:22.5rem;top:11.229167938233rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9iotSbOFtifJFpmSziw9M0K0zoDPTCl { height:10.625rem;width:20rem;top:36.387494087219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX { background-color:rgba(86,85,85,0.7);background-image:url("https://images.assets-landingi.com/sMYzQwQl/Cube_2019.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.adaptive-delivery-prevent-bg, #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.lazyload, #uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX.lazyloading { background-image: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { background-color: transparent; background-image: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container > .video-iframe-container { display: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row > .video-iframe-container { display: none; }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .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); }#uGNcrUrWPNwZVJEcRT1uVqzE7NfLdtkX > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP { display:block; }#uSbDCySSLQ1vvx6igOWL4wgPAxsEHTeP > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRr8KfTuyLM2PePNcwfsQZmZvlKAQNzq { width:19.5rem;height:15.5625rem;top:1.25rem;left:0rem;background-color:rgba(90,85,85,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F0oTh377SDQmaocRS7xTNtnItGxzgyxZ { width:17.75rem;height:7.9625rem;top:7.8291664123538rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzEt1oPh23UUitAJgu4btzuIm3DTZqMo { width:14.25rem;height:3.75rem;top:3.125rem;left:2.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 { background-color:#890089;background-image:url("https://images.assets-landingi.com/uc/0ad6ffd0-3aec-4d9c-ad0f-fe2976ab86a3/25_MRN_MADE_FOR_KIDS_WEBSITE_BANNER_1200x630px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.adaptive-delivery-prevent-bg, #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.lazyload, #iNRVIxLOgFfyJlHsV2NTWgFg843csUP6.lazyloading { background-image: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { background-color: transparent; background-image: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container > .video-iframe-container { display: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row > .video-iframe-container { display: none; }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .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); }#iNRVIxLOgFfyJlHsV2NTWgFg843csUP6 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cI7fTNCMuAKofixndpswXsW9qACnoDso { width:19.5rem;height:9.6875rem;top:0.56250953674316rem;left:0rem;background-color:#890089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RtzoOZQJRRUUTSpbEXa6O2rZHyqSakZJ { width:17.75rem;height:4.55rem;top:4.8291664123535rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebBGg0lsMJJNwOGzLR5Xc31W8sqTt97c { width:17.875rem;height:1.65rem;top:2.5041666030884rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMwOekS4mmnEg576OSqgftbslpRGZkmT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e97d6a99-6019-4b7c-948b-fc80f9ab0b8a/DSC04861_low.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT.adaptive-delivery-prevent-bg, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyload, #kMwOekS4mmnEg576OSqgftbslpRGZkmT.lazyloading { background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { background-color: transparent; background-image: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row > .video-iframe-container { display: none; }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .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); }#kMwOekS4mmnEg576OSqgftbslpRGZkmT > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVtoDMp9avxIbKOGNg4uoemytTbUaM7m { width:5.25rem;height:1.625rem;top:1.375rem;left:12.254166603088rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNBKyxl6zb7kJwW81PQPu2XwtM1XK2e5 { width:11.5rem;height:1.9125rem;top:1.1374998092651rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKUwIqO5yfuqRi9m8tNLDdVrq8Felg5K { width:0.4375rem;height:5rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH9dAW45KDy6V8y3NLpn1UNMi7ZnLQ45 { width:15.5rem;height:2.4375rem;top:28.268751144409rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0GAsLH7Xqum5A5pnsKNEbMK5LXPUINM { display:block; }
 }@media only screen and (max-width: 763px) { #uEu3aHTM8r696lsWiSTQ5qo29H9keOwA { width:4.5rem;height:3.3125rem;top:3.6000003814698rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAfGn0GMKfyMihvORG0szVWIioqxx3nt { width:17.1875rem;height:6.025rem;top:16.737500190735rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#rAfGn0GMKfyMihvORG0szVWIioqxx3nt li:before{  }
 }@media only screen and (max-width: 763px) { #Xxel49IdMnvEuI6xcczMpGq89WB00tuh { width:20rem;height:3.1625rem;top:23.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMGLZNgXt3bdEcDf01QReohCQC6PTx5R { width:13.625rem;height:1.125rem;top:16.175000190735rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7kTKBF8SecoigMtatrVFe421M2BGicf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa4d298a-2278-47c0-8c53-021384c10fc6/CCRdom.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q7kTKBF8SecoigMtatrVFe421M2BGicf.adaptive-delivery-prevent-bg, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyload, #q7kTKBF8SecoigMtatrVFe421M2BGicf.lazyloading { background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { background-color: transparent; background-image: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row > .video-iframe-container { display: none; }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .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); }#q7kTKBF8SecoigMtatrVFe421M2BGicf > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqT41E5ToElNpKmzoCRMvXNNSRNpMQVE { width:20rem;height:9.8rem;top:21.199988365173rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJlFDQapR8reV3yTE3AJrCHBz2xTy30z { width:3.0625rem;height:3.0625rem;top:35.074998855591rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6tlfyHaTNVgBFzce4JdnenGBQK02CeH { width:5.875rem;height:4.4375rem;top:0.30416679382324rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aucwHLyTofak7cibwUDvJtSvCdAulMQu { width:19.9375rem;height:1.05rem;top:39.324995040894rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs { display:flex;width:2rem;height:2rem;top:35.606248855591rem;left:10.987499237061rem; }
#Wu0S9sAM9I3XM9hsJpypvJSbU8FwQnBs > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #G6K5lDTSplhVBMg1irx7lgqrlEckGBTw { display:block; }#G6K5lDTSplhVBMg1irx7lgqrlEckGBTw > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnQ8HgNmzvJ3A7bTUoCCLkW2ly0lRsza { width:20rem;height:3.9375rem;top:0.62916564941406rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r { display:block; }#KZdGkCDGpqT8dLvVQuT2gwkuymnmM77r > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwSONgGZKyDXk1eviVxT07C3gJ8qAgpq { width:13.45rem;height:2.2625rem;top:6.875rem;left:3.2749996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlUrnmCmphc6G57Zmmc8O7NC4riu9r4I { display:block; }
 }@media only screen and (max-width: 763px) { #XRGqh0OTTaQpJoWI2Ayk3Urd0AKpntMk { width:20rem;height:2.625rem;top:1.9874992370606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poOnTtwVw68pPHlH0s6loeAyM1ShXcum { width:20rem;height:2.8rem;top:12.599998474121rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR66GZFWexaG4DfJ5BZfdVsHIJaItdsS { width:14.3125rem;height:2.125rem;top:17.337480545044rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1VzDo1N4RD6fgMH3JmNcT9FVFKNy3qz { display:block; }
 }