.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN { position:relative;display:none; }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN { border-width: 0; border-radius: 0; }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN > .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; }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DL5qqALy2T70mRDrF1ihccbkqIH2mrDv { position:absolute;display:block;z-index:15024;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.9375rem;width:10.875rem;top:0rem;left:0.8125rem;overflow:hidden;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b39268f-8b99-46ab-94f9-63c5ec509d38/slider_rolnicy_1.png");background-position:top 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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.91);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:46.375rem;width:25.5625rem;top:0rem;left:49.4375rem;display:block; }
#fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { background-color:#ee7f00;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:"nn dagny text";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:29.625rem;display:none; }
#FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { position:absolute;display:block;z-index:15022;height:23.9365rem;width:20.874rem;top:11.18798828125rem;left:51.78173828125rem;display:block; }
#UZ1hxBRs6yT2W18KZEMgLXJOQ98Cpc3W { position:absolute;display:block;z-index:15024;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.9375rem;width:10.875rem;top:0rem;left:0.8125rem;overflow:hidden;display:block; }
#CqiwLQOBxUAOHwOlAJ4UsCyk3UP9l49G { box-sizing:content-box;height:4.875rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#oHr82ghi7V5pgRuFdSliBTyEUa0FedoK { color:#ea650d;display:block;width:18.375rem;position:absolute;font-family:nnnittigrotesk;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.91845703125rem;left:51.1875rem;height:4.875rem;font-style:normal;display:block; }
#BmXFJPFTruoHLKg9GVd8au0n1U2vFcCO { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0498046875rem;left:51.1875rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mvV2MvdTTRalylGvGkJCng1QZAKaHCip { 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:1.5rem;width:1.5rem;top:6rem;left:71.2177734375rem;overflow:hidden;display:block; }
#FeupwwuOkOZqA3FsMlyw5d58WEoHA72T { box-sizing:content-box;height:12.5rem;width:12.5rem;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:#ffffff;background-image:none;top:9.125rem;left:33.8125rem;display:block; }
#KfyVuB4dJlTFEDPHoye4WJL1G3KBu7HM { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.5rem;left:37.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#SBDXv4T7N2TyK2UnPTq7baX2ACSa48sT { color:#000000;display:block;width:4.625rem;position:absolute;font-family:nnnittigrotesk;font-size:4.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:12.5625rem;left:36.0625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibhnpZsrCD9a3ZJ2lygPhsJdFCPf4asR { color:#000000;display:block;width:2.75rem;position:absolute;font-family:nnnittigrotesk;font-size:2.75rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13.875rem;left:40.5rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiF4IUvVdMn2sHUD9hOJliV9sB2mAEte { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:13.75rem;left:43.25rem;overflow:hidden;display:block; }
#qZOHRQKcvSV8V4ebnT8oscPRd3V9l4ze { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17rem;left:35.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { position:relative;display:block; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { background-color: transparent; background-image: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container > .video-iframe-container { display: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row > .video-iframe-container { display: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { border-width: 0; border-radius: 0; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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:0.6875rem;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; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf { 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; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container { background-color: transparent; background-image: none; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container > .video-iframe-container { display: none; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row > .video-iframe-container { display: none; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .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); }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container { border-width: 0; border-radius: 0; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#KXR1IR00yphrI2X70tUPQgxUqg3d3AM0 { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.375rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXkt5aukr416vEEbP9nAfQ26hTwv3VXg { color:#414141;display:block;width:55.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.07421875rem;left:8.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#scaggFqpDz00y2PLfO6OsyVkpLXkSl8K { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn { position:relative;display:block; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn { background-color: transparent; background-image: none; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row .container > .video-iframe-container { display: none; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row > .video-iframe-container { display: none; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .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); }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn { border-width: 0; border-radius: 0; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .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; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .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.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmupCLgXXHABiTSKiP4LwrGL9WHZH89a { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:0.34375rem;left:44.3125rem;overflow:hidden;display:block; }
#TlbF0GqM3dnKBnXw8SMnpPgEhkJLUyKk { color:#212529;display:block;width:14.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5927734375rem;left:58.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J86r3tQblxnUiS0fimd6QEFLbZAd2EBn { color:#4c4c4c;display:block;width:15rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:58.125rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OS8UTND4tfGzbuAiZubXNNTELx5JoMSF { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:1.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUDQUCpZruyf2U5yyUVhSieZkF2R74gS { color:#212529;display:block;width:18.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5927734375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6qOlF7Dbvko9y3sbT1Q6T2N3npCW8HG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.5rem;top:0rem;left:5.875rem;overflow:hidden;display:block; }
#WGhCS9rWqlvtLVURTFBBmOHZdB00Er3X { color:#4c4c4c;display:block;width:16.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:38.5rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOgfR21eVcL7FlNcCb6cSyGqy3qnlzSF { color:#212529;display:block;width:18.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.71875rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KeRzS74N2JIQgrdDwTiylNeVdXxhTU9A { position:absolute;display:block;z-index:15015;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.8125rem;width:5.5rem;top:0rem;left:25.375rem;overflow:hidden;display:block; }
#MHIJTzTlx9NJAm57ZiC5fN03ObXwlSwU { color:#4c4c4c;display:block;width:16.9375rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:19.65625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3xQ3lnh1yHq17EoKyTqDgTPw6PnDEHU { color:#212529;display:block;width:15.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:6.7177734375rem;left:19.65625rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XP9acmb369LBZgfPnunArm2kEvHK1H8E { 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.9375rem;width:4.9375rem;top:0.4375rem;left:63.15625rem;overflow:hidden;display:block; }
#MgXVcTHs4GVp7HfNNFXpF7pZNQRSBdZH { position:absolute;display:block;z-index:15028;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.5rem;width:1.5rem;top:6.6552734375rem;left:34.625rem;overflow:hidden;display:block; }
#dw57aF4JAltJZSi33XdO52zFqDakEW7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container { background-color: transparent; background-image: none; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container > .video-iframe-container { display: none; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row > .video-iframe-container { display: none; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .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); }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container { border-width: 0; border-radius: 0; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#n7cbttBSN0yKTgBlzuDntnUnbuTSoG0z { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"nn dagny text";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4619140625rem;left:10.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BNZL44xBGVPKzGO11eFcTNvkcOp7UHZT { color:#4c4c4c;display:block;width:44.8125rem;position:absolute;font-family:"nn dagny text";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:15.87353515625rem;left:15.09375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R78U6ecOdvhUXn8GLMlqbyt6aQOOw6B8 { color:#4c4c4c;display:block;width:68.75rem;position:absolute;font-family:"nn dagny text";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.045288085938rem;left:2.490234375rem;height:1.62475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T5t1utztq6boX8iu5TI0fIIBvvLComUn { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"nn dagny text";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:24.8125rem;height:2.76220625rem;display:block; }
#PHNOMfv1xrZ0DmZeRam5fdmVhdGkl5G9 { color:#ea650d;display:block;width:8.5rem;position:absolute;font-family:nnnittigrotesk;font-size:7.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.75rem;height:9.4248125rem;font-style:normal;display:block; }
#zEt6pQ0IHuUErBWhczlH4bBFQlOMzGxP { color:#ea650d;display:block;width:1.625rem;position:absolute;font-family:"nn dagny text";font-size:3.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.0625rem;height:4.54980625rem;display:block; }
#pvq9a6si9GoGUVDwWJy383Ueta2dCqSM { color:#ea650d;display:block;width:6.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:3.375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9rem;left:41.0625rem;height:4.38720625rem;font-style:normal;display:block; }
#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE { position:relative;display:block; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE { background-color: transparent; background-image: none; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row .container > .video-iframe-container { display: none; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row > .video-iframe-container { display: none; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .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); }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE { border-width: 0; border-radius: 0; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .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; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .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:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT { 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; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container { background-color: transparent; background-image: none; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container > .video-iframe-container { display: none; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row > .video-iframe-container { display: none; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .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); }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container { border-width: 0; border-radius: 0; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#QbdrZxDPM9J8EclP4fhsewiMC45myKCg { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.875rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9lh9G0w967M7ygTh3bNJ10Hn8gqzb1D { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d { position:relative;display:block; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d { background-color: transparent; background-image: none; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row .container > .video-iframe-container { display: none; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row > .video-iframe-container { display: none; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .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); }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d { border-width: 0; border-radius: 0; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .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; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .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.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; }#ApG8iaD1dNSnLwHDIBfuIrd8mNHOXRMV { color:#212529;display:block;width:13.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.65625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnghAhpxTxfdEce575kR54DMwoMq2bJC { color:#4c4c4c;display:block;width:21.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:1.65625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ENucUbghKld5T53Av0Jsue1KVGUQU1Rt { color:#212529;display:block;width:13.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQiglWq5CrcBwmp9bcyMibyLMflJc1gv { color:#4c4c4c;display:block;width:18rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:28.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ha6ESL62lHTww2SxowJpwNCxmqAcMHHD { color:#212529;display:block;width:15.875rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:52.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDqR5gTuaEh0ywNixNMo9hfaiTt6qDyF { color:#4c4c4c;display:block;width:19.125rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:52.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tc8R6kXwk7NfBUdfwOW0G0BizAwS7Vg7 { position:absolute;display:block;z-index:15019;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:2rem;width:2rem;top:1.0625rem;left:28.75rem;overflow:hidden;display:block; }
#DGsxnVvTfKT4hF0TNyz8maLzZywSp6Qb { 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:2rem;width:2rem;top:1.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#uWoOBOrCdn4U1zvnOyHDs2pbcsKmZtOe { position:absolute;display:block;z-index:15021;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:2rem;width:2rem;top:1.0625rem;left:53.25rem;overflow:hidden;display:block; }
#TK6wx6p12fqpGI8ANKEGlENmKuVODwkQ { box-sizing:content-box;height:2.625rem;width:2.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:#f2f2f2;background-image:none;top:0.75rem;left:28.5rem;display:block; }
#TmVGbAQMTcMGws6kryx2srbhGmpPNlnX { box-sizing:content-box;height:2.625rem;width:2.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:#f2f2f2;background-image:none;top:0.75rem;left:1.6875rem;display:block; }
#kfGz2ZVphdhSmLVkIcQfnvhQxX45iMi6 { box-sizing:content-box;height:2.625rem;width:2.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:15020;background-color:#f2f2f2;background-image:none;top:0.75rem;left:52.9375rem;display:block; }
#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container { background-color: transparent; background-image: none; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container > .video-iframe-container { display: none; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row > .video-iframe-container { display: none; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .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); }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container { border-width: 0; border-radius: 0; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#n2CvR8uIf30Vq3cuO5WGZbHhIA2OTidI { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.244140625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agwZN6F2CIMFT0pLmte4Tn1ATEV53JCZ { color:#4c4c4c;display:block;width:41.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.041015625rem;left:16.59375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KhalggZWeXpbOhZmgCt7ZMvT1w9La5Nz { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:3.0625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.1276054382324rem;left:0rem;height:3.36865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQwoTheNB24KmWOUy2NQObrLDFMrm938 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:7.5rem;top:10.552734375rem;left:7.03125rem;overflow:hidden;display:none; }
#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT { position:relative;display:none; }#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT { border-width: 0; border-radius: 0; }#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT > .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; }#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9479db8b-5ff4-4d9b-a64f-28ea32c949ea/slider_rolnicy_2.png");background-position:top 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; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.adaptive-delivery-prevent-bg, #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.lazyload, #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.lazyloading { background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { background-color: transparent; background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .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); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { border-width: 0; border-radius: 0; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { position:absolute;display:block;z-index:15020;height:26.25rem;width:22.1875rem;top:10.99609375rem;left:51.125rem;display:block; }
#EKtr8vGrkIEv7m4vDVEfNJt0ttE0QDyP { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.91);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:46.9375rem;width:25.5625rem;top:0rem;left:49.4375rem;display:block; }
#RQT0b8g9i3QbeZ46mbbevPI2diyqRTl4 { color:#ea650d;display:block;width:22.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:50.875rem;height:5.19921875rem;font-style:normal;display:block; }
#HkbW4wKy9rA6z5mQk6d8Wc667GXbDqmt { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.6875rem;left:51.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg { position:relative;display:none; }#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg { border-width: 0; border-radius: 0; }#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg > .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; }#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN { 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; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container { background-color: transparent; background-image: none; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container > .video-iframe-container { display: none; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row > .video-iframe-container { display: none; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .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); }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container { border-width: 0; border-radius: 0; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#L5wBmTLsk75TGZNZ3Koqf9gz5RXgcyGF { box-sizing:content-box;height:22.125rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;top:1.5rem;left:0rem;display:block; }
#b8hVWBBUAdvLTiLU6L7OK7TN6JgaO3Md { color:#212529;display:block;width:15.5625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:3.6875rem;left:2.5rem;height:1.51220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMq9o4IfHfuWgSr5eTCPnwt26dBKtnxn { color:#ea650d;display:block;width:35.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:6.3681640625rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#Mxr6zC5InTqaoOSPxHV0pHZgawTZHrN4 { color:#ea650d;display:block;width:41rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:8.16796875rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#Q3hqssu8s6n2U4clF5BETgb31DvT8tPk { color:#ea650d;display:block;width:41rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:9.9677734375rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#GOwvHqJmNCmAcD0tydmR4sOtJu5VX1gc { color:#414141;display:block;width:69.375rem;position:absolute;font-family:"nn dagny text";font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:12.37841796875rem;left:2.5rem;height:9.597625rem;display:block; }
#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/D8qMHXfW/bg_stopka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of.adaptive-delivery-prevent-bg, #Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of.lazyload, #Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of.lazyloading { background-image: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { background-color: transparent; background-image: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container > .video-iframe-container { display: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row > .video-iframe-container { display: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .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); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { border-width: 0; border-radius: 0; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#OMVty8W5fp6DTE3NGBHAMFyXyxobRlgg { color:#4c4c4c;display:block;width:17.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:14.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahgxr01vivORyzZxmVeL4anK0BTXCHou { color:#4c4c4c;display:block;width:12.875rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7060546875rem;left:60.0625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5xBcaTqytGWdQ84QcBTAhb89SieiJAT { color:#4c4c4c;display:block;width:6.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:60.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZJ85DbdToDEOcD7quiFdH16T2B2giko { color:#4c4c4c;display:block;width:27.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.8125rem;left:7.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ThOXXF6hrJoz0qdUegdEnWlidhgkzgCF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qhN3F4XtrPPz8Urf96X4TpHSUv0wINVm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yB3fLtGrvtrXAE0ubqebeW7PEMt9I6J4 { background-color:transparent;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:4.8125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:32.0625rem;left:7.5rem;display:none; }
#JthLO8NvO9CvTWGQsU3THS1TT9NZukSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLUhzhgJoQsumT7ViCGLwbUMo0umGpTm { 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:1.6875rem;width:1.625rem;top:35.6875rem;left:7.5rem;overflow:hidden;display:none; }
#MTAmrVI87IUQ0iux3sVolRngySrT9ni2 { color:#4c4c4c;display:block;width:8.375rem;position:absolute;font-family:nnnittigrotesk;font-size:0.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9873046875rem;left:0.8427734375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCi6SeJB4hQwVc1cxkm71gdZolpX4xMJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.0615rem;top:1.291015625rem;left:0rem;overflow:hidden;display:block; }
#KU7gssTFX3CUCPrvkXe6KgXmDwbvbgNd { color:#4c4c4c;display:block;width:15.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.46826171875rem;left:14.0625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMKK1aD9QUFiTgoTgFf46zxey2NF3smX { color:#4c4c4c;display:block;width:17.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:36.5rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qq23tbCMsuMNkcrfr8vtuageWGb8erTp { color:#4c4c4c;display:block;width:15.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.46826171875rem;left:14.0625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { position:relative;display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { background-color: transparent; background-image: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container > .video-iframe-container { display: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row > .video-iframe-container { display: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { border-width: 0; border-radius: 0; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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:0.25rem;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; }#IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(0,0,0,0.25) ;height:0.25rem;width:37.375rem;top:0rem;left:18.8125rem;display:block; }
#nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { position:absolute;display:block;z-index:15005;background-color:#ededed;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTECZNlySuisNmQGVna4V9aI9PDPwrvN { display:none; }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DL5qqALy2T70mRDrF1ihccbkqIH2mrDv { top:0rem;left:0rem;width:10.875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { top:0rem;left:22.1875rem;width:25.5625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { width:15.75rem;height:4.1875rem;top:0rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block; }
 }@media only screen and (max-width: 763px) { #hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { display:none; }
 }@media only screen and (max-width: 763px) { #fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { top:11.1875rem;left:26.9375rem;width:20.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1hxBRs6yT2W18KZEMgLXJOQ98Cpc3W { top:0rem;left:0rem;width:10.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiwLQOBxUAOHwOlAJ4UsCyk3UP9l49G { top:0rem;left:0rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHr82ghi7V5pgRuFdSliBTyEUa0FedoK { top:1.875rem;left:29.375rem;width:18.375rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmXFJPFTruoHLKg9GVd8au0n1U2vFcCO { top:8rem;left:25.6875rem;width:22.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvV2MvdTTRalylGvGkJCng1QZAKaHCip { top:6rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeupwwuOkOZqA3FsMlyw5d58WEoHA72T { top:9.125rem;left:20.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfyVuB4dJlTFEDPHoye4WJL1G3KBu7HM { top:11.5rem;left:24.25rem;width:4.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBDXv4T7N2TyK2UnPTq7baX2ACSa48sT { top:12.5625rem;left:22.4375rem;width:4.625rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibhnpZsrCD9a3ZJ2lygPhsJdFCPf4asR { top:13.875rem;left:26.875rem;width:2.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiF4IUvVdMn2sHUD9hOJliV9sB2mAEte { top:13.75rem;left:29.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZOHRQKcvSV8V4ebnT8oscPRd3V9l4ze { top:17rem;left:21.4375rem;width:10.0625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { display:none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf { display:block; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXR1IR00yphrI2X70tUPQgxUqg3d3AM0 { top:1.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXkt5aukr416vEEbP9nAfQ26hTwv3VXg { top:4.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scaggFqpDz00y2PLfO6OsyVkpLXkSl8K { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn { display:block; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmupCLgXXHABiTSKiP4LwrGL9WHZH89a { top:0.3125rem;left:27.28125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbF0GqM3dnKBnXw8SMnpPgEhkJLUyKk { top:6.5625rem;left:33rem;width:14.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86r3tQblxnUiS0fimd6QEFLbZAd2EBn { top:9.25rem;left:32.75rem;width:15rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8UTND4tfGzbuAiZubXNNTELx5JoMSF { top:9.25rem;left:0rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUDQUCpZruyf2U5yyUVhSieZkF2R74gS { top:6.5625rem;left:0rem;width:18.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qOlF7Dbvko9y3sbT1Q6T2N3npCW8HG { top:0rem;left:2.46875rem;width:5.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGhCS9rWqlvtLVURTFBBmOHZdB00Er3X { top:9.25rem;left:19.0625rem;width:16.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOgfR21eVcL7FlNcCb6cSyGqy3qnlzSF { top:6.6875rem;left:16.25rem;width:18.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRzS74N2JIQgrdDwTiylNeVdXxhTU9A { top:0rem;left:15.15625rem;width:5.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHIJTzTlx9NJAm57ZiC5fN03ObXwlSwU { top:9.25rem;left:6.9375rem;width:16.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xQ3lnh1yHq17EoKyTqDgTPw6PnDEHU { top:6.6875rem;left:8.125rem;width:15.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP9acmb369LBZgfPnunArm2kEvHK1H8E { top:0.4375rem;left:39.3125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgXVcTHs4GVp7HfNNFXpF7pZNQRSBdZH { top:6.625rem;left:22.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw57aF4JAltJZSi33XdO52zFqDakEW7p { display:block; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7cbttBSN0yKTgBlzuDntnUnbuTSoG0z { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNZL44xBGVPKzGO11eFcTNvkcOp7UHZT { top:15.8125rem;left:1.46875rem;width:44.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78U6ecOdvhUXn8GLMlqbyt6aQOOw6B8 { top:18.875rem;left:0rem;width:16.9375rem;height:4.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5t1utztq6boX8iu5TI0fIIBvvLComUn { top:10.6875rem;left:11.1875rem;width:6.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNOMfv1xrZ0DmZeRam5fdmVhdGkl5G9 { top:5.0625rem;left:18.125rem;width:8.5rem;height:9.375rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEt6pQ0IHuUErBWhczlH4bBFQlOMzGxP { top:6.8125rem;left:27.4375rem;width:1.625rem;height:4.5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvq9a6si9GoGUVDwWJy383Ueta2dCqSM { top:9rem;left:27.4375rem;width:6.6875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGKF9XK4RSNOFef1JDLtG84Vir8l3cE { display:block; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT { display:block; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbdrZxDPM9J8EclP4fhsewiMC45myKCg { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lh9G0w967M7ygTh3bNJ10Hn8gqzb1D { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d { display:block; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApG8iaD1dNSnLwHDIBfuIrd8mNHOXRMV { top:4.6875rem;left:0rem;width:13.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnghAhpxTxfdEce575kR54DMwoMq2bJC { top:9.875rem;left:0rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENucUbghKld5T53Av0Jsue1KVGUQU1Rt { top:4.6875rem;left:15.875rem;width:13.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQiglWq5CrcBwmp9bcyMibyLMflJc1gv { top:9.875rem;left:13.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha6ESL62lHTww2SxowJpwNCxmqAcMHHD { top:4.6875rem;left:31.75rem;width:15.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqR5gTuaEh0ywNixNMo9hfaiTt6qDyF { top:9.875rem;left:28.5rem;width:19.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8R6kXwk7NfBUdfwOW0G0BizAwS7Vg7 { top:1.0625rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxnVvTfKT4hF0TNyz8maLzZywSp6Qb { top:1.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWoOBOrCdn4U1zvnOyHDs2pbcsKmZtOe { top:1.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6wx6p12fqpGI8ANKEGlENmKuVODwkQ { top:0.75rem;left:15.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVGbAQMTcMGws6kryx2srbhGmpPNlnX { top:0.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGz2ZVphdhSmLVkIcQfnvhQxX45iMi6 { top:0.75rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 { display:block; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2CvR8uIf30Vq3cuO5WGZbHhIA2OTidI { top:1.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agwZN6F2CIMFT0pLmte4Tn1ATEV53JCZ { top:8rem;left:2.96875rem;width:41.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhalggZWeXpbOhZmgCt7ZMvT1w9La5Nz { top:4.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwoTheNB24KmWOUy2NQObrLDFMrm938 { top:10.5rem;left:0rem;width:7.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT { display:none; }#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { display:block; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { top:10.9375rem;left:25.5625rem;width:22.1875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtr8vGrkIEv7m4vDVEfNJt0ttE0QDyP { top:0rem;left:22.1875rem;width:25.5625rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQT0b8g9i3QbeZ46mbbevPI2diyqRTl4 { top:1.625rem;left:25.0625rem;width:22.6875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbW4wKy9rA6z5mQk6d8Wc667GXbDqmt { top:7.6875rem;left:30.6875rem;width:16.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg { display:none; }#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN { display:block; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5wBmTLsk75TGZNZ3Koqf9gz5RXgcyGF { top:1.5rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hVWBBUAdvLTiLU6L7OK7TN6JgaO3Md { top:3.6875rem;left:0rem;width:15.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMq9o4IfHfuWgSr5eTCPnwt26dBKtnxn { top:6.3125rem;left:0rem;width:35.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxr6zC5InTqaoOSPxHV0pHZgawTZHrN4 { top:8.125rem;left:0rem;width:41rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3hqssu8s6n2U4clF5BETgb31DvT8tPk { top:9.9375rem;left:0rem;width:41rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwvHqJmNCmAcD0tydmR4sOtJu5VX1gc { top:12.375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of { display:block; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMVty8W5fp6DTE3NGBHAMFyXyxobRlgg { top:1.0625rem;left:0.4375rem;width:17.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahgxr01vivORyzZxmVeL4anK0BTXCHou { top:6.6875rem;left:34.875rem;width:12.875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5xBcaTqytGWdQ84QcBTAhb89SieiJAT { top:1.0625rem;left:41.6875rem;width:6.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZJ85DbdToDEOcD7quiFdH16T2B2giko { top:28.8125rem;left:0rem;width:27.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOXXF6hrJoz0qdUegdEnWlidhgkzgCF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qhN3F4XtrPPz8Urf96X4TpHSUv0wINVm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yB3fLtGrvtrXAE0ubqebeW7PEMt9I6J4 { width:29.8125rem;height:4.8125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JthLO8NvO9CvTWGQsU3THS1TT9NZukSS { display:block; }
 }@media only screen and (max-width: 763px) { #vLUhzhgJoQsumT7ViCGLwbUMo0umGpTm { top:35.6875rem;left:0rem;width:1.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTAmrVI87IUQ0iux3sVolRngySrT9ni2 { top:5.9375rem;left:0rem;width:8.375rem;height:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCi6SeJB4hQwVc1cxkm71gdZolpX4xMJ { top:1.25rem;left:0rem;width:10rem;height:2.795308850569rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7gssTFX3CUCPrvkXe6KgXmDwbvbgNd { top:5.4375rem;left:0.4375rem;width:15.0625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMKK1aD9QUFiTgoTgFf46zxey2NF3smX { top:1.0625rem;left:22.875rem;width:17.6875rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq23tbCMsuMNkcrfr8vtuageWGb8erTp { top:14rem;left:0rem;width:15.0625rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { top:0rem;left:5.1875rem;width:37.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { top:0.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTECZNlySuisNmQGVna4V9aI9PDPwrvN { display:block; }#FTECZNlySuisNmQGVna4V9aI9PDPwrvN > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL5qqALy2T70mRDrF1ihccbkqIH2mrDv { width:8.125rem;height:3.625rem;top:0rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5372e26-17b3-4053-82b9-e5df1798a531/mobile_7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { width:20rem;height:58.5625rem;top:20.83749961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { width:8.875rem;height:2.5625rem;top:0.875rem;left:11.125rem;z-index:15001;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block; }
 }@media only screen and (max-width: 763px) { #hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { top:10.3125rem;left:0rem;width:20rem;height:44.625rem;z-index:14999;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { width:17.8735625rem;height:21.5625rem;top:18.9375rem;left:1.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1hxBRs6yT2W18KZEMgLXJOQ98Cpc3W { width:10.875rem;height:4.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqiwLQOBxUAOHwOlAJ4UsCyk3UP9l49G { width:12.5rem;height:4.875rem;top:68.28662109375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHr82ghi7V5pgRuFdSliBTyEUa0FedoK { width:17.4375rem;height:3.8994125rem;top:11.7744140625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BmXFJPFTruoHLKg9GVd8au0n1U2vFcCO { width:18.25rem;height:1.40625rem;top:16.4248046875rem;left:1.00048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvV2MvdTTRalylGvGkJCng1QZAKaHCip { width:1.5rem;height:1.5rem;top:14.11083984375rem;left:17.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeupwwuOkOZqA3FsMlyw5d58WEoHA72T { width:12.5rem;height:12.5rem;top:56.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfyVuB4dJlTFEDPHoye4WJL1G3KBu7HM { width:4.5625rem;height:0;top:58.5625rem;left:7.8125rem;font-size:1.25rem;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #SBDXv4T7N2TyK2UnPTq7baX2ACSa48sT { width:4.625rem;height:0;top:59.62548828125rem;left:6rem;font-size:2rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ibhnpZsrCD9a3ZJ2lygPhsJdFCPf4asR { width:2.75rem;height:0;top:60.9375rem;left:10.4375rem;font-size:1.625rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kiF4IUvVdMn2sHUD9hOJliV9sB2mAEte { width:1.5rem;height:1.5rem;top:60.8125rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZOHRQKcvSV8V4ebnT8oscPRd3V9l4ze { width:10.0625rem;height:0;top:64.0625rem;left:5rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { display:block; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf { display:block; }#sswMNTSZ7lgVh3KrVZ2hN87ZMkANJmuf > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXR1IR00yphrI2X70tUPQgxUqg3d3AM0 { width:20rem;height:0;top:0.6240234375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXkt5aukr416vEEbP9nAfQ26hTwv3VXg { width:15.5rem;height:4.38720625rem;top:5.212890625rem;left:2.25rem;font-size:1.125rem;font-family:nnnittigrotesk;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #scaggFqpDz00y2PLfO6OsyVkpLXkSl8K { width:20rem;height:3.29980625rem;top:0.66162109375rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn { display:block; }#bJsWhh8Qk95CkziufKsbgG9dc8Hhm3vn > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmupCLgXXHABiTSKiP4LwrGL9WHZH89a { width:4.6875rem;height:4.6875rem;top:41.6875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbF0GqM3dnKBnXw8SMnpPgEhkJLUyKk { width:14.8125rem;height:1.4624rem;top:47rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86r3tQblxnUiS0fimd6QEFLbZAd2EBn { width:15rem;height:6.499rem;top:49.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8UTND4tfGzbuAiZubXNNTELx5JoMSF { width:15rem;height:3.8994125rem;top:7.224609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUDQUCpZruyf2U5yyUVhSieZkF2R74gS { width:17.937rem;height:1.4624rem;top:5.4375rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qOlF7Dbvko9y3sbT1Q6T2N3npCW8HG { width:5.125rem;height:5.4375rem;top:0rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGhCS9rWqlvtLVURTFBBmOHZdB00Er3X { width:16.375rem;height:5.19921875rem;top:35.28125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOgfR21eVcL7FlNcCb6cSyGqy3qnlzSF { width:17.937rem;height:1.4624rem;top:32.8486328125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRzS74N2JIQgrdDwTiylNeVdXxhTU9A { width:5.125rem;height:5.4375rem;top:27.4736328125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHIJTzTlx9NJAm57ZiC5fN03ObXwlSwU { width:16.875rem;height:5.19921875rem;top:20.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xQ3lnh1yHq17EoKyTqDgTPw6PnDEHU { width:17.937rem;height:1.23730625rem;top:18.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP9acmb369LBZgfPnunArm2kEvHK1H8E { width:4.5625rem;height:4.5625rem;top:13.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgXVcTHs4GVp7HfNNFXpF7pZNQRSBdZH { width:1.5rem;height:1.5rem;top:18.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw57aF4JAltJZSi33XdO52zFqDakEW7p { display:block; }#dw57aF4JAltJZSi33XdO52zFqDakEW7p > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7cbttBSN0yKTgBlzuDntnUnbuTSoG0z { width:17.25rem;height:3.25rem;top:1.49951171875rem;left:1.375rem;font-size:1.25rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BNZL44xBGVPKzGO11eFcTNvkcOp7UHZT { width:20rem;height:0;top:26.8786625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R78U6ecOdvhUXn8GLMlqbyt6aQOOw6B8 { width:16.9375rem;height:4.0625rem;top:18.87646484375rem;left:1.53125rem;font-size:0.625rem;z-index:15017;font-family:nnnittigrotesk;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T5t1utztq6boX8iu5TI0fIIBvvLComUn { width:6.6875rem;height:2.5996125rem;top:7.26318359375rem;left:6.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNOMfv1xrZ0DmZeRam5fdmVhdGkl5G9 { width:8.5rem;height:9.34375rem;top:8.39599609375rem;left:3.125rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEt6pQ0IHuUErBWhczlH4bBFQlOMzGxP { width:1.625rem;height:4.30615rem;top:10.3896484375rem;left:15.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvq9a6si9GoGUVDwWJy383Ueta2dCqSM { width:3.25rem;height:4.38720625rem;top:12.31201171875rem;left:12.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGKF9XK4RSNOFef1JDLtG84Vir8l3cE { display:block; }#grGKF9XK4RSNOFef1JDLtG84Vir8l3cE > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT { display:block; }#LtTBeZf65l5yXJMT0o5gn9QlwZQDbEVT > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbdrZxDPM9J8EclP4fhsewiMC45myKCg { width:20rem;height:0;top:0.6240234375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9lh9G0w967M7ygTh3bNJ10Hn8gqzb1D { width:20rem;height:3.29980625rem;top:0.66162109375rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d { display:block; }#cp04fyutP7yJ8tCKwFE1tWZiUPIsNo6d > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApG8iaD1dNSnLwHDIBfuIrd8mNHOXRMV { width:13.8125rem;height:2.92480625rem;top:2.875rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnghAhpxTxfdEce575kR54DMwoMq2bJC { width:16.6875rem;height:5.19921875rem;top:7.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENucUbghKld5T53Av0Jsue1KVGUQU1Rt { width:13.625rem;height:2.92480625rem;top:17.0625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQiglWq5CrcBwmp9bcyMibyLMflJc1gv { width:15.5625rem;height:3.8994125rem;top:20.6962890625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha6ESL62lHTww2SxowJpwNCxmqAcMHHD { width:12.1875rem;height:2.92480625rem;top:28.47509765625rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqR5gTuaEh0ywNixNMo9hfaiTt6qDyF { width:19.125rem;height:2.5996125rem;top:32.712890625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8R6kXwk7NfBUdfwOW0G0BizAwS7Vg7 { width:2rem;height:2rem;top:17.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxnVvTfKT4hF0TNyz8maLzZywSp6Qb { width:2rem;height:2rem;top:3.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWoOBOrCdn4U1zvnOyHDs2pbcsKmZtOe { width:2rem;height:2rem;top:28.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6wx6p12fqpGI8ANKEGlENmKuVODwkQ { width:2.625rem;height:2.625rem;top:16.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVGbAQMTcMGws6kryx2srbhGmpPNlnX { width:2.625rem;height:2.625rem;top:3rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGz2ZVphdhSmLVkIcQfnvhQxX45iMi6 { width:2.625rem;height:2.625rem;top:28.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 { display:block; }#BxD4nLlGO6IzKcHJULreBdRBR36M8vD8 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2CvR8uIf30Vq3cuO5WGZbHhIA2OTidI { width:20rem;height:3.7119125rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agwZN6F2CIMFT0pLmte4Tn1ATEV53JCZ { width:20rem;height:3.8994125rem;top:9.10107421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhalggZWeXpbOhZmgCt7ZMvT1w9La5Nz { width:20rem;height:2.19970625rem;top:5.93115234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwoTheNB24KmWOUy2NQObrLDFMrm938 { width:7.5rem;height:9.75rem;top:10.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT { display:block; }#msmn3dlsCmT5NTt0EuVRiqApaHDgqzVT > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { display:block; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { background-color: transparent; background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .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); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { border-width: 0; border-radius: 0; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { width:20rem;height:47.3125rem;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { width:18.3110625rem;height:25.9375rem;top:9.40625rem;left:0.84423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtr8vGrkIEv7m4vDVEfNJt0ttE0QDyP { width:20rem;height:46.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQT0b8g9i3QbeZ46mbbevPI2diyqRTl4 { width:17.625rem;height:4.2246125rem;top:1.5625rem;left:1.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkbW4wKy9rA6z5mQk6d8Wc667GXbDqmt { width:16.3125rem;height:1.5rem;top:6.5625rem;left:0.84423828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg { display:block; }#avVlQPdFaxo0BHEQw8svlRyy4k5q5Npg > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN { display:block; }#TQ32G9yt3Ll9d7q5SaZeBMg1KWX5kUrN > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5wBmTLsk75TGZNZ3Koqf9gz5RXgcyGF { width:20rem;height:45.1875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hVWBBUAdvLTiLU6L7OK7TN6JgaO3Md { width:15.5625rem;height:1.51220625rem;top:1.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMq9o4IfHfuWgSr5eTCPnwt26dBKtnxn { width:14.0625rem;height:1.4624rem;top:4.3125rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxr6zC5InTqaoOSPxHV0pHZgawTZHrN4 { width:17.25rem;height:2.92480625rem;top:6.9375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3hqssu8s6n2U4clF5BETgb31DvT8tPk { width:18rem;height:1.4624rem;top:10.5rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwvHqJmNCmAcD0tydmR4sOtJu5VX1gc { width:17.5rem;height:30.7890625rem;top:13.125rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #f28801;display:block; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { background-color: transparent; background-image: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container > .video-iframe-container { display: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row > .video-iframe-container { display: none; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .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); }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { border-width: 0; border-radius: 0; }#Zspru6v8UFRuWbnUWlkLrdSBkyGoJ3of > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMVty8W5fp6DTE3NGBHAMFyXyxobRlgg { width:16.9365rem;height:2.4375rem;top:4.53662109375rem;left:1.53173828125rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #ahgxr01vivORyzZxmVeL4anK0BTXCHou { width:6.7485625rem;height:4.22460625rem;top:8.36474609375rem;left:1.53125rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #v5xBcaTqytGWdQ84QcBTAhb89SieiJAT { width:6.0620125rem;height:2.1123rem;top:8.36474609375rem;left:12.46728515625rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #oZJ85DbdToDEOcD7quiFdH16T2B2giko { width:20rem;height:3.125rem;top:28.8125rem;left:0rem;font-size:1.125rem;color:#f28801;display:none; }
 }@media only screen and (max-width: 763px) { #ThOXXF6hrJoz0qdUegdEnWlidhgkzgCF { top:0rem;left:0rem;width:20rem;height:0.25rem;z-index:15017;background-color:#f28801;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) { #qhN3F4XtrPPz8Urf96X4TpHSUv0wINVm { top:0rem;left:0rem;width:20rem;height:0.25rem;z-index:15018;background-color:#f28801;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) { #yB3fLtGrvtrXAE0ubqebeW7PEMt9I6J4 { width:16.8125rem;height:4.625rem;top:32.0625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JthLO8NvO9CvTWGQsU3THS1TT9NZukSS { display:block; }
 }@media only screen and (max-width: 763px) { #vLUhzhgJoQsumT7ViCGLwbUMo0umGpTm { width:1.625rem;height:1.6875rem;top:35.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTAmrVI87IUQ0iux3sVolRngySrT9ni2 { width:8.375rem;height:auto;top:5.9375rem;left:5.8125rem;font-size:0.5625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #qCi6SeJB4hQwVc1cxkm71gdZolpX4xMJ { width:9.6875rem;height:2.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7gssTFX3CUCPrvkXe6KgXmDwbvbgNd { width:15.0625rem;height:0;top:12.30810546875rem;left:2.46875rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #gMKK1aD9QUFiTgoTgFf46zxey2NF3smX { width:17.6875rem;height:9.75rem;top:17.55810546875rem;left:1.15625rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #qq23tbCMsuMNkcrfr8vtuageWGb8erTp { width:15.0625rem;height:3.65625rem;top:13.046875rem;left:2.46875rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { width:20rem;height:0.25rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { width:20rem;height:0.1875rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }