.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/f6f2cea0-f2cb-472c-b2dc-fdaeb7689730/nowy_KV_APD2025stany_nagle_D.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w.adaptive-delivery-prevent-bg, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyload, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyloading { background-image: none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row .container { border-width: 0; border-radius: 0; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#TaaztVJNtgpz1pZaXHmRf0xlq4g4hGTc { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eziZIxWw2r5sRG1h41ewN3GB518EqEGd { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#lWO4ibFIQzOU25wq2vq3L0TRAHo9uW29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7ehDzVDKz9NUXCvhUXTUzJ8wESKIop1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#rAAJPbICirphF6srfp19gLpmlxP38KVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eF36poQgdFiENwFFfvmwJoxccJxOLnGb { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#zR68NApQtykeCpWVzR5UUTQtSJbiW2aQ { background-color:#f46a3e;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.25rem;left:40rem;display:block; }
#C8EAQsqDXEVtTpBNds8LULFRIAINGH1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s882NbBFPLiuC8e80QgTw9hQGIK1FQ1f { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lN5CDK4fHsko0JEZqTXVNJrlDa20z34Q { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#HFzaS8NTS0Ap25xb4287ysqpZpgn5AKt { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#b32306;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#WzElz3zBhyvwlJADD0O0QLSFVNQW6L8k { position:absolute;display:block;z-index:15035;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:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#sya8uXTSHRWFOZwQMRRWBpReqv6ZMP03 { 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:53.9375rem;width:74.875rem;display:none; }
#GptP318t8LH9rnJ6RBMtSO1JMaKyVamq { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#NMWp5bWTNMevihVXwMJWzL0CmIqSLJBf { color:#b32306;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XL7kSL69zk5cxDTKqt3LiAl5VqTLPxwX { color:#b32306;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.27461875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ki22RzJb0Px0VCnEFsNBpBWft7Ha1AIE { background-color:rgba(0,0,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 #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:29.3125rem;left:56.875rem;display:block; }
#nAIwaRVmLkICB1kTNkQGDkX5RLHyczTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7gwMuM7fVpTa6475eeNTl8fOslcz5QU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:12.9375rem;display:block; }
#m4hLayOaDLhnAe6Q41DJOEzPd61PcG87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTn0uKEXwCRieHPc1JShtXxzX85v4H8J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.25rem;left:18.5rem;display:block; }
#WyeVV0z6Tc6xwiGPIS1p0eHC4po6CrFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOFGVcBekENoSPGCzbscfNa9vyM6t3D8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:24.25rem;display:block; }
#CGmaobmpVGiIkJyMFU4OINHgu283GfQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMIsco2hvFxB8KdHfmsrh1JG2ffiPEea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:27.625rem;display:block; }
#LTSuD47SSOhzJGqdH62tVuxWyvkUzcZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UittPxcwbHZxNtbloZJyAIaRfmTD3168 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22rem;left:46.25rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTVa3M3h3Lb5PK1T61nXzpXoyyVTrxbs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:4.6875rem;display:block; }
#rtATvwGCQ0zxCJ2nkkJQI80wIgtXTRQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/f6f2cea0-f2cb-472c-b2dc-fdaeb7689730/nowy_KV_APD2025stany_nagle_D.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.adaptive-delivery-prevent-bg, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyload, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyloading { background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { background-color: transparent; background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .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); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { border-width: 0; border-radius: 0; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#l4ARyuTtl4MtLpeNwBNfaorBiKkz0l2w { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQzfrh6rkbUbALIyOa7CSuKkTcGGFNB7 { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#JgIhq6GAnD6Cy2LpBedixEZWMzusuKkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6AX0WAMTFBFk401Frz5vZHi5xP7AX46 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#WRKB9bbl3bZGLrHaz8ylX55bRA1iQ9z8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKexOv7sACrW5Sr2dxdmHFWyCg49xZUF { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#r4mi4zNU5a6uGyLKa9lNH7GPOZuJI3l6 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cq9QRAOtbOnDh8k67rQLTWiwTRTp26p3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#dhyMv1u691ArEgetuaVLML1dEG3Mc69v { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#b32306;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#rSy3l5sN21S6WkVGXrV4zRVbWtGoZ4B7 { position:absolute;display:block;z-index:15035;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:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#vqfwF203AgyoPa0X3CD8i4DVklOwKrHT { 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:53.9375rem;width:74.875rem;display:none; }
#kBHeeSsGxSCekBDLBeDEUGmgWhoTkL7w { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#n9bNG0PpHOmVaF46o97d8M8oXGUpTMOq { color:#b32306;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15159;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEkc8CxQmbECdwe3FBhOOaC5TAFOpB8z { color:#b32306;display:block;width:6.25rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.27461875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJEbAWAUtcaSEkJIOk7e0yb4W8rIkG5v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:12.9375rem;display:block; }
#f6x0OoPMTBNIAyNNmiubu3I6OwTuHHN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euD9O8vBz2VKxDdNho3mO8gOrZQthc6a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.25rem;left:18.5rem;display:block; }
#dOFIrs9pFLSFThTTEUQDsTDWbvLn1bX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJesTHVeSRICJSEnCgqZ2ymnEgQ2z7KJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:24.25rem;display:block; }
#gZTd13vDG8ppDCA6qln7G8wyut4EfT3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTHLBLCSLRxI3KD846zhuzlRGZumIEsV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:27.625rem;display:block; }
#Je16L4brrec5F3B9LVQTBa0KfDaK2q26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKEuTQBdSW5nDbgaBS3emp5QbeVpGl6W { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22rem;left:46.25rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqbS0ktsPeEKVrCo0fGCZ8vmJr9uV2iq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:4.6875rem;display:block; }
#NnZ18Qz061HJFnWwiofMz5rBhdUx90vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfcF8I13HkO7TARe3a8v7G53U4dZIk6o { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.875rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca290a;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; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { background-color: transparent; background-image: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .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); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { border-width: 0; border-radius: 0; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#JV21KPfA6cpK9C1aMKmlWn8euppvgxHO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzePSntBuOUiKSbxPr038tXuI85SEBp4 { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:8rem;font-style:normal;display:block; }
#ZVEDyvpMNaVHGWa2IfbyWbNoR4uM9LHq { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.40625rem;left:10.625rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxLHiGNwFz9NzTJ6UsM0ZfXOJO07wabG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:22.21875rem;left:1.875rem;overflow:hidden;display:block; }
#J7kzcTDrnf1CT9mJtd9M4QkIGt7b8aeN { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#b32306;background-image:none;top:0rem;left:37.5rem;display:block; }
#UJfArmZA7Wov7TBPBqeUocD3dUyDooPC { box-sizing:content-box;height:19.9375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(179,35,6,0.8);background-image:none;top:8.75rem;left:0rem;display:block; }
#UVVUCeTqtoTmnkeXAc6lCT6mKDeoPlOf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:10.625rem;left:44.375rem;display:block; }
#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2fa3a342-de10-4aab-9a52-b2c42441b9ec/APD_2025_STANY_NAGLE_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.adaptive-delivery-prevent-bg, #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.lazyload, #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF.lazyloading { background-image: none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { background-color: transparent; background-image: none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container > .video-iframe-container { display: none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row > .video-iframe-container { display: none; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .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); }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { border-width: 0; border-radius: 0; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF::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; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:4.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9375rem;left:25rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:50rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:50rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:4.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:5.1rem;text-align:center;text-align-last:center;display:block; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:#f46a3e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:#333333;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:18.28125rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:39.40625rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:#333333;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:#f46a3e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:38.125rem;height:1.5435625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:18.34375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:39.90625rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { position:relative;display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { background-color: transparent; background-image: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { border-width: 0; border-radius: 0; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.9375rem;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; }#wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:4.5625rem;left:0rem;display:block; }
#e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.2062530517578rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:1.875rem;height:3.08711875rem;font-style:normal;display:block; }
#PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:14.875rem;left:0rem;display:block; }
#DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:14.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:21.1875rem;left:0rem;display:block; }
#KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:20.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.037506103516rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAuK54BVy7L24XyritoLt0xvpvIi2SPx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:27.5625rem;left:0rem;display:block; }
#gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:27.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:30.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:33.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#f46a3e;background-image:none;top:33.875rem;left:0rem;display:block; }
#kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:38.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#f46a3e;background-image:none;top:38.8125rem;left:0rem;display:block; }
#btyNPQDasrE3fnu1v2sKF27blDypGDDO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#c7c7c7;background-image:none;top:10.1875rem;left:0rem;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:#000000;display:block;width:67.6875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.087125rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:5.375rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:4.65625rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.6875rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { position:relative;display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { background-color: transparent; background-image: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { border-width: 0; border-radius: 0; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { color:#000000;display:block;width:69.25rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#ULAF69TcadhVILA3pigiDSBnKffxGT1N { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:5.375rem;left:0rem;display:block; }
#gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:11.6875rem;left:0rem;display:block; }
#aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:17.9375rem;left:0rem;display:block; }
#KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:24.3125rem;left:0rem;display:block; }
#RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f46a3e;background-image:none;top:28.812503814698rem;left:0rem;display:block; }
#aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:28.437503814698rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoBiQ5J2erNLTp7iRQ8LTgFpszFTtGep { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#whU6p4VqCCnJFQQzKRoQsHRaZAnwfIE8 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0868rem;font-style:normal;display:none; }
#DPEHiDTSXsxbts9ZqbtGgrUqFvDJgQT8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH { position:relative;display:block; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH { background-color: transparent; background-image: none; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row .container > .video-iframe-container { display: none; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row > .video-iframe-container { display: none; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .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); }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH { border-width: 0; border-radius: 0; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .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; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;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; }#Xu5Fi4NwwUGpTrWRdBbuKQw8XTZriNDP { color:#000000;display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.087125rem;font-style:normal;display:block; }
#B87BCd3mo6PycS6J9KWHinMndBT6lw0M { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:4.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKI3vHWNStMLGSggUick2bRgV8hJMQcX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f46a3e;background-image:none;top:5.1875rem;left:0rem;display:block; }
#RxopEXbJo5yD7hpLqBhXEFNFfkk96o64 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:8rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H34vI2eBxTHck8aTFqEmw5eJWdpfNHaq { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:14.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWVTdmHnfL1exTlSSAxmtJyK3zoGdnO6 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:11.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kcxEW44xKOsL0ZTgH5EAWNfTQI2aIK6J { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:11.5rem;left:0rem;display:block; }
#TTUqT61GtmgZQ8tHIvmMTG4ZXoufF9BL { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#f46a3e;background-image:none;top:17.8125rem;left:0rem;display:block; }
#hCh5MTNvmHvTT1u81u2WnsCbhtJWylTC { color:#888888;display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:20.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awqHfC0cLEbcWtOl8eTTNMkWLVDtmSMX { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:17.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgzeDq0S4XflK37WBVHs2OuJVUQJLWyB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#f46a3e;background-image:none;top:24.0625rem;left:0rem;display:block; }
#b3V7pgnyyxSSPEin5CxuTapBBmpQUfBM { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:23.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgyckeSxnpfCHuo0xqeJDRyk1nQyxmve { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:28.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agem95FihZcrGMC0VATEao42455IpT6k { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#f46a3e;background-image:none;top:28.875rem;left:0rem;display:block; }
#c77s51eB5PJCdybGA7ZCn0AXLXIrAahl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { position:relative;display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { background-color: transparent; background-image: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { border-width: 0; border-radius: 0; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.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; }#vX8szobpqaSheMJbJIZD7O7paSsIem6l { color:#000000;display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.087125rem;font-style:normal;display:block; }
#WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:5.1875rem;left:0rem;display:block; }
#ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.7000122070312rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:7.9249877929688rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:11.4375rem;left:0rem;display:block; }
#Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:17.6875rem;left:0rem;display:block; }
#SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { color:#888888;display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u001dI0TXFi7o76LnulpDnANnWHqCEcT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f46a3e;background-image:none;top:24.0625rem;left:0rem;display:block; }
#xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:23.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#f46a3e;background-image:none;top:40.0625rem;left:0rem;display:block; }
#zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:39.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKhsyW0bdTUt6CDpRVvt4mgKhACwaP1a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:44.1875rem;left:0rem; }
#TzlxyTvIEJQUnhdyvAKTJhOmhUZaVDoz { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:44.125rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgONe7Su2S74NWMACPmxJRF92nKI4QlE { color:#f46a3e;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:44.125rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ScT8UfWz8ImXuTw5vRdgW1CXnsTvzfF2 { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:43.6875rem;left:60.9375rem;display:block; }
#JFsVoS85KTgh4XdLziZnT2x44k3xJb4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVVqlH3CQTbWiUROy9X5e95bvkNd9Bv5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:44.1875rem;left:73.4375rem; }
#iBZq3dNliXl942pieqcDzbIOOvg8Hhhv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#c7c7c7;background-image:none;top:0.375rem;left:0rem;display:block; }
#CrOSyr4BJGFMT2fQt8Xpo1hKM6ZOGybx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#f46a3e;background-image:none;top:28.8125rem;left:0rem;display:block; }
#Db2WXKvpZqHccIK1LTGezgpr4FBJ2Gs3 { color:#888888;display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:31.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAp3E1p33yJPAyXJwXqJPS4J2BduP9MV { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:28.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhFBIOILIzoW3HmfbuLv1Hh1Z9NEGeyJ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#f46a3e;background-image:none;top:35.1875rem;left:0rem;display:block; }
#OLd2nurRfBmSo4BLJPSG4Cqg2aCCdOC8 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0N6gBOqDapxT0htxUrWzUio14m131lZ { position:relative;display:block; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ { background-color: transparent; background-image: none; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row .container > .video-iframe-container { display: none; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row > .video-iframe-container { display: none; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .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); }#E0N6gBOqDapxT0htxUrWzUio14m131lZ { border-width: 0; border-radius: 0; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .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; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#hLLfQcEoMSPdUiT53R8vwgMkL6UL10cC { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6wgB105G2dyLdUGPBaPXVMSQL0usRHz { color:#000000;display:block;width:69.875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.875rem;height:3.08711875rem;font-style:normal;display:block; }
#BwtDftaTgLs2TOMn2Q8zFhSarBist89V { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:9.6875rem;left:0rem;display:block; }
#prX7mXWn7w9Q3NZTQRU24mCaeVOrosU6 { color:#000000;display:block;width:66.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:9.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viirFyLchTUIwLPOb1vvPeJblgA7lBz7 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XveLukJCZ41g8gpIVrytpVFzabxdMk97 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:15.8125rem;left:0rem;display:block; }
#dOEnTrItL8MmFi0xJir66NL5hko9KtkW { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:15.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zr3ItL395spN7oloyCgRKUX2Onr5SI8R { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7NaBd81CAa01iN1DZVFbai521I1f5vQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:22.3125rem;left:0rem;display:block; }
#PrBLdEx7loMD7oWkXO97Jf2fo7B1aR47 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:21.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wD678FJ8tBC8ton7we8xdqUJmrtLeDp8 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJ11pBPRJxFCO1Gm6qbZs7sn4JW26bHG { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:28.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PN6OTHS8BV6xkmvziPL7puO6Kh8BssiT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#f46a3e;background-image:none;top:28.625rem;left:0rem;display:block; }
#lliuBbJIvIM1p1tCfR95fm2FiSTNqp6W { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:33.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SabiAqtss9hxCTrwtqeDHTaviWdLDn6O { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#f46a3e;background-image:none;top:33.75rem;left:0rem;display:block; }
#GPEg9F6u0C9FzC3QxeaCo5EbMy4fWvNd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#c7c7c7;background-image:none;top:4.75rem;left:0rem;display:block; }
#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { position:relative;display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { background-color: transparent; background-image: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container > .video-iframe-container { display: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row > .video-iframe-container { display: none; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .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); }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o { border-width: 0; border-radius: 0; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .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; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;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; }#wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { color:#000000;display:block;width:69.25rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.087125rem;font-style:normal;display:block; }
#TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:5.375rem;left:0rem;display:block; }
#ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.25rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:11.8125rem;left:0rem;display:block; }
#BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:18rem;left:0rem;display:block; }
#nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DWVB7vMRlekahE87MGLoeifQbSkeNrDn { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:24.3125rem;left:0rem;display:block; }
#SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eE9ffWTpyzypuVq63VsZkxRSDil6XRnK { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f46a3e;background-image:none;top:29.0625rem;left:0rem;display:block; }
#m5Bmg3pZAUKdSOFzkwJbDHHMsLPrqTUm { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:28.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJKDESa5LvLWiOsBPe0ZAiz6W8gh3g7h { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq { position:relative;display:block; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq { background-color: transparent; background-image: none; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row .container > .video-iframe-container { display: none; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row > .video-iframe-container { display: none; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .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); }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq { border-width: 0; border-radius: 0; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .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; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;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; }#Pk0yP9Nge88V22ReAFh3UdVSc3KV3EhQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:5.5625rem;left:0rem;display:block; }
#X7IiMUDplQBeRCdSZIdhtTEBZor2kb7F { color:#000000;display:block;width:65.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgKNcJc0oFX37Heet6b1rPNQdlzx0T5S { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S0EzOCqznTfBkgJTTpFIFtG09CZxSWr0 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.625rem;left:1.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FcdgvEf4O0qiuZO9c3bCbdtuydOy7bVa { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPMDMaWw7UzfgPZaiNCIQJDsazzlw76e { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:11.75rem;left:0rem;display:block; }
#pEQ1POgyehAmylpg14xoF78FMLGNPIhT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:18.125rem;left:0rem;display:block; }
#hbyx1RU8ukNCWdOZTRbDlc9xCe0vNeVC { color:#888888;display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AhRV8veu8aBZcuFWKvIb1HMC3DOKZHUS { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsENnqceUGKpFWScMogiJEX8mTvk2wuz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f46a3e;background-image:none;top:24.8125rem;left:0rem;display:block; }
#Fr8DhoL6a36l0XbhV6rcMqsHWss1yvKT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:24.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKBOufrMnm4OoyRN14wsPOmAhD5neZO7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#f46a3e;background-image:none;top:30.4375rem;left:0rem;display:block; }
#HdNJVmlXtAqkvHbzRBqIBQsl7afTxh82 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:30rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJTcTBlATAAmDbGAoAgsm0Ti1Flk8cXi { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:37.25rem;left:0rem;display:block; }
#RQJfGs5XNPFHt59BPQ9JVlDI3fJOXgaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQgqgwSSyZAobAFIysOrcvV5PTGCNCV0 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15085;line-height:1.6;letter-spacing:0;top:37.75rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xg1JlWPaqPnJ99cC3bKaBn4yqCCuNJKt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:37.8125rem;left:0rem; }
#IHqLUV8RVdbXeX1O9vqVPvQwzhuds7Pu { color:#c7c7c7;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:37.75rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L37iTbXFzPlM49VF2Hl6cJSbQf4ZD6w2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:37.8125rem;left:73.4375rem; }
#lcuuSNyfGtQLpqM0TyrWHvtrQ01mWv8n { color:#000000;display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.5625rem;height:3.08711875rem;font-style:normal;display:block; }
#FLO5wFl2V4KZ4dFaUy6OEO8GTEHIzUU9 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .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; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .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:#333333;padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:inter;font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:#333333;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:inter;font-size:0.63125rem;font-weight:400;line-height:14.31px;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; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { 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:rgba(0,0,0,0);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:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;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:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.13778125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/6a2fff9c-53e3-4ecf-8cf8-a38a60945c4f/apd_CENA_stany_nagle.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { background-color: transparent; background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .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); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { border-width: 0; border-radius: 0; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { background-color:#dfdfdf;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { background-color:#dfdfdf;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { color:#dfdfdf;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769790649414rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;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; }
#xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { position:absolute;display:block;z-index:15012;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:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { position:absolute;display:block;z-index:15148;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:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#MqGu5BtNBU5qpHqXvdRvP8TusQnpKJx4 { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#b32306;background-image:none;top:0rem;left:37.5rem;display:block; }
#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/6a2fff9c-53e3-4ecf-8cf8-a38a60945c4f/apd_CENA_stany_nagle.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.adaptive-delivery-prevent-bg, #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.lazyload, #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.lazyloading { background-image: none; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa > .row .container { border-width: 0; border-radius: 0; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#Qd88x0kDcAaQ4goVIS7zU2TXJZF3BB5t { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#JkE2aSwsTLzsgNoDhVdX5r3ohHQXKRaL { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#c8tFBuTZTT9GLwSVdvPcAEW9f2f24vqL { background-color:#dfdfdf;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#wCN5aOly8MPFTQ62r6cUdU3T5M5NFLlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ao9VmkdqTR4g97WcSZ2b6ICQEwzBSQiG { background-color:#f46a3e;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#ueoXOp3TATvVKMRygNPvGAzb1D7Ny0Ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4FNm1M3LQh73xpQ9WMGaGhXTBEWBsEg { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8cA07WgerE9aVoDyvCJ3wCTIR3QzRJr { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsLSJvDcPAvatsm0v3ca2f4oOwT5AL9r { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJdSi2F4MTKwmki7bcrHdHewM7xAxLvd { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckTwDoDkVLxqVNUEy6T37GbcHMnoq14S { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769790649414rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eShsTG1zTlpyKtHA1ipldX4wTwoHpBMv { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUA9qT9nDaVcV9xA4l6qTrhwXR5AADvh { color:#dfdfdf;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5Ep80FbySRcNsMlJsi9qTIUCyFQMH3S { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;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; }
#l9Sh0tM3wsTgnMAgZiRSV5m96qhTJhUU { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMCG4OxWAHiZDwETTUJ8DRPnkLBIqGBc { position:absolute;display:block;z-index:15012;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:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#XyKP8FqpmUXTyAzUNPO8oHRR0VwmW6OV { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qn52rTxI6apOLksFqITCJL3ebZQ08KUe { position:absolute;display:block;z-index:15148;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:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#TltrzkCRPIIOtkV59Ouk0itoXbWPVrTp { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#RqDdve7A6gNNmsgU8vtK1qK3PQemuz5A { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:#b32306;background-image:none;top:0rem;left:37.5rem;display:block; }
#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db3818;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; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { background-color: transparent; background-image: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .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); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { border-width: 0; border-radius: 0; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:26.3125rem;left:0rem; }
#MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:26rem;left:3.125rem;height:7rem;display:block; }
#mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:10rem;left:39.6875rem; }
#VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:2.8rem;display:block; }
#ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.5rem;left:0rem; }
#mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.125rem;height:8.4rem;display:block; }
#QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.0625rem;left:0rem; }
#Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.2rem;display:block; }
#mb86bImQceket5drO63pQEXBXcIg9wtT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.8125rem;display:block; }
#ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:24.912498474121rem;left:42.78125rem;height:4.55rem;display:block; }
#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { background-color: transparent; background-image: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container > .video-iframe-container { display: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container { display: none; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .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); }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { border-width: 0; border-radius: 0; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { position:relative;display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container { background-color: transparent; background-image: none; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container > .video-iframe-container { display: none; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row > .video-iframe-container { display: none; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .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); }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container { border-width: 0; border-radius: 0; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#LyD6n9VlsbS5E0q5mOzA5KF4c3LQeRTz { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#sVCWKdG0poEnwg6RSfty2F49NeX6uJag { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:12.5625rem;left:14.875rem;overflow:hidden;display:block; }
#iidXeCQN2wsmZnk3dbyMAwt4U99rJlaH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:22.0625rem;left:13.9375rem;overflow:hidden;display:block; }
#aIN1UvTf4F4upGLQSgTkzBpoX6Dz81SK { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.6875rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ahhO5BRG2FT0rX8xTWWTWbsrypcACqzQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:20.9375rem;left:47.6875rem;overflow:hidden;display:block; }
#l8kVxZ3OxBPBEXgqA6d2KRz5VFVwtdaG { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#SwV4rSbUzFPIAMBqMxIAWicXNrG6UwBd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13.6875rem;top:12.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#pHIOM81XOLvMhepJb3PasipuJOawEUMx { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#fibWRDTcByNpO89ARROnRcdvCCZfNSW2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.375rem;top:2.375rem;left:29.8125rem;overflow:hidden;display:block; }
#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container { background-color: transparent; background-image: none; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container > .video-iframe-container { display: none; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row > .video-iframe-container { display: none; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .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); }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container { border-width: 0; border-radius: 0; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#hKiqJsXzTFUxDFbvUzHZvSyRlHLzXfcN { position:absolute;display:block;z-index:15019;background-color:#efefef;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:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#cnH8OxN0L2TGlTfvOJFzZdFFbFchA2wa { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCcUNicnZTxHK7fvkxxh0rQGHW39JBgJ { position:absolute;display:block;z-index:15020;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:11.5rem;width:25rem;top:8rem;left:25rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { position:relative;display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;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; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;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:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:#333333;display:block;width:71.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:3rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.5625rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:40.3125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { background-color: transparent; background-image: none; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container > .video-iframe-container { display: none; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container { display: block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .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); }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { border-width: 0; border-radius: 0; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD::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; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { 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:2.5rem;width:18.75rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.4375rem;left:0rem;height:19.125rem;font-style:normal;display:block; }
#zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35rem;top:13.493751525879rem;left:40rem;display:block; }
#a30576ce1a0393859f69aa0641b23d35.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container { background-color: transparent; background-image: none; }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container > .video-iframe-container { display: none; }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row > .video-iframe-container { display: none; }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .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); }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container { border-width: 0; border-radius: 0; }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { border-width: 0; border-radius: 0; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { color:#333333;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { background-color:rgba(0,0,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(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { color:#333333;display:block;width:25.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:1rem;left:0.875rem; }
#h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:1rem;left:24.625rem; }
#n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:0.9375rem;left:62.8125rem;display:none; }
#mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { background-color:#f46a3e;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.65000152587888rem;left:61.6875rem;display:block; }
#fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hu8bRBvGOTK6cihsvMUByDWs4maqto3N { background-color:rgba(0,0,0,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:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:22.9375rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.625rem;left:0.3125rem;display:block; }
#H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zFm4P3Ke8veUtziARThFX8AoM2vIl57w { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/1f983fb5-753f-4f03-bd25-2694ae7a8137/nowy_KV_APD2025Stany_nagle_LP_tablet.png");background-position:top center !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:none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w.adaptive-delivery-prevent-bg, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyload, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyloading { background-image: none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row .container { border-width: 0; border-radius: 0; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row .container { width:47.75rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TaaztVJNtgpz1pZaXHmRf0xlq4g4hGTc { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eziZIxWw2r5sRG1h41ewN3GB518EqEGd { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lWO4ibFIQzOU25wq2vq3L0TRAHo9uW29 { display:block; }
 }@media only screen and (max-width: 1199px) { #O7ehDzVDKz9NUXCvhUXTUzJ8wESKIop1 { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rAAJPbICirphF6srfp19gLpmlxP38KVg { display:block; }
 }@media only screen and (max-width: 1199px) { #eF36poQgdFiENwFFfvmwJoxccJxOLnGb { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #zR68NApQtykeCpWVzR5UUTQtSJbiW2aQ { width:16.25rem;height:3.75rem;top:39.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8EAQsqDXEVtTpBNds8LULFRIAINGH1D { display:block; }
 }@media only screen and (max-width: 1199px) { #s882NbBFPLiuC8e80QgTw9hQGIK1FQ1f { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lN5CDK4fHsko0JEZqTXVNJrlDa20z34Q { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFzaS8NTS0Ap25xb4287ysqpZpgn5AKt { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzElz3zBhyvwlJADD0O0QLSFVNQW6L8k { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sya8uXTSHRWFOZwQMRRWBpReqv6ZMP03 { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GptP318t8LH9rnJ6RBMtSO1JMaKyVamq { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMWp5bWTNMevihVXwMJWzL0CmIqSLJBf { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XL7kSL69zk5cxDTKqt3LiAl5VqTLPxwX { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ki22RzJb0Px0VCnEFsNBpBWft7Ha1AIE { width:16.15rem;height:3.65rem;top:39.375rem;left:24.5rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #nAIwaRVmLkICB1kTNkQGDkX5RLHyczTk { display:block; }
 }@media only screen and (max-width: 1199px) { #O7gwMuM7fVpTa6475eeNTl8fOslcz5QU { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4hLayOaDLhnAe6Q41DJOEzPd61PcG87 { display:block; }
 }@media only screen and (max-width: 1199px) { #wTn0uKEXwCRieHPc1JShtXxzX85v4H8J { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyeVV0z6Tc6xwiGPIS1p0eHC4po6CrFz { display:block; }
 }@media only screen and (max-width: 1199px) { #WOFGVcBekENoSPGCzbscfNa9vyM6t3D8 { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGmaobmpVGiIkJyMFU4OINHgu283GfQq { display:block; }
 }@media only screen and (max-width: 1199px) { #rMIsco2hvFxB8KdHfmsrh1JG2ffiPEea { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTSuD47SSOhzJGqdH62tVuxWyvkUzcZZ { display:block; }
 }@media only screen and (max-width: 1199px) { #UittPxcwbHZxNtbloZJyAIaRfmTD3168 { top:35.206249237061rem;left:10.28125rem;width:27.1875rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTVa3M3h3Lb5PK1T61nXzpXoyyVTrxbs { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rtATvwGCQ0zxCJ2nkkJQI80wIgtXTRQ3 { display:block; }
 }@media only screen and (max-width: 1199px) { #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/1f983fb5-753f-4f03-bd25-2694ae7a8137/nowy_KV_APD2025Stany_nagle_LP_tablet.png");background-position:top center !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; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.adaptive-delivery-prevent-bg, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyload, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyloading { background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { background-color: transparent; background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .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); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { border-width: 0; border-radius: 0; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l4ARyuTtl4MtLpeNwBNfaorBiKkz0l2w { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQzfrh6rkbUbALIyOa7CSuKkTcGGFNB7 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JgIhq6GAnD6Cy2LpBedixEZWMzusuKkh { display:block; }
 }@media only screen and (max-width: 1199px) { #T6AX0WAMTFBFk401Frz5vZHi5xP7AX46 { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WRKB9bbl3bZGLrHaz8ylX55bRA1iQ9z8 { display:block; }
 }@media only screen and (max-width: 1199px) { #BKexOv7sACrW5Sr2dxdmHFWyCg49xZUF { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #r4mi4zNU5a6uGyLKa9lNH7GPOZuJI3l6 { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq9QRAOtbOnDh8k67rQLTWiwTRTp26p3 { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhyMv1u691ArEgetuaVLML1dEG3Mc69v { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSy3l5sN21S6WkVGXrV4zRVbWtGoZ4B7 { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqfwF203AgyoPa0X3CD8i4DVklOwKrHT { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kBHeeSsGxSCekBDLBeDEUGmgWhoTkL7w { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9bNG0PpHOmVaF46o97d8M8oXGUpTMOq { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEkc8CxQmbECdwe3FBhOOaC5TAFOpB8z { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJEbAWAUtcaSEkJIOk7e0yb4W8rIkG5v { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6x0OoPMTBNIAyNNmiubu3I6OwTuHHN0 { display:block; }
 }@media only screen and (max-width: 1199px) { #euD9O8vBz2VKxDdNho3mO8gOrZQthc6a { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOFIrs9pFLSFThTTEUQDsTDWbvLn1bX2 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZJesTHVeSRICJSEnCgqZ2ymnEgQ2z7KJ { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZTd13vDG8ppDCA6qln7G8wyut4EfT3d { display:block; }
 }@media only screen and (max-width: 1199px) { #vTHLBLCSLRxI3KD846zhuzlRGZumIEsV { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Je16L4brrec5F3B9LVQTBa0KfDaK2q26 { display:block; }
 }@media only screen and (max-width: 1199px) { #rKEuTQBdSW5nDbgaBS3emp5QbeVpGl6W { top:35.206249237061rem;left:10.28125rem;width:27.1875rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqbS0ktsPeEKVrCo0fGCZ8vmJr9uV2iq { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnZ18Qz061HJFnWwiofMz5rBhdUx90vp { display:block; }
 }@media only screen and (max-width: 1199px) { #SfcF8I13HkO7TARe3a8v7G53U4dZIk6o { top:39.71875rem;left:0rem;width:47.6875rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tULPnoOkuE80WmNai5Bo1orTgUw3DCFW { background-color:#ca290a;background-image:none;display:block; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { background-color: transparent; background-image: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .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); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { width:47.75rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JV21KPfA6cpK9C1aMKmlWn8euppvgxHO { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzePSntBuOUiKSbxPr038tXuI85SEBp4 { top:7.8624992370606rem;left:1.25rem;width:24.3125rem;height:12.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVEDyvpMNaVHGWa2IfbyWbNoR4uM9LHq { top:23.4375rem;left:9rem;width:8.625rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxLHiGNwFz9NzTJ6UsM0ZfXOJO07wabG { width:6.5rem;height:7.4375rem;top:21.78750038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7kzcTDrnf1CT9mJtd9M4QkIGt7b8aeN { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UJfArmZA7Wov7TBPBqeUocD3dUyDooPC { width:47.75rem;height:20.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVVUCeTqtoTmnkeXAc6lCT6mKDeoPlOf { width:20rem;height:11.1875rem;top:7.893750190735rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { display:block; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { width:7.9375rem;height:4.05rem;top:1.875rem;left:19.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { width:7.9375rem;height:4.05rem;top:1.875rem;left:35.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { width:7.9375rem;height:1.05625rem;top:6.0625rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { width:12.6875rem;height:1.05625rem;top:6.0625rem;left:17.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { width:7.9375rem;height:1.05625rem;top:6.0750007629394rem;left:35.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { width:7.9375rem;height:4.05rem;top:1.875rem;left:4.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:13.75rem;height:3.125rem;top:0.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:16.125rem;height:1.4625rem;top:1rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.4375rem;height:1.4625rem;top:1rem;left:23.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:13.75rem;height:3.125rem;top:0.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:13.75rem;height:3.125rem;top:0.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { width:0.625rem;height:0.625rem;top:4.3624992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { width:25.1875rem;height:2.8rem;top:3.8999996185302rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { width:44rem;height:2.925rem;top:8.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { width:0.625rem;height:0.625rem;top:13.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { width:36.6875rem;height:2.8rem;top:13.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { width:35.8125rem;height:1.125rem;top:16.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { width:0.625rem;height:0.625rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { width:41.875rem;height:2.8rem;top:19.112503051757rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { width:35.8125rem;height:1.125rem;top:22.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAuK54BVy7L24XyritoLt0xvpvIi2SPx { width:0.625rem;height:0.625rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { width:36.6875rem;height:2.8rem;top:25.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { width:35.8125rem;height:1.125rem;top:28.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { width:36.6875rem;height:2.8rem;top:31.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { width:0.625rem;height:0.625rem;top:31.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { width:36.6875rem;height:2.8rem;top:36.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { width:0.625rem;height:0.625rem;top:36.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btyNPQDasrE3fnu1v2sKF27blDypGDDO { width:0.625rem;height:0.625rem;top:8.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:42.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:43.875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:5.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:43.9375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:35.8125rem;height:1.125rem;top:13.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:36.6875rem;height:2.8rem;top:10.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:11.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:35.8125rem;height:1.125rem;top:19.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:36.6875rem;height:2.8rem;top:16.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:36.6875rem;height:2.8rem;top:22.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { width:0.625rem;height:0.625rem;top:27.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { width:36.6875rem;height:2.8rem;top:27.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoBiQ5J2erNLTp7iRQ8LTgFpszFTtGep { width:36.6875rem;height:2.8rem;top:4.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whU6p4VqCCnJFQQzKRoQsHRaZAnwfIE8 { width:44.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DPEHiDTSXsxbts9ZqbtGgrUqFvDJgQT8 { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1B5IoslPlMUTEuSK5I1OFT7UHt624qH { display:block; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row .container { width:47.75rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xu5Fi4NwwUGpTrWRdBbuKQw8XTZriNDP { width:44.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B87BCd3mo6PycS6J9KWHinMndBT6lw0M { width:40.1875rem;height:2.8rem;top:4.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKI3vHWNStMLGSggUick2bRgV8hJMQcX { width:0.625rem;height:0.625rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxopEXbJo5yD7hpLqBhXEFNFfkk96o64 { width:35.8125rem;height:1.125rem;top:7.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H34vI2eBxTHck8aTFqEmw5eJWdpfNHaq { width:35.8125rem;height:1.125rem;top:13.875rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWVTdmHnfL1exTlSSAxmtJyK3zoGdnO6 { width:40rem;height:2.8rem;top:10.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcxEW44xKOsL0ZTgH5EAWNfTQI2aIK6J { width:0.625rem;height:0.625rem;top:11.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTUqT61GtmgZQ8tHIvmMTG4ZXoufF9BL { width:0.625rem;height:0.625rem;top:17.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCh5MTNvmHvTT1u81u2WnsCbhtJWylTC { width:34.5625rem;height:1.125rem;top:19.8125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awqHfC0cLEbcWtOl8eTTNMkWLVDtmSMX { width:43rem;height:2.8rem;top:16.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgzeDq0S4XflK37WBVHs2OuJVUQJLWyB { width:0.625rem;height:0.625rem;top:23.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3V7pgnyyxSSPEin5CxuTapBBmpQUfBM { width:43.8125rem;height:2.8rem;top:22.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgyckeSxnpfCHuo0xqeJDRyk1nQyxmve { width:43.8125rem;height:2.8rem;top:27.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agem95FihZcrGMC0VATEao42455IpT6k { width:0.625rem;height:0.625rem;top:27.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c77s51eB5PJCdybGA7ZCn0AXLXIrAahl { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:47.75rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:44.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:5.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:40.1875rem;height:2.8rem;top:4.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:35.8125rem;height:1.125rem;top:7.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:35.8125rem;height:1.125rem;top:13.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:40rem;height:2.8rem;top:10.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:11.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:17.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:34.5625rem;height:1.125rem;top:20rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:43rem;height:2.8rem;top:16.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { width:0.625rem;height:0.625rem;top:23.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { width:43.8125rem;height:2.8rem;top:22.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { width:0.625rem;height:0.625rem;top:38.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { width:43.8125rem;height:2.8rem;top:38.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKhsyW0bdTUt6CDpRVvt4mgKhACwaP1a { width:1.5625rem;height:1.5625rem;top:43.1875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzlxyTvIEJQUnhdyvAKTJhOmhUZaVDoz { top:43.125rem;left:2.75rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgONe7Su2S74NWMACPmxJRF92nKI4QlE { top:43.125rem;left:31.75rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScT8UfWz8ImXuTw5vRdgW1CXnsTvzfF2 { width:15.25rem;height:2.625rem;top:42.625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFsVoS85KTgh4XdLziZnT2x44k3xJb4K { display:block; }
 }@media only screen and (max-width: 1199px) { #HVVqlH3CQTbWiUROy9X5e95bvkNd9Bv5 { width:1.5625rem;height:1.5625rem;top:43.1875rem;left:45.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBZq3dNliXl942pieqcDzbIOOvg8Hhhv { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrOSyr4BJGFMT2fQt8Xpo1hKM6ZOGybx { width:0.625rem;height:0.625rem;top:27.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Db2WXKvpZqHccIK1LTGezgpr4FBJ2Gs3 { width:34.5625rem;height:1.125rem;top:30.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yAp3E1p33yJPAyXJwXqJPS4J2BduP9MV { width:43rem;height:2.8rem;top:27.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhFBIOILIzoW3HmfbuLv1Hh1Z9NEGeyJ { width:0.625rem;height:0.625rem;top:34.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLd2nurRfBmSo4BLJPSG4Cqg2aCCdOC8 { width:43.8125rem;height:2.8rem;top:33.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0N6gBOqDapxT0htxUrWzUio14m131lZ { display:block; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row .container { width:47.75rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hLLfQcEoMSPdUiT53R8vwgMkL6UL10cC { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6wgB105G2dyLdUGPBaPXVMSQL0usRHz { width:44rem;height:2.925rem;top:3.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwtDftaTgLs2TOMn2Q8zFhSarBist89V { width:0.625rem;height:0.625rem;top:8.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prX7mXWn7w9Q3NZTQRU24mCaeVOrosU6 { width:41.375rem;height:2.8rem;top:8.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viirFyLchTUIwLPOb1vvPeJblgA7lBz7 { width:35.8125rem;height:1.125rem;top:11.5625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XveLukJCZ41g8gpIVrytpVFzabxdMk97 { width:0.625rem;height:0.625rem;top:14.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOEnTrItL8MmFi0xJir66NL5hko9KtkW { width:44.3125rem;height:2.8rem;top:14.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zr3ItL395spN7oloyCgRKUX2Onr5SI8R { width:35.8125rem;height:1.125rem;top:17.5625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7NaBd81CAa01iN1DZVFbai521I1f5vQ { width:0.625rem;height:0.625rem;top:21rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrBLdEx7loMD7oWkXO97Jf2fo7B1aR47 { width:43.25rem;height:2.8rem;top:20.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wD678FJ8tBC8ton7we8xdqUJmrtLeDp8 { width:35.8125rem;height:1.125rem;top:23.8125rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ11pBPRJxFCO1Gm6qbZs7sn4JW26bHG { width:36.6875rem;height:2.8rem;top:26.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN6OTHS8BV6xkmvziPL7puO6Kh8BssiT { width:0.625rem;height:0.625rem;top:27.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lliuBbJIvIM1p1tCfR95fm2FiSTNqp6W { width:36.6875rem;height:2.8rem;top:31.437503099441rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SabiAqtss9hxCTrwtqeDHTaviWdLDn6O { width:0.625rem;height:0.625rem;top:31.812503099441rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPEg9F6u0C9FzC3QxeaCo5EbMy4fWvNd { width:0.625rem;height:0.625rem;top:4.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMFdZB7NanbeerRzXn5P124nEVIFZr0o { display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { width:36.8125rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { width:43.1875rem;height:2.8rem;top:4.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { width:35.8125rem;height:1.125rem;top:7.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { width:35.8125rem;height:1.125rem;top:13.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { width:45.1875rem;height:2.8rem;top:10.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { width:0.625rem;height:0.625rem;top:11.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { width:0.625rem;height:0.625rem;top:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { width:35.8125rem;height:1.125rem;top:19.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWVB7vMRlekahE87MGLoeifQbSkeNrDn { width:36.6875rem;height:2.8rem;top:16.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { width:0.625rem;height:0.625rem;top:23.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { width:39.4375rem;height:2.8rem;top:22.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eE9ffWTpyzypuVq63VsZkxRSDil6XRnK { width:0.625rem;height:0.625rem;top:27.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5Bmg3pZAUKdSOFzkwJbDHHMsLPrqTUm { width:36.6875rem;height:2.8rem;top:27.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJKDESa5LvLWiOsBPe0ZAiz6W8gh3g7h { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJg7etTATnVXvrCnDXHmJLnEC9qRmebq { display:block; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pk0yP9Nge88V22ReAFh3UdVSc3KV3EhQ { width:0.625rem;height:0.625rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7IiMUDplQBeRCdSZIdhtTEBZor2kb7F { width:40.1875rem;height:4.2rem;top:4.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgKNcJc0oFX37Heet6b1rPNQdlzx0T5S { width:35.8125rem;height:1.125rem;top:9.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0EzOCqznTfBkgJTTpFIFtG09CZxSWr0 { width:35.8125rem;height:1.125rem;top:15.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcdgvEf4O0qiuZO9c3bCbdtuydOy7bVa { width:43.4375rem;height:2.8rem;top:12.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPMDMaWw7UzfgPZaiNCIQJDsazzlw76e { width:0.625rem;height:0.625rem;top:12.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pEQ1POgyehAmylpg14xoF78FMLGNPIhT { width:0.625rem;height:0.625rem;top:18.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbyx1RU8ukNCWdOZTRbDlc9xCe0vNeVC { width:34.5625rem;height:1.125rem;top:21.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhRV8veu8aBZcuFWKvIb1HMC3DOKZHUS { width:43rem;height:2.8rem;top:18.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsENnqceUGKpFWScMogiJEX8mTvk2wuz { width:0.625rem;height:0.625rem;top:24.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fr8DhoL6a36l0XbhV6rcMqsHWss1yvKT { width:43.8125rem;height:2.8rem;top:24.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKBOufrMnm4OoyRN14wsPOmAhD5neZO7 { width:0.625rem;height:0.625rem;top:29.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdNJVmlXtAqkvHbzRBqIBQsl7afTxh82 { width:43.8125rem;height:2.8rem;top:29.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJTcTBlATAAmDbGAoAgsm0Ti1Flk8cXi { width:15.4375rem;height:2.625rem;top:33.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQJfGs5XNPFHt59BPQ9JVlDI3fJOXgaP { display:block; }
 }@media only screen and (max-width: 1199px) { #mQgqgwSSyZAobAFIysOrcvV5PTGCNCV0 { top:34.1875rem;left:2.25rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xg1JlWPaqPnJ99cC3bKaBn4yqCCuNJKt { width:1.5625rem;height:1.5625rem;top:34.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHqLUV8RVdbXeX1O9vqVPvQwzhuds7Pu { top:34.1875rem;left:31.25rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L37iTbXFzPlM49VF2Hl6cJSbQf4ZD6w2 { width:1.5625rem;height:1.5625rem;top:34.25rem;left:44.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lcuuSNyfGtQLpqM0TyrWHvtrQ01mWv8n { width:44.375rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLO5wFl2V4KZ4dFaUy6OEO8GTEHIzUU9 { width:0.625rem;height:0.625rem;top:0.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 1199px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqGu5BtNBU5qpHqXvdRvP8TusQnpKJx4 { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa { display:none; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qd88x0kDcAaQ4goVIS7zU2TXJZF3BB5t { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkE2aSwsTLzsgNoDhVdX5r3ohHQXKRaL { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8tFBuTZTT9GLwSVdvPcAEW9f2f24vqL { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #wCN5aOly8MPFTQ62r6cUdU3T5M5NFLlg { display:block; }
 }@media only screen and (max-width: 1199px) { #ao9VmkdqTR4g97WcSZ2b6ICQEwzBSQiG { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueoXOp3TATvVKMRygNPvGAzb1D7Ny0Ia { display:block; }
 }@media only screen and (max-width: 1199px) { #E4FNm1M3LQh73xpQ9WMGaGhXTBEWBsEg { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8cA07WgerE9aVoDyvCJ3wCTIR3QzRJr { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsLSJvDcPAvatsm0v3ca2f4oOwT5AL9r { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJdSi2F4MTKwmki7bcrHdHewM7xAxLvd { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckTwDoDkVLxqVNUEy6T37GbcHMnoq14S { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eShsTG1zTlpyKtHA1ipldX4wTwoHpBMv { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUA9qT9nDaVcV9xA4l6qTrhwXR5AADvh { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5Ep80FbySRcNsMlJsi9qTIUCyFQMH3S { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #l9Sh0tM3wsTgnMAgZiRSV5m96qhTJhUU { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMCG4OxWAHiZDwETTUJ8DRPnkLBIqGBc { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyKP8FqpmUXTyAzUNPO8oHRR0VwmW6OV { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qn52rTxI6apOLksFqITCJL3ebZQ08KUe { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TltrzkCRPIIOtkV59Ouk0itoXbWPVrTp { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqDdve7A6gNNmsgU8vtK1qK3PQemuz5A { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { background-color:#db3818;background-image:none;display:block; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { background-color: transparent; background-image: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { display: none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .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); }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { width:1.25rem;height:1.25rem;top:20.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:44.125rem;height:3.9375rem;top:20.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { width:43.1875rem;height:1.3125rem;top:30.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { width:1.25rem;height:1.25rem;top:30.800000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { width:42.75rem;height:5.25rem;top:13.487500190735rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { width:1.25rem;height:1.25rem;top:13.675000190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:42.8125rem;height:2.625rem;top:26.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { width:1.25rem;height:1.25rem;top:26.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { width:43.1875rem;height:9.8rem;top:32.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:44.375rem;height:2.1rem;top:43.800000190735rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { display:block; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block; }
 }@media only screen and (max-width: 1199px) { #XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw { display:block; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LyD6n9VlsbS5E0q5mOzA5KF4c3LQeRTz { width:15.625rem;height:1.1375rem;top:8.75rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVCWKdG0poEnwg6RSfty2F49NeX6uJag { width:11.75rem;height:1.625rem;top:11.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iidXeCQN2wsmZnk3dbyMAwt4U99rJlaH { width:14.875rem;height:1.75rem;top:19.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIN1UvTf4F4upGLQSgTkzBpoX6Dz81SK { width:15.625rem;height:1.1375rem;top:16.25rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahhO5BRG2FT0rX8xTWWTWbsrypcACqzQ { width:7.1875rem;height:3.125rem;top:18.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8kVxZ3OxBPBEXgqA6d2KRz5VFVwtdaG { width:15.625rem;height:1.1375rem;top:16.25rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwV4rSbUzFPIAMBqMxIAWicXNrG6UwBd { width:10.625rem;height:2rem;top:11.25rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHIOM81XOLvMhepJb3PasipuJOawEUMx { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fibWRDTcByNpO89ARROnRcdvCCZfNSW2 { width:14.25rem;height:4.1875rem;top:1.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usPTCqbEVwpc5syK87pwpzpLcBaA5t3o { display:block; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hKiqJsXzTFUxDFbvUzHZvSyRlHLzXfcN { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnH8OxN0L2TGlTfvOJFzZdFFbFchA2wa { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCcUNicnZTxHK7fvkxxh0rQGHW39JBgJ { width:22.5rem;height:10.3125rem;top:8.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:2.8125rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:4.21875rem;top:16.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:14.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:5.625rem;top:23.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:21.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:7.03125rem;top:33.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:31.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:44.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:42.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { display:block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { width:47.75rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { top:7.3125rem;left:14.5rem;width:18.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { top:12.125rem;left:0.625rem;width:46.125rem;height:12.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { width:29.0625rem;height:16.1875rem;top:27.1875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a30576ce1a0393859f69aa0641b23d35.widget-smartsection { display:block; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:9.75rem;height:2.275rem;top:0.75rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 1199px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:13.875rem;height:1.1375rem;top:1.375rem;left:17.5rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { width:1.875rem;height:1.875rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { width:1.875rem;height:1.875rem;top:1rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { width:1.875rem;height:1.875rem;top:1rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:9.5rem;height:2.5rem;top:0.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 1199px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:13rem;height:3.125rem;top:0.375rem;left:0.0625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zFm4P3Ke8veUtziARThFX8AoM2vIl57w { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/fbfbc835-590e-45cc-8624-0beafc126cf6/APD_2024_stanY_NGL_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w.adaptive-delivery-prevent-bg, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyload, #zFm4P3Ke8veUtziARThFX8AoM2vIl57w.lazyloading { background-image: none; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFm4P3Ke8veUtziARThFX8AoM2vIl57w > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaaztVJNtgpz1pZaXHmRf0xlq4g4hGTc { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eziZIxWw2r5sRG1h41ewN3GB518EqEGd { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWO4ibFIQzOU25wq2vq3L0TRAHo9uW29 { display:block; }
 }@media only screen and (max-width: 763px) { #O7ehDzVDKz9NUXCvhUXTUzJ8wESKIop1 { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAAJPbICirphF6srfp19gLpmlxP38KVg { display:block; }
 }@media only screen and (max-width: 763px) { #eF36poQgdFiENwFFfvmwJoxccJxOLnGb { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR68NApQtykeCpWVzR5UUTQtSJbiW2aQ { width:16.25rem;height:3.75rem;top:35.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8EAQsqDXEVtTpBNds8LULFRIAINGH1D { display:block; }
 }@media only screen and (max-width: 763px) { #s882NbBFPLiuC8e80QgTw9hQGIK1FQ1f { width:20rem;height:1.38153125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lN5CDK4fHsko0JEZqTXVNJrlDa20z34Q { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFzaS8NTS0Ap25xb4287ysqpZpgn5AKt { width:20rem;height:32.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzElz3zBhyvwlJADD0O0QLSFVNQW6L8k { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #sya8uXTSHRWFOZwQMRRWBpReqv6ZMP03 { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GptP318t8LH9rnJ6RBMtSO1JMaKyVamq { width:2.375rem;height:2.75rem;top:31.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMWp5bWTNMevihVXwMJWzL0CmIqSLJBf { width:6.25rem;height:1.95rem;top:31.96249961853rem;left:8.25rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XL7kSL69zk5cxDTKqt3LiAl5VqTLPxwX { width:2.4375rem;height:1.7875rem;top:32.125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki22RzJb0Px0VCnEFsNBpBWft7Ha1AIE { width:16.25rem;height:3.75rem;top:40.1875rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,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 #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIwaRVmLkICB1kTNkQGDkX5RLHyczTk { display:block; }
 }@media only screen and (max-width: 763px) { #O7gwMuM7fVpTa6475eeNTl8fOslcz5QU { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4hLayOaDLhnAe6Q41DJOEzPd61PcG87 { display:block; }
 }@media only screen and (max-width: 763px) { #wTn0uKEXwCRieHPc1JShtXxzX85v4H8J { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyeVV0z6Tc6xwiGPIS1p0eHC4po6CrFz { display:block; }
 }@media only screen and (max-width: 763px) { #WOFGVcBekENoSPGCzbscfNa9vyM6t3D8 { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGmaobmpVGiIkJyMFU4OINHgu283GfQq { display:block; }
 }@media only screen and (max-width: 763px) { #rMIsco2hvFxB8KdHfmsrh1JG2ffiPEea { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTSuD47SSOhzJGqdH62tVuxWyvkUzcZZ { display:block; }
 }@media only screen and (max-width: 763px) { #UittPxcwbHZxNtbloZJyAIaRfmTD3168 { width:16.25rem;height:2.925rem;top:27.0625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTVa3M3h3Lb5PK1T61nXzpXoyyVTrxbs { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtATvwGCQ0zxCJ2nkkJQI80wIgtXTRQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/fbfbc835-590e-45cc-8624-0beafc126cf6/APD_2024_stanY_NGL_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.adaptive-delivery-prevent-bg, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyload, #erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk.lazyloading { background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { background-color: transparent; background-image: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { display: none; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .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); }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erB1n6UwwsU8KkBqK66QMMcMKmNKbXuk > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ARyuTtl4MtLpeNwBNfaorBiKkz0l2w { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQzfrh6rkbUbALIyOa7CSuKkTcGGFNB7 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgIhq6GAnD6Cy2LpBedixEZWMzusuKkh { display:block; }
 }@media only screen and (max-width: 763px) { #T6AX0WAMTFBFk401Frz5vZHi5xP7AX46 { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRKB9bbl3bZGLrHaz8ylX55bRA1iQ9z8 { display:block; }
 }@media only screen and (max-width: 763px) { #BKexOv7sACrW5Sr2dxdmHFWyCg49xZUF { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4mi4zNU5a6uGyLKa9lNH7GPOZuJI3l6 { width:20rem;height:1.38153125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq9QRAOtbOnDh8k67rQLTWiwTRTp26p3 { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyMv1u691ArEgetuaVLML1dEG3Mc69v { width:20rem;height:29.375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSy3l5sN21S6WkVGXrV4zRVbWtGoZ4B7 { width:6.75rem;height:5.9375rem;top:12.4375rem;left:13.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #vqfwF203AgyoPa0X3CD8i4DVklOwKrHT { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kBHeeSsGxSCekBDLBeDEUGmgWhoTkL7w { width:2.375rem;height:2.75rem;top:31.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bNG0PpHOmVaF46o97d8M8oXGUpTMOq { width:6.25rem;height:1.95rem;top:31.96249961853rem;left:8.25rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LEkc8CxQmbECdwe3FBhOOaC5TAFOpB8z { width:2.4375rem;height:1.7875rem;top:32.125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJEbAWAUtcaSEkJIOk7e0yb4W8rIkG5v { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6x0OoPMTBNIAyNNmiubu3I6OwTuHHN0 { display:block; }
 }@media only screen and (max-width: 763px) { #euD9O8vBz2VKxDdNho3mO8gOrZQthc6a { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOFIrs9pFLSFThTTEUQDsTDWbvLn1bX2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZJesTHVeSRICJSEnCgqZ2ymnEgQ2z7KJ { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZTd13vDG8ppDCA6qln7G8wyut4EfT3d { display:block; }
 }@media only screen and (max-width: 763px) { #vTHLBLCSLRxI3KD846zhuzlRGZumIEsV { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je16L4brrec5F3B9LVQTBa0KfDaK2q26 { display:block; }
 }@media only screen and (max-width: 763px) { #rKEuTQBdSW5nDbgaBS3emp5QbeVpGl6W { width:16.25rem;height:2.925rem;top:27.0625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqbS0ktsPeEKVrCo0fGCZ8vmJr9uV2iq { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnZ18Qz061HJFnWwiofMz5rBhdUx90vp { display:block; }
 }@media only screen and (max-width: 763px) { #SfcF8I13HkO7TARe3a8v7G53U4dZIk6o { width:11.25rem;height:2.6rem;top:36.875rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tULPnoOkuE80WmNai5Bo1orTgUw3DCFW { background-color:#ca290a;background-image:none;display:block; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { background-color: transparent; background-image: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row > .video-iframe-container { display: none; }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .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); }#tULPnoOkuE80WmNai5Bo1orTgUw3DCFW > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JV21KPfA6cpK9C1aMKmlWn8euppvgxHO { width:20rem;height:2.27461875rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #pzePSntBuOUiKSbxPr038tXuI85SEBp4 { width:20rem;height:13.5rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZVEDyvpMNaVHGWa2IfbyWbNoR4uM9LHq { width:9.3125rem;height:2.1rem;top:35.324996948243rem;left:5.71875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxLHiGNwFz9NzTJ6UsM0ZfXOJO07wabG { width:4.875rem;height:5.625rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7kzcTDrnf1CT9mJtd9M4QkIGt7b8aeN { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJfArmZA7Wov7TBPBqeUocD3dUyDooPC { width:20rem;height:19.9375rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVVUCeTqtoTmnkeXAc6lCT6mKDeoPlOf { height:11.219512195122rem;width:20rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF { display:block; }#U6Xqm2xh1RVWHzzC7AVfVhPie0kd53AF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwJSCCHr2T9uldb5gi4fT7n6SmqlHuL3 { width:6.25rem;height:2.75028125rem;top:1.25rem;left:6.875rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nM7ziR3x3pQgB5ZLQA5hQa5e26otbmdu { width:6.25rem;height:2.75028125rem;top:1.25rem;left:13.75rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GCF05tuvm6Hk4ltTwhtuXQrWz9pCWwr3 { width:6.25rem;height:1.05586875rem;top:4.2750015258789rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URQuRIuEJmnvghhUSUEBUZQoAm4t4x7O { width:6.25rem;height:2.1125rem;top:4.25rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBkSvP3IemqFiFxaJ0KPz1a6G0dzKFmy { width:5rem;height:2.1125rem;top:4.1875rem;left:14.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVr715vDMoAQB5U3REQgIuTwSvGDZ89C { width:6.25rem;height:2.75028125rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.27461875rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:10rem;height:3.125rem;top:0.33750152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:10rem;height:3.125rem;top:0.33750152587891rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:8.75rem;height:2.4375rem;top:0.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:8.75rem;height:2.4375rem;top:0.6875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:10rem;height:3.125rem;top:0.33749961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:10rem;height:3.125rem;top:0.39999961853027rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCBEtRhaZemnq7cIT8DAZTkHQ5AxQfq2 { width:0.625rem;height:0.625rem;top:5.0874938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35F1Vhf7EcHyFETtqcdXkT9gECdd7ss { width:18.125rem;height:2.625rem;top:4.7749938964844rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OS8llsdD4Ssbbt7bITShBIAaoPKN31vu { width:18.4375rem;height:2.6rem;top:9.125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PoqAPK3wczkyTediZBzKZM9HSE5bSsfI { width:0.625rem;height:0.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DThhf7Ir2kUaTvPy6ZCDS1P5xReNCaZp { width:17.8125rem;height:3.9375rem;top:13.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIAMWGhOleaT7QFJ8FFeQZEtX9ydAqiW { width:17.8125rem;height:1.125rem;top:17.574996948243rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA2RZdiGEBiwdm034M1JkTQhPUqQnIVt { width:0.625rem;height:0.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOZQMGZpqyRlkCHGZHx1pFCvPMn7Mia { width:18.4375rem;height:5.25rem;top:20.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hfLO3Mpt2LTb3tZCwOS1EQzmSlklB1bE { width:18.4375rem;height:1.125rem;top:26.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KAuK54BVy7L24XyritoLt0xvpvIi2SPx { width:0.625rem;height:0.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm9PwLZkzM4Iu5f8PO42ctbUGJNVMgpM { width:18.4375rem;height:3.9375rem;top:28.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5Ir6yRvk9B0HIICkBXx8mLCLDaF7ox { width:18.4375rem;height:1.125rem;top:33.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NCx5U2IMKkkEXXaaXrMegGIPamp2ENgN { width:18.4375rem;height:2.625rem;top:36.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSTPFXbvTL2EDA4WIt5X4S8lGELIpmeM { width:0.625rem;height:0.625rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIOXfRNXymxRkwAMN8OhJ6NRWKSugTC { width:18.4375rem;height:2.625rem;top:40.312501907349rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2WCTunsC0J8hSnt9egdvUtvMpUlrXl { width:0.625rem;height:0.625rem;top:40.562501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyNPQDasrE3fnu1v2sKF27blDypGDDO { width:0.625rem;height:0.625rem;top:9.4875030517575rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:3.9rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:3.9375rem;top:5.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:9.7625007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:7.125rem;top:5.2312507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:12.481246948243rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:18.4375rem;height:1.125rem;top:11.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:18.4375rem;height:1.125rem;top:18.168746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:18.4375rem;height:3.9375rem;top:13.918746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:14.168746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:21.400001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:18.4375rem;height:1.125rem;top:25.337501525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:18.4375rem;height:3.9375rem;top:21.087501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:28.568748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:18.4375rem;height:2.625rem;top:28.256248474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UoZs2SlTT79sNa8fnWKF0VUWwyhRTd4v { width:0.625rem;height:0.625rem;top:33.174243450165rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWXsvhEH2TtmywIDpmQ8ATNSgBDb120A { width:18.4375rem;height:2.625rem;top:32.861743450165rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoBiQ5J2erNLTp7iRQ8LTgFpszFTtGep { width:16.25rem;height:5.25rem;top:5.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whU6p4VqCCnJFQQzKRoQsHRaZAnwfIE8 { width:8.6875rem;height:0;top:46.326377868653rem;left:1.8263888955116rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #DPEHiDTSXsxbts9ZqbtGgrUqFvDJgQT8 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t1B5IoslPlMUTEuSK5I1OFT7UHt624qH { display:block; }#t1B5IoslPlMUTEuSK5I1OFT7UHt624qH > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5Fi4NwwUGpTrWRdBbuKQw8XTZriNDP { width:8.6875rem;height:2.6rem;top:0rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B87BCd3mo6PycS6J9KWHinMndBT6lw0M { width:14.6875rem;height:3.9375rem;top:4.1624984741211rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKI3vHWNStMLGSggUick2bRgV8hJMQcX { width:0.625rem;height:0.625rem;top:4.5374984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxopEXbJo5yD7hpLqBhXEFNFfkk96o64 { width:14.5625rem;height:1.125rem;top:8.4124984741213rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H34vI2eBxTHck8aTFqEmw5eJWdpfNHaq { width:17.6875rem;height:1.125rem;top:15.537498474121rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWVTdmHnfL1exTlSSAxmtJyK3zoGdnO6 { width:16.0625rem;height:3.9375rem;top:11.287498474121rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kcxEW44xKOsL0ZTgH5EAWNfTQI2aIK6J { width:0.625rem;height:0.625rem;top:11.662498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUqT61GtmgZQ8tHIvmMTG4ZXoufF9BL { width:0.625rem;height:0.625rem;top:18.724998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCh5MTNvmHvTT1u81u2WnsCbhtJWylTC { width:14.3125rem;height:1.125rem;top:21.224998474121rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awqHfC0cLEbcWtOl8eTTNMkWLVDtmSMX { width:13.125rem;height:2.625rem;top:18.349998474121rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pgzeDq0S4XflK37WBVHs2OuJVUQJLWyB { width:0.625rem;height:0.625rem;top:24.412498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3V7pgnyyxSSPEin5CxuTapBBmpQUfBM { width:17.875rem;height:2.625rem;top:24.09375rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgyckeSxnpfCHuo0xqeJDRyk1nQyxmve { width:18.1875rem;height:2.625rem;top:28.412498474121rem;left:1.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #agem95FihZcrGMC0VATEao42455IpT6k { width:0.625rem;height:0.625rem;top:28.724998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c77s51eB5PJCdybGA7ZCn0AXLXIrAahl { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:18rem;height:2.625rem;top:4.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:18.4375rem;height:1.125rem;top:7.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:18.4375rem;height:1.125rem;top:14.606250762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:16.8125rem;height:3.9375rem;top:10.293579101562rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:10.668750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:18.4375rem;height:1.125rem;top:20.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:18rem;height:2.625rem;top:17.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbSxEBemLeOoltVi7Qki5npRWh8Hn4x7 { width:0.625rem;height:0.625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqADJXl0AHO4lTh9FUpmfIK6KhbtMLp { width:18.4375rem;height:2.625rem;top:23.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1oOPEtm9TVrcSO1sMUDNoLGXe9i3fMD { width:0.625rem;height:0.625rem;top:40.062502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDOGL0XWZ11Vh600klddOfZV2nt8DGh9 { width:18.4375rem;height:2.625rem;top:39.812502861023rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lKhsyW0bdTUt6CDpRVvt4mgKhACwaP1a { display:flex;width:1.5625rem;height:1.5625rem;top:44.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TzlxyTvIEJQUnhdyvAKTJhOmhUZaVDoz { width:7.1875rem;height:2.1125rem;top:44.1875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wgONe7Su2S74NWMACPmxJRF92nKI4QlE { width:7.0625rem;height:2.1125rem;top:44.1875rem;left:11.062500238419rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ScT8UfWz8ImXuTw5vRdgW1CXnsTvzfF2 { width:9.125rem;height:2.625rem;top:43.9375rem;left:10.875000238419rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #JFsVoS85KTgh4XdLziZnT2x44k3xJb4K { display:block; }
 }@media only screen and (max-width: 763px) { #HVVqlH3CQTbWiUROy9X5e95bvkNd9Bv5 { display:flex;width:1.5625rem;height:1.5625rem;top:44.4375rem;left:18.437501192093rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iBZq3dNliXl942pieqcDzbIOOvg8Hhhv { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CrOSyr4BJGFMT2fQt8Xpo1hKM6ZOGybx { width:0.625rem;height:0.625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db2WXKvpZqHccIK1LTGezgpr4FBJ2Gs3 { width:18.4375rem;height:2.25rem;top:32.312502861023rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yAp3E1p33yJPAyXJwXqJPS4J2BduP9MV { width:17.4375rem;height:3.9375rem;top:27.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FhFBIOILIzoW3HmfbuLv1Hh1Z9NEGeyJ { width:0.625rem;height:0.625rem;top:35.687502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLd2nurRfBmSo4BLJPSG4Cqg2aCCdOC8 { width:18.4375rem;height:2.625rem;top:35.375002861023rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0N6gBOqDapxT0htxUrWzUio14m131lZ { display:block; }#E0N6gBOqDapxT0htxUrWzUio14m131lZ > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLLfQcEoMSPdUiT53R8vwgMkL6UL10cC { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6wgB105G2dyLdUGPBaPXVMSQL0usRHz { width:18.4375rem;height:3.9rem;top:5rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwtDftaTgLs2TOMn2Q8zFhSarBist89V { width:0.625rem;height:0.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prX7mXWn7w9Q3NZTQRU24mCaeVOrosU6 { width:17.8125rem;height:2.625rem;top:10.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #viirFyLchTUIwLPOb1vvPeJblgA7lBz7 { width:17.8125rem;height:1.125rem;top:13.5rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XveLukJCZ41g8gpIVrytpVFzabxdMk97 { width:0.625rem;height:0.625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOEnTrItL8MmFi0xJir66NL5hko9KtkW { width:18.4375rem;height:3.9375rem;top:16.49942779541rem;left:1.562215924263rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3ItL395spN7oloyCgRKUX2Onr5SI8R { width:18.4375rem;height:1.125rem;top:20.499710083007rem;left:1.562215924263rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7NaBd81CAa01iN1DZVFbai521I1f5vQ { width:0.625rem;height:0.625rem;top:23.499992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBLdEx7loMD7oWkXO97Jf2fo7B1aR47 { width:18.4375rem;height:3.9375rem;top:23.124992370606rem;left:1.562215924263rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wD678FJ8tBC8ton7we8xdqUJmrtLeDp8 { width:18.4375rem;height:1.125rem;top:27.37442779541rem;left:1.562215924263rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PJ11pBPRJxFCO1Gm6qbZs7sn4JW26bHG { width:18.4375rem;height:2.625rem;top:30.124710083007rem;left:1.562215924263rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PN6OTHS8BV6xkmvziPL7puO6Kh8BssiT { width:0.625rem;height:0.625rem;top:30.437492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lliuBbJIvIM1p1tCfR95fm2FiSTNqp6W { width:18.4375rem;height:2.625rem;top:34.374054431915rem;left:1.5615530014038rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SabiAqtss9hxCTrwtqeDHTaviWdLDn6O { width:0.625rem;height:0.625rem;top:34.624054431915rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPEg9F6u0C9FzC3QxeaCo5EbMy4fWvNd { width:0.625rem;height:0.625rem;top:5.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TMFdZB7NanbeerRzXn5P124nEVIFZr0o { display:block; }#TMFdZB7NanbeerRzXn5P124nEVIFZr0o > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtfmiRoI33ikp1udqJaroC7RXcsTEa0G { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOC7UT68OBRB2i9OAxg5Rc9yq7eXU7Qx { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywhafS3IbKpUcTwOUB0gO9HSa7adCBvU { width:17.9375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7zQdNKV9N7udsF5mlJ5CKfnXkc6Hq3c { width:18.4375rem;height:2.25rem;top:8.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sLaSLGUJK2BRSkDeTexVSDd9BwEMJHlD { width:18.4375rem;height:1.125rem;top:16.605113983154rem;left:1.5615530014038rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9g1KSTReTRw7vGmrqh9f9bwclTgFE9M { width:18.4375rem;height:3.9375rem;top:12.230682373047rem;left:1.562215924263rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mmy3aqZSO5KZ5yat4NIk7gS2sTpSUuuv { width:0.625rem;height:0.625rem;top:12.481250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfW8d7lJOZODDESqz7R2OX7aaKa03Tog { width:0.625rem;height:0.625rem;top:19.499053955078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCamTLd7fOSPZ3pdJwzRKMbXTrVVzPm { width:18.4375rem;height:1.125rem;top:23.436553955078rem;left:1.5615530014038rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWVB7vMRlekahE87MGLoeifQbSkeNrDn { width:18.4375rem;height:3.9375rem;top:19.186553955078rem;left:1.5615530014038rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKDqHitIK9Ki8MxaF6bPlWa2VRHcWFXT { width:0.625rem;height:0.625rem;top:26.374053955078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfI3nmzz3AhQpwnapQKsNg0KO7xQs2Hd { width:18.4375rem;height:2.625rem;top:26.124053955078rem;left:1.5615530014038rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eE9ffWTpyzypuVq63VsZkxRSDil6XRnK { width:0.625rem;height:0.625rem;top:30.811553955078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Bmg3pZAUKdSOFzkwJbDHHMsLPrqTUm { width:18.4375rem;height:2.625rem;top:30.499053955078rem;left:1.5615530014038rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKDESa5LvLWiOsBPe0ZAiz6W8gh3g7h { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AJg7etTATnVXvrCnDXHmJLnEC9qRmebq { display:block; }#AJg7etTATnVXvrCnDXHmJLnEC9qRmebq > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pk0yP9Nge88V22ReAFh3UdVSc3KV3EhQ { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IiMUDplQBeRCdSZIdhtTEBZor2kb7F { width:18rem;height:5.25rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NgKNcJc0oFX37Heet6b1rPNQdlzx0T5S { width:18.4375rem;height:1.125rem;top:9.8125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0EzOCqznTfBkgJTTpFIFtG09CZxSWr0 { width:18.4375rem;height:1.125rem;top:15.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FcdgvEf4O0qiuZO9c3bCbdtuydOy7bVa { width:18.4375rem;height:2.625rem;top:12.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPMDMaWw7UzfgPZaiNCIQJDsazzlw76e { width:0.625rem;height:0.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEQ1POgyehAmylpg14xoF78FMLGNPIhT { width:0.625rem;height:0.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbyx1RU8ukNCWdOZTRbDlc9xCe0vNeVC { width:18.4375rem;height:1.125rem;top:21.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AhRV8veu8aBZcuFWKvIb1HMC3DOKZHUS { width:18rem;height:2.625rem;top:18.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsENnqceUGKpFWScMogiJEX8mTvk2wuz { width:0.625rem;height:0.625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8DhoL6a36l0XbhV6rcMqsHWss1yvKT { width:18.4375rem;height:2.625rem;top:24.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IKBOufrMnm4OoyRN14wsPOmAhD5neZO7 { width:0.625rem;height:0.625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNJVmlXtAqkvHbzRBqIBQsl7afTxh82 { width:18.4375rem;height:2.625rem;top:28.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJTcTBlATAAmDbGAoAgsm0Ti1Flk8cXi { width:9.375rem;height:2.625rem;top:33.4375rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #RQJfGs5XNPFHt59BPQ9JVlDI3fJOXgaP { display:block; }
 }@media only screen and (max-width: 763px) { #mQgqgwSSyZAobAFIysOrcvV5PTGCNCV0 { width:8.4375rem;height:2.1125rem;top:33.6875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1JlWPaqPnJ99cC3bKaBn4yqCCuNJKt { display:flex;width:1.5625rem;height:1.5625rem;top:33.9375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #IHqLUV8RVdbXeX1O9vqVPvQwzhuds7Pu { width:7.5rem;height:2.1125rem;top:33.6875rem;left:10.625rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L37iTbXFzPlM49VF2Hl6cJSbQf4ZD6w2 { display:flex;width:1.5625rem;height:1.5625rem;top:33.9375rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lcuuSNyfGtQLpqM0TyrWHvtrQ01mWv8n { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLO5wFl2V4KZ4dFaUy6OEO8GTEHIzUU9 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .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; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;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; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:2.75rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.13778125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/6a2fff9c-53e3-4ecf-8cf8-a38a60945c4f/apd_CENA_stany_nagle.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { background-color: transparent; background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .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); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:22.034378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:21.909378051757rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 763px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:20rem;height:3.9rem;top:16.522918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4375rem;top:13.75rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:20rem;height:0.975rem;top:20.060417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:20rem;height:0.89403125rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:20rem;height:0.89375rem;top:26.474998474121rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:5rem;height:5rem;top:12.5rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #MqGu5BtNBU5qpHqXvdRvP8TusQnpKJx4 { width:20rem;height:1.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa { background-color:#db3818;background-image:url("https://images.assets-landingi.com/uc/6a2fff9c-53e3-4ecf-8cf8-a38a60945c4f/apd_CENA_stany_nagle.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.adaptive-delivery-prevent-bg, #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.lazyload, #IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa.lazyloading { background-image: none; }#IpG4AkCwcLR7vIvUzdeFp5HF9v0PifDa > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qd88x0kDcAaQ4goVIS7zU2TXJZF3BB5t { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkE2aSwsTLzsgNoDhVdX5r3ohHQXKRaL { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8tFBuTZTT9GLwSVdvPcAEW9f2f24vqL { width:16.25rem;height:3.75rem;top:22.034378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wCN5aOly8MPFTQ62r6cUdU3T5M5NFLlg { display:block; }
 }@media only screen and (max-width: 763px) { #ao9VmkdqTR4g97WcSZ2b6ICQEwzBSQiG { width:16.25rem;height:3.75rem;top:21.909378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ueoXOp3TATvVKMRygNPvGAzb1D7Ny0Ia { display:block; }
 }@media only screen and (max-width: 763px) { #E4FNm1M3LQh73xpQ9WMGaGhXTBEWBsEg { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8cA07WgerE9aVoDyvCJ3wCTIR3QzRJr { width:20rem;height:3.9rem;top:16.522918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsLSJvDcPAvatsm0v3ca2f4oOwT5AL9r { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJdSi2F4MTKwmki7bcrHdHewM7xAxLvd { width:17.5625rem;height:2.4375rem;top:13.75rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTwDoDkVLxqVNUEy6T37GbcHMnoq14S { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eShsTG1zTlpyKtHA1ipldX4wTwoHpBMv { width:20rem;height:0.975rem;top:20.060417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUA9qT9nDaVcV9xA4l6qTrhwXR5AADvh { width:20rem;height:0.89403125rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5Ep80FbySRcNsMlJsi9qTIUCyFQMH3S { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #l9Sh0tM3wsTgnMAgZiRSV5m96qhTJhUU { width:20rem;height:0.89375rem;top:26.474998474121rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCG4OxWAHiZDwETTUJ8DRPnkLBIqGBc { width:5rem;height:5rem;top:12.5rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyKP8FqpmUXTyAzUNPO8oHRR0VwmW6OV { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #qn52rTxI6apOLksFqITCJL3ebZQ08KUe { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TltrzkCRPIIOtkV59Ouk0itoXbWPVrTp { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #RqDdve7A6gNNmsgU8vtK1qK3PQemuz5A { width:20rem;height:1.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { display:block; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:17.5rem;height:7.35rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { display:flex;width:1.25rem;height:1.25rem;top:34.712501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:17.5rem;height:9.8rem;top:34.587501525879rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { width:17.5rem;height:2.45rem;top:54.349998474121rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { display:flex;width:1.25rem;height:1.25rem;top:54.474998474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:17.5rem;height:4.9rem;top:12.299999237061rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { display:flex;width:1.25rem;height:1.25rem;top:12.362499237061rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mbUsozb0MOVcoGIMNKAH5HgnUnVO3Kd4 { width:17.5rem;height:11.025rem;top:19.200000762939rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzJP8K8KnTPKn767ATMsTUAcxiKWfxl { display:flex;width:1.25rem;height:1.25rem;top:19.325000762939rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:17.5rem;height:6.125rem;top:46.3125rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { display:flex;width:1.25rem;height:1.25rem;top:46.4375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { width:17.5rem;height:14.7875rem;top:57.34375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:17.5rem;height:6.3rem;top:73.15625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N { display:block; }#O5RXzBM0iXm6XCByXydBFaHzpFtsyB6N > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqQ4mQyNAbnCMzgvpe2OmE7k99lPhmeA { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lz72HSecyo0iuoI1pIohdSRfXiIUqb29 { display:block; }
 }@media only screen and (max-width: 763px) { #XdacFtdwNqCm2p4OTbf0EvZGHEX8yraf { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.55rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw { display:block; }#Fl6k0TqoPTmdzIQh4STFGEoTRkONg6Iw > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyD6n9VlsbS5E0q5mOzA5KF4c3LQeRTz { width:20rem;height:1.1375rem;top:6.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCWKdG0poEnwg6RSfty2F49NeX6uJag { width:12.0625rem;height:1.6875rem;top:9.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidXeCQN2wsmZnk3dbyMAwt4U99rJlaH { width:15.6875rem;height:2rem;top:21.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIN1UvTf4F4upGLQSgTkzBpoX6Dz81SK { width:20rem;height:1.1375rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahhO5BRG2FT0rX8xTWWTWbsrypcACqzQ { width:8.3125rem;height:3.75rem;top:27.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kVxZ3OxBPBEXgqA6d2KRz5VFVwtdaG { width:20rem;height:1.1375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwV4rSbUzFPIAMBqMxIAWicXNrG6UwBd { width:11rem;height:2.125rem;top:13.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHIOM81XOLvMhepJb3PasipuJOawEUMx { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibWRDTcByNpO89ARROnRcdvCCZfNSW2 { width:15.375rem;height:4.5625rem;top:1.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usPTCqbEVwpc5syK87pwpzpLcBaA5t3o { display:block; }#usPTCqbEVwpc5syK87pwpzpLcBaA5t3o > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKiqJsXzTFUxDFbvUzHZvSyRlHLzXfcN { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnH8OxN0L2TGlTfvOJFzZdFFbFchA2wa { width:20rem;height:2.27461875rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #qCcUNicnZTxHK7fvkxxh0rQGHW39JBgJ { width:18.75rem;height:8.5625rem;top:4.8999996185303rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.27461875rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:7.03125rem;top:16.462493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:1.3rem;top:14.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:14.0625rem;top:27.387496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:1.3rem;top:25.212493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:14.0625rem;top:45.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:1.38153125rem;top:43.199996948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:7.03125rem;top:63.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:1.3rem;top:61.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD { display:block; }#tWlSlpGiNnuepJsBydJoKxrsMFmFqWwD > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0PQvr4JsfFLL0TBxxeyZb5CtIt2Nh31 { width:20rem;height:2.27461875rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7b9sWsLv1aVAKe70MPVTs1u8HTottk { width:15.25rem;height:2rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rBLusb9tV0tx6Dt6zzqUzVbzkiJJ4C { width:20rem;height:23.90625rem;top:10.332275390625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zt5TC1hy3f2aHPfplmODQ7Trql3Rhtxn { height:11.178125rem;width:20rem;top:35.957290649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30576ce1a0393859f69aa0641b23d35.widget-smartsection { display:block; } #a30576ce1a0393859f69aa0641b23d35.widget-smartsection *:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="text"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="email"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection input[type="tel"]:focus-visible, #a30576ce1a0393859f69aa0641b23d35.widget-smartsection textarea:focus-visible { outline: none; } #Tz84claCxiUoCaJOb7FnLnaqytOoDvf2 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:7.9375rem;height:1.95rem;top:0.875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 763px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:17.125rem;height:0;top:2.1500015258789rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { display:flex;width:1.5rem;height:1.5rem;top:1.125rem;left:0.625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { display:flex;width:1.25rem;height:1.25rem;top:1.9749984741211rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { display:flex;width:1.875rem;height:1.875rem;top:5.0125007629394rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:5.625rem;height:1.875rem;top:0.9375rem;left:11.8125rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 763px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:10.875rem;height:2.5rem;top:0.625rem;left:0.125rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }