.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#020101;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.adaptive-delivery-prevent-bg, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.lazyload, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.lazyloading { background-image: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { background-color: transparent; background-image: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .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); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { border-width: 0; border-radius: 0; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;overflow:visible;position:relative;display:block; }#yoVZBd6Uo2stWIM1FNdTGlGrSdon6mhx { color:#fff0c7;display:block;width:15.9375rem;position:absolute;font-family:"heavy equipment font";font-size:3.875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:8.9375rem;left:19.6875rem;height:3.0995rem;font-style:normal;text-align:center;text-align-last:center;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; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.7125rem;padding-right:0.620625rem;padding-bottom:0.7125rem;padding-left:0.620625rem;display:block;align-items:center;width:3.725625rem;min-width:3.725625rem;height:3.83rem;position:relative;font-family:comfortaa;font-size:2.85125rem;font-weight:700;line-height:61.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.445rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9675rem;height:1.515rem;position:relative;font-family:comfortaa;font-size:1.06875rem;font-weight:400;line-height:24.24px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.875rem;height:7.215rem;padding-top:0.890625rem;padding-right:0.886875rem;padding-bottom:0.890625rem;padding-left:0.886875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12rem;left:18.0625rem;z-index:15018; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #rw7c6ktRiBLMLSoIfJA5eTe6czGTkKU1 { display:flex;position:relative;top:0rem;left:0rem; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #zrUhEliBPn1NbBmyFQxNixVxQOF4vIw6 { width:auto; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #HWs4lXO5f75qBKFpLFDUeipoyCdhKZZO {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #XhBinLLz4kaT2bBoOPKeQGBFbNcrb1It { display:flex;position:relative;top:0rem;left:0rem; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #I3vF40KxplBTJcKBFUDQVmZWgWTTuSS7 {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #Qfs4QUh37yewTodSBrVyLMEBBf2fJCub {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #yo899wVCWoBsdmTxwK05QWLz0ZRSrMzX { display:flex;position:relative;top:0rem;left:0rem; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #pwzl5EBixbL2uOMSl2CDpECtrsXaNMrp {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #osldz8awkKNmbhMJilIGNgWmRh1wDp53 {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #qpBsfDXu0ZqrzSXhKegvPv6oUSusc5be { display:flex;position:relative;top:0rem;left:0rem; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #rRgCI1FLdzPTrVERGA66ZOD9qwR9TcGL {  }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR #dncWmlPzfxaDxTOQ3NyPK2LROKKxKaVx {  }
#nVaXr2iNQ2pTZu2bnioJ79fTgr2QTefx { color:#fff0c7;display:block;width:5.625rem;position:absolute;font-family:"heavy equipment font";font-size:2.25rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:10.1875rem;left:35.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container { background-color: transparent; background-image: none; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container > .video-iframe-container { display: none; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row > .video-iframe-container { display: none; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .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); }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container { border-width: 0; border-radius: 0; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#SeeDkTbC5Net9B9TCDWZOopnQ2bRwSS8 { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#sP6EFKiwZl5UAukATTl7dJhhs8xme8Hl { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#gX4zJCiBZOwTGUqXELFcyeT5V0CdgtsW { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41.375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#iNc9ClmQg4mUChHsrAxnKvsbvT7QrKfw { color:#ffffff;display:block;width:0.625rem;position:absolute;font-family:"heavy equipment font";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:17rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mqAkR7kN6M4J83gcZfEvsAvFyH5LHch0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.2500009536743rem;left:11.3125rem; }
#dPy0DGqz65rygmUvdRALkqDJFbQZhEcZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.2500009536743rem;left:47.375rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#020101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#oEMhUnGgJ7JGa6WZEUXJdbChfuNVmzOX { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(191,110,241,0.3) ;height:24.25rem;width:13.625rem;top:9.6875rem;left:14.125rem;overflow:hidden;display:block; }
#MNb9EFpQZ7oubQKJEW1Zh5iSIzkxRwUK { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:19.6875rem;left:30.4375rem;height:2.59874375rem;display:block; }
#fZS6wKT8PAdS5ev5S8JHrziJ07CQ5RTE { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:20.75rem;left:27.5rem;height:0;display:none; }
#LSH86oO6GaUxwZCERvNnD95AcpgdZMQK { background-color:#fff0c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 3.3125rem rgba(191,110,241,0.3) ;box-sizing:border-box;color:#222222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"heavy equipment font";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:25.625rem;left:30.4375rem;display:block; }
#D4ZTw0hdWgpkDIB4ykQXDeNRtqwbAg1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXIkKe2SUpM7XlpgkviDg7SEmvml25f3 { color:#7acfde;display:block;width:17.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.6;letter-spacing:0;top:21.999784469604rem;left:30.437282562256rem;height:2.599825rem;display:block; }
#Jhz1EdQoXdWvXzC38uyzkV3ZRLJT2tKt { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:14996;line-height:2.5;letter-spacing:0;top:19.078125rem;left:12.75rem;height:0;text-align:center;text-align-last:center;display:none; }
#VDTX8Z2DtUKkF4MOUnk1F7mdmP2pxduo { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wy9bNBWkiH8lo1raFv8q1hAbV8NkeL0O { color:#fff0c7;display:block;width:11.625rem;position:absolute;font-family:"heavy equipment font";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:.7;letter-spacing:0;top:16.625rem;left:30.4375rem;height:1.96831875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020101;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; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container { background-color: transparent; background-image: none; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container > .video-iframe-container { display: none; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row > .video-iframe-container { display: none; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .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); }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container { border-width: 0; border-radius: 0; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container { font-size:0.875rem;font-family:arial;height:137rem;width:60rem;position:relative;display:block; }#tArko3wZRkTJsqVhUL81qHT8uPTnblax { color:#ffd41c;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:42.124290466309rem;left:9.6250009536744rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Kq9gWyMaKh2TdgQL5VlWcByF6LbS37XW { color:#ffd41c;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:42.123580932618rem;left:39.625000953674rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q3lBQDUzTWAdSsnW5fuFPdZWDqTJXg3E { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.3) ;height:16.625rem;width:25rem;top:3.0625rem;left:2.5rem;overflow:hidden;display:block; }
#Hcs32GRzmTQQWrD4SsGfTJ0H06NRcZTL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(245,168,84,0.3) ;height:16.625rem;width:25rem;top:3.0625rem;left:32.5rem;overflow:hidden;display:block; }
#Sd09MReETRT0IK9BWQSUizzAdy7veXmW { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(212,255,39,0.3) ;height:16.625rem;width:25rem;top:22.1875rem;left:2.5rem;overflow:hidden;display:block; }
#IQP8WbGBbdUCGyI8nOTtidTmTlR69nKS { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.3) ;height:16.625rem;width:25rem;top:22.1875rem;left:32.5rem;overflow:hidden;display:block; }
#wvOP6GxdPORkCsZ4TLpABQ7iz1ZBGLlV { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(254,50,158,0.3) ;height:16.625rem;width:25rem;top:40.25rem;left:2.5rem;overflow:hidden;display:block; }
#H4uemfCHcxUTG2N4Ii2UVJDNkhA3kQwE { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14988;line-height:2.5;letter-spacing:0;top:28.46875rem;left:4.0625rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#uptUpP31lvl8doGE1ef6VshVvD42JiOD { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:2.5;letter-spacing:0;top:45.515625rem;left:4.71875rem;height:6.09538125rem;text-align:justify;text-align-last:initial;display:block; }
#qU7P4rwZXTJ2f172TMgwcRXdfped8fbu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(239,255,101,0.3) ;height:16.625rem;width:25rem;top:40.25rem;left:32.500001907349rem;overflow:hidden;display:block; }
#P31GS5l8rq0mgJLbRsB0Lo2PXalqHXUt { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:2.5;letter-spacing:0;top:46.53125rem;left:32.375001907349rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#isosJOAunbTvv5OZRvNseDvWWZkoR3cb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(145,198,155,0.3) ;height:16.625rem;width:25rem;top:59.6875rem;left:2.5rem;overflow:hidden;display:block; }
#kd0VN70yb8zv4as53ufZGFUc9slnEHuu { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:2.5;letter-spacing:0;top:64.953125rem;left:4.0625rem;height:6.09538125rem;text-align:justify;text-align-last:initial;display:block; }
#OKbht1M2Vg0TA94lzcpVIhlAAGVzyJaN { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;height:16.625rem;width:25rem;top:59.6875rem;left:32.5rem;overflow:hidden;display:block; }
#RPb2kMWXw2J70qRoEnn8tosW53LsqbTC { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:2.5;letter-spacing:0;top:65.96875rem;left:33.718751907349rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#TWcVXgyabgMcutgopvEOoUllTTSc9DEz { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;height:16.625rem;width:25rem;top:78.4375rem;left:32.5rem;overflow:hidden;display:block; }
#xh6SMDVqn45syQHKd8pyiRbKqZAQ4oQD { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(145,198,155,0.3) ;height:16.625rem;width:25rem;top:78.4375rem;left:2.5rem;overflow:hidden;display:block; }
#aw4A7DUPW8ddtKFisbKN9xBh60AL926A { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:2.5;letter-spacing:0;top:84.71875rem;left:33.437501907349rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#iwlWxs6poDsLHJOTG03tPLRci0P1NS0U { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14984;line-height:2.5;letter-spacing:0;top:84.71875rem;left:4.0625rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#G1AqxV2xv9bb6VSh1pFzRRludxtdxEGD { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14990;line-height:2.5;letter-spacing:0;top:8.328125rem;left:4.0625rem;height:6.09538125rem;text-align:justify;text-align-last:initial;display:block; }
#oqHAnPdEayp6RETz1XTOTeChtXFphUgX { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14998;line-height:2.5;letter-spacing:0;top:8.328125rem;left:34.062501907349rem;height:6.09538125rem;text-align:justify;text-align-last:initial;display:block; }
#BSWkpZmK8mM4vqDm6aN0H5tkvJXaJpg9 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14999;line-height:2.5;letter-spacing:0;top:27.453125rem;left:35.500001907349rem;height:6.09538125rem;text-align:justify;text-align-last:initial;display:block; }
#U1iS7TQ4DTuKfQSUfb7G7dN7s3hpFhyH { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:14978;line-height:2.5;letter-spacing:0;top:104.03125rem;left:4.0625rem;height:4.0635875rem;text-align:justify;text-align-last:initial;display:block; }
#kt33ptsRZrVnBEtrb2l9KwFeLdiWF4C2 { position:absolute;display:block;z-index:14979;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;height:16.625rem;width:25.0625rem;top:97.75rem;left:2.46875rem;overflow:hidden;display:block; }
#rgDVTNd4ieCMMJVTel4HPVwhxmd69Iob { position:absolute;display:block;z-index:14980;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;height:16.4995625rem;width:25rem;top:97.811416625975rem;left:32.692058563233rem;overflow:hidden;display:block; }
#TygxSHCP1l64pxIMWwH6ACztslQAzqK9 { position:absolute;display:block;z-index:14981;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;height:16.4371875rem;width:25.2495625rem;top:117.24935340881rem;left:2.3741321563721rem;overflow:hidden;display:block; }
#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020101;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; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container { background-color: transparent; background-image: none; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container > .video-iframe-container { display: none; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row > .video-iframe-container { display: none; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .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); }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container { border-width: 0; border-radius: 0; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container { font-size:0.875rem;font-family:arial;height:75.3125rem;width:60rem;position:relative;display:block; }#fGQ1V03IgfR83h305o83R4PW9OwqeO3d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:25rem;top:7.375rem;left:3.4375rem;display:block; }
#rvdyAL0VTDlUcINg7hff7RnNUHc7yJZx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:25rem;top:7.375rem;left:32.5rem;display:block; }
#OB824iwk7B241dXOy3FVQ8wEpxmrSV3i { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:24.75rem;left:9.75rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJV4IF6xNK2rUQsT6v78emk7433ZbUyz { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:24.8125rem;left:39.625rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLWqU6e8lsoyK7kIPhvqoCpBluOItgOs { color:#ffd41c;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:42.124290466309rem;left:9.6250009536744rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jr3dwsEVc4Bt6f8vOlgUeFyMG3SGDula { color:#ffd41c;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:42.123580932618rem;left:39.625000953674rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EXqqG7fQKfxvg6mEE3bDdR5EoLuMhGCK { position:absolute;display:block;z-index:14995;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#KwBp53cgDlWLsqO7Krd8A2BD13CqSte0 { position:absolute;display:block;z-index:14998;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#knqugtDRzo6p4u3pahMAxMKgRAXAX7NW { position:absolute;display:block;z-index:14998;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#Q6hyLmEqWfgqITk4ScBHXwMJm4PH69oy { position:absolute;display:block;z-index:14997;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#PwdITBycVg2GhCwJMrT3H2BTkcc2ktW6 { position:absolute;display:block;z-index:14996;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#wfWR0M92LNQo9LanqhkqrrV4zMTTyZMK { position:absolute;display:block;z-index:14994;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#EZ9zCAslm5l9yl8wazdrZI3o5ncfENFi { position:absolute;display:block;z-index:14992;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#oAFAFEqVI0P5mCaekw7l8LD4UGNUnkLV { position:absolute;display:block;z-index:14993;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#z0eCx3x9p1WTbIP9m8VLaOlsPcZKpDCT { position:absolute;display:block;z-index:14991;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:16.625rem;width:25rem;top:28.625rem;left:2.5rem;overflow:hidden;display:block; }
#HsqSrEiDGCT9ddXnypor4fS9AG6ZXg0p { position:absolute;display:block;z-index:15033;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:16.625rem;width:25rem;top:28.8125rem;left:32.5rem;overflow:hidden;display:block; }
#mwh8yzXf2wDm9oheTu0qa9TOiBVAs4OV { position:absolute;display:block;z-index:15034;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#MovtK9uaWZca2im3GX1iPV3AZ4RtchM4 { position:absolute;display:block;z-index:15030;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#ULB4t6gycZPpaZWxVFAHwnDenURtIBNT { position:absolute;display:block;z-index:14989;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#PrdF577ovNBmfyTWdwtNc6MxqaQi01qP { position:absolute;display:block;z-index:14990;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#DQbSSraIG74Zqgc5o2eiXfFSLpsaBk1B { position:absolute;display:block;z-index:14991;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#rwVT7DXyVrm0okc1RXfXbhc6rSy7TNDN { position:absolute;display:block;z-index:14992;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#TLkKcqi7EMCG0ccivM8zNqdP4fueTtGI { position:absolute;display:block;z-index:14993;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#smATGOcBr1T8oaoKIzMqMt4b0bf9fsv4 { position:absolute;display:block;z-index:14994;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#IxDi2DfyMxaJkmMkXdC6kPN0ZcIiFpdC { position:absolute;display:block;z-index:15031;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#voUFrDvAbmFsMNTseaeouGAZ0tT2M5KK { position:absolute;display:block;z-index:15032;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:16.625rem;width:25rem;top:28.75rem;left:32.5rem;overflow:hidden;display:block; }
#F6iVT5LKTZP7pVDKETvm5Ig3Te0z2vOu { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:22.500001907349rem;height:2.843425rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qqRbEw2QdNWs3OSe6NmgEfAoTVNJ9PN2 { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:45.875rem;left:9.25rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZmdtle3nHmKbsiXvrWwyVg5kdwVMC9s { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:45.875rem;left:40rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSL7sDGGCbWiRhmAufcy7egWDnKfk64v { 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:16.625rem;width:25rem;top:49.875rem;left:3.4375rem;overflow:hidden;display:block; }
#oSxvsy3UCb327qbLv7VQqLsF0N4ntGlc { 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:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#l6KVgx4x5BdDSmtuD2eVTwpoqE7a2kEP { 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:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#BeoU4v7mSkbTLs3KKOuKM6MnIWtcPDEK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875000953674rem;left:2.5rem;overflow:hidden;display:block; }
#M555DSvhRLOoz8APxm5NSNWmknhX119H { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875000953674rem;left:2.5rem;overflow:hidden;display:block; }
#Tgn14PbPGmFBRkQW8B1fsdfAKxB9fIZ0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#PMDHqfudBmsl6RlPiSMi6eq2zQUMrRFr { 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: none;height:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#TqrXGV9VlpSI2Zl9EmtxAWzhMmrcwkQl { position:absolute;display:block;z-index:15007;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:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#VwDggkJDSMz0JwcOHfrXRsRgMlHymzfT { position:absolute;display:block;z-index:15008;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:16.625rem;width:25rem;top:49.875000953674rem;left:3.4375rem;overflow:hidden;display:block; }
#i4S3bAzoWlTRnWCGuiPwemnzW9Z5ZlOr { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:67.124221801756rem;left:9.625rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLpH5MyKrf3dghbARIT8BeBv4F8d1FBB { 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:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#BVphmGgTKWJ3KWUXEKchUEEJbIcU6svT { color:#fff0c7;display:block;width:10.75rem;position:absolute;font-family:"heavy equipment font";font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:67.125rem;left:39.25rem;height:1.59939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTWJ78wUOTaCy6GpB6PxfT02NgJzdA4t { 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:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#bZKLb1DnXBS9BKvmB5TbI6WpUi9IiT97 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#bK7o2hfBCnD28hoo0zVxUt7Z1wzzlm5Z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#S9akfuLeTNLMf0eR1K9dEpvDB0D1G4yo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#qIsPWDoHseiTq8Q3dx490ANo0pqAp18C { 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: none;height:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#yBW5Tdb2s6J1TInI5wzFJKM4blQolmZW { position:absolute;display:block;z-index:15007;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:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#n96qUZicOoZOWfh3sNmNkWTzDH0fGaEW { position:absolute;display:block;z-index:15008;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:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#KBvNcwoQaaGnw5neBs8TSE5U3k0k192J { position:absolute;display:block;z-index:15009;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:16.625rem;width:25rem;top:49.875rem;left:32.5rem;overflow:hidden;display:block; }
#or5Up3yTX8NGaRPLin50DzMTBpr49gvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -moz-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -ms-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -o-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );";background-image: linear-gradient(180deg, #000000, rgba(255,240,199,0.2));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; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { background-color: transparent; background-image: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .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); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { border-width: 0; border-radius: 0; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:repeat-y !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; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.adaptive-delivery-prevent-bg, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyload, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyloading { background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { background-color: transparent; background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .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); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { border-width: 0; border-radius: 0; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::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; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#v3bI5klNG9PDZQDopfqOEAxA6ksM4QPZ { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"heavy equipment font";font-size:2.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:3.875rem;left:20.0625rem;height:3.2367625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-form-header { font-size:0.75rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.75rem;font-weight:400;color:rgba(191,110,241,0.6);width:15.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text { border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:1.875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-textarea { border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-button { border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;background-color:#fff0c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#222222;width:15.375rem;height:2.1875rem;font-family:"heavy equipment font";overflow:hidden;font-style:normal;line-height:1; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]:-moz-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]::-moz-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]:-ms-input-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]::-webkit-input-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(255,255,255,0.75);vertical-align:top;width:14.125rem;overflow:hidden;font-style:normal;float:none; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container:first-of-type{padding-top:0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container:last-of-type{padding-bottom:0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1875rem;left:21.062501907349rem;font-size:0.75rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.375rem;display:block;vertical-align:top; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT {display:block;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1875rem;left:21.062501907349rem;font-size:0.75rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #ZT1tagmgqs5VcC8T0f7V2Ql04OWxwyTE { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Ksxy6T2G2LTN6FnhLDUtfOT5eceQyMh2 { position:relative;display:none; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #GWawqlrrSscEeOmSNT7Vp5zS3oA2TPrK { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #dakOHVK17pcTVNq0XebEwlewECDdRxEK { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #H7DiUZpZ6KWmc96C9WpBItK9zGr7zcnm { position:relative;display:none; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #P7DBesaTzctUvbTxaH9JwXOMQ2N666TI { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #AGVNg7POvthdyi71KxgvU31PT36pLgJE { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #CwmComkTQiSxE9zcFDSfRhKD0RGaiQCw { position:relative;z-index:2; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Hefn6z3lJHl9hB8ETMKhI2eNszpk4WuC { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #HM7O5zMcM9pSePq8tFVZnhVVfdffoLKD { position:relative; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Xzzs5BTSGzJVe99BTxsLAKpGluJmTUlZ { position:relative; }
#clsbOTkBUT7Bd31ugheRsawNGnh31ozp { color:#fff0c7;display:block;width:11.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.112500190735rem;left:24.031251907349rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,240,199,0.2), #000000);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; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { background-color: transparent; background-image: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .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); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { border-width: 0; border-radius: 0; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#nmFknnDqu1XCgccLPWSAf89Ux9Nuokat { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EZnBcVQ20qBZ1tlM6TToqfI1yg2CJGAS { position:absolute;display:block;z-index:15009;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.8125rem;width:3.8125rem;top:4.90625rem;left:26.5rem;overflow:hidden;display:block; }
#HTL3hPwgArdJVIwAW9mebmG6pkiZi2hH { position:absolute;display:block;z-index:15010;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:3.3125rem;top:5.15625rem;left:31.9375rem;overflow:hidden;display:block; }
#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container { background-color: transparent; background-image: none; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container > .video-iframe-container { display: none; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row > .video-iframe-container { display: none; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .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); }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container { border-width: 0; border-radius: 0; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#NnHSl54z5ZR4t5wM3EcQkpKs0DLVTgou { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:25.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.625rem;left:24.625rem; }
#kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.625rem;left:26.9375rem; }
#GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#G0rXPu2iik6uMWuydPRTTlpI72kTlcvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.625rem;left:31.9375rem; }
#G0rXPu2iik6uMWuydPRTTlpI72kTlcvy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.625rem;left:29.375rem; }
#VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#iwBsaiVMMgsEBI2nXch81KCl25WDXQdl { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:2.2;letter-spacing:0;top:14.3125rem;left:23.5625rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#nBaJ1o4swmwapCQm2H8ebU59J65gkpVw { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:comfortaa;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:19.1875rem;left:23.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeHmCA5ERMgcKB4QDx553TcnEkZbDpd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.625rem;left:28.25rem; }
#xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.625rem;left:34.125rem; }
#xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP { display:block; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP { background-color: transparent; background-image: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .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.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP { border-width: 0; border-radius: 0; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container::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; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { width:47.75rem;height:15.6875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container.adaptive-delivery-prevent-bg, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container.lazyload, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 959px) { #yoVZBd6Uo2stWIM1FNdTGlGrSdon6mhx { width:10.5625rem;height:1.99978125rem;top:3.8125rem;left:17.625rem;font-size:2.5rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR { display:flex;width:16.4375rem;height:4.493125rem;top:4.4375rem;left:14.1875rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #rw7c6ktRiBLMLSoIfJA5eTe6czGTkKU1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #zrUhEliBPn1NbBmyFQxNixVxQOF4vIw6 {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #HWs4lXO5f75qBKFpLFDUeipoyCdhKZZO {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #XhBinLLz4kaT2bBoOPKeQGBFbNcrb1It { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #I3vF40KxplBTJcKBFUDQVmZWgWTTuSS7 {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #Qfs4QUh37yewTodSBrVyLMEBBf2fJCub {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #yo899wVCWoBsdmTxwK05QWLz0ZRSrMzX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #pwzl5EBixbL2uOMSl2CDpECtrsXaNMrp {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #osldz8awkKNmbhMJilIGNgWmRh1wDp53 {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #qpBsfDXu0ZqrzSXhKegvPv6oUSusc5be { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #rRgCI1FLdzPTrVERGA66ZOD9qwR9TcGL {  }
 }@media only screen and (max-width: 959px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #dncWmlPzfxaDxTOQ3NyPK2LROKKxKaVx {  }
 }@media only screen and (max-width: 959px) { #nVaXr2iNQ2pTZu2bnioJ79fTgr2QTefx { width:3.375rem;height:1.25rem;top:4.4375rem;left:28.5rem;font-size:1.5625rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN { display:block; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SeeDkTbC5Net9B9TCDWZOopnQ2bRwSS8 { width:5.5rem;height:;top:1.1875rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #sP6EFKiwZl5UAukATTl7dJhhs8xme8Hl { width:4.5625rem;height:;top:1.1875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gX4zJCiBZOwTGUqXELFcyeT5V0CdgtsW { width:4.3125rem;height:;top:1.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iNc9ClmQg4mUChHsrAxnKvsbvT7QrKfw { width:0.625rem;height:1.21875rem;top:0.9375rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mqAkR7kN6M4J83gcZfEvsAvFyH5LHch0 { width:1.1875rem;height:1.1875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dPy0DGqz65rygmUvdRALkqDJFbQZhEcZ { width:1.1875rem;height:1.1875rem;top:1.25rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oEMhUnGgJ7JGa6WZEUXJdbChfuNVmzOX { width:11.25rem;height:20.0625rem;top:6.625rem;left:9.4375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 959px) { #MNb9EFpQZ7oubQKJEW1Zh5iSIzkxRwUK { width:14.875rem;height:2.59874375rem;top:14.1875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fZS6wKT8PAdS5ev5S8JHrziJ07CQ5RTE { width:18.6875rem;height:1.3rem;top:15.6875rem;left:21.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #LSH86oO6GaUxwZCERvNnD95AcpgdZMQK { width:11.6875rem;height:2.1875rem;top:20.5625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #D4ZTw0hdWgpkDIB4ykQXDeNRtqwbAg1X { display:block; }
 }@media only screen and (max-width: 959px) { #LXIkKe2SUpM7XlpgkviDg7SEmvml25f3 { width:15.6875rem;height:2.599825rem;top:16.8125rem;left:22.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jhz1EdQoXdWvXzC38uyzkV3ZRLJT2tKt { width:10.25rem;height:7.03125rem;top:14.625rem;left:8.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #VDTX8Z2DtUKkF4MOUnk1F7mdmP2pxduo { width:47.75rem;height:1.7875rem;top:3.0867195129394rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wy9bNBWkiH8lo1raFv8q1hAbV8NkeL0O { width:10.5625rem;height:1.749675rem;top:11.25rem;left:22.6875rem;font-size:2.5rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x { display:block; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container { width:47.75rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tArko3wZRkTJsqVhUL81qHT8uPTnblax { width:6.25rem;height:1.5rem;top:16.436785697937rem;left:8.8125006556513rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #Kq9gWyMaKh2TdgQL5VlWcByF6LbS37XW { width:7.1875rem;height:1.5rem;top:16.436076164246rem;left:32.218750655651rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #Q3lBQDUzTWAdSsnW5fuFPdZWDqTJXg3E { width:21.875rem;height:14.375rem;top:4.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hcs32GRzmTQQWrD4SsGfTJ0H06NRcZTL { width:21.875rem;height:14.375rem;top:4.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sd09MReETRT0IK9BWQSUizzAdy7veXmW { width:21.875rem;height:14.375rem;top:19.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IQP8WbGBbdUCGyI8nOTtidTmTlR69nKS { width:21.875rem;height:14.375rem;top:19.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wvOP6GxdPORkCsZ4TLpABQ7iz1ZBGLlV { width:21.875rem;height:14.6875rem;top:35.375003814698rem;left:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 959px) { #H4uemfCHcxUTG2N4Ii2UVJDNkhA3kQwE { width:14.6875rem;height:6.09538125rem;top:23.8125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uptUpP31lvl8doGE1ef6VshVvD42JiOD { width:14.6875rem;height:6.09538125rem;top:39.671876907349rem;left:4.5937498807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qU7P4rwZXTJ2f172TMgwcRXdfped8fbu { width:21.875rem;height:14.6875rem;top:35.375003814698rem;left:24.875000357628rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 959px) { #P31GS5l8rq0mgJLbRsB0Lo2PXalqHXUt { width:14.6875rem;height:6.09538125rem;top:39.671876907349rem;left:28.468750357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #isosJOAunbTvv5OZRvNseDvWWZkoR3cb { width:21.875rem;height:14.6875rem;top:51.5625rem;left:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 959px) { #kd0VN70yb8zv4as53ufZGFUc9slnEHuu { width:16.5625rem;height:6.09538125rem;top:55.859376907349rem;left:3.6562500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OKbht1M2Vg0TA94lzcpVIhlAAGVzyJaN { width:21.875rem;height:14.6875rem;top:51.5625rem;left:24.875rem;z-index:15050;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;display:block; }
 }@media only screen and (max-width: 959px) { #RPb2kMWXw2J70qRoEnn8tosW53LsqbTC { width:16.5625rem;height:6.09538125rem;top:55.859376907349rem;left:27.906249582768rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TWcVXgyabgMcutgopvEOoUllTTSc9DEz { width:21.875rem;height:14.6875rem;top:67.8125rem;left:24.999999582768rem;z-index:15045;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;display:block; }
 }@media only screen and (max-width: 959px) { #xh6SMDVqn45syQHKd8pyiRbKqZAQ4oQD { width:21.875rem;height:14.6875rem;top:67.8125038147rem;left:0.99934899806975rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 959px) { #aw4A7DUPW8ddtKFisbKN9xBh60AL926A { width:16.5625rem;height:6.09538125rem;top:72.10937690735rem;left:27.531249582768rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iwlWxs6poDsLHJOTG03tPLRci0P1NS0U { width:14.6875rem;height:6.09538125rem;top:72.10937690735rem;left:4.5937500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G1AqxV2xv9bb6VSh1pFzRRludxtdxEGD { width:14.6875rem;height:8.12716875rem;top:7.1875rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oqHAnPdEayp6RETz1XTOTeChtXFphUgX { width:14.6875rem;height:8.12716875rem;top:7.1875rem;left:28.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BSWkpZmK8mM4vqDm6aN0H5tkvJXaJpg9 { width:14.6875rem;height:6.09538125rem;top:23.8125rem;left:28.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U1iS7TQ4DTuKfQSUfb7G7dN7s3hpFhyH { width:14.6875rem;height:8.127175rem;top:72.10937690735rem;left:4.5937500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kt33ptsRZrVnBEtrb2l9KwFeLdiWF4C2 { width:22.249375rem;height:14.749375rem;top:83.560113906862rem;left:0.81163203716275rem;z-index:15045;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;display:block; }
 }@media only screen and (max-width: 959px) { #rgDVTNd4ieCMMJVTel4HPVwhxmd69Iob { width:22.1875rem;height:14.749375rem;top:83.559032440187rem;left:24.717883825302rem;z-index:15045;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;display:block; }
 }@media only screen and (max-width: 959px) { #TygxSHCP1l64pxIMWwH6ACztslQAzqK9 { width:22.3123125rem;height:14.8746875rem;top:99.622400283812rem;left:0.78070747852325rem;z-index:15045;box-shadow: 0rem 0rem 1.875rem rgba(253,126,0,0.3) ;display:block; }
 }@media only screen and (max-width: 959px) { #FJMSM8hSsvEC40icezQE8NSUaZZD6aGL { display:block; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container { width:47.75rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fGQ1V03IgfR83h305o83R4PW9OwqeO3d { width:21.875rem;height:14.375rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rvdyAL0VTDlUcINg7hff7RnNUHc7yJZx { width:21.875rem;height:14.375rem;top:6rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OB824iwk7B241dXOy3FVQ8wEpxmrSV3i { width:6.25rem;height:1.5rem;top:21.5rem;left:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJV4IF6xNK2rUQsT6v78emk7433ZbUyz { width:7.1875rem;height:1.5rem;top:21.5rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qLWqU6e8lsoyK7kIPhvqoCpBluOItgOs { width:6.25rem;height:1.5rem;top:16.436785697937rem;left:8.8125006556513rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #Jr3dwsEVc4Bt6f8vOlgUeFyMG3SGDula { width:7.1875rem;height:1.5rem;top:16.436076164246rem;left:32.218750655651rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #EXqqG7fQKfxvg6mEE3bDdR5EoLuMhGCK { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KwBp53cgDlWLsqO7Krd8A2BD13CqSte0 { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #knqugtDRzo6p4u3pahMAxMKgRAXAX7NW { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q6hyLmEqWfgqITk4ScBHXwMJm4PH69oy { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PwdITBycVg2GhCwJMrT3H2BTkcc2ktW6 { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wfWR0M92LNQo9LanqhkqrrV4zMTTyZMK { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EZ9zCAslm5l9yl8wazdrZI3o5ncfENFi { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oAFAFEqVI0P5mCaekw7l8LD4UGNUnkLV { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z0eCx3x9p1WTbIP9m8VLaOlsPcZKpDCT { width:21.875rem;height:14.375rem;top:24.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HsqSrEiDGCT9ddXnypor4fS9AG6ZXg0p { width:21.875rem;height:14.375rem;top:24.437492847442rem;left:24.875000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #mwh8yzXf2wDm9oheTu0qa9TOiBVAs4OV { width:21.875rem;height:14.375rem;top:24.437492847442rem;left:24.875000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #MovtK9uaWZca2im3GX1iPV3AZ4RtchM4 { width:21.875rem;height:14.375rem;top:24.437492847442rem;left:24.875000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #ULB4t6gycZPpaZWxVFAHwnDenURtIBNT { width:21.875rem;height:14.375rem;top:24.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PrdF577ovNBmfyTWdwtNc6MxqaQi01qP { width:21.875rem;height:14.375rem;top:24.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DQbSSraIG74Zqgc5o2eiXfFSLpsaBk1B { width:21.875rem;height:14.375rem;top:24.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rwVT7DXyVrm0okc1RXfXbhc6rSy7TNDN { width:21.875rem;height:14.375rem;top:24.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TLkKcqi7EMCG0ccivM8zNqdP4fueTtGI { width:21.875rem;height:14.375rem;top:24.125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #smATGOcBr1T8oaoKIzMqMt4b0bf9fsv4 { width:21.875rem;height:14.375rem;top:24.437492847442rem;left:24.875000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #IxDi2DfyMxaJkmMkXdC6kPN0ZcIiFpdC { width:21.875rem;height:14.375rem;top:24.437492847442rem;left:24.875000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #voUFrDvAbmFsMNTseaeouGAZ0tT2M5KK { width:21.875rem;height:14.375rem;top:24.124992847442rem;left:24.687500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #F6iVT5LKTZP7pVDKETvm5Ig3Te0z2vOu { width:6.625rem;height:2.03125rem;top:1.7781248092651rem;left:20.593749940396rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qqRbEw2QdNWs3OSe6NmgEfAoTVNJ9PN2 { width:7.1875rem;height:1.5rem;top:39.625rem;left:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WZmdtle3nHmKbsiXvrWwyVg5kdwVMC9s { width:7.1875rem;height:1.5rem;top:39.625rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gSL7sDGGCbWiRhmAufcy7egWDnKfk64v { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oSxvsy3UCb327qbLv7VQqLsF0N4ntGlc { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #l6KVgx4x5BdDSmtuD2eVTwpoqE7a2kEP { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BeoU4v7mSkbTLs3KKOuKM6MnIWtcPDEK { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M555DSvhRLOoz8APxm5NSNWmknhX119H { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tgn14PbPGmFBRkQW8B1fsdfAKxB9fIZ0 { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PMDHqfudBmsl6RlPiSMi6eq2zQUMrRFr { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TqrXGV9VlpSI2Zl9EmtxAWzhMmrcwkQl { width:21.875rem;height:14.375rem;top:43.374992847442rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VwDggkJDSMz0JwcOHfrXRsRgMlHymzfT { width:21.875rem;height:14.375rem;top:43.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #i4S3bAzoWlTRnWCGuiPwemnzW9Z5ZlOr { width:7.1875rem;height:1.5rem;top:57.750001907349rem;left:8.3437503576281rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HLpH5MyKrf3dghbARIT8BeBv4F8d1FBB { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BVphmGgTKWJ3KWUXEKchUEEJbIcU6svT { width:7.1875rem;height:1.5rem;top:57.750001907349rem;left:32.218752264976rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qTWJ78wUOTaCy6GpB6PxfT02NgJzdA4t { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bZKLb1DnXBS9BKvmB5TbI6WpUi9IiT97 { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bK7o2hfBCnD28hoo0zVxUt7Z1wzzlm5Z { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #S9akfuLeTNLMf0eR1K9dEpvDB0D1G4yo { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qIsPWDoHseiTq8Q3dx490ANo0pqAp18C { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yBW5Tdb2s6J1TInI5wzFJKM4blQolmZW { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #n96qUZicOoZOWfh3sNmNkWTzDH0fGaEW { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KBvNcwoQaaGnw5neBs8TSE5U3k0k192J { width:21.875rem;height:14.375rem;top:43.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #or5Up3yTX8NGaRPLin50DzMTBpr49gvv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -moz-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -ms-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-image: -o-linear-gradient(180deg, #000000, rgba(255,240,199,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );";background-image: linear-gradient(180deg, #000000, rgba(255,240,199,0.2));background-size:cover !important;display:block; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { background-color: transparent; background-image: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .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); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.adaptive-delivery-prevent-bg, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyload, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyloading { background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { background-color: transparent; background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .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); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { border-width: 0; border-radius: 0; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::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; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v3bI5klNG9PDZQDopfqOEAxA6ksM4QPZ { top:1.8125rem;left:13.9375rem;width:19.875rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-regular-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-checkbox-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT  { width:15.375rem;height:0;top:6.125rem;left:14.9375rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT {display:block;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT { width:15.375rem;height:0;top:6.125rem;left:14.9375rem; }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #ZT1tagmgqs5VcC8T0f7V2Ql04OWxwyTE {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Ksxy6T2G2LTN6FnhLDUtfOT5eceQyMh2 { display:none; }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #GWawqlrrSscEeOmSNT7Vp5zS3oA2TPrK {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #dakOHVK17pcTVNq0XebEwlewECDdRxEK {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #H7DiUZpZ6KWmc96C9WpBItK9zGr7zcnm { display:none; }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #P7DBesaTzctUvbTxaH9JwXOMQ2N666TI {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #AGVNg7POvthdyi71KxgvU31PT36pLgJE {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #CwmComkTQiSxE9zcFDSfRhKD0RGaiQCw {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Hefn6z3lJHl9hB8ETMKhI2eNszpk4WuC {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #HM7O5zMcM9pSePq8tFVZnhVVfdffoLKD {  }
 }@media only screen and (max-width: 959px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Xzzs5BTSGzJVe99BTxsLAKpGluJmTUlZ {  }
 }@media only screen and (max-width: 959px) { #clsbOTkBUT7Bd31ugheRsawNGnh31ozp { top:5.0625rem;left:17.9375rem;width:11.9375rem;height:1.13715rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,240,199,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,240,199,0.2), #000000);background-size:cover !important;display:block; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { background-color: transparent; background-image: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .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); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nmFknnDqu1XCgccLPWSAf89Ux9Nuokat { width:29.0625rem;height:1.462675rem;top:3.0625rem;left:9.3750003576281rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EZnBcVQ20qBZ1tlM6TToqfI1yg2CJGAS { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:25.000000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #HTL3hPwgArdJVIwAW9mebmG6pkiZi2hH { width:2.9375rem;height:2.875rem;top:5.1875rem;left:20.000000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #hdLmfWHsgAH5W96teFf4J7BKFMSnmbch { display:block; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NnHSl54z5ZR4t5wM3EcQkpKs0DLVTgou { width:8.6875rem;height:1.21875rem;top:6.25rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X { width:1.25rem;height:1.25rem;top:8.8125rem;left:18.75rem;display:block; }
#kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH { width:1.25rem;height:1.25rem;top:8.8125rem;left:21.0625rem;display:block; }
#GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #G0rXPu2iik6uMWuydPRTTlpI72kTlcvy { width:1.25rem;height:1.25rem;top:8.8125rem;left:26.0625rem;display:block; }
#G0rXPu2iik6uMWuydPRTTlpI72kTlcvy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV { width:1.25rem;height:1.25rem;top:8.8125rem;left:23.5rem;display:block; }
#VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #iwBsaiVMMgsEBI2nXch81KCl25WDXQdl { top:12.8125rem;left:17.4375rem;width:12.9375rem;height:2.7495625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nBaJ1o4swmwapCQm2H8ebU59J65gkpVw { top:18.250000953674rem;left:16.968750655651rem;width:13.8125rem;height:0.8002375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qeHmCA5ERMgcKB4QDx553TcnEkZbDpd5 { width:3.6875rem;height:3.6875rem;top:10.0625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M { width:1.25rem;height:1.25rem;top:8.8125rem;left:28.25rem;display:block; }
#xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.adaptive-delivery-prevent-bg, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.lazyload, #JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP.lazyloading { background-image: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { background-color: transparent; background-image: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row > .video-iframe-container { display: none; }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .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); }#JrlfTUpTCAEn4v7PH7sl9crdmaA2WryP > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoVZBd6Uo2stWIM1FNdTGlGrSdon6mhx { width:8.25rem;height:1.49956875rem;top:4.6875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-number { padding-top:0.393125rem;padding-right:0.3425rem;padding-bottom:0.393125rem;padding-left:0.3425rem;width:2.05375rem;min-width:2.05375rem;height:2.111875rem;font-size:1.57125rem;line-height:33.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.245625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.738125rem;height:0.835rem;font-size:0.589375rem;line-height:13.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8388daQm15EckOkNdRgMUhPbkRfTBRR { display:flex;width:14.9375rem;height:3.97875rem;top:6.1870660781861rem;left:1.8370226025581rem;padding-top:0.7rem;padding-right:0.69375rem;padding-bottom:0.7rem;padding-left:0.69375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #rw7c6ktRiBLMLSoIfJA5eTe6czGTkKU1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #zrUhEliBPn1NbBmyFQxNixVxQOF4vIw6 {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #HWs4lXO5f75qBKFpLFDUeipoyCdhKZZO {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #XhBinLLz4kaT2bBoOPKeQGBFbNcrb1It { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #I3vF40KxplBTJcKBFUDQVmZWgWTTuSS7 {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #Qfs4QUh37yewTodSBrVyLMEBBf2fJCub {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #yo899wVCWoBsdmTxwK05QWLz0ZRSrMzX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #pwzl5EBixbL2uOMSl2CDpECtrsXaNMrp {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #osldz8awkKNmbhMJilIGNgWmRh1wDp53 {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #qpBsfDXu0ZqrzSXhKegvPv6oUSusc5be { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #rRgCI1FLdzPTrVERGA66ZOD9qwR9TcGL {  }
 }@media only screen and (max-width: 763px) { #u8388daQm15EckOkNdRgMUhPbkRfTBRR #dncWmlPzfxaDxTOQ3NyPK2LROKKxKaVx {  }
 }@media only screen and (max-width: 763px) { #nVaXr2iNQ2pTZu2bnioJ79fTgr2QTefx { width:2.375rem;height:0.99989375rem;top:5.125rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN { position:relative;z-index:auto;display:block; }#cfO8FTgbgJazInntAReBB4Pe4Vvk6iCN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeeDkTbC5Net9B9TCDWZOopnQ2bRwSS8 { width:9.3125rem;height:1.462675rem;top:1.0375000238419rem;left:5.6868750452995rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6EFKiwZl5UAukATTl7dJhhs8xme8Hl { width:4.5625rem;height:1.29936875rem;top:1.2500004768372rem;left:1.5000000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4zJCiBZOwTGUqXELFcyeT5V0CdgtsW { width:3.3125rem;height:1.29936875rem;top:1.2187504768372rem;left:15.250000655651rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNc9ClmQg4mUChHsrAxnKvsbvT7QrKfw { width:0.625rem;height:1.21875rem;top:1.0000004768372rem;left:3.3125001788139rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqAkR7kN6M4J83gcZfEvsAvFyH5LHch0 { display:flex;width:1.1875rem;height:1.1875rem;top:1.3309692268372rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dPy0DGqz65rygmUvdRALkqDJFbQZhEcZ { display:flex;width:1.1875rem;height:1.1875rem;top:1.2500004768372rem;left:18.811791121959rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.75rem;background-color:#020101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEMhUnGgJ7JGa6WZEUXJdbChfuNVmzOX { width:9.6875rem;height:17.25rem;top:6.3125rem;left:5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MNb9EFpQZ7oubQKJEW1Zh5iSIzkxRwUK { width:20rem;height:1.9487875rem;top:28.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZS6wKT8PAdS5ev5S8JHrziJ07CQ5RTE { width:12.6875rem;height:1.2rem;top:32.3125rem;left:3.75rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #LSH86oO6GaUxwZCERvNnD95AcpgdZMQK { width:7.8125rem;height:1.875rem;top:33.9375rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ZTw0hdWgpkDIB4ykQXDeNRtqwbAg1X { display:block; }
 }@media only screen and (max-width: 763px) { #LXIkKe2SUpM7XlpgkviDg7SEmvml25f3 { width:14.25rem;height:2.3990875rem;top:30.375rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jhz1EdQoXdWvXzC38uyzkV3ZRLJT2tKt { width:7.1875rem;height:6.09375rem;top:13.25rem;left:6.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VDTX8Z2DtUKkF4MOUnk1F7mdmP2pxduo { width:17rem;height:1.38125rem;top:2.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy9bNBWkiH8lo1raFv8q1hAbV8NkeL0O { width:19.875rem;height:1.3997375rem;top:26.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:2rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x { display:block; }#cVJOlmqS9fBwDt7JLpm4D3FdJK9OlU1x > .row .container { width:20rem;height:190.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tArko3wZRkTJsqVhUL81qHT8uPTnblax { width:10.75rem;height:1.39985625rem;top:31.331673622131rem;left:4.6250001788139rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kq9gWyMaKh2TdgQL5VlWcByF6LbS37XW { width:10.75rem;height:1.39985625rem;top:46.75000333786rem;left:4.6250001788139rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3lBQDUzTWAdSsnW5fuFPdZWDqTJXg3E { width:20rem;height:13.3rem;top:1.25rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Hcs32GRzmTQQWrD4SsGfTJ0H06NRcZTL { width:20rem;height:13.3rem;top:15.7996875rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Sd09MReETRT0IK9BWQSUizzAdy7veXmW { width:20rem;height:13.3rem;top:30.349375rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #IQP8WbGBbdUCGyI8nOTtidTmTlR69nKS { width:20rem;height:13.3rem;top:44.8990625rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #wvOP6GxdPORkCsZ4TLpABQ7iz1ZBGLlV { width:20rem;height:13.3rem;top:59.44875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #H4uemfCHcxUTG2N4Ii2UVJDNkhA3kQwE { width:15.9375rem;height:6.09538125rem;top:33.952343940735rem;left:2.0312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uptUpP31lvl8doGE1ef6VshVvD42JiOD { width:15.9375rem;height:6.09538125rem;top:63.050429344175rem;left:2.1874999403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qU7P4rwZXTJ2f172TMgwcRXdfped8fbu { width:20rem;height:13.3rem;top:73.998749542238rem;left:0rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #P31GS5l8rq0mgJLbRsB0Lo2PXalqHXUt { width:15.9375rem;height:6.09538125rem;top:77.6015625rem;left:2.0312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isosJOAunbTvv5OZRvNseDvWWZkoR3cb { width:20rem;height:13.428571428571rem;top:88.548439788819rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #kd0VN70yb8zv4as53ufZGFUc9slnEHuu { width:15.9375rem;height:6.09538125rem;top:92.845316219331rem;left:2.4062498807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKbht1M2Vg0TA94lzcpVIhlAAGVzyJaN { width:20rem;height:13.3rem;top:103.17343521118rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #RPb2kMWXw2J70qRoEnn8tosW53LsqbTC { width:15.9375rem;height:6.09538125rem;top:107.47031021118rem;left:2.4062498807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWcVXgyabgMcutgopvEOoUllTTSc9DEz { width:20rem;height:13.3125rem;top:132.40157165528rem;left:0rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #xh6SMDVqn45syQHKd8pyiRbKqZAQ4oQD { width:20rem;height:13.3125rem;top:117.72344665527rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #aw4A7DUPW8ddtKFisbKN9xBh60AL926A { width:15.9375rem;height:6.09538125rem;top:136.06875038147rem;left:2.6250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwlWxs6poDsLHJOTG03tPLRci0P1NS0U { width:15.9375rem;height:6.09538125rem;top:121.390625rem;left:2.0312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1AqxV2xv9bb6VSh1pFzRRludxtdxEGD { width:15.9375rem;height:6.09538125rem;top:4.8531255722046rem;left:2.0312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqHAnPdEayp6RETz1XTOTeChtXFphUgX { width:15.9375rem;height:8.12716875rem;top:18.38671875rem;left:2.0312500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #BSWkpZmK8mM4vqDm6aN0H5tkvJXaJpg9 { width:15.9375rem;height:6.09538125rem;top:48.500712394714rem;left:2.1874999403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #U1iS7TQ4DTuKfQSUfb7G7dN7s3hpFhyH { width:20rem;height:6.09538125rem;top:151.2607421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt33ptsRZrVnBEtrb2l9KwFeLdiWF4C2 { width:20rem;height:13.266832917706rem;top:147.1669921875rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #rgDVTNd4ieCMMJVTel4HPVwhxmd69Iob { width:20rem;height:13.29425rem;top:161.68295932007rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #TygxSHCP1l64pxIMWwH6ACztslQAzqK9 { width:20rem;height:13.333165264694rem;top:176.22669906616rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #FJMSM8hSsvEC40icezQE8NSUaZZD6aGL { display:block; }#FJMSM8hSsvEC40icezQE8NSUaZZD6aGL > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGQ1V03IgfR83h305o83R4PW9OwqeO3d { height:13.125rem;width:20rem;top:3.79971875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdyAL0VTDlUcINg7hff7RnNUHc7yJZx { height:13.125rem;width:20rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB824iwk7B241dXOy3FVQ8wEpxmrSV3i { width:10.75rem;height:1.3997375rem;top:2.4453146457672rem;left:4.6250001788139rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJV4IF6xNK2rUQsT6v78emk7433ZbUyz { width:10.75rem;height:1.3997375rem;top:18.6875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWqU6e8lsoyK7kIPhvqoCpBluOItgOs { width:10.75rem;height:1.39985625rem;top:31.331673622131rem;left:4.6250001788139rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jr3dwsEVc4Bt6f8vOlgUeFyMG3SGDula { width:10.75rem;height:1.39985625rem;top:46.75000333786rem;left:4.6250001788139rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXqqG7fQKfxvg6mEE3bDdR5EoLuMhGCK { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBp53cgDlWLsqO7Krd8A2BD13CqSte0 { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqugtDRzo6p4u3pahMAxMKgRAXAX7NW { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6hyLmEqWfgqITk4ScBHXwMJm4PH69oy { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwdITBycVg2GhCwJMrT3H2BTkcc2ktW6 { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWR0M92LNQo9LanqhkqrrV4zMTTyZMK { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9zCAslm5l9yl8wazdrZI3o5ncfENFi { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAFAFEqVI0P5mCaekw7l8LD4UGNUnkLV { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eCx3x9p1WTbIP9m8VLaOlsPcZKpDCT { width:20rem;height:13.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsqSrEiDGCT9ddXnypor4fS9AG6ZXg0p { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwh8yzXf2wDm9oheTu0qa9TOiBVAs4OV { width:20rem;height:13.3125rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MovtK9uaWZca2im3GX1iPV3AZ4RtchM4 { width:20rem;height:13.3rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULB4t6gycZPpaZWxVFAHwnDenURtIBNT { width:20rem;height:13.142857142857rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrdF577ovNBmfyTWdwtNc6MxqaQi01qP { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbSSraIG74Zqgc5o2eiXfFSLpsaBk1B { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwVT7DXyVrm0okc1RXfXbhc6rSy7TNDN { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkKcqi7EMCG0ccivM8zNqdP4fueTtGI { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smATGOcBr1T8oaoKIzMqMt4b0bf9fsv4 { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxDi2DfyMxaJkmMkXdC6kPN0ZcIiFpdC { width:20rem;height:13.125rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voUFrDvAbmFsMNTseaeouGAZ0tT2M5KK { width:20rem;height:13.125rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iVT5LKTZP7pVDKETvm5Ig3Te0z2vOu { width:15.1875rem;height:0;top:68.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqRbEw2QdNWs3OSe6NmgEfAoTVNJ9PN2 { width:10.75rem;height:1.3997375rem;top:35.1875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmdtle3nHmKbsiXvrWwyVg5kdwVMC9s { width:10.75rem;height:1.3997375rem;top:51.4375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSL7sDGGCbWiRhmAufcy7egWDnKfk64v { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSxvsy3UCb327qbLv7VQqLsF0N4ntGlc { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6KVgx4x5BdDSmtuD2eVTwpoqE7a2kEP { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeoU4v7mSkbTLs3KKOuKM6MnIWtcPDEK { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M555DSvhRLOoz8APxm5NSNWmknhX119H { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn14PbPGmFBRkQW8B1fsdfAKxB9fIZ0 { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDHqfudBmsl6RlPiSMi6eq2zQUMrRFr { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrXGV9VlpSI2Zl9EmtxAWzhMmrcwkQl { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwDggkJDSMz0JwcOHfrXRsRgMlHymzfT { width:20rem;height:13.125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4S3bAzoWlTRnWCGuiPwemnzW9Z5ZlOr { width:10.75rem;height:1.3997375rem;top:67.6875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLpH5MyKrf3dghbARIT8BeBv4F8d1FBB { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVphmGgTKWJ3KWUXEKchUEEJbIcU6svT { width:10.75rem;height:1.3997375rem;top:83.787500381469rem;left:4.9999998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTWJ78wUOTaCy6GpB6PxfT02NgJzdA4t { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZKLb1DnXBS9BKvmB5TbI6WpUi9IiT97 { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7o2hfBCnD28hoo0zVxUt7Z1wzzlm5Z { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9akfuLeTNLMf0eR1K9dEpvDB0D1G4yo { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIsPWDoHseiTq8Q3dx490ANo0pqAp18C { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBW5Tdb2s6J1TInI5wzFJKM4blQolmZW { width:20rem;height:13.142857142857rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n96qUZicOoZOWfh3sNmNkWTzDH0fGaEW { width:20rem;height:13.142857142857rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBvNcwoQaaGnw5neBs8TSE5U3k0k192J { width:20rem;height:13.142857142857rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5Up3yTX8NGaRPLin50DzMTBpr49gvv { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(255,240,199,0.2), #000000);background-image: -moz-linear-gradient(360deg, rgba(255,240,199,0.2), #000000);background-image: -ms-linear-gradient(360deg, rgba(255,240,199,0.2), #000000);background-image: -o-linear-gradient(360deg, rgba(255,240,199,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c733', endColorstr='#000000' );";background-image: linear-gradient(360deg, rgba(255,240,199,0.2), #000000);background-size:auto !important;display:block; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { background-color: transparent; background-image: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row > .video-iframe-container { display: none; }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .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); }#or5Up3yTX8NGaRPLin50DzMTBpr49gvv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70849ae8-2251-4e6f-99aa-5fdc10522f88/_TANZ143.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.adaptive-delivery-prevent-bg, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyload, #NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB.lazyloading { background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { background-color: transparent; background-image: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { display: none; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .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); }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { border-width: 0; border-radius: 0; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB::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; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXVL6tRVGhccybHrUsz3c4xp7yvxu3oB > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3bI5klNG9PDZQDopfqOEAxA6ksM4QPZ { width:19.875rem;height:2.625rem;top:3.5625rem;left:0.125rem;font-size:1.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-regular-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.0625rem;line-height:1; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-checkbox-label { width:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container:first-of-type{padding-top:0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .widget-container:last-of-type{padding-bottom:0;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT  { width:12.5rem;height:auto;top:7.1875rem;left:2.625rem; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT {display:block;}#m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT { width:12.5rem;height:auto;top:7.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #ZT1tagmgqs5VcC8T0f7V2Ql04OWxwyTE {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Ksxy6T2G2LTN6FnhLDUtfOT5eceQyMh2 { display:none; }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #GWawqlrrSscEeOmSNT7Vp5zS3oA2TPrK {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #dakOHVK17pcTVNq0XebEwlewECDdRxEK {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #H7DiUZpZ6KWmc96C9WpBItK9zGr7zcnm { display:none; }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #P7DBesaTzctUvbTxaH9JwXOMQ2N666TI {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #AGVNg7POvthdyi71KxgvU31PT36pLgJE {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #CwmComkTQiSxE9zcFDSfRhKD0RGaiQCw {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Hefn6z3lJHl9hB8ETMKhI2eNszpk4WuC {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #HM7O5zMcM9pSePq8tFVZnhVVfdffoLKD {  }
 }@media only screen and (max-width: 763px) { #m7KJQTqVlKNuSKI92H9OPmpOqSCvxBUT #Xzzs5BTSGzJVe99BTxsLAKpGluJmTUlZ {  }
 }@media only screen and (max-width: 763px) { #clsbOTkBUT7Bd31ugheRsawNGnh31ozp { width:11.9375rem;height:0.97439375rem;top:6.1875rem;left:4.1875rem;font-size:0.75rem;color:#fff0c7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, rgba(255,240,199,0.2));background-image: -moz-linear-gradient(360deg, #000000, rgba(255,240,199,0.2));background-image: -ms-linear-gradient(360deg, #000000, rgba(255,240,199,0.2));background-image: -o-linear-gradient(360deg, #000000, rgba(255,240,199,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c733' );";background-image: linear-gradient(360deg, #000000, rgba(255,240,199,0.2));background-size:auto !important;display:block; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { background-color: transparent; background-image: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row > .video-iframe-container { display: none; }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .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); }#HszmrvqZuVx87mQD1a0sEgHP5EfLDXiy > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmFknnDqu1XCgccLPWSAf89Ux9Nuokat { width:20rem;height:1.38075rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZnBcVQ20qBZ1tlM6TToqfI1yg2CJGAS { width:2.8125rem;height:2.8125rem;top:5.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTL3hPwgArdJVIwAW9mebmG6pkiZi2hH { width:2.9375rem;height:2.875rem;top:5.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLmfWHsgAH5W96teFf4J7BKFMSnmbch { display:block; }#hdLmfWHsgAH5W96teFf4J7BKFMSnmbch > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnHSl54z5ZR4t5wM3EcQkpKs0DLVTgou { width:8.6875rem;height:0.97439375rem;top:6rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X { display:flex;width:0.9375rem;height:0.9375rem;top:7.75rem;left:6.375rem;font-size:0.625rem; }
#kTzstSihwLWemSZNzDAqh9SMRoQzkJ5X > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH { display:flex;width:0.9375rem;height:0.9375rem;top:7.75rem;left:7.875rem;font-size:0.625rem; }
#GtFZOueb7V4uAilTRUZkb9aFHnHaGHkH > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #G0rXPu2iik6uMWuydPRTTlpI72kTlcvy { display:flex;width:0.9375rem;height:0.9375rem;top:7.75rem;left:9.5rem;font-size:0.625rem; }
#G0rXPu2iik6uMWuydPRTTlpI72kTlcvy > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV { display:flex;width:0.9375rem;height:0.9375rem;top:7.75rem;left:11.0625rem;font-size:0.625rem; }
#VovATXXB6Jv8UOkuRvyu0RCK7WM9PpWV > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #iwBsaiVMMgsEBI2nXch81KCl25WDXQdl { width:20rem;height:2.7495625rem;top:12.1875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBaJ1o4swmwapCQm2H8ebU59J65gkpVw { width:20rem;height:0.8002375rem;top:16.75rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeHmCA5ERMgcKB4QDx553TcnEkZbDpd5 { display:flex;width:2.5rem;height:2.5rem;top:9.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M { display:flex;width:0.9375rem;height:0.9375rem;top:7.75rem;left:12.6875rem;font-size:0.625rem; }
#xFw3lpDDGZC0O96ZuSrKFF4wfw1xhJ5M > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }