.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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,240,217;--color-secondary-1:255,207,128;--color-secondary-2:255,158,0;--color-secondary-3:128,79,0;--color-secondary-4:38,24,0;--color-tertiary-0:255,255,255;--color-tertiary-1:150,148,146;--color-tertiary-2:72,72,72;--color-tertiary-3:62,62,62;--color-tertiary-4:0,0,0;--headlines-font-family:"STILL Type";--paragraphs-font-family:"STILL Type"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/610e178a-4423-4efb-871f-2ec82f979b29/STILL_LRR_projhead.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#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); }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z { position:relative;display:block; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z { background-color: transparent; background-image: none; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .row .container > .video-iframe-container { display: none; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .row > .video-iframe-container { display: none; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .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); }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z { border-width: 0; border-radius: 0; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .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; }#V5b5KsaLultzZ5FsxqXBLe0MQiVTKw0Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tirh0iEE1WTGbMgmoQDlbO1rTWSIu6g6 { position:absolute;display:block;z-index:15011;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.125rem;width:9.125rem;top:2.34375rem;left:1.40625rem;overflow:hidden;display:block; }
#BATqLTomUP6dWomGTnogKXMoWRDMA75a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/bbcf37fc-47dc-4d3a-b98a-805a18c6d149/STILL_Usedtrucks_Refurbishment_PL_2020_01_nobackgroud2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a.adaptive-delivery-prevent-bg, #BATqLTomUP6dWomGTnogKXMoWRDMA75a.lazyload, #BATqLTomUP6dWomGTnogKXMoWRDMA75a.lazyloading { background-image: none; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row .container { background-color: transparent; background-image: none; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row .container > .video-iframe-container { display: none; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row > .video-iframe-container { display: none; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .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); }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row .container { border-width: 0; border-radius: 0; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BATqLTomUP6dWomGTnogKXMoWRDMA75a > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#Tw7myg9TAkJR6imV6g0oUl52nmzToA3F { color:#f96915;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15057;line-height:1;letter-spacing:0;top:7.625rem;left:1.6875rem;height:2.8125rem;font-style:normal;display:block; }
#PT7ZNZxN2c60bSZ66ovPAGMsKcy7FffQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:20.28515625rem;left:1.6875rem;height:5.1181625rem;font-style:normal;display:block; }
#Q0nTgfizpaXhwl8vC5EbNLLMhURJmaIB { position:absolute;display:block;z-index:15020;background-color:#f96915;background-image:none;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:0.625rem;width:75rem;top:37.75rem;left:0rem;display:block; }
#FKr7faBDsvD9RrbQSmrFuLX5dg1I1XxI { color:#f96915;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15058;line-height:1;letter-spacing:0;top:11.3125rem;left:1.6875rem;height:4.75rem;font-style:normal;display:block; }
#TURGze4rulZpoPzHSw6veuf2o3XF956Z { position:relative;display:block; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z { background-color: transparent; background-image: none; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row .container > .video-iframe-container { display: none; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row > .video-iframe-container { display: none; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .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); }#TURGze4rulZpoPzHSw6veuf2o3XF956Z { border-width: 0; border-radius: 0; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TURGze4rulZpoPzHSw6veuf2o3XF956Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mUQAk5SwzZEb36FHnF6rA4MT7Glnbufr { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15034;line-height:.8;letter-spacing:0;top:7.8740234375rem;left:2.654296875rem;height:5rem;font-style:normal;display:block; }
#zElTVC3GWBlGPlAdxBT7p9g3VfwsVy1I { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:15.5703125rem;left:2.748046875rem;height:24rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnNFLh021x5thTiGXb4atePdanqwucT8 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.25rem 0.25rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:43.25rem;width:24.3125rem;top:7.75rem;left:43.15625rem;display:block; }
#XA0d224ip9nC3c7McXwnnBp6dwhfwtgb { box-sizing:content-box;height:31.375rem;width:14.6875rem;position:absolute;display:block;z-index:15032;background-color:#f96915;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:53.65625rem;display:block; }
#gU0OSnJ7DfcMDVrRQGupO1pJ0zJ9NOA0 { box-sizing:content-box;height:31.375rem;width:14.6875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9384765625rem;left:42.28125rem;display:block; }
#gKWGimGx6toXokmf9aQdHTAyvRfi5OOT { color:rgba(var(--color-tertiary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15035;line-height:1;letter-spacing:0;top:43.3740234375rem;left:2.654296875rem;height:1.875rem;font-style:normal;display:block; }
#zezmIL6dnkg5gFeDFcfxfG1a2QnbZIZW { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:23.08203125rem;left:18.5625rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PoFtzMaJWOv9Rml1Ofmr9sxySVGRcfr1 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15036;line-height:1;letter-spacing:0;top:45.9990234375rem;left:2.654296875rem;height:2.875rem;font-style:normal;display:block; }
#VCrWqoPA1pKscVssFNesd9ILGw7iKkuE { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:4.6875rem;top:40.9990234375rem;left:19.966796875rem;overflow:hidden;display:block; }
#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc { position:relative;display:block; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc { background-color: transparent; background-image: none; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row .container > .video-iframe-container { display: none; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row > .video-iframe-container { display: none; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .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); }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc { border-width: 0; border-radius: 0; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uvd4m3IWmXJge03N6qdQTyuqaX8E5IIc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f96915;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZ4uChFs0NiSFnmkfGAEPp5wCfGUf2oo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: -0.8125rem 0.75rem 0.6875rem rgba(var(--color-primary-4),0.52) ;box-sizing:border-box;color:#f96915;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:0.90625rem;left:28.75rem;display:block; }
#ZT3ITh1vSPBKzAEuWG4R49T7441Lf6ZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz { position:relative;display:block; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz { background-color: transparent; background-image: none; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row .container > .video-iframe-container { display: none; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row > .video-iframe-container { display: none; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .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); }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz { border-width: 0; border-radius: 0; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CXaEqwAaFPNdhPAfMm6HCqCs63af0CMz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vlwmbdNrSeOzwGsmh6c32yTTVAL7cWUT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:33.6875rem;left:68.25rem; }
#Gcd4ZooO0WzI117oacTlANQEv7G8g48Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:9.3994140625rem;left:67.625rem; }
#bxn9eqbXpV4VJL0WrubVgKMtDDd5cbQk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:9.3994140625rem;left:3.75rem; }
#rUsPJJB4w6og34BM1bzpnyqsl1uSOp4m { color:#f96915;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15058;line-height:1;letter-spacing:0;top:3.6875rem;left:13.6875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrSsG7rIB7JEr8Nh9CWzg6SiohRIp4nD { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:6.75rem;left:25.96875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zi71t8SAarmtn5UWuBFGCiZBPdJTvw0z { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:10.5048828125rem;left:9.71875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRbx98sGEbOQhQDnDp6pIxIWTCXWyqmw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:10.3798828125rem;left:48.90625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#RFZ8kkeB8QaTEUJpPNcmZOd1kLyV4iIA { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:34.1875rem;left:50.5625rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#EPkBna8vX3boF5AAiIHdwgs1TLxEu4wF { box-sizing:content-box;height:3.5rem;width:5.25rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f96915, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #f96915, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #f96915, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #f96915, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96915', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96915', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #f96915, rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.75rem;left:3.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#AU0coPlTs227Gpvg1pApdHTf7ICTCKnx { color:rgba(var(--color-tertiary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15065;line-height:1.2;letter-spacing:0;top:34.6875rem;left:4.4375rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UnRAPssi6fiFfbTkwJUeOfdacPSQvlMz { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:34rem;left:9.8125rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOcQvRUFK90LxTZ4oLI9IqqAzP1Q395d { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top: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:32.6875rem;width:40.9375rem;top:12.625rem;left:15.09375rem;overflow:hidden;display:block; }
#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ { position:relative;display:block; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ { background-color: transparent; background-image: none; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row .container > .video-iframe-container { display: none; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row > .video-iframe-container { display: none; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .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); }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ { border-width: 0; border-radius: 0; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sK6Gyo89gJxzQhCfgCxMaGPwLPDn77qQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SZQ72HElqcFk9R95OApNUbWIJDXQofhn { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:1.625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:11.6845703125rem;left:38.2490234375rem;display:block; }
#Ov6X0JGCwJS0z28zVDpTNZUckidqLI8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFe72nsKGaMsppTEeW0xXw0BC9sEiRiy { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15035;line-height:.6;letter-spacing:0;top:5.4375rem;left:23.09375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDtanIWzhHdv6nn0SsTuzhOl17wz4nB7 { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:65.5576171875rem;left:13.75rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#x8yoTT1QJOyr95bedFC1INPrFhXiUtbd { color:rgba(var(--color-tertiary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:16.5791015625rem;left:14.5rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwZ0M9nBo6dL6zNty5JTyWGKC7rHK9us { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:15.6845703125rem;left:6.5rem; }
#mk9BvOh2PdApxgoAcG6P9hGy8EZPS1rD { color:rgba(var(--color-tertiary-2),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:25.375rem;left:13.5rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ChlCxrt4cOWPPWvAunZUmm0zEJ5mPAV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:24.1875rem;left:62.5625rem; }
#olAVoLxMXkpKnxysWGGpXi4DmTSTNg9k { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:35.0625rem;left:14.5rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nOrqEfP4ap1ieyvQ6NQCiOT7JbPttHJC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:34.04296875rem;left:6.5rem; }
#UopdLL45G52MxM97TfwLpR3utFHSHVwT { color:rgba(var(--color-tertiary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:44.98046875rem;left:13.0625rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#WIkpcPNdZmhAEvOlV0Ps8FU9o21B83Dq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:43.78125rem;left:62.84375rem; }
#SV3WlQlTORTu1zKiepmoEhP1HVLbXGQR { color:rgba(var(--color-tertiary-2),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:54.7138671875rem;left:14.09375rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zS80AiwzcfBOeRgTveXG7p15yLrWqzVd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:53.0693359375rem;left:5.75rem; }
#FT876zXFLBLN1XTkQQaW8MHnPTFSB87Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:63.7880859375rem;left:62rem; }
#zA8XuToJudIneLsZhOWLRMO925iFLWzN { position:relative;display:block; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN { background-color: transparent; background-image: none; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row .container > .video-iframe-container { display: none; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row > .video-iframe-container { display: none; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .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); }#zA8XuToJudIneLsZhOWLRMO925iFLWzN { border-width: 0; border-radius: 0; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zA8XuToJudIneLsZhOWLRMO925iFLWzN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f96915;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NrA2cyMKvMoNJ4JOrwzF79WhanS1HIyh { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:1.625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:11.3125rem;left:42.0625rem;display:block; }
#Z1nHnXVEuMTz33vEBxeexPw6mt4Hvl8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqkIiCkVEyHD3L66FQSBbHAhcoZXW78b { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:300;z-index:15035;line-height:1;letter-spacing:0;top:3.40625rem;left:3.3115234375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbvUh52cK8g2JxbhEOITFFiVuBMwATez { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: -0.8125rem 0.75rem 0.6875rem rgba(var(--color-primary-4),0.52) ;box-sizing:border-box;color:#f96915;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:4.71875rem;left:52.6240234375rem;display:block; }
#KSUTJrZTzcqQ2XPNMmZr9FAZ2DxAfzga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeeRU5093823e9v17tPdzT5zhGo4Extu { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:8.5rem;top:6.53125rem;left:31.375rem;overflow:hidden;display:block; }
#A7N0ToOuPvz8gKncgicS5WQB1VktPSwt { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:9.8125rem;width:7.125rem;top:4.53125rem;left:43.59375rem;overflow:hidden;display:block; }
#NLNS2nK20Pi9gJ5AhNOtwrVxINXaBh74 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:13.6875rem;width:19.5rem;top:1.6630859375rem;left:31.21875rem;overflow:hidden;display:block; }
#hqUlnf6QKbxkIZqP6GBuaL19hGuDcfLT { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.625rem;top:7.875rem;left:64.0458984375rem;overflow:hidden;display:block; }
#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX { position:relative;display:block; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX { background-color: transparent; background-image: none; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row .container > .video-iframe-container { display: none; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row > .video-iframe-container { display: none; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .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); }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX { border-width: 0; border-radius: 0; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fdqpKovpFEvcF1ROdVuA2TXZ14P0wbqX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Avli9pCXHabGRWprTTh27avJpLMfsNDm { color:#f96915;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15058;line-height:.7;letter-spacing:0;top:6.4375rem;left:9.6875rem;height:4.375rem;font-style:normal;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-form-header {  }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:bold;color:rgba(var(--color-secondary-2),0);width:23.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:0;overflow:hidden; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-text { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.19);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:23.4375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-textarea { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.19);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.19);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:23.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;overflow:hidden;font-family:"still type";line-height:1; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(18deg, #f96915, #ff9e00);background-image: -moz-linear-gradient(18deg, #f96915, #ff9e00);background-image: -ms-linear-gradient(18deg, #f96915, #ff9e00);background-image: -o-linear-gradient(18deg, #f96915, #ff9e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96915', endColorstr='#ff9e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f96915', endColorstr='#ff9e00' );";background-image: linear-gradient(18deg, #f96915, #ff9e00);background-size:auto !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:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV [class*="-text"]:-moz-placeholder { color:#f96915;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV [class*="-text"]::-moz-placeholder { color:#f96915;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV [class*="-text"]:-ms-input-placeholder { color:#f96915;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV [class*="-text"]::-webkit-input-placeholder { color:#f96915;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .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:var(--paragraphs-font-family);line-height:1.1;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .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; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-container:first-of-type{padding-top:0;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-container:last-of-type{padding-bottom:0;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15059;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:25rem;left:2.8125rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV {display:block;}#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15059;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:25rem;left:8.3125rem; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #AXX2tIBSTOfZfUxy0qyaGXtR0Jz1ILRZ { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #D8XU9lcXUxngko3IBWSQkbSy6ggolpfZ { position:relative;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #MBve1Tu24gcpMN32U4avyK4TexnTGxu9 { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #EglfRk4RT2OAxUqp0FrLd7EqGMhxEdfT { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #ecOQANpXSNpZTybUWzWouzAuqhWBhQoi { position:relative;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #SmlgTNrc4wpyG2TV4XWnmfnRNTbSQDxI { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #lHDlkEJl7u4M9k9fCWRX7SwTDgNXDgWP { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #QvQW9ov2L4axFhECuSrftvW700RqIFRR { position:relative;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #PLSt0W8dBwKdSFiP2DK5TGkewPU9Wg2G { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #aUoMgJFgLKT5plxeeB6TTH09J6lVbJKo { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #xxAtUkIqmpFkw3N7S3WllTUyoFPz90Dp { position:relative;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #BZUha64VuIEupzS57w8QK0acaOtigrRH { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #JImwcwmHTyl47qVTtdl7SzykvhBTzDuS { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #x2hIzSLLtMFp9gbQbkcRXrv1xa2x6cpG { position:relative;display:block; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #kNgl2UDMNusVqtXqtsRItTToJS2gEm78 { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #C3fufSvHDFwd4Km6ZuMz6hFIpMWtL7du { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #OBSFTo2yfETG4XFoik021u92FvpWvXdR { position:relative;z-index:2; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #bT9eNia974JeZK88QBzlEV14smsTV2FD { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #HkotNCTx0temX0HQMElPstMzsMOE9vkX { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #tJznBfE9dvGJZVmBiBr6JSQmszcLIE9i { position:relative;z-index:2; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #niQXfApTmCRW13hkUhkJ6pQSk56rBWha { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #PTc91H2coQvAaUxV25E9RQQeasC8TaTU { position:relative; }
#Q8oG10736ZbED8MmEpB5r4RefTHU0QkV #g4evTe7FTfV0odTOBb2kF6vlbDLF2fWW { position:relative; }
#PnwVnKrpbOTE41rTdeoV3T8tEZpAWLvB { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15059;line-height:1.2;letter-spacing:0;top:13.875rem;left:9.6875rem;height:4.72265625rem;font-style:normal;display:block; }
#gf4N8puDoQgstlO2vnsmGfzD3TsazUve { color:#969492;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15059;line-height:.7;letter-spacing:0;top:21.9140625rem;left:9.6875rem;height:1.57421875rem;font-style:normal;display:block; }
#GGmArA9GbPzXCS9CJAxaiohMageQ9lKu { color:#969492;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15060;line-height:.7;letter-spacing:0;top:21.9140625rem;left:45.3125rem;height:3.1484375rem;font-style:normal;display:block; }
#VoCPEVhsZE6Exy2ITlNWvD8tkXpbUb4i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.5rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:43rem;left:52.25rem; }
#VG17zWu55FuvumcD5VXdiHPMJmebl2D2 { color:#f96915;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:33.6875rem;left:47.0625rem;height:2.17480625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rFRXhTOgn2BoghoxltxqKnFTk3RTVMge { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:38.4375rem;left:41.4375rem;height:1.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aCbEKUJTlmy2qOZtm9AhkgS3Ts3fHdCp { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:36.6875rem;left:41.4375rem;height:1.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U { position:relative;display:block; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U { background-color: transparent; background-image: none; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row .container > .video-iframe-container { display: none; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row > .video-iframe-container { display: none; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .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); }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U { border-width: 0; border-radius: 0; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BZ1KHU4WANDkDpfsSCEHXBGkvCGuA36U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NGhkTKf2Aglezy9N8DTKial7ETiJ76dH { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15077;top:3.6234817504883rem;left:31.250003814698rem;display:block; }
#rduabI3d7wtJDSNCHDKVHpw3gRvJ62G5 { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15078;top:3.6234817504883rem;left:35.061851501465rem;display:block; }
#aCln4BqnwMSrO90J7bzJiTseSAvCEyW1 { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:3.6234817504883rem;left:38.748920440674rem;display:block; }
#sZskLZadRKtn7iGiDMzI1LrQKrrW7oet { color:#302e2c;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1.3111991882324rem;left:32.812503814698rem;height:1.8681625rem;font-style:normal;display:block; }
#JrrNgaAbidnVz2S4J4ZJ4iA5NDGnnZOe { position:absolute;display:block;z-index:15074;background-color:#302e2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:75rem;top:7.686875rem;left:0rem;display:block; }
#sgboDOUCbJRwDE1uZMpuuWVALKPhdymp { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:8.7958984375rem;left:7.7490234375rem;height:1.21875rem;font-style:normal;display:block; }
#ZEDy10MdvOkQl2khm3SvU1UwfPCAt9GR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:8.8125rem;left:54.561634063721rem;height:1.21875rem;font-style:normal;display:block; }
#W4BU8rVNrwaLZNnu6ZkR4anK6ptHnzg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:8.8125rem;left:65.0000038147rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R9Dz3HrzCRcXe5GcmJrDgWn5w4vTqLTD { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:9.9369659423825rem;left:56.624641418457rem;display:block; }
#nuCr8TPCh49kX6NuOz4zFeWrCbxOMHR6 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.77);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15078;top:8.6236991882325rem;left:6.3736991882325rem;display:block; }
